* {
    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: Ubuntu, sans-serif;
    color: #000000;
}
.wrapper-skeleton-uMkJ {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(204,241,134);
}
a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.join-our-community-gGZr {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.join-our-community-gGZr .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.join-our-community-gGZr input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(13,118,133,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.join-our-community-gGZr h2 {
    margin-bottom: 20px;
    text-align: center;
}

.join-our-community-gGZr .button {
    background: rgb(13,118,133);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.join-our-community-gGZr .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .join-our-community-gGZr .holder {
        flex-direction: column;
    }

    .join-our-community-gGZr {
        padding: 30px 20px;
    }

    .join-our-community-gGZr input {
        min-width: unset;
    }

    .join-our-community-gGZr .button {
        flex-shrink: unset;
    }

    .join-our-community-gGZr .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .join-our-community-gGZr input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .wrapper-skeleton-uMkJ .join-our-community-gGZr .holder h2 {
        font-size: 20px;
    }
}

.wrapper-skeleton-uMkJ .join-our-community-gGZr {
    padding: 100px 20px;
    background: rgb(204,241,134);
    background: linear-gradient(120deg, rgb(105,193,129) 0%, #000000 100%);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
}

.wrapper-skeleton-uMkJ .join-our-community-gGZr h2 {
    font-size: 46px;
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.wrapper-skeleton-uMkJ .join-our-community-gGZr .input_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.wrapper-skeleton-uMkJ .join-our-community-gGZr input {
    padding: 15px 20px;
    height: 60px;
    border-radius: 10px;
    background: #ffffff;
    border: 2px solid rgb(105,193,129);
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    margin-right: 20px;
    flex: 1;
    min-width: 0;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.wrapper-skeleton-uMkJ .join-our-community-gGZr input:hover,
.wrapper-skeleton-uMkJ .join-our-community-gGZr input:focus {
    border-color: rgb(13,118,133);
    box-shadow: 0 0 15px rgb(13,118,133,0.5);
}

.wrapper-skeleton-uMkJ .join-our-community-gGZr .button {
    padding: 15px 30px;
    height: 60px;
    border-radius: 10px;
    border: none;
    background: rgb(13,118,133);
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper-skeleton-uMkJ .join-our-community-gGZr .button:hover {
    background: rgb(105,193,129);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgb(105,193,129,0.5);
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton-uMkJ .join-our-community-gGZr {
        padding: 60px 20px;
    }

    .wrapper-skeleton-uMkJ .join-our-community-gGZr h2 {
        font-size: 19px;
        margin-bottom: 20px;
    }

    .wrapper-skeleton-uMkJ .join-our-community-gGZr .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .wrapper-skeleton-uMkJ .join-our-community-gGZr input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .wrapper-skeleton-uMkJ .join-our-community-gGZr .button {
        width: 100%;
    }
}footer {
    background: rgb(13,118,133);
    color: #000000;
    font-family: Ubuntu, sans-serif;
    padding: 50px 0;
    border-top: 1px solid rgb(105,193,129);
    border-bottom: 1px solid rgb(105,193,129);
    position: relative;
}
footer::before, footer::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background: rgb(105,193,129);
    top: 0;
    left: 0;
}
footer::after {
    top: auto;
    bottom: 0;
}
footer .footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    border-left: 5px solid rgb(13,118,133);
    border-right: 5px solid rgb(13,118,133);
    position: relative;
}
footer .footer::before, footer .footer::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: rgb(105,193,129);
}
footer .footer::before {
    left: -5px;
    top: 0;
}
footer .footer::after {
    right: -5px;
    top: 0;
}
footer .footer_info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
footer .logo_holder {
    position: relative;
    padding: 20px;
}
footer .logo_holder::before, footer .logo_holder::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: rgb(105,193,129);
}
footer .logo_holder::before {
    left: -5px;
    top: 0;
}
footer .logo_holder::after {
    right: -5px;
    top: 0;
}
footer .logo_holder svg, 
footer .logo_holder img {
    width: 120px;
    height: 120px;
    fill: rgb(105,193,129);
    margin-bottom: 20px;
}
footer h5 {
    font-size: 20px;
    color: rgb(105,193,129);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid rgb(105,193,129);
    padding-bottom: 5px;
    position: relative;
}
footer h5::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: rgb(13,118,133);
    left: 0;
    bottom: -10px;
}
footer .menu {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    flex: 1;
    margin: 0 20px;
    position: relative;
}
footer .menu::before, footer .menu::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgb(105,193,129);
}
footer .menu::before {
    top: -5px;
    left: 0;
}
footer .menu::after {
    bottom: -5px;
    left: 0;
}
footer .menu a {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
    padding: 10px;
    transition: color 0.3s;
    margin-bottom: 10px;
}
footer .menu a:hover {
    color: rgb(105,193,129);
}
footer .contact_info {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    flex: 1;
    padding-left: 20px;
    position: relative;
}
footer .contact_info::before, footer .contact_info::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background: rgb(105,193,129);
}
footer .contact_info::before {
    left: -5px;
    top: 0;
}
footer .contact_info::after {
    right: -5px;
    top: 0;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}
