* {
    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;
}
.hADLGgrid-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(181,201,244);
}
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;
    }
}footer {
    background: rgb(105,117,142);
    color: #ffffff;
}

footer .copyright {
    background: rgb(143,159,193);
}

footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(143,159,193);
}

footer h5 {
    color: rgb(143,159,193);
}

footer .menu a {
    color: #ffffff;
}

footer .copyright_info {
    color: #ffffff;
}

footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}

footer .contact_info div svg, footer .contact_info div svg path {
    fill: #ffffff;
}

footer .contact_info div span {
    color: #ffffff;
}

footer .footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

footer .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .logo_holder svg, footer .logo_holder img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

footer h5 {
    font-size: 24px;
    margin-bottom: 16px;

}

footer .contact_info {
    display: flex;
    flex-direction: column;
}

footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: flex-start;
}

footer .contact_info div img, footer .contact_info div svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

footer .menu_holder {
    display: flex;
    flex-direction: column;
}

footer .menu a {
    text-decoration: none;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 5px;
}

footer .copyright {
    font-size: 14px;
}

@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 800px) {
    footer .menu, footer .menu_holder, footer .footer_info {
        flex-direction: column;
    }

    footer .contact_info {
        margin-top: 10px;
    }

    footer h5 {
        margin-top: 5px;
    }

}

.hADLGgrid-container footer {
    background: linear-gradient(130deg, rgb(143,159,193) 0%, rgb(105,117,142) 89%);
}

.hADLGgrid-container footer .copyright {
    background: none;
    padding: 10px 0;
}

.hADLGgrid-container footer .footer_info {
    flex-direction: row-reverse;
}

.hADLGgrid-container footer .footer {
    padding: 0;
    padding-top: 30px;
}

.hADLGgrid-container footer .menu a {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
}

.hADLGgrid-container footer .logo_holder svg, .hADLGgrid-container footer .logo_holder img {
    width: 100px;
    height: 100px;
    margin: 0;
}

@media only screen and (max-width: 800px) {
    .hADLGgrid-container footer .footer_info {
        flex-direction: column;
    }

    .hADLGgrid-container footer .footer_info {
        padding: 0;
    }

    .hADLGgrid-container footer .logo_holder {
        margin-bottom: 16px;
    }

    .hADLGgrid-container footer {
        background: linear-gradient(130deg, rgb(105,117,142) 0%, rgb(143,159,193) 89%);
    }
}
.mPlVYprogram_structure {
    padding: 100px 0;
    background: rgb(181,201,244);
    border-top: 3px solid rgb(105,117,142);
    border-bottom: 3px solid rgb(105,117,142);
    position: relative;
    overflow: hidden;
}

.mPlVYprogram_structure::before, .mPlVYprogram_structure::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(143,159,193) 0%, transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease;
}

.mPlVYprogram_structure:hover::before, .mPlVYprogram_structure:hover::after {
    transform: translate(-50%, -50%) scale(1);
}

