* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Lato, sans-serif;
    color: #000000;
}
.wrapper-structurebB {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(188,188,188);
}
a {
    color: inherit;
    text-decoration: none;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.our_missionzG {
    padding: 80px 20px;
    background: linear-gradient(135deg, rgb(94,94,94) 0%, rgb(131,131,138,0.5) 100%);
    color: #ffffff;
    font-family: Lato, sans-serif;
    position: relative;
    overflow: hidden;
}
.our_missionzG::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 180deg, rgb(131,131,138,0.5), rgb(94,94,94,0.5), rgb(131,131,138,0.5));
    animation: rotate 15s linear infinite;
    z-index: 0;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.wrapper-structurebB .our_missionzG .holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
.wrapper-structurebB .our_missionzG .caption_holder {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 28px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.wrapper-structurebB .our_missionzG .photo {
    flex: 1;
    margin-right: 40px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 255, 255, 0.5);
}
.wrapper-structurebB .our_missionzG .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%) contrast(1.2);
}
.wrapper-structurebB .our_missionzG .style_element {
    flex: 1;
    color: #ffffff;
    padding: 20px;
}
.wrapper-structurebB .our_missionzG h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(131,131,138);
    display: inline-block;
    padding-bottom: 10px;
}
.wrapper-structurebB .our_missionzG p {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.5);
}
@media (max-width: 1200px) {
    .wrapper-structurebB .our_missionzG .caption_holder {
        flex-direction: column;
        padding: 14px;
    }
    .wrapper-structurebB .our_missionzG .photo {
        margin-right: 0;
        margin-bottom: 20px;
        height: 200px;
        flex: auto;
    }
}
@media (max-width: 800px) {
    .wrapper-structurebB .our_missionzG {
        padding: 60px 10px;
    }
    .wrapper-structurebB .our_missionzG .photo {
        width: 100%;
    }
    .wrapper-structurebB .our_missionzG .style_element {
        padding: 10px;
    }
}.gratPagejW {
    background-color: rgb(188,188,188);
    color: #000000;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.gratPagejW .container {
    max-width: 1200px;
    padding: 50px;
    background: #ffffff;
    border-radius: 13px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}
.gratPagejW h2 {
    font-family: Lato, sans-serif;
    font-size: 29px;
    font-weight: 700;
    color: rgb(131,131,138);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(131,131,138);
}
.gratPagejW p {
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 900px;
}
@media only screen and (max-width: 800px) {
    .gratPagejW {
        padding: 60px 0;
    }
    .gratPagejW .container {
        padding: 30px;
    }
    .gratPagejW h2 {
        font-size: 20px;
    }
    .gratPagejW p {
        font-size: 14px;
    }
}
.gratPagejW::before, .gratPagejW::after {
    content: '';
    position: absolute;
    background: rgb(131,131,138,0.5);
    z-index: 0;
}
.gratPagejW::before {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    top: -100px;
    left: -100px;
}
.gratPagejW::after {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    bottom: -150px;
    right: -150px;
    background: rgb(94,94,94,0.5);
}
.gratPagejW .container::before, .gratPagejW .container::after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    border-radius: 10px;
}
.gratPagejW .container::before {
    width: 100%;
    height: 4px;
    top: -10px;
    left: 0;
}
.gratPagejW .container::after {
    width: 4px;
    height: 100%;
    right: -10px;
    top: 0;
}
.gratPagejW h2::before, .gratPagejW h2::after {
    content: '';
    position: absolute;
    background: rgb(131,131,138);
    z-index: -1;
}
.gratPagejW h2::before {
    width: 60px;
    height: 4px;
    bottom: -4px;
    left: 0;
}
.gratPagejW h2::after {
    width: 30px;
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.secure_fenceps {
    padding: 40px;
    width: 100%;
    overflow: hidden;
    height: auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    font-family: Lato, sans-serif;
    color: #000000;
    transition: background-color 0.3s, box-shadow 0.3s;
}
.secure_fenceps h1 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 38px;
    font-weight: 700;
    color: rgb(131,131,138);
    border-bottom: 2px solid rgb(131,131,138);
    padding-bottom: 10px;
    text-transform: uppercase;
}