footer .contact_info div::before, footer .contact_info div::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgb(13,118,133);
}
footer .contact_info div::before {
    top: -5px;
    left: 0;
}
footer .contact_info div::after {
    bottom: -5px;
    left: 0;
}
footer .contact_info div svg {
    fill: rgb(105,193,129);
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
footer .contact_info div span {
    color: #000000;
    font-size: 18px;
}
footer .footer_agreement {
    text-align: center;
    margin: 30px 0;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
    border-top: 1px dashed rgb(105,193,129);
    padding-top: 10px;
}
footer .footer_agreement::before {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: rgb(13,118,133);
    margin: 10px auto;
}
footer .copyright {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    border-top: 2px solid rgb(105,193,129);
    position: relative;
}
footer .copyright::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(105,193,129), rgb(13,118,133));
    transform: translateX(-50%);
}
footer .copyright_info {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    position: relative;
}
footer .copyright_info::before, footer .copyright_info::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 50%;
    background: rgb(13,118,133);
}
footer .copyright_info::before {
    top: -5px;
    left: 25%;
}
footer .copyright_info::after {
    bottom: -5px;
    left: 25%;
}
footer .copyright_info a {
    color: rgb(13,118,133);
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s;
    padding: 0 10px;
    display: inline-block;
}
footer .copyright_info a:hover {
    color: rgb(105,193,129);
}
@media only screen and (max-width: 800px) {
    footer .footer {
        flex-direction: column;
        align-items: center;
    }
    footer .footer_info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer .menu {
        margin: 20px 0;
        max-width: 100%;
    }
    footer .contact_info {
        padding-left: 0;
        align-items: center;
        text-align: center;
        max-width: 100%;
    }
    footer .logo_holder, 
    footer .menu, 
    footer .contact_info {
        max-width: none;
        border-left: none;
        border-right: none;
    }
}
.secure-refuge-ruig {
    padding: 50px;
    width: 100%;
    overflow: hidden;
    height: auto;
    border: 1px solid rgb(105,193,129);
    font-family: Ubuntu, sans-serif;
    color: #ffffff;
    box-shadow: inset 0 0 10px rgb(13,118,133,0.5), 0 0 15px rgb(105,193,129,0.5);
}

.secure-refuge-ruig h1 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 38px;
    font-weight: 700;
    color: rgb(105,193,129);
    border-bottom: 2px solid rgb(105,193,129);
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: linear-gradient(90deg, rgb(105,193,129), rgb(13,118,133));
    -webkit-background-clip: text;
    color: transparent;
}

.secure-refuge-ruig h2 {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 34px;
    font-weight: 600;
    color: rgb(13,118,133);
    border-bottom: 1px solid rgb(13,118,133);
    padding-bottom: 10px;
    letter-spacing: 1px;
    background: linear-gradient(90deg, rgb(13,118,133), rgb(105,193,129));
    -webkit-background-clip: text;
    color: transparent;
}

.secure-refuge-ruig h3, .secure-refuge-ruig h4, .secure-refuge-ruig h5, .secure-refuge-ruig h6 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: rgb(105,193,129);
    background: linear-gradient(90deg, rgb(105,193,129), rgb(13,118,133));
    -webkit-background-clip: text;
    color: transparent;
}

.secure-refuge-ruig ul, .secure-refuge-ruig ol {
    list-style: none;
    padding-left: 0;
    padding: 20px 0;
    border-radius: 10px;
}

.secure-refuge-ruig li {
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    padding-left: 20px;
    position: relative;
}

.secure-refuge-ruig li::before {
    content: ">";
    position: absolute;
    left: 0;
    color: rgb(105,193,129);
    font-weight: 700;
}

.secure-refuge-ruig section {
    background: rgb(105,193,129);
    padding: 25px;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 0 15px rgb(105,193,129,0.5);
}

.secure-refuge-ruig p, .secure-refuge-ruig span, .secure-refuge-ruig div {
    line-height: 2;
    margin-bottom: 15px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
    background: linear-gradient(90deg, rgb(105,193,129), rgb(13,118,133));
    -webkit-background-clip: text;
    color: transparent;
}