.mPlVYprogram_structure h2 {
    color: rgb(143,159,193);
    font-size: 43px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.mPlVYprogram_structure .content {
    border-radius: 21px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}


.mPlVYprogram_structure h3 {
    color: rgb(105,117,142);
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.mPlVYprogram_structure p {
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}

.mPlVYprogram_structure .button {
    display: inline-block;
    background: rgb(143,159,193);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.mPlVYprogram_structure .button:hover {
    background: rgb(105,117,142);
    transform: translateY(-5px);
}

.mPlVYprogram_structure .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.mPlVYprogram_structure .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}

.mPlVYprogram_structure .course {
    flex: 1 1 45%;
    background: #ffffff;
    border-radius: 21px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.mPlVYprogram_structure .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
}

.mPlVYprogram_structure .photo {
    width: 100%;
    height: 300px;
    border-radius: 21px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}


.mPlVYprogram_structure .text_holder {
    padding: 20px;
    background: #ffffff;
    border-radius: 21px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease;
}


@media only screen and (max-width: 1200px) {
    .mPlVYprogram_structure .course {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .mPlVYprogram_structure .items {
        flex-direction: column;
        align-items: center;
    }

    .mPlVYprogram_structure .photo {
        height: 200px;
    }

    .mPlVYprogram_structure h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .mPlVYprogram_structure {
        padding: 60px 0;
    }

    .mPlVYprogram_structure h2 {
        font-size: 28px;
    }

    .mPlVYprogram_structure h3 {
        font-size: 19px;
    }

    .mPlVYprogram_structure p {
        font-size: 14px;
    }

    .mPlVYprogram_structure .button {
        font-size: 15px;
    }

    .mPlVYprogram_structure .photo {
        height: 150px;
    }
}

.hADLGgrid-container .mPlVYprogram_structure {
    background: rgb(181,201,244);
    padding: 120px 0;
}

.hADLGgrid-container .mPlVYprogram_structure .items .course .content {
    flex-direction: row;
    box-shadow: none;
    border-radius: 0;
    align-items: stretch;
}

.hADLGgrid-container .mPlVYprogram_structure .photo {
    width: 50%;
    height: auto;
    margin: 0;
    border-right: 2px solid rgb(105,117,142);
}

.hADLGgrid-container .mPlVYprogram_structure .text_holder {
    width: 50%;
    background: rgb(181,201,244);
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hADLGgrid-container .mPlVYprogram_structure h3 {
    margin-bottom: 20px;
}

.hADLGgrid-container .mPlVYprogram_structure .button {
    margin-top: 30px;
}

.hADLGgrid-container .mPlVYprogram_structure p, .hADLGgrid-container .mPlVYprogram_structure h3 {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .hADLGgrid-container .mPlVYprogram_structure .items .course .content {
        flex-direction: column;
        padding: 10px;
    }

    .hADLGgrid-container .mPlVYprogram_structure .photo {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
        border-right: none;
        border-bottom: 2px solid rgb(105,117,142);
    }

    .hADLGgrid-container .mPlVYprogram_structure .text_holder {
        width: 100%;
    }
}
.ZqLyiprivacy_holdings {
    background-color: #ffffff;
    color: #000000;
    font-family: Lato, sans-serif;
    padding: 2rem;
    border: 1px solid rgb(143,159,193);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.ZqLyiprivacy_holdings h1, .ZqLyiprivacy_holdings h2 {
    margin-bottom: 0.75rem;
    color: rgb(143,159,193);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.ZqLyiprivacy_holdings h1 {
    font-size: 43px;
    font-weight: 700;
    border-left: 4px solid rgb(105,117,142);
    padding-left: 0.5rem;
}
.ZqLyiprivacy_holdings h2 {
    font-size: 38px;
    font-weight: 600;
    border-left: 3px solid rgb(105,117,142,0.5);
    padding-left: 0.5rem;
}
.ZqLyiprivacy_holdings ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.ZqLyiprivacy_holdings ul li {
    font-size: 13px;
    font-weight: 400;
    padding: 0.5rem;
    background-color: rgb(105,117,142,0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.ZqLyiprivacy_holdings ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: rgb(143,159,193);
    border-radius: 50%;
    margin-right: 0.75rem;
}
.ZqLyiprivacy_holdings p, .ZqLyiprivacy_holdings span {
    font-size: 13px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 1rem;
}
.ZqLyiprivacy_holdings div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.ZqLyiprivacy_holdings section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
@media only screen and (max-width: 800px) {
    .ZqLyiprivacy_holdings {
        padding: 1.5rem;
        border-radius: 10px;
        gap: 1rem;
    }
    .ZqLyiprivacy_holdings h1 {
        font-size: calc(19px * 0.9);
    }
    .ZqLyiprivacy_holdings h2 {
        font-size: calc(19px * 0.9);
    }
    .ZqLyiprivacy_holdings ul {
        gap: 0.75rem;
    }
    .ZqLyiprivacy_holdings ul li {
        padding: 0.75rem;
    }
    .ZqLyiprivacy_holdings ul li::before {
        width: 8px;
        height: 8px;
    }
}.WKMfOclient_opinions {
    padding: 100px 20px;
    background: rgb(105,117,142);
    font-family: Lato, sans-serif;
    color: #000000;
}

.WKMfOclient_opinions h2 {
    color: rgb(143,159,193);
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
}

.WKMfOclient_opinions h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: rgb(143,159,193);
    margin: 10px auto 0;
    border-radius: 10px;
}

.WKMfOclient_opinions .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.WKMfOclient_opinions .reviews {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.WKMfOclient_opinions .review {
    background: #ffffff;
    border-radius: 11px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: calc(25% - 40px);
    max-width: 300px;
    overflow: hidden;
}

.WKMfOclient_opinions .review:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.WKMfOclient_opinions .photo {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgb(143,159,193,0.5);
}

.WKMfOclient_opinions .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.WKMfOclient_opinions .review span {
    font-size: 24px;
    font-weight: 600;
    color: rgb(143,159,193);
    margin-bottom: 10px;
}

.WKMfOclient_opinions .review p {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    padding: 0 15px;
    margin: 0;
}

@media only screen and (max-width: 800px) {
    .WKMfOclient_opinions {
        padding: 60px 20px;
    }

    .WKMfOclient_opinions .reviews {
        flex-direction: column;
        align-items: center;
    }

    .WKMfOclient_opinions .review {
        width: 100%;
        max-width: unset;
        margin: 10px 0;
    }

    .WKMfOclient_opinions h2 {
        font-size: 36px;
    }
}

.hADLGgrid-container .WKMfOclient_opinions .photo {
    border-radius: 0;
    width: 100%;
    height: 283px;
}

.hADLGgrid-container .WKMfOclient_opinions .review {
    border-radius: 0;
    padding: 0 0 30px 0;
    box-shadow: none;
    background: none;
    transition: none;
}

.hADLGgrid-container .WKMfOclient_opinions .review span {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}

.hADLGgrid-container .WKMfOclient_opinions .review span::before {
    content: "";
    display: block;
    width: 100px;
    height: 20px;
    background: rgb(143,159,193);
    margin: auto;
    margin-bottom: 20px;
}

.hADLGgrid-container .WKMfOclient_opinions .review p {
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .hADLGgrid-container .WKMfOclient_opinions .review {
        width: 100%;
    }
}
.Iezfucontacts {
    color: #000000;
    background: linear-gradient(135deg, rgb(181,201,244) 0%, rgb(105,117,142,0.5) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.Iezfucontacts::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(143,159,193,0.5) 10%, transparent 10%);
    background-size: 20px 20px;
    animation: backgroundMove 30s linear infinite;
    opacity: 0.1;
    z-index: 0;
}
@keyframes backgroundMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(20px, 20px); }
}
.Iezfucontacts .container {
    position: relative;
    z-index: 1;
}
.Iezfucontacts .contact_holder {
    padding: 40px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.Iezfucontacts .contact_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(143,159,193) 0%, rgb(105,117,142) 100%);
}
.Iezfucontacts h2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.Iezfucontacts h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 4px;
    background: rgb(143,159,193);
    left: 0;
    bottom: 0;
    border-radius: 10px;
}
.Iezfucontacts .holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
}
.Iezfucontacts .holder .contact_description {
    grid-column: 1 / -1;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 40px;
    padding: 20px;
    background: rgb(181,201,244);
    border-radius: 10px;
    position: relative;
}
.Iezfucontacts .holder .photo {
    width: 100%;
    min-height: 400px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.Iezfucontacts .holder .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 50%);
}
.Iezfucontacts .holder .info_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.Iezfucontacts .holder .info_holder > div {
    display: flex;
    align-items: center;
    padding: 15px;
    background: rgb(181,201,244);
    border-radius: 10px;
    transition: all 0.3s ease;
}
.Iezfucontacts .holder .info_holder > div svg {
    width: 24px;
    height: 24px;
    fill: rgb(143,159,193);
    margin-right: 15px;
    transition: all 0.3s ease;
}
.Iezfucontacts .holder .info_holder>div span {
    margin-left: 8px;
}
.Iezfucontacts .holder .info_holder > div a,
.Iezfucontacts .holder .info_holder > div span {
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.Iezfucontacts .holder .info_holder > div:hover a,
.Iezfucontacts .holder .info_holder > div:hover span {
    color: rgb(143,159,193);
}
.Iezfucontacts .contact_politics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgb(105,117,142,0.5);
}
.Iezfucontacts .contact_politics > div {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.Iezfucontacts .contact_politics > div h4 {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 15px;
    color: rgb(143,159,193);
}
.Iezfucontacts .contact_politics > div p {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}
@media only screen and (max-width: 800px) {
    .Iezfucontacts .holder {
        grid-template-columns: 1fr;
    }
    .Iezfucontacts .holder .photo {
        height: 300px;
    }
    .Iezfucontacts .contact_politics {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 600px) {
    .Iezfucontacts {
        padding: 60px 0;
    }
    .Iezfucontacts .contact_holder {
        padding: 30px;
    }
    .Iezfucontacts h2 {
        font-size: calc(29px * 0.8);
    }
}
.HMbGLadvantages_benefits .advantages_content h2 {
    color: rgb(105,117,142);
}

.HMbGLadvantages_benefits .advantage_item svg, .HMbGLadvantages_benefits .advantage_item svg path {
    fill: rgb(143,159,193);
}

.HMbGLadvantages_benefits .advantage_item p {
    color: #000000;
}

.HMbGLadvantages_benefits .advantage_item b {
    color: rgb(143,159,193);
}

.HMbGLadvantages_benefits {
    padding-top: 80px;
    padding-bottom: 80px;
}

.HMbGLadvantages_benefits .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.HMbGLadvantages_benefits .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.HMbGLadvantages_benefits .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 35px;
    font-weight: 600;
}

.HMbGLadvantages_benefits .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.HMbGLadvantages_benefits .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.HMbGLadvantages_benefits .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.HMbGLadvantages_benefits .advantage_item svg, .HMbGLadvantages_benefits .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .hADLGgrid-container .HMbGLadvantages_benefits .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .HMbGLadvantages_benefits .advantages_content h2 {
        font-size: 30px;
    }

    .HMbGLadvantages_benefits .advantages_holder {
        flex-direction: column;
    }

    .HMbGLadvantages_benefits {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hADLGgrid-container .HMbGLadvantages_benefits .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.hADLGgrid-container .HMbGLadvantages_benefits .advantage_image {
    background: rgb(143,159,193,0.5);
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 50% 100%, 0 75%);
    padding: 36px 20px;
    padding-top: 20px;
    border-radius: 5px;
}

.hADLGgrid-container .HMbGLadvantages_benefits .advantage_item svg, .hADLGgrid-container .HMbGLadvantages_benefits .advantage_item svg path, .hADLGgrid-container .HMbGLadvantages_benefits .advantage_item img {
    fill: #ffffff;
    width: 70px;
    height: 70px;
}

.hADLGgrid-container .HMbGLadvantages_benefits .advantages_content h4 {
    margin-top: 40px;
    font-size: 26px;
    font-weight: 700;
    text-transform: unset;
}

.hADLGgrid-container .HMbGLadvantages_benefits .advantage_item {
    border-radius: 0 !important;
    box-shadow: -10px 0px 20px -20px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
}

.hADLGgrid-container .HMbGLadvantages_benefits .advantage_item:nth-child(2) .advantage_image {

    background: rgb(143,159,193);
}

.hADLGgrid-container .HMbGLadvantages_benefits .advantage_item:nth-child(3) .advantage_image {
    background: rgb(105,117,142,0.5);

}

.hADLGgrid-container .HMbGLadvantages_benefits .advantage_item:nth-child(4) .advantage_image {
    background: rgb(105,117,142);
}

@media only screen and (max-width: 800px) {
    .hADLGgrid-container .HMbGLadvantages_benefits .advantage_item {
        box-shadow: 0px 10px 20px -20px rgba(0, 0, 0, 0.3);
    }
}.rbOecthankYouDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: rgb(143,159,193,0.5);
    color: #ffffff;
    font-family: Lato, sans-serif;
    padding: 10px 0;
    text-align: center;
}
.rbOecthankYouDiv .container {
    background: rgb(181,201,244);
    padding: 50px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    width: 80%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.rbOecthankYouDiv h2 {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(143,159,193);
    border-bottom: 2px solid rgb(105,117,142);
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
.rbOecthankYouDiv p {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
    .rbOecthankYouDiv {
        padding: 20px;
    }
    .rbOecthankYouDiv .container {
        padding: 30px;
    }
    .rbOecthankYouDiv h2 {
        font-size: 29px;
    }
}
.yHqYVexperience_trial {
    padding: 60px 0;
    background: rgb(143,159,193);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Lato, sans-serif;
    position: relative;
    overflow: hidden;
}

.yHqYVexperience_trial::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        radial-gradient(circle at 20% 35%, rgb(105,117,142,0.5) 0%, transparent 50%),
        radial-gradient(circle at 75% 44%, #ffffff 0%, transparent 33%);
    animation: backgroundShift 15s infinite alternate;
    opacity: 0.4;
}

@keyframes backgroundShift {
    0% { transform: translate(0, 0) rotate(0deg); }
    100% { transform: translate(5%, 5%) rotate(5deg); }
}

.yHqYVexperience_trial .container {
    width: 90vw;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(143,159,193), rgb(105,117,142));
    border-radius: 11px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.yHqYVexperience_trial .container::after {
    content: '';
    position: absolute;
    inset: 2px;
    background: linear-gradient(135deg, rgb(143,159,193), rgb(105,117,142));
    filter: blur(10px);
    z-index: -1;
    opacity: 0.7;
    border-radius: inherit;
}

.yHqYVexperience_trial .holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 30px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 11px;
    position: relative;
    overflow: hidden;
}

.yHqYVexperience_trial .holder::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(105,117,142,0.5) 0%, transparent 70%);
    opacity: 0.1;
    animation: holderGlow 10s infinite alternate;
}