.secure_fenceps h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 600;
    color: rgb(94,94,94);
    border-bottom: 1px solid rgb(94,94,94);
    padding-bottom: 5px;
}

.secure_fenceps h3, .secure_fenceps h4, .secure_fenceps h5, .secure_fenceps h6 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    color: rgb(131,131,138);
}



.secure_fenceps li {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}

.secure_fenceps section {
    background: rgb(188,188,188);
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.secure_fenceps p, .secure_fenceps span, .secure_fenceps div {
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 15px;
    color: #000000;
    font-weight: 300;
}

@media only screen and (max-width: 800px) {
    .secure_fenceps {
        padding: 20px 10px;
    }

    .secure_fenceps h1 {
        font-size: calc(22px * 0.8);
    }

    .secure_fenceps h2 {
        font-size: calc(22px * 0.8);
    }

    .secure_fenceps h3, .secure_fenceps h4, .secure_fenceps h5, .secure_fenceps h6 {
        font-size: calc(22px * 0.8);
    }

    .secure_fenceps p, .secure_fenceps span, .secure_fenceps div {
        font-size: calc(15px * 0.9);
    }
}.pricing_shelfy4 {
    background: rgb(188,188,188);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.pricing_shelfy4::before, 
.pricing_shelfy4::after {
    content: '';
    position: absolute;
    width: 300vw;
    height: 300vw;
    top: -150vw;
    background: radial-gradient(circle, rgb(131,131,138,0.5) 0%, transparent 80%);
    animation: rotate 60s infinite linear;
}

.pricing_shelfy4::after {
    background: radial-gradient(circle, rgb(94,94,94,0.5) 0%, transparent 80%);
    animation-duration: 90s;
    animation-direction: reverse;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.pricing_shelfy4 .pricing_holder {
    position: relative;
    z-index: 2;
}

.pricing_shelfy4 .price_info {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pricing_shelfy4 .price_info h2 {
    font-size: calc(33px * 1.5);
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pricing_shelfy4 .price_info h2::before, 
.pricing_shelfy4 .price_info h2::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    background: rgb(131,131,138);
    top: 50%;
    transform: translateY(-50%);
}

.pricing_shelfy4 .price_info h2::before {
    left: -40px;
}

.pricing_shelfy4 .price_info h2::after {
    right: -40px;
}

.pricing_shelfy4 .section_description {
    font-size: calc(15px * 1.1);
    color: #000000;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.pricing_shelfy4 .price_types {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    perspective: 2000px;
}

.pricing_shelfy4 .price_type {
    flex-basis: calc(33.333% - 20px);
    min-width: 300px;
    text-decoration: none;
    color: #000000;
    margin-bottom: 40px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-style: preserve-3d;
    position: relative;
}

.pricing_shelfy4 .price_type:not(:last-child) {
    margin-right: -20px;
}

.pricing_shelfy4 .price_type_holder {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    transform: rotate(-2deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing_shelfy4 .price_type:hover .price_type_holder {
    transform: rotate(0deg) translateY(-10px);
    z-index: 10;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.pricing_shelfy4 .photo {
    height: 250px;
    position: relative;
    overflow: hidden;
}

.pricing_shelfy4 .photo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(131,131,138,0.5), rgb(94,94,94,0.5));
    mix-blend-mode: multiply;
}

.pricing_shelfy4 .photo::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(to top, #ffffff, transparent);
}

.pricing_shelfy4 .price_type_text {
    padding: 40px 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.pricing_shelfy4 .price_type_text h3 {
    font-size: calc(23px * 1.2);
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing_shelfy4 .price_type_text h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: rgb(131,131,138);
    transition: width 0.3s ease;
}

.pricing_shelfy4 .price_type:hover .price_type_text h3::after {
    width: 70px;
}

.pricing_shelfy4 .price_amount {
    font-size: calc(21px * 1.5);
    font-weight: 700;
    color: rgb(131,131,138);
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.pricing_shelfy4 .price_type_text p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 30px;
    flex-grow: 1;
    line-height: 1.6;
}

.pricing_shelfy4 .price_type_text::after {
    content: '→';
    font-size: 28px;
    color: rgb(94,94,94);
    position: absolute;
    bottom: 30px;
    right: 30px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.pricing_shelfy4 .price_type:hover .price_type_text::after {
    transform: translateX(10px);
    opacity: 1;
}

@media (max-width: 1200px) {
    .pricing_shelfy4 .price_type {
        flex-basis: calc(50% - 20px);
    }

    .pricing_shelfy4 .price_type:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .pricing_shelfy4 {
        padding: 100px 0;
    }

    .pricing_shelfy4 .price_info h2 {
        font-size: calc(33px * 1.3);
    }
}

@media (max-width: 767px) {
    .pricing_shelfy4 {
        padding: 80px 0;
    }

    .pricing_shelfy4 .price_info {
        margin-bottom: 60px;
        padding: 30px;
    }

    .pricing_shelfy4 .price_info h2 {
        font-size: calc(33px * 1.1);
    }

    .pricing_shelfy4 .section_description {
        font-size: 15px;
    }

    .pricing_shelfy4 .price_type {
        flex-basis: 100%;
        margin-right: 0;
    }

    .pricing_shelfy4 .price_type_holder {
        max-width: 400px;
        margin: 0 auto;
        transform: rotate(0deg);
    }

    .pricing_shelfy4 .price_type:hover .price_type_holder {
        transform: translateY(-10px);
    }
}

@media (max-width: 480px) {
    .pricing_shelfy4 {
        padding: 60px 0;
    }

    .pricing_shelfy4 .price_info h2::before, 
    .pricing_shelfy4 .price_info h2::after {
        display: none;
    }

    .pricing_shelfy4 .photo {
        height: 200px;
    }

    .pricing_shelfy4 .price_type_text {
        padding: 30px 20px;
    }
}.course_offering0s {
    padding: 100px 0;
    background-color: rgb(188,188,188);
    border-top: 4px solid rgb(131,131,138);
    border-bottom: 4px solid rgb(131,131,138);
}
.course_offering0s h2 {
    color: rgb(131,131,138);
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 2px solid rgb(131,131,138);
    display: inline-block;
    padding-bottom: 10px;
}
.course_offering0s .content {
    background-color: #ffffff;
    border-left: 4px solid rgb(131,131,138);
    border-right: 4px solid rgb(131,131,138);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}
.course_offering0s .photo {
    height: 350px;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 40px;
}
.course_offering0s .text_holder {
    padding: 20px;
    text-align: left;
    max-width: 800px;
    width: 100%;
}
.course_offering0s h3 {
    color: rgb(131,131,138);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.course_offering0s p {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 20px;
}
.course_offering0s .button {
    background-color: rgb(131,131,138);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: none;
    transition: background-color 0.3s;
}
.course_offering0s .button:hover {
    background-color: rgb(94,94,94);
}
.course_offering0s .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.course_offering0s .items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
}
.course_offering0s .course {
    max-width: 100%;
    margin-bottom: 20px;
    flex: 1 1 calc(50% - 40px);
    min-width: 300px;
}
.wrapper-structurebB .course_offering0s .text_holder {
    padding: 40px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(131,131,138);
    border-radius: 24px;
}
.wrapper-structurebB .course_offering0s h3 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.wrapper-structurebB .course_offering0s p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.wrapper-structurebB .course_offering0s .button {
    padding: 15px 30px;
    border: 2px solid rgb(131,131,138);
    background-color: #ffffff;
    color: rgb(131,131,138);
    font-weight: 700;
    text-transform: uppercase;
}
.wrapper-structurebB .course_offering0s .button:hover {
    background-color: rgb(131,131,138);
    color: #ffffff;
}
@media only screen and (max-width: 800px) {
    .course_offering0s {
        padding: 50px 0;
    }
    .course_offering0s h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .course_offering0s .text_holder {
        padding: 20px;
    }
    .course_offering0s h3 {
        font-size: 28px;
    }
    .course_offering0s p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .course_offering0s .button {
        padding: 10px 20px;
        font-size: 15px;
    }
    .course_offering0s .items {
        flex-direction: column;
    }
    .course_offering0s .course {
        width: 100%;
        max-width: unset;
    }
    .wrapper-structurebB .course_offering0s .text_holder {
        padding: 10px;
    }
    .course_offering0s .content {
        padding: 10px;
    }
    .course_offering0s .photo {
        margin-bottom: 10px;
    }
}.benefits_summaryjA {
    padding: 60px 20px;
    background: rgb(131,131,138);
    color: #ffffff;
    font-family: Lato, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}
.benefits_summaryjA::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(131,131,138,0.5), rgb(94,94,94,0.5));
    z-index: -1;
}
.benefits_summaryjA .advantages_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: rgb(94,94,94,0.5);
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    position: relative;
}
.benefits_summaryjA .advantages_content::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 2px dashed rgb(131,131,138);
    border-radius: 14px;
    z-index: -1;
}
.benefits_summaryjA .advantages_photo_holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}
.benefits_summaryjA .advantages_photo_holder .photo {
    width: 45%;
    min-height: 300px;
    background: radial-gradient(circle, rgb(131,131,138), rgb(94,94,94));
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    position: relative;
}
.benefits_summaryjA .advantages_photo_holder .photo::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #ffffff;
    border-radius: 14px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.benefits_summaryjA .advantages_holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    background: rgb(94,94,94,0.5);
    border-radius: 14px;
    padding: 20px;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(131,131,138,0.5);
    position: relative;
}
.benefits_summaryjA .advantages_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(131,131,138);
    border-radius: 14px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.benefits_summaryjA .advantages_holder .advantage_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
    background: rgb(131,131,138,0.5);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(131,131,138);
    transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    width: 100%;
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
}
.benefits_summaryjA .advantages_holder .advantage_item:last-child {
    margin-bottom: 0;
}
.benefits_summaryjA .advantages_holder .advantage_item:hover {
    background: rgb(94,94,94);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    border-color: rgb(94,94,94);
}
.benefits_summaryjA .advantages_holder .advantage_item::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 1px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.benefits_summaryjA .advantages_holder .advantage_image {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.benefits_summaryjA .advantages_holder .advantage_image::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #ffffff;
    border-radius: 50%;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.benefits_summaryjA .advantages_holder .advantage_image svg, .benefits_summaryjA .advantages_holder .advantage_image svg path {
    width: 40px;
    height: 40px;
    fill: #ffffff;
}
.benefits_summaryjA .advantages_content h2 {
    font-size: 33px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.benefits_summaryjA .advantages_content h2::after {
    content: '';
    width: 50px;
    height: 4px;
    background: rgb(131,131,138);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}
.benefits_summaryjA .advantages_content h4 {
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    font-weight: 400;
}
@media only screen and (max-width: 1200px) {
    .benefits_summaryjA .advantages_content {
        padding: 20px;
    }
    .benefits_summaryjA .advantages_photo_holder {
        flex-direction: column;
    }
    .benefits_summaryjA .advantages_photo_holder .photo {
        width: 80%;
    }
    .benefits_summaryjA .advantages_holder {
        width: 90%;
        align-items: center;
    }
    .benefits_summaryjA .advantages_holder .advantage_item {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .benefits_summaryjA {
        padding: 40px 10px;
    }
    .benefits_summaryjA .advantages_content h2 {
        font-size: 22px;
    }
    .benefits_summaryjA .advantages_photo_holder .photo {
        width: 100%;
    }
    .benefits_summaryjA .advantages_holder {
        padding: 10px;
    }
    .benefits_summaryjA .advantages_holder .advantage_item {
        padding: 10px;
    }
    .benefits_summaryjA .advantages_holder .advantage_image {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
}
.prospective_students6V {
    padding-bottom: 80px;
    padding-top: 80px;
}

.prospective_students6V .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prospective_students6V ul {
    list-style: none;
}

.prospective_students6V ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.prospective_students6V ul svg, .prospective_students6V ul svg path {
    fill: rgb(131,131,138);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.prospective_students6V h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .prospective_students6V {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.wrapper-structurebB .prospective_students6V .holder {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 1px solid rgb(94,94,94,0.5);
    border-top: 20px solid rgb(94,94,94);
    padding: 50px;
    background: linear-gradient(135deg, rgb(131,131,138,0.5) 0%, rgb(94,94,94,0.5) 100%);
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}

.wrapper-structurebB .prospective_students6V .holder:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.wrapper-structurebB .prospective_students6V h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.wrapper-structurebB .prospective_students6V ul {
    text-align: left;
    width: 80%;
}

.wrapper-structurebB .prospective_students6V ul li {
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    border-left: 3px solid rgb(131,131,138);
    background: #ffffff;
    border-radius: 10px;
    transition: background 0.3s, transform 0.3s;
    padding-left: 20px;
}

.wrapper-structurebB .prospective_students6V ul li:hover {
    background: rgb(131,131,138,0.5);
    transform: translateX(10px);
}

.wrapper-structurebB .prospective_students6V ul svg, .wrapper-structurebB .prospective_students6V ul svg path {
    position: static;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    fill: rgb(94,94,94);
    transition: fill 0.3s;
}

.wrapper-structurebB .prospective_students6V ul li:hover svg, .wrapper-structurebB .prospective_students6V ul li:hover svg path {
    fill: rgb(131,131,138);
}

@media only screen and (max-width: 800px) {
    .wrapper-structurebB .prospective_students6V .holder {
        padding: 30px;
    }

    .wrapper-structurebB .prospective_students6V h2 {
        font-size: 22px;
    }

    .wrapper-structurebB .prospective_students6V ul {
        padding-left: 20px;
        width: 100%;
    }

    .wrapper-structurebB .prospective_students6V ul li {
        padding: 10px;
        margin-bottom: 15px;
        font-size: 16px;
        padding-left: 15px;
    }

    .wrapper-structurebB .prospective_students6V ul svg, .wrapper-structurebB .prospective_students6V ul svg path {
        width: 30px;
        height: 30px;
    }
}.leadership_profileAS {
    padding: 50px 0;
    background: linear-gradient(135deg, rgb(131,131,138), rgb(94,94,94));
    font-family: Lato, sans-serif;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.leadership_profileAS .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.leadership_profileAS .holder {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    justify-content: center;
    align-items: start;
    position: relative;
}

.leadership_profileAS .review {
    background: #000000;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.leadership_profileAS .review::before, .leadership_profileAS .review::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.05);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.leadership_profileAS .review::after {
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.leadership_profileAS .photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    border: 5px solid #ffffff;
    position: relative;
    z-index: 1;
}

.leadership_profileAS .worker_description {
    padding: 10px;
    z-index: 1;
    position: relative;
}

.leadership_profileAS .worker_description .name {
    font-size: 21px;
    color: rgb(94,94,94);
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.leadership_profileAS .worker_description span {
    font-size: 18px;
    color: rgb(131,131,138,0.5);
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}

.leadership_profileAS .worker_description .quote {
    font-size: 18px;
    color: #ffffff;
    font-style: italic;
    border-left: 4px solid rgb(131,131,138);
    padding-left: 15px;
    margin-top: 10px;
    position: relative;
}

@media (max-width: 768px) {
    .leadership_profileAS {
        padding: 30px 0;
    }

    .leadership_profileAS .photo {
        width: 100px;
        height: 100px;
    }

    .leadership_profileAS .review {
        padding: 15px;
    }

    .leadership_profileAS .worker_description .name {
        font-size: 17px;
    }

    .leadership_profileAS .worker_description span {
        font-size: 18px;
    }

    .leadership_profileAS .worker_description .quote {
        font-size: 18px;
        padding-left: 10px;
    }
}

.wrapper-structurebB .leadership_profileAS .review {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 100%;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    overflow: hidden;
}

.wrapper-structurebB .leadership_profileAS .photo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    margin-right: 20px;
    border: 3px solid #ffffff;
}

.wrapper-structurebB .leadership_profileAS .worker_description {
    flex: 1;
    padding: 0;
    text-align: left;
}

.wrapper-structurebB .leadership_profileAS .worker_description .name {
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wrapper-structurebB .leadership_profileAS .worker_description span {
    font-size: 18px;
    color: rgb(131,131,138,0.5);
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}

.wrapper-structurebB .leadership_profileAS .worker_description .quote {
    font-size: 18px;
    color: #ffffff;
    font-style: italic;
    border-left: 4px solid rgb(131,131,138);
    padding-left: 15px;
    margin-top: 10px;
    text-align: left;
}


@media (max-width: 768px) {
    .wrapper-structurebB .leadership_profileAS .review {
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }

    .wrapper-structurebB .leadership_profileAS .photo {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .wrapper-structurebB .leadership_profileAS .worker_description {
        text-align: center;
        padding: 0;
    }

    .wrapper-structurebB .leadership_profileAS .worker_description .name {
        font-size: 17px;
    }

    .wrapper-structurebB .leadership_profileAS .worker_description span {
        font-size: 18px;
    }

    .wrapper-structurebB .leadership_profileAS .worker_description .quote {
        font-size: 18px;
        padding-left: 10px;
    }
}
footer {
    background: rgb(94,94,94);
    color: #ffffff;
    font-family: Lato, sans-serif;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
footer .footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 29px;
    background: rgba(0, 0, 0, 0.5);
}
footer .footer_info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    width: 100%;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 120px;
    width: auto;
    fill: rgb(131,131,138);
    margin-bottom: 20px;
    border: 2px solid rgb(131,131,138);
    border-radius: 10px;
    padding: 10px;
    background: rgb(94,94,94);
}
footer h5 {
    color: rgb(131,131,138);
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(131,131,138);
    padding-bottom: 10px;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    display: block;
    margin-bottom: 10px;
    padding: 5px 0;
    border-bottom: 1px solid rgb(94,94,94,0.5);
}
footer .menu a:hover {
    color: rgb(131,131,138);
    text-decoration: underline;
}
footer .contact_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border: 1px solid rgb(131,131,138,0.5);
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
}
footer .contact_info div svg, footer .contact_info div svg path {
    fill: rgb(131,131,138);
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
footer .contact_info div span {
    color: #ffffff;
    font-size: 17px;
}
footer .footer_agreement {
    text-align: center;
    color: #000000;
    font-size: 17px;
    margin: 20px 0;
    padding: 20px;
    background: rgb(94,94,94,0.5);
    border: 1px solid rgb(131,131,138,0.5);
    border-radius: 29px;
}
footer .copyright {
    background: rgb(94,94,94);
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    font-size: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
footer .copyright_info {
    color: #ffffff;
    font-size: 15px;
}
footer .copyright_info a {
    color: rgb(131,131,138);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .logo_holder {
        display: flex;
        justify-content: center;
    }
    footer .menu_holder {
        flex-direction: column;
        align-items: center;
    }
    footer .menu {
        width: 100%;
        text-align: center;
    }
    footer .contact_info {
        align-items: center;
        text-align: center;
    }
    footer h5 {
        margin-bottom: 15px;
        border-bottom: none;
    }
    footer .contact_info div {
        justify-content: center;
    }
}
.wrapper-structurebB .learning_systemE4 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.wrapper-structurebB .learning_systemE4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(131,131,138), rgb(94,94,94));
    z-index: -1;
}

.wrapper-structurebB .learning_systemE4 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 21px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.wrapper-structurebB .learning_systemE4 h2 {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.wrapper-structurebB .learning_systemE4 h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: rgb(131,131,138);
}

.wrapper-structurebB .learning_systemE4 p {
    font-size: 18px;
    color: #000000;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px;
}

@media only screen and (max-width: 800px) {
    .wrapper-structurebB .learning_systemE4 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .wrapper-structurebB .learning_systemE4 .holder {
        padding: 40px;
    }

    .wrapper-structurebB .learning_systemE4 h2 {
        font-size: 36px;
    }
}
.contact_boxrk {
    padding-top: 80px;
    padding-bottom: 80px;
}

.contact_boxrk h3 {
    color: rgb(94,94,94);
}

.contact_boxrk .form {
    background: rgb(188,188,188);
    border-radius: 10px;
}

.contact_boxrk .info svg, .contact_boxrk .info svg path {
    fill: rgb(131,131,138);
}

.contact_boxrk .info .contact_info h5 {
    color: rgb(131,131,138);
}

.contact_boxrk .info span {
    color: #000000;
}

.contact_boxrk .info .contact_info svg, .contact_boxrk .info .contact_info svg path {
    fill: #000000;
}

.contact_boxrk form input {
    color: #000000;
    border-radius: 6px;
    background: #ffffff;
}

.contact_boxrk form .button {
    background: rgb(94,94,94);
    color: #ffffff;
    border-radius: 100px;
}

.contact_boxrk form .button:hover {
    background: rgb(131,131,138);
}


.contact_boxrk .holder {
    display: flex;
}

.contact_boxrk .holder > div {
    width: 50%;
    padding: 40px;
}

.contact_boxrk .form {

}

.contact_boxrk .form form {
    display: flex;
    flex-direction: column;
}

.contact_boxrk h3 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 18px;
}

.contact_boxrk .info {
    padding-top: 40px;
}

.contact_boxrk form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}

.contact_boxrk form .button {
    font-weight: 400;
    cursor: pointer;
}

.contact_boxrk .info .contact_info h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
}

.contact_boxrk .info svg, .contact_boxrk .info img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
}

.contact_boxrk .info span {
    font-size: 18px;
}

.contact_boxrk .logo_holder {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 30px;
    margin-right: 30px;
}

.contact_boxrk .logo_holder svg, .contact_boxrk .logo_holder img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    margin-right: 0;
}

.contact_boxrk .info .contact_info span {
    font-weight: 300;
}

.contact_boxrk .info .contact_info > div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.contact_boxrk .name_holder {
    display: flex;
    justify-content: space-between;
}

.contact_boxrk .name_holder #surname {
    margin-left: 24px;
}

.contact_boxrk .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact_boxrk .agree label {
    display: block;
}

.contact_boxrk .agree a {
    margin-left: 5px;
    color: rgb(131,131,138);
}

.contact_boxrk .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px) {
    .contact_boxrk .holder {
        flex-direction: column;
    }

    .contact_boxrk .holder > div {
        width: 100%;
    }

    .contact_boxrk {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contact_boxrk h3 {
        font-size: 30px;
    }
}

.wrapper-structurebB .contact_boxrk .holder {
    justify-content: center;
}

.wrapper-structurebB .contact_boxrk .form {
    background: none;
    margin: auto;
}

.wrapper-structurebB .contact_boxrk .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.wrapper-structurebB .contact_boxrk form input {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.wrapper-structurebB .contact_boxrk h3 {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 24px;
    width: fit-content;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 28px;
    align-self: center;
}

.wrapper-structurebB .contact_boxrk h3::after {
    content: "";
    width: 50%;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid rgb(94,94,94,0.5);
}

.wrapper-structurebB .contact_boxrk form .button {
    background: rgb(131,131,138);
    color: #ffffff;
    border: none;
    border-radius: 0;
    width: fit-content;
    align-self: center;
    padding: 10px 40px;
    margin-bottom: 0;
    margin-top: 10px;
}

.wrapper-structurebB .contact_boxrk .agree a {
    color: rgb(131,131,138);
}

@media only screen and (max-width: 800px) {
    .contact_boxrk .holder > div {
        padding: 20px;
    }
}header {
    padding-bottom: 10px;
    background: linear-gradient(135deg, rgb(131,131,138), rgb(94,94,94));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.main_header {
    border-top: 10px solid rgb(131,131,138);
    border-bottom: 2px solid rgb(131,131,138);
    background: linear-gradient(135deg, rgb(188,188,188), #ffffff);
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
}
.main_header .header_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: 2px solid rgb(131,131,138);
    border-radius: 15px;
    background: linear-gradient(135deg, #ffffff, rgb(188,188,188));
}
.main_header .header_holder .logo_holder {
    margin: 10px 0;
    position: relative;
    z-index: 1;
    border: 2px solid rgb(131,131,138);
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
}
.main_header .header_holder .logo_holder svg, .main_header .header_holder .logo_holder img {
    width: 100px;
    height: 100px;
    fill: rgb(131,131,138);
    transition: transform 0.3s ease;
}
.main_header .header_holder .logo_holder:hover svg, .main_header .header_holder .logo_holder:hover img {
    transform: scale(1.1);
}
.main_header .header_description {
    width: 50%;
    font-size: 18px;
    text-align: center;
    color: rgb(94,94,94);
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(131,131,138);
    padding-bottom: 10px;
}
.main_header .header_menu {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: -2px;
    margin-top: 20px;
    position: relative;
    z-index: 11;
    border-top: 2px solid rgb(131,131,138);
    padding-top: 10px;
}
.main_header .header_menu a {
    border: 2px solid transparent;
    border-bottom: 2px solid rgb(131,131,138);
    padding: 10px 16px;
    color: rgb(94,94,94);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

@media only screen and (max-width: 1000px) {
    .main_header .header_description {
        width: 100%;
    }
    .main_header .header_menu {
        flex-direction: column;
    }
}.welcome_pageMx {
    width: 100%;
    padding: 0;
    background: #000000;
    color: #ffffff;
    font-family: Lato, sans-serif;
    position: relative;
    overflow: hidden;
}
.welcome_pageMx .title_page_holder {
    width: 100%;
    margin: 0 auto;
    min-height: 600px;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 60px;
    border: 1px solid rgb(131,131,138);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.2);
    overflow: hidden;
}
.welcome_pageMx .style_element {
    background: rgba(0, 0, 0, 0.8);
    padding: 40px;
    max-width: 800px;
    width: 100%;
    text-align: left;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
}
.welcome_pageMx .style_element h1 {
    color: rgb(131,131,138);
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(94,94,94);
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.welcome_pageMx .style_element h3 {
    color: rgb(94,94,94);
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(131,131,138);
    padding-bottom: 8px;
    letter-spacing: 1px;
}
.welcome_pageMx .style_element p {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 2rem;
    font-weight: 700;
    color: rgb(131,131,138);
}
.welcome_pageMx .title_page_holder:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 1000px;
    background: rgba(0, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    filter: blur(100px);
    z-index: 0;
}
.welcome_pageMx .style_element:before,
.welcome_pageMx .style_element:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(131,131,138), rgb(94,94,94));
    animation: neon-glow 3s infinite alternate;
}
.welcome_pageMx .style_element:before {
    left: -2px;
    top: 0;
}
.welcome_pageMx .style_element:after {
    right: -2px;
    bottom: 0;
}
@keyframes neon-glow {
    from {
        box-shadow: 0 0 5px rgba(0, 255, 255, 0.5), 0 0 10px rgba(0, 255, 255, 0.5);
    }
    to {
        box-shadow: 0 0 20px rgba(0, 255, 255, 0.8), 0 0 40px rgba(0, 255, 255, 0.8);
    }
}
.welcome_pageMx .style_element ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.welcome_pageMx .style_element ul li {
    margin-bottom: 10px;
    list-style: none;
    color: rgb(131,131,138);
    position: relative;
    padding-left: 20px;
}
.welcome_pageMx .style_element ul li:before {
    content: '>';
    position: absolute;
    left: 0;
    color: rgb(94,94,94);
}
@media (max-width: 992px) {
    .welcome_pageMx {
        padding: 60px 0;
    }
    .welcome_pageMx .title_page_holder {
        padding: 30px;
    }
    .welcome_pageMx .style_element {
        padding: 30px;
    }
    .welcome_pageMx .style_element h1 {
        font-size: 1.8rem;
    }
    .welcome_pageMx .style_element h3 {
        font-size: 1.5rem;
    }
    .welcome_pageMx .style_element p {
        font-size: 0.875rem;
    }
    .welcome_pageMx .title_page_holder:before {
        width: 800px;
        height: 800px;
    }
}
@media (max-width: 576px) {
    .welcome_pageMx {
        padding: 40px 0;
    }
    .welcome_pageMx .title_page_holder {
        padding: 20px;
    }
    .welcome_pageMx .style_element {
        padding: 20px;
    }
    .welcome_pageMx .style_element h1 {
        font-size: 1.5rem;
    }
    .welcome_pageMx .style_element h3 {
        font-size: 1.25rem;
    }
    .welcome_pageMx .style_element p {
        font-size: 0.75rem;
    }
    .welcome_pageMx .title_page_holder:before {
        width: 600px;
        height: 600px;
    }
}