@media only screen and (max-width: 800px) {
    .secure-refuge-ruig {
        padding: 20px 10px;
    }

    .secure-refuge-ruig h1 {
        font-size: calc(38px * 0.8);
    }

    .secure-refuge-ruig h2 {
        font-size: calc(34px * 0.8);
    }

    .secure-refuge-ruig h3, .secure-refuge-ruig h4, .secure-refuge-ruig h5, .secure-refuge-ruig h6 {
        font-size: calc(24px * 0.8);
    }

    .secure-refuge-ruig p, .secure-refuge-ruig span, .secure-refuge-ruig div {
        font-size: calc(17px * 0.9);
    }
}.wrapper-skeleton-uMkJ .education-framework-kQrx {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgb(105,193,129);
    overflow: hidden;
}

.wrapper-skeleton-uMkJ .education-framework-kQrx::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle closest-side, rgb(105,193,129,0.5) 0%, transparent 100%);
    z-index: -1;
}

.wrapper-skeleton-uMkJ .education-framework-kQrx .holder {
    position: relative;
    z-index: 1;
    padding: 60px;
    text-align: center;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-50px);
    animation: slideInUp 1s forwards cubic-bezier(0.2, 0.8, 0.2, 1);
}

.wrapper-skeleton-uMkJ .education-framework-kQrx h2 {
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.wrapper-skeleton-uMkJ .education-framework-kQrx p {
    font-size: 20px;
    line-height: 1.6;
    color: #000000;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton-uMkJ .education-framework-kQrx .holder {
        padding: 40px;
    }

    .wrapper-skeleton-uMkJ .education-framework-kQrx h2 {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .wrapper-skeleton-uMkJ .education-framework-kQrx p {
        font-size: 18px;
    }
}
.course-details-ZoER {
    padding-top: 80px;
    padding-bottom: 80px;
    background: rgb(105,193,129);
    font-family: Ubuntu, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-details-ZoER h2 {
    color: rgb(13,118,133);
    font-size: 41px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    border-bottom: 3px solid rgb(13,118,133);
    display: inline-block;
    padding-bottom: 10px;
}

.course-details-ZoER .container {
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
}

.course-details-ZoER .holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.course-details-ZoER .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.course-details-ZoER .course {
    flex: 1 1 45%;
    margin: 20px;
    overflow: hidden;
}

.course-details-ZoER .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.course-details-ZoER .photo {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-bottom: 3px solid rgb(13,118,133);
}

.course-details-ZoER .text_holder {
    padding: 30px;
    text-align: left;
}

.course-details-ZoER h3 {
    color: rgb(105,193,129);
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 16px;
    border-left: 5px solid rgb(13,118,133);
    padding-left: 10px;
}

.course-details-ZoER p {
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 20px;
}

.course-details-ZoER .button {
    background: rgb(105,193,129);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 28px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
    align-self: flex-start;
}

@media only screen and (max-width: 800px) {
    .course-details-ZoER {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .course-details-ZoER h2 {
        font-size: 28px;
    }
    .course-details-ZoER h3 {
        font-size: 24px;
    }
    .course-details-ZoER .photo {
        height: 200px;
    }
    .course-details-ZoER .text_holder {
        padding: 20px;
    }
    .course-details-ZoER .course {
        flex: 1 1 100%;
        margin: 0;
    }
}

.wrapper-skeleton-uMkJ .course-details-ZoER {
    position: relative;
    padding: 60px 0;
    border-top: 5px solid rgb(13,118,133);
    border-bottom: 5px solid rgb(13,118,133);
}

.wrapper-skeleton-uMkJ .course-details-ZoER .items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.wrapper-skeleton-uMkJ .course-details-ZoER .photo {
    border-radius: 10px;
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}

.wrapper-skeleton-uMkJ .course-details-ZoER .text_holder {
    border-radius: 10px;
    border: 2px solid rgb(13,118,133);
    background: #ffffff;
    padding: 30px;
    width: 100%;
    max-width: 800px;
}

.wrapper-skeleton-uMkJ .course-details-ZoER h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}

.wrapper-skeleton-uMkJ .course-details-ZoER .button {
    background: rgb(13,118,133);
    color: #ffffff;
    font-size: 20px;
    padding: 15px 30px;
    border-radius: 10px;
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton-uMkJ .course-details-ZoER .photo {
        width: 100%;
        height: 200px;
    }
    .wrapper-skeleton-uMkJ .course-details-ZoER .text_holder {
        padding: 20px;
    }
    .wrapper-skeleton-uMkJ .course-details-ZoER h3 {
        font-size: 22px;
    }
}
.appPanel-DRwS {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(105,193,129,0.5);
    color: #ffffff;
    height: 100vh;
    padding: 40px;
    text-align: center;
    border-radius: 28px;
    border: 2px solid rgb(105,193,129);
}
.appPanel-DRwS .container {
    background-color: rgb(105,193,129);
    padding: 50px;
    border-radius: 28px;
    max-width: 900px;
    width: 100%;
    box-shadow: 0 0 15px rgb(13,118,133,0.5);
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 2px solid rgb(13,118,133);
}
.appPanel-DRwS h2 {
    font-size: 36px;
    font-weight: 600;
    color: rgb(105,193,129);
    margin-bottom: 10px;
    text-transform: none;
    border-bottom: 2px solid rgb(105,193,129);
    padding-bottom: 10px;
}
.appPanel-DRwS p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgb(105,193,129,0.5);
}
@media only screen and (max-width: 800px) {
    .appPanel-DRwS {
        padding: 20px;
        height: auto;
    }
    .appPanel-DRwS .container {
        padding: 30px;
    }
    .appPanel-DRwS h2 {
        font-size: 40px;
    }
    .appPanel-DRwS p {
        font-size: 15px;
    }
}
.our-background-rkFB {
    padding: 80px 0;
    background: rgb(13,118,133);
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    position: relative;
    overflow: hidden;
}

.wrapper-skeleton-uMkJ .our-background-rkFB .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 2;
}