@keyframes holderGlow {
    0% { transform: translate(-10%, -10%); }
    100% { transform: translate(10%, 10%); }
}

.yHqYVexperience_trial .holder svg {
    fill: #ffffff;
    width: 100px;
    height: 100px;
    margin-right: 30px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease-out;
}

.yHqYVexperience_trial .holder svg path {
    fill: #ffffff;
}

.yHqYVexperience_trial .holder h2 {
    font-size: 37px;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    margin: 0 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    position: relative;
}

.yHqYVexperience_trial .holder h2::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: rgb(105,117,142);
    transition: width 0.3s ease-out;
}

.yHqYVexperience_trial .holder h2:hover::after {
    width: 100%;
}

.yHqYVexperience_trial .holder .button {
    padding: 15px 30px;
    background: rgb(105,117,142);
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

.yHqYVexperience_trial .holder .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        #ffffff,
        transparent
    );
    transition: all 0.4s;
}

.yHqYVexperience_trial .holder .button:hover::before {
    left: 100%;
}

.yHqYVexperience_trial .holder .button:hover {
    background: rgb(143,159,193);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.yHqYVexperience_trial .holder .button:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgb(143,159,193,0.5);
}

@media only screen and (max-width: 1024px) {
    .yHqYVexperience_trial {
        padding: 50px 0;
    }
    .yHqYVexperience_trial .container {
        width: 95vw;
        padding: 30px;
    }
    .yHqYVexperience_trial .holder {
        padding: 25px;
    }
    .yHqYVexperience_trial .holder svg {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
    .yHqYVexperience_trial .holder h2 {
        font-size: calc(37px * 0.9);
    }
    .yHqYVexperience_trial .holder .button {
        padding: 12px 25px;
    }
}

@media only screen and (max-width: 800px) {
    .yHqYVexperience_trial {
        padding: 40px 0;
    }
    .yHqYVexperience_trial .container {
        padding: 25px;
    }
    .yHqYVexperience_trial .holder {
        flex-direction: column;
        padding: 20px;
    }
    .yHqYVexperience_trial .holder svg {
        width: 70px;
        height: 70px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .yHqYVexperience_trial .holder h2 {
        font-size: 21px;
        margin: 15px 0;
        text-align: center;
    }
    .yHqYVexperience_trial .holder .button {
        padding: 12px 20px;
        font-size: 21px;
    }
}.UPLOsjoin_our_mailing_list {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.UPLOsjoin_our_mailing_list .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.UPLOsjoin_our_mailing_list input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(105,117,142,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.UPLOsjoin_our_mailing_list h2 {
    margin-bottom: 20px;
    text-align: center;
}

.UPLOsjoin_our_mailing_list .button {
    background: rgb(105,117,142);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.UPLOsjoin_our_mailing_list .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .UPLOsjoin_our_mailing_list .holder {
        flex-direction: column;
    }

    .UPLOsjoin_our_mailing_list {
        padding: 30px 20px;
    }

    .UPLOsjoin_our_mailing_list input {
        min-width: unset;
    }

    .UPLOsjoin_our_mailing_list .button {
        flex-shrink: unset;
    }

    .UPLOsjoin_our_mailing_list .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .UPLOsjoin_our_mailing_list input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .hADLGgrid-container .UPLOsjoin_our_mailing_list .holder h2 {
        font-size: 20px;
    }
}

.hADLGgrid-container .UPLOsjoin_our_mailing_list {
    padding: 120px 0;
    background: rgb(181,201,244);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(45deg, rgb(143,159,193) 0%, rgb(105,117,142) 100%);
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.hADLGgrid-container .UPLOsjoin_our_mailing_list::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    background: radial-gradient(circle, rgb(143,159,193,0.5) 0%, transparent 70%);
    opacity: 0.5;
    transform: scale(1.2);
    z-index: 0;
    border-radius: 50%;
    animation: pulse 10s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

.hADLGgrid-container .UPLOsjoin_our_mailing_list .container {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.hADLGgrid-container .UPLOsjoin_our_mailing_list h2 {
    font-size: 39px;
    margin-bottom: 50px;
    color: #ffffff;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    animation: fadeInDown 1.5s ease-out;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hADLGgrid-container .UPLOsjoin_our_mailing_list .input_holder {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hADLGgrid-container .UPLOsjoin_our_mailing_list input[type="email"] {
    padding: 20px 25px;
    height: auto;
    border-radius: 13px;
    background: #ffffff;
    border: none;
    font-weight: 400;
    font-size: 17px;
    width: 60%;
    max-width: 450px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: fadeInUp 1.5s ease-out;
}

.hADLGgrid-container .UPLOsjoin_our_mailing_list input[type="email"]:focus {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgb(143,159,193,0.5);
}

.hADLGgrid-container .UPLOsjoin_our_mailing_list .button {
    padding: 20px 50px;
    border-radius: 13px;
    background: #000000;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 1.5s ease-out 0.3s;
}

.hADLGgrid-container .UPLOsjoin_our_mailing_list .button:hover {
    background: rgb(143,159,193);
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgb(143,159,193,0.5);
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 800px) {
    .hADLGgrid-container .UPLOsjoin_our_mailing_list {
        padding: 80px 20px;
    }

    .hADLGgrid-container .UPLOsjoin_our_mailing_list h2 {
        font-size: 34px;
    }

    .hADLGgrid-container .UPLOsjoin_our_mailing_list .input_holder {
        flex-direction: column;
        gap: 15px;
    }

    .hADLGgrid-container .UPLOsjoin_our_mailing_list input[type="email"] {
        width: 100%;
    }

    .hADLGgrid-container .UPLOsjoin_our_mailing_list .button {
        width: 100%;
    }
}.hPGJmconnect_form {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.hPGJmconnect_form::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200%;
    height: 200%;
    background: rgb(143,159,193,0.5);
    border-radius: 50%;
    z-index: 0;
}

.hPGJmconnect_form .container {
    position: relative;
    z-index: 1;
}
.hPGJmconnect_form .agree input[type="checkbox"] {
    width: auto;
    margin: 0 10px 0 0;
}
.hPGJmconnect_form h3 {
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    animation: fadeInDown 1s ease-in-out;
}

.hPGJmconnect_form .form {
    background: rgb(105,117,142,0.5);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    width: 50%;
    margin: auto;
    position: relative;
    z-index: 2;
    padding: 40px;
    animation: fadeInUp 1s ease-in-out;
}

.hPGJmconnect_form .holder {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hPGJmconnect_form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hPGJmconnect_form form input,
.hPGJmconnect_form form textarea {
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgb(143,159,193,0.5);
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    font-size: 14px;
    animation: fadeIn 1.2s ease-in-out;
}

.hPGJmconnect_form form input:focus,
.hPGJmconnect_form form textarea:focus {
    border-color: rgb(143,159,193);
    box-shadow: 0 0 10px rgb(143,159,193,0.5);
    outline: none;
}

.hPGJmconnect_form form .button {
    background: rgb(143,159,193);
    color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    font-weight: 600;
    font-size: 16px;
    animation: fadeIn 1.5s ease-in-out;
}

.hPGJmconnect_form form .button:hover {
    background: #000000;
}

.hPGJmconnect_form .form_text {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    animation: fadeIn 1s ease-in-out;
    color: #000000;
}

.hPGJmconnect_form .agree {
    color: #000000;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    animation: fadeIn 1.3s ease-in-out;
}

.hPGJmconnect_form .agree label {
    font-size: 14px;
    font-weight: 400;
}

.hPGJmconnect_form .agree a {
    color: rgb(143,159,193);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}

.hPGJmconnect_form .agree a:hover {
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .hPGJmconnect_form {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .hPGJmconnect_form h3 {
        font-size: 24px;
    }

    .hPGJmconnect_form .form {
        width: 90%;
        padding: 20px;
    }

    .hPGJmconnect_form form input,
    .hPGJmconnect_form form textarea {
        font-size: 14px;
    }

    .hPGJmconnect_form form .button {
        font-size: 16px;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}.hADLGgrid-container .JVhwSabout_this {
    padding: 100px 0;
    background: rgb(105,117,142);
    position: relative;
    overflow: hidden;
}

.hADLGgrid-container .JVhwSabout_this::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgb(143,159,193,0.5), transparent);
    opacity: 0.2;
    animation: pulse 10s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.hADLGgrid-container .JVhwSabout_this .holder {
    height: auto;
    position: relative;
    z-index: 1;
}

.hADLGgrid-container .JVhwSabout_this .holder .photo {
    display: block;
    width: 400px;
    height: 400px;
    border-radius: 20px;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border: 10px solid rgb(143,159,193);
    background: rgb(105,117,142);
}

.hADLGgrid-container .JVhwSabout_this .caption_holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 600px;
    padding: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.hADLGgrid-container .JVhwSabout_this .style_element {
    background: rgb(143,159,193,0.5);
    padding: 50px;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 15px rgb(143,159,193,0.5), inset 0 0 15px rgb(143,159,193,0.5);
}

.hADLGgrid-container .JVhwSabout_this .style_element::before,
.hADLGgrid-container .JVhwSabout_this .style_element::after {
    content: '';
    position: absolute;
    background: rgb(143,159,193);
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(143,159,193);
}

.hADLGgrid-container .JVhwSabout_this .style_element::before {
    width: 40px;
    height: 40px;
    top: -20px;
    left: -20px;
}

.hADLGgrid-container .JVhwSabout_this .style_element::after {
    width: 30px;
    height: 30px;
    bottom: -15px;
    right: -15px;
}

.hADLGgrid-container .JVhwSabout_this h2 {
    color: #ffffff;
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    text-shadow: 0 0 5px rgb(143,159,193);
}

.hADLGgrid-container .JVhwSabout_this h2::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: rgb(143,159,193);
    bottom: 0;
    left: 0;
    box-shadow: 0 0 10px rgb(143,159,193);
}

.hADLGgrid-container .JVhwSabout_this p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.6;
    margin-top: 20px;
    position: relative;
    text-shadow: 0 0 5px rgb(143,159,193,0.5);
}

@media only screen and (max-width: 1200px) {
    .hADLGgrid-container .JVhwSabout_this .holder .photo {
        width: 300px;
        height: 300px;
    }
    .hADLGgrid-container .JVhwSabout_this .style_element {
        width: 85%;
        padding: 40px;
    }
}

@media only screen and (max-width: 800px) {
    .hADLGgrid-container .JVhwSabout_this .holder .photo {
        width: 100%;
        height: 250px;
        left: 0;
        transform: translateY(0);
        position: static;
        margin: 20px 0;
    }
    .hADLGgrid-container .JVhwSabout_this .caption_holder {
        flex-direction: column-reverse;
        min-height: unset;
        padding: 10px;
    }
    .hADLGgrid-container .JVhwSabout_this .style_element {
        width: 100%;
        padding: 30px;
    }
    .hADLGgrid-container .JVhwSabout_this h2 {
        font-size: 24px;
    }
}header .main_header {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgb(143,159,193);
}
header .logo_holder svg, header .logo_holder svg path, header .logo_holder img {
    fill: rgb(143,159,193);
}
header .menu a {
    color: rgb(105,117,142);
    font-family: Lato, sans-serif;
    padding: 10px 15px;
    transition: color 0.3s, background 0.3s;
    border-radius: 10px;
}
header .menu a:hover {
    color: #ffffff;
    background: rgb(143,159,193);
}
header .menu a.active {
    color: rgb(143,159,193);
    border-bottom: 2px solid rgb(105,117,142);
}
header .menu a.active:hover {
    color: #ffffff;
    background: rgb(105,117,142);
}
header .main_header {
    width: 100%;
    padding: 10px 20px;
    transition: all 0.3s;
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
header .logo_holder {
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .logo_caption {
    display: flex;
    flex-direction: column;
    height: 100%;
}
header .logo_desc {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
}
header .logo_holder .logo_desc {
    text-transform: uppercase;
}
header .logo_holder .logotype svg, header .logo_holder .logotype img {
    height: 60px;
    width: 60px;
    margin-right: 10px;
}
header .menu {
    display: flex;
}
header .menu a {
    text-decoration: none;
    font-size: 17px;
}
body .hADLGgrid-container header .opened {
    display: flex;
}
@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;
        padding-bottom: 30px;
        background: #ffffff;
        width: 100%;
    }
    header .menu a.active {
        border: none;
    }
    header .menu a.active:hover {
        color: rgb(143,159,193);
        background: none;
        border: none;
    }
    header .main_header {
        padding: 20px;
    }
    header .logo_holder {
        width: 100%;
        justify-content: space-between;
    }
    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        margin: 0;
        width: 50px;
        height: 50px;
    }
    header .header_content {
        padding: 20px 0;
    }
}
.hADLGgrid-container header .menu a.active {
    border: none;
}
.hADLGgrid-container header .menu a.active:hover {
    border: none;
    background: none;
    color: rgb(143,159,193);
}
.hADLGgrid-container header .logo_holder {
    margin-right: 0;
}
.hADLGgrid-container header .logo_holder .logotype svg, .hADLGgrid-container header .logo_holder .logotype img {
    margin-left: 20px;
}
.hADLGgrid-container header .menu {
    width: 100%;
    justify-content: center;
}
.hADLGgrid-container header .menu a {
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background 0.3s, color 0.3s;
    border-radius: 18px;
}
@media only screen and (max-width: 800px) {
    .hADLGgrid-container header .header_content .logo_holder {
        width: 100%;
        flex-direction: row;
        justify-content:center;
    }
    .hADLGgrid-container header .logo_holder .logotype svg, .hADLGgrid-container header .logo_holder .logotype img {
        margin-left: 0;
    }
    .hADLGgrid-container header .menu {
        padding-top: 30px;
        align-items: center;
    }
}.JnEFIcookie_overlay_alert {
    position: fixed;
    width: 100%;
    background: rgb(181,201,244);
    bottom: 0;
    border-top: 2px solid rgb(143,159,193);
    z-index: 90;
}
.cookie_holder {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}
.JnEFIcookie_overlay_alert h5 {
    font-size: 22px;
    margin-bottom: 6px;
}
.JnEFIcookie_overlay_alert p {
    font-size: 18px;
}
.cookie_logo {
    margin-right: 10px;
    flex-shrink: 0;
}
.cookie_logo svg, .cookie_logo svg path, .cookie_logo img {
    fill: rgb(143,159,193);
    width: 100px;
    height: 100px;
}
.cookie_button {
    font-size: 24px;
    color: rgb(143,159,193);
    line-height: 35px;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 2px solid rgb(143,159,193);
    white-space: nowrap;
    margin-left: 10px;
    min-width: 120px;
    text-align: center;
    flex-shrink: 0;
}
.JnEFIcookie_overlay_alert p a {
    text-decoration: none;
    color: rgb(143,159,193);
}
@media only screen and (max-width: 1200px) {
    .JnEFIcookie_overlay_alert {
        padding: 20px;
    }
}
@media only screen and (max-width: 800px) {
    .cookie_logo {
        display: none;
    }
    .cookie_holder {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .JnEFIcookie_overlay_alert h5 {
        text-align: center;
    }
    .JnEFIcookie_overlay_alert p {
        text-align: center;
    }
    .cookie_info {
        margin-bottom: 20px;
    }
    body .hADLGgrid-container .cookie_button {
        margin-left: 0;
    }
}.ZFAvStitle_greeting {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    background: rgb(143,159,193,0.5);
}
.ZFAvStitle_greeting .title_page_holder {
    width: 80%;
    min-height: 700px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);

    background-size: cover;
}
.ZFAvStitle_greeting .style_element {
    background: #ffffff;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    text-align: center;
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 2;
}
.ZFAvStitle_greeting .style_element h1 {
    color: rgb(105,117,142);
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 16px;
}
.ZFAvStitle_greeting .style_element h3 {
    color: rgb(105,117,142);
    font-size: 38px;
    margin-bottom: 12px;
    font-weight: 600;
}
.ZFAvStitle_greeting .style_element p {
    color: #000000;
    font-size: 17px;
    margin-bottom: 24px;
    font-weight: 400;
    line-height: 1.6;
}
@media only screen and (max-width: 1200px) {
    .ZFAvStitle_greeting .title_page_holder {
        width: 90%;
        min-height: 600px;
    }
    .ZFAvStitle_greeting .style_element h1 {
        font-size: 38px;
    }
    .ZFAvStitle_greeting .style_element h3 {
        font-size: 24px;
    }
    .ZFAvStitle_greeting .style_element p {
        font-size: 15px;
    }
}
@media only screen and (max-width: 800px) {
    .ZFAvStitle_greeting {
        padding: 30px 10px;
    }
    .ZFAvStitle_greeting .title_page_holder {
        width: 100%;
        min-height: 500px;
    }
    .ZFAvStitle_greeting .style_element {
        padding: 30px;
    }
    .ZFAvStitle_greeting .style_element h1 {
        font-size: 24px;
    }
    .ZFAvStitle_greeting .style_element h3 {
        font-size: 17px;
    }
    .ZFAvStitle_greeting .style_element p {
        font-size: 15px;
    }
}
.hADLGgrid-container .ZFAvStitle_greeting {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgb(181,201,244);
}
.hADLGgrid-container .ZFAvStitle_greeting .title_page_holder {
    width: 70%;
    min-height: 600px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background-size: cover;
}
.hADLGgrid-container .ZFAvStitle_greeting .style_element {
    background: #ffffff;
    padding: 60px;
    border-radius: 25px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    max-width: 900px;
    text-align: left;
    backdrop-filter: blur(12px);
    position: relative;
    z-index: 2;
}
.hADLGgrid-container .ZFAvStitle_greeting .style_element h1 {
    color: #000000;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
}
.hADLGgrid-container .ZFAvStitle_greeting .style_element h3 {
    color: #000000;
    font-size: 38px;
    margin-bottom: 16px;
    font-weight: 600;
}
.hADLGgrid-container .ZFAvStitle_greeting .style_element p {
    color: #000000;
    font-size: 17px;
    margin-bottom: 32px;
    font-weight: 400;
    line-height: 1.8;
}
@media only screen and (max-width: 1200px) {
    .hADLGgrid-container .ZFAvStitle_greeting .title_page_holder {
        width: 85%;
        min-height: 500px;
    }
    .hADLGgrid-container .ZFAvStitle_greeting .style_element h1 {
        font-size: 38px;
    }
    .hADLGgrid-container .ZFAvStitle_greeting .style_element h3 {
        font-size: 24px;
    }
    .hADLGgrid-container .ZFAvStitle_greeting .style_element p {
        font-size: 15px;
    }
}
@media only screen and (max-width: 800px) {
    .hADLGgrid-container .ZFAvStitle_greeting {
        padding: 20px 5px;
    }
    .hADLGgrid-container .ZFAvStitle_greeting .title_page_holder {
        width: 100%;
        min-height: 400px;
    }
    .hADLGgrid-container .ZFAvStitle_greeting .style_element {
        padding: 40px;
    }
    .hADLGgrid-container .ZFAvStitle_greeting .style_element h1 {
        font-size: 24px;
    }
    .hADLGgrid-container .ZFAvStitle_greeting .style_element h3 {
        font-size: 17px;
    }
    .hADLGgrid-container .ZFAvStitle_greeting .style_element p {
        font-size: 15px;
    }
}.CwmPpeducation_history {
    padding-top: 80px;
    padding-bottom: 80px;
}

.CwmPpeducation_history .review .name {
    color: rgb(105,117,142);
}

.CwmPpeducation_history .review span {
    color: rgb(143,159,193);
}

.CwmPpeducation_history .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.CwmPpeducation_history .review {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33%;
}

.CwmPpeducation_history .photo {
    width: 350px;
    height: 400px;
    max-width: 100%;
    margin-bottom: 8px;
    background-position: center;
}

.CwmPpeducation_history .review .name {
    font-size: 24px;
    margin-bottom: 8px;
}

.CwmPpeducation_history .review span {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 14px;
}

.CwmPpeducation_history .review .quote {
    font-size: 17px;
    font-weight: 300;
    font-style: italic;
}

@media only screen and (max-width: 1200px) {
    .CwmPpeducation_history .review {
        max-width: unset;
    }
}

@media only screen and (max-width: 800px) {
    .CwmPpeducation_history .holder {
        flex-direction: column;
    }

    .CwmPpeducation_history .review {
        max-width: unset;
        width: 100%;
    }

    .CwmPpeducation_history {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.hADLGgrid-container .CwmPpeducation_history {
    padding: 40px;
    background: rgb(143,159,193,0.5);
}

.hADLGgrid-container .CwmPpeducation_history .container {
    width: 100%;
    padding: 0;
    margin: 0;
}

.hADLGgrid-container .CwmPpeducation_history .holder {
    background: #ffffff;
}

.hADLGgrid-container .CwmPpeducation_history .review {
    width: 100%;
    flex-direction: row-reverse;
    max-width: unset;
    padding: 0;
    align-items: center;
}

.hADLGgrid-container .CwmPpeducation_history .photo {
    height: 500px;
    width: 500px;
    max-width: unset;
    border-radius: 0 !important;
    margin: 0;
}

.hADLGgrid-container .worker_description {
    width: calc(100% - 500px);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
    padding-left: 60px;
}

.hADLGgrid-container .CwmPpeducation_history .review .name {
    font-size: 56px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #000000;
    text-align: left;
}

.hADLGgrid-container .CwmPpeducation_history .review span {
    font-size: 26px;
    margin-bottom: 40px;
    text-align: left;
    color: #000000;
}

.hADLGgrid-container .CwmPpeducation_history .review .quote {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    text-align: left;
    font-style: normal;
}

@media only screen and (max-width: 1000px) {
    .hADLGgrid-container .CwmPpeducation_history .review {
        flex-direction: column;
    }

    .hADLGgrid-container .worker_description {
        width: 100%;
    }

    .hADLGgrid-container .CwmPpeducation_history .photo {
        width: 100%;
        height: 320px;
    }

    .hADLGgrid-container .CwmPpeducation_history {
        padding: 20px;
    }

    .hADLGgrid-container .CwmPpeducation_history .review .name {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .hADLGgrid-container .CwmPpeducation_history .review span {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .hADLGgrid-container .CwmPpeducation_history .review .quote {
        font-size: 16px;
    }
}