.wrapper-skeleton-uMkJ .our-background-rkFB .caption_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(105,193,129);
    padding: 40px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
}

.wrapper-skeleton-uMkJ .our-background-rkFB .holder .photo {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 5px solid rgb(105,193,129);
    box-shadow: 0 0 15px rgb(105,193,129), 0 0 30px rgb(105,193,129,0.5);
    margin-bottom: 20px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.wrapper-skeleton-uMkJ .our-background-rkFB .holder .photo:hover {
    transform: scale(1.1);
    box-shadow: 0 0 25px rgb(105,193,129), 0 0 50px rgb(105,193,129,0.5);
}

.wrapper-skeleton-uMkJ .our-background-rkFB .style_element {
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}

.wrapper-skeleton-uMkJ .our-background-rkFB .style_element:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 25px rgb(105,193,129), 0 0 50px rgb(105,193,129,0.5);
}

.wrapper-skeleton-uMkJ .our-background-rkFB h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.wrapper-skeleton-uMkJ .our-background-rkFB h2::after {
    content: '';
    width: 60px;
    height: 3px;
    background: rgb(105,193,129);
    display: block;
    margin: 10px auto 0;
    box-shadow: 0 0 10px rgb(105,193,129), 0 0 20px rgb(105,193,129,0.5);
}

.wrapper-skeleton-uMkJ .our-background-rkFB p {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    margin-top: 20px;
    position: relative;
}

.wrapper-skeleton-uMkJ .our-background-rkFB p::before {
    content: '';
    width: 5px;
    height: 100%;
    background: rgb(105,193,129);
    position: absolute;
    left: -20px;
    top: 0;
    box-shadow: 0 0 10px rgb(105,193,129), 0 0 20px rgb(105,193,129,0.5);
}

.wrapper-skeleton-uMkJ .our-background-rkFB::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(105,193,129,0.5) 25%, transparent 25%, transparent 75%, rgb(105,193,129,0.5) 75%, rgb(105,193,129,0.5)), linear-gradient(45deg, rgb(105,193,129,0.5) 25%, transparent 25%, transparent 75%, rgb(105,193,129,0.5) 75%, rgb(105,193,129,0.5));
    background-size: 40px 40px;
    z-index: 1;
    opacity: 0.1;
}

@media only screen and (max-width: 1200px) {
    .wrapper-skeleton-uMkJ .our-background-rkFB .holder .photo {
        width: 250px;
        height: 250px;
    }
    .wrapper-skeleton-uMkJ .our-background-rkFB .style_element {
        padding: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton-uMkJ .our-background-rkFB .holder {
        padding: 0;
    }
    .wrapper-skeleton-uMkJ .our-background-rkFB .caption_holder {
        padding: 20px;
        border-radius: 10px;
    }

    .wrapper-skeleton-uMkJ .our-background-rkFB .style_element {
        width: 100%;
        padding: 20px;
        height: auto;
    }

    .wrapper-skeleton-uMkJ .our-background-rkFB .holder .photo {
        width: 200px;
        height: 200px;
        margin-bottom: 20px;
    }

    .wrapper-skeleton-uMkJ .our-background-rkFB .caption_holder {
        flex-direction: column;
    }
}header .main_header {
    background: rgb(105,193,129);
    color: #ffffff;
    padding: 20px 0;
    border-bottom: 2px solid rgb(13,118,133);
    position: sticky;
    top: 0;
    z-index: 1000;
}

header .logo_holder svg, header .logo_holder svg path, header .logo_holder img {
    fill: rgb(105,193,129);
    height: 60px;
    width: 60px;
}

header .menu a {
    color: #ffffff;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid transparent;
    margin: 0 10px;
    transition: border-color 0.3s ease;
    border-radius: 10px;
}

header .menu a:hover {
    color: rgb(13,118,133);
    border-color: rgb(13,118,133);
}

header .menu a.active {
    color: #ffffff;
    border-color: rgb(105,193,129);
    background: rgb(105,193,129,0.5);
}

header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header .logo_holder {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 20px;
}

header .menu {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }
    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 10px 0;
        position: static;
        width: 100%;
    }
    header .menu.opened {
        display: flex;
    }
    header .menu a {
        padding: 12px;
        width: 100%;
        text-align: left;
        border-radius: 10px;
    }
    header .logo_holder {
        width: 100%;
        justify-content: space-between;
    }
    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        height: 50px;
        width: 50px;
    }
}

.wrapper-skeleton-uMkJ .logotype {
    background: rgb(13,118,133);
    padding: 10px;
    border-radius: 10px;
    border: 2px solid rgb(13,118,133);
}

.wrapper-skeleton-uMkJ header .main_header {
    padding-bottom: 10px;
    position: relative;
    border-bottom: 2px solid rgb(13,118,133);
}

.wrapper-skeleton-uMkJ header .main_header::before {
    position: absolute;
    content: "";
    top: 0;
    height: 10px;
    width: 100%;
    background: rgb(13,118,133);
    z-index: 0;
}

.wrapper-skeleton-uMkJ header .logo_holder .logotype svg, .wrapper-skeleton-uMkJ header .logo_holder .logotype img {
    margin: 0;
}

.wrapper-skeleton-uMkJ header .menu {
    padding-top: 30px;
}

.wrapper-skeleton-uMkJ header .menu a {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 10px;
}

.wrapper-skeleton-uMkJ header .menu a:hover {
    color: rgb(13,118,133);
    border-color: rgb(13,118,133);
}

.wrapper-skeleton-uMkJ header .header_content {
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton-uMkJ header .menu {
        background: none;
        align-items: center;
    }
    .wrapper-skeleton-uMkJ header .logo_holder .logotype svg, .wrapper-skeleton-uMkJ header .logo_holder .logotype img {
        width: 50px;
        height: 50px;
    }
    .wrapper-skeleton-uMkJ header .menu a {
        text-align: center;
    }
    .wrapper-skeleton-uMkJ header .logo_holder {
        justify-content: center;
        align-items: center;
    }
    .wrapper-skeleton-uMkJ header .menu {
        padding-bottom: 20px;
    }
}.title-greeting-ftAa {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
    background: rgb(105,193,129);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}
.title-greeting-ftAa .title_page_holder {
    width: 100%;
    min-height: 600px;
    height: auto;

    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.title-greeting-ftAa .title_page_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.title-greeting-ftAa .style_element {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    padding: 60px;
    border-radius: 21px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 800px;
    text-align: left;
}
.title-greeting-ftAa .style_element h1 {
    font-size: 39px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 24px;
    border-bottom: 2px solid rgb(105,193,129);
    padding-bottom: 12px;
}
.title-greeting-ftAa .style_element h3 {
    font-size: 30px;
    font-weight: 600;
    color: rgb(13,118,133);
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 5px solid rgb(13,118,133);
}
.title-greeting-ftAa .style_element p {
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
}
.title-greeting-ftAa .style_element::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    border: 1px solid rgb(105,193,129);
    border-radius: 21px;
    z-index: -1;
}
.title-greeting-ftAa .style_element h1 span {
    display: inline-block;
    background: rgb(105,193,129);
    padding: 5px 15px;
    border-radius: 10px;
    color: #ffffff;
    font-style: italic;
}
.title-greeting-ftAa .style_element h3 span {
    display: inline-block;
    background: rgb(13,118,133);
    padding: 3px 10px;
    border-radius: 10px;
    color: #ffffff;
}
@media only screen and (max-width: 800px) {
    .title-greeting-ftAa .title_page_holder {
        min-height: 500px;
        padding: 20px;
    }
    .title-greeting-ftAa .style_element {
        padding: 40px;
        max-width: 100%;
        border-left-width: 5px;
    }
    .title-greeting-ftAa .style_element::before {
        top: -10px;
        left: -10px;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
    }
    .title-greeting-ftAa .style_element h1 {
        font-size: 30px;
        margin-bottom: 16px;
        padding-bottom: 8px;
    }
    .title-greeting-ftAa .style_element h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .title-greeting-ftAa .style_element p {
        font-size: 15px;
    }
}
.wrapper-skeleton-uMkJ .title-greeting-ftAa {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
.wrapper-skeleton-uMkJ .title-greeting-ftAa::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(105,193,129,0.5);
    z-index: 0;
    pointer-events: none;
}
.wrapper-skeleton-uMkJ .title-greeting-ftAa .style_element {
    position: relative;
    z-index: 2;
    padding: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    max-width: 1000px;
    margin: 40px auto;
    text-align: left;
    border-top: 5px solid rgb(105,193,129);
}
.wrapper-skeleton-uMkJ .title-greeting-ftAa .style_element h1 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgb(105,193,129);
}
.wrapper-skeleton-uMkJ .title-greeting-ftAa .style_element h3 {
    font-size: 16px;
    font-weight: 600;
    color: rgb(105,193,129);
    margin-bottom: 12px;
    padding-left: 10px;
    border-left: 3px solid rgb(105,193,129);
}
.wrapper-skeleton-uMkJ .title-greeting-ftAa .style_element p {
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
}
.wrapper-skeleton-uMkJ .title-greeting-ftAa .style_element h1 span {
    display: inline-block;
    background: rgb(105,193,129);
    padding: 2px 10px;
    border-radius: 10px;
    color: #ffffff;
    font-style: italic;
}
.wrapper-skeleton-uMkJ .title-greeting-ftAa .style_element h3 span {
    display: inline-block;
    background: rgb(13,118,133);
    padding: 2px 8px;
    border-radius: 10px;
    color: #ffffff;
}
.mentorship-experience-qLca {
    padding: 60px 0;
}

.mentorship-experience-qLca .container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

.mentorship-experience-qLca .holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.mentorship-experience-qLca .review {
    flex: 0 0 calc(33.333% - 30px);
    background: #ffffff;
    border-radius: var(--border-radius-medium, .25rem);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mentorship-experience-qLca .review:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.mentorship-experience-qLca .photo {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
}

.worker_description {
    padding: 20px;
    text-align: center;
}

.worker_description .name {
    font-size: var(--h5-font-size, 1.25rem);
    font-weight: var(--font-weight-bold, 700);
    color: var(--primary-color, #007bff);
    margin-bottom: 10px;
}

.worker_description span {
    display: block;
    font-size: var(--p-font-size, 1rem);
    font-weight: var(--font-weight-light, 300);
    color: var(--dark-color, #6c757d);
    margin-bottom: 10px;
}

.worker_description .quote {
    font-size: var(--p-font-size, 1rem);
    font-weight: var(--font-weight-light, 300);
    color: var(--dark-color_opacity, rgba(108, 117, 125, 0.8));
    font-style: italic;
}


@media (max-width: 992px) {
    .mentorship-experience-qLca .review {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (max-width: 768px) {
    .mentorship-experience-qLca .review {
        flex: 0 0 100%;
    }
}

.wrapper-skeleton-uMkJ .mentorship-experience-qLca {
    background: var(--site-footer-bg-color, #343a40);
    color: var(--white-color, #fff);
    padding: 80px 0;
}

.wrapper-skeleton-uMkJ .mentorship-experience-qLca .review {
    background: var(--secondary-color, #6c757d);
    color: var(--white-color, #fff);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.wrapper-skeleton-uMkJ .mentorship-experience-qLca .review:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.wrapper-skeleton-uMkJ .mentorship-experience-qLca .photo {
    border-radius: var(--border-radius-medium, .25rem)  var(--border-radius-medium, .25rem) 0 0;
}

.wrapper-skeleton-uMkJ .worker_description .name {
    color: var(--white-color, #fff);
}

.wrapper-skeleton-uMkJ .worker_description span {
    color: var(--primary-color, #007bff);
}

.wrapper-skeleton-uMkJ .worker_description .quote {
    color: var(--white-color_opacity, rgba(255, 255, 255, 0.8));
}

@media (max-width: 768px) {
    .wrapper-skeleton-uMkJ .mentorship-experience-qLca .holder {
        flex-direction: column;
        align-items: center;
    }

    .wrapper-skeleton-uMkJ .mentorship-experience-qLca .review {
        width: 100%;
    }
}
.advantages-highlights-sfqa .advantages_content h2 {
    color: rgb(13,118,133);
}

.advantages-highlights-sfqa .advantage_item svg, .advantages-highlights-sfqa .advantage_item svg path {
    fill: rgb(105,193,129);
}

.advantages-highlights-sfqa .advantage_item p {
    color: #000000;
}

.advantages-highlights-sfqa .advantage_item b {
    color: rgb(105,193,129);
}

.advantages-highlights-sfqa {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages-highlights-sfqa .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages-highlights-sfqa .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages-highlights-sfqa .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 37px;
    font-weight: 600;
}

.advantages-highlights-sfqa .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages-highlights-sfqa .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages-highlights-sfqa .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages-highlights-sfqa .advantage_item svg, .advantages-highlights-sfqa .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-skeleton-uMkJ .advantages-highlights-sfqa .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
    .wrapper-skeleton-uMkJ .advantages-highlights-sfqa .advantages_holder {
        justify-content: center;
    }
}

@media only screen and (max-width: 800px) {
    .advantages-highlights-sfqa .advantages_content h2 {
        font-size: 30px;
    }

    .advantages-highlights-sfqa .advantages_holder {
        flex-direction: column;
    }

    .advantages-highlights-sfqa {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-skeleton-uMkJ .advantages-highlights-sfqa .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-skeleton-uMkJ .advantages-highlights-sfqa {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    padding: 80px 20px;
}

.wrapper-skeleton-uMkJ .advantages-highlights-sfqa .advantages_content {
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

.wrapper-skeleton-uMkJ .advantages-highlights-sfqa .advantages_content h2 {
    color: rgb(13,118,133);
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 40px;
}

.wrapper-skeleton-uMkJ .advantages-highlights-sfqa .advantages_description {
    font-size: 20px;
    color: #000000;
    margin-bottom: 30px;
    line-height: 1.6;
    padding: 0 20px;
}

.wrapper-skeleton-uMkJ .advantages-highlights-sfqa .advantages_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.wrapper-skeleton-uMkJ .advantages-highlights-sfqa .advantage_item {
    background-color: rgb(105,193,129,0.5);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    cursor: pointer;
    width: calc(25% - 20px);
    padding: 20px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}

.wrapper-skeleton-uMkJ .advantages-highlights-sfqa .advantage_item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
    background-color: rgb(105,193,129);
}

.wrapper-skeleton-uMkJ .advantages-highlights-sfqa .advantage_item:hover h4,
.wrapper-skeleton-uMkJ .advantages-highlights-sfqa .advantage_item:hover svg,
.wrapper-skeleton-uMkJ .advantages-highlights-sfqa .advantage_item:hover svg path {
    color: #ffffff;
    fill: #ffffff;
}

.wrapper-skeleton-uMkJ .advantages-highlights-sfqa .advantage_image {
    width: 128px;
    height: 128px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper-skeleton-uMkJ .advantages-highlights-sfqa .advantage_item svg,
.wrapper-skeleton-uMkJ .advantages-highlights-sfqa .advantage_item img {
    width: 100%;
    height: 100%;
    transition: fill 0.3s ease-in-out;
}

.wrapper-skeleton-uMkJ .advantages-highlights-sfqa .advantage_item h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
    .wrapper-skeleton-uMkJ .advantages-highlights-sfqa .advantage_item {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton-uMkJ .advantages-highlights-sfqa {
        padding: 50px 10px;
    }

    .wrapper-skeleton-uMkJ .advantages-highlights-sfqa .advantages_content h2 {
        font-size: 30px;
    }

    .wrapper-skeleton-uMkJ .advantages-highlights-sfqa .advantages_holder {
        flex-direction: column;
        gap: 15px;
    }

    .wrapper-skeleton-uMkJ .advantages-highlights-sfqa .advantage_item {
        width: 100%;
    }
}.contact-section-shNL {
    padding-top: 80px;
    padding-bottom: 80px;
}
.contact-section-shNL h3 {
    color: rgb(13,118,133);
}
.contact-section-shNL .form {
    background:rgb(204,241,134);
    border-radius: 10px;
}
.contact-section-shNL form input {
    color: #000000;
    border-radius:6px;
    background:  #ffffff;
}
.contact-section-shNL form  .button {
    background: rgb(13,118,133);
    color:  #ffffff;
    border-radius: 100px;
}
.contact-section-shNL form  .button:hover {
    background: rgb(105,193,129);
}
.contact-section-shNL .holder {
    display: flex;
}
.contact-section-shNL .holder>div {
    width: 50%;
    padding: 40px;
}
.contact-section-shNL .form form {
    display: flex;
    flex-direction: column;
}
.contact-section-shNL h3 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 18px;
}
.contact-section-shNL form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}
.contact-section-shNL form  .button {
    font-weight: 400;
    cursor: pointer;
}
.contact-section-shNL .name_holder {
    display: flex;
    justify-content: space-between;
}
.contact-section-shNL  .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact-section-shNL  .agree label {
    display: block;
}
.contact-section-shNL  .agree a {
    margin-left: 5px;
    color: rgb(105,193,129);
}
.contact_from .form_text {
    margin-bottom: 10px;
}
.contact-section-shNL  .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 800px)  {
    .contact-section-shNL .holder {
        flex-direction: column;
    }
    .contact-section-shNL .holder>div {
        width: 100%;
    }
    .contact-section-shNL {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact-section-shNL h3 {
        font-size: 30px;
    }
}
.wrapper-skeleton-uMkJ .contact-section-shNL .holder {
    justify-content: center;
}
.wrapper-skeleton-uMkJ .contact-section-shNL .form {
    background: none;
    margin: auto;
}
.wrapper-skeleton-uMkJ .contact-section-shNL .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.wrapper-skeleton-uMkJ .contact-section-shNL form input {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0;
}
.wrapper-skeleton-uMkJ .contact-section-shNL 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-skeleton-uMkJ .contact-section-shNL h3::after {
    content: "";
    width: 50%;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid rgb(13,118,133,0.5);
}
.wrapper-skeleton-uMkJ .contact-section-shNL form .button {
    background: rgb(105,193,129);
    color: #ffffff;
    border: none;
    border-radius: 0;
    width: fit-content;
    align-self: center;
    padding: 10px 40px;
    margin-bottom: 0;
    margin-top: 10px;
}
.wrapper-skeleton-uMkJ .contact-section-shNL .agree a {
    color: rgb(105,193,129);
}
@media only screen and (max-width: 800px)  {
    .contact-section-shNL .holder>div {
        padding: 20px;
    }
}.check-it-out-now-eEws {
    padding-bottom: 80px;
    padding-top: 80px;
}

.check-it-out-now-eEws h2 {
    color: rgb(13,118,133);
}

.check-it-out-now-eEws .button {
    background: rgb(13,118,133);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.check-it-out-now-eEws .button:hover {
    background: rgb(105,193,129);
}

.check-it-out-now-eEws .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.check-it-out-now-eEws h2 {
    font-size: 32px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.check-it-out-now-eEws .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .check-it-out-now-eEws .holder {
        flex-direction: column;
    }

    .wrapper-skeleton-uMkJ section.check-it-out-now-eEws h2 {
        font-size: 26px;
    }

    .check-it-out-now-eEws h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .check-it-out-now-eEws .button {
        font-size: 24px;
    }

    .check-it-out-now-eEws {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-skeleton-uMkJ .check-it-out-now-eEws {
    background: rgb(13,118,133);
    color: #ffffff;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.wrapper-skeleton-uMkJ .check-it-out-now-eEws::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 140%;
    height: 140%;
    background: rgb(105,193,129,0.5);
    transform: rotate(30deg);
    z-index: 1;
}

.wrapper-skeleton-uMkJ .check-it-out-now-eEws .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.wrapper-skeleton-uMkJ .check-it-out-now-eEws .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: rgb(13,118,133,0.5);
    padding: 60px;
    border: 1px solid rgb(105,193,129);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, background 0.3s ease;
}

.wrapper-skeleton-uMkJ .check-it-out-now-eEws .holder:hover {
    transform: scale(1.05);
    background: rgb(13,118,133);
}

.wrapper-skeleton-uMkJ .check-it-out-now-eEws h2 {
    font-family: Ubuntu, sans-serif;
    font-size: 32px;
    color: rgb(105,193,129);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    margin-right: 0;
}

.wrapper-skeleton-uMkJ .check-it-out-now-eEws h2::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: rgb(105,193,129);
}

.wrapper-skeleton-uMkJ .check-it-out-now-eEws h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: rgb(105,193,129);
}

.wrapper-skeleton-uMkJ .check-it-out-now-eEws .button {
    display: inline-block;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    background: rgb(105,193,129);
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.wrapper-skeleton-uMkJ .check-it-out-now-eEws .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(105,193,129,0.5);
    transform: scaleY(0);
    transition: transform 0.5s ease;
    z-index: -1;
}

.wrapper-skeleton-uMkJ .check-it-out-now-eEws .button:hover::before {
    transform: scaleY(1);
}

.wrapper-skeleton-uMkJ .check-it-out-now-eEws .button:hover {
    color: #ffffff;
    background: #000000;
}

@media only screen and (max-width: 800px) {
    .wrapper-skeleton-uMkJ .check-it-out-now-eEws .holder {
        padding: 40px 20px;
    }

    .wrapper-skeleton-uMkJ .check-it-out-now-eEws h2 {
        font-size: 48px;
    }

    .wrapper-skeleton-uMkJ .check-it-out-now-eEws .button {
        padding: 10px 30px;
        font-size: 15px;
    }
}