* {
    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: Arial, sans-serif;
    color: #000000;
}
.wrapper-viewport_NZAQbO1 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(163,206,241);
}
a {
    color: inherit;
    text-decoration: none;
}
svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {
    .container {
        width: 100%;
        padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
    .container {
        padding: 0 12px;
    }
}.wrapper-viewport_NZAQbO1 .course_info_OCdc0bD {
    padding: 80px 0;
    background: rgb(96,150,186);
    position: relative;
    overflow: hidden;
    color: #ffffff;
}
.wrapper-viewport_NZAQbO1 .course_info_OCdc0bD::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(96,150,186,0.5), rgb(39,76,119,0.5));
    z-index: 0;
    opacity: 0.1;
}
.wrapper-viewport_NZAQbO1 .course_info_OCdc0bD .container {
    position: relative;
    z-index: 2;
}
.wrapper-viewport_NZAQbO1 .course_info_OCdc0bD .items {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.wrapper-viewport_NZAQbO1 .course_info_OCdc0bD .items .course {
    width: 100%;
    max-width: 1000px;
    margin: 20px;
    position: relative;
    background: rgb(163,206,241);
    border: 1px solid rgb(96,150,186);
    box-shadow: 0 0 20px rgb(96,150,186,0.5);
    border-radius: 22px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wrapper-viewport_NZAQbO1 .course_info_OCdc0bD .items .course .content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
}
.wrapper-viewport_NZAQbO1 .course_info_OCdc0bD .items .course .photo {
    width: 100%;
    height: 300px;
    transition: transform 0.3s ease;
}

.wrapper-viewport_NZAQbO1 .course_info_OCdc0bD .text_holder {
    padding: 30px;
    background-color: rgb(39,76,119,0.5);
    text-align: left;
    color: #ffffff;
}
.wrapper-viewport_NZAQbO1 .course_info_OCdc0bD .text_holder h3 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(96,150,186);
}
.wrapper-viewport_NZAQbO1 .course_info_OCdc0bD .text_holder p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.6;
}
.wrapper-viewport_NZAQbO1 .course_info_OCdc0bD .button {
    display: inline-block;
    padding: 15px 30px;
    background: rgb(96,150,186);
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 0 10px rgb(96,150,186,0.5);
}
.wrapper-viewport_NZAQbO1 .course_info_OCdc0bD .button:hover {
    background: rgb(39,76,119);
    transform: scale(1.05);
    box-shadow: 0 0 20px rgb(39,76,119,0.5);
}

@media only screen and (max-width: 800px) {
    .wrapper-viewport_NZAQbO1 .course_info_OCdc0bD {
        padding: 40px 0;
    }
    .wrapper-viewport_NZAQbO1 .course_info_OCdc0bD .items .course {
        flex-direction: column;
        margin: 0;
    }
    .wrapper-viewport_NZAQbO1 .course_info_OCdc0bD .items .course .content {
        flex-direction: column;
        padding: 0;
    }
    .wrapper-viewport_NZAQbO1 .course_info_OCdc0bD .photo {
        height: 200px;
    }
    .wrapper-viewport_NZAQbO1 .course_info_OCdc0bD .text_holder {
        padding: 20px;
        text-align: center;
    }
    .wrapper-viewport_NZAQbO1 .course_info_OCdc0bD .text_holder h3 {
        font-size: 19px;
    }
    .wrapper-viewport_NZAQbO1 .course_info_OCdc0bD .text_holder p {
        font-size: 12px;
    }
    .wrapper-viewport_NZAQbO1 .course_info_OCdc0bD .button {
        font-size: 20px;
    }
}header .top_plank {
    background: rgb(96,150,186);
    color:  #ffffff;
}
header .top_plank .top_plank_content div svg, header .top_plank .top_plank_content div svg path {
    fill: #ffffff;
}
header .top_plank .top_plank_content div span {
    color: #ffffff;
}
header .top_plank .top_plank_content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 12px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .top_plank_content div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .top_plank_content div img, header .top_plank .top_plank_content div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.thankYouWeb_3ZPWwza {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: rgb(163,206,241);
    padding: 50px 20px;
    position: relative;
    overflow: hidden;
}
.thankYouWeb_3ZPWwza::before, .thankYouWeb_3ZPWwza::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(96,150,186,0.5);
    border-radius: 50%;
    z-index: -1;
}
.thankYouWeb_3ZPWwza::before {
    top: -75px;
    left: -75px;
}
.thankYouWeb_3ZPWwza::after {
    bottom: -75px;
    right: -75px;
}
.thankYouWeb_3ZPWwza .container {
    width: 100%;
    max-width: 800px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 23px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.thankYouWeb_3ZPWwza .container::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background: rgb(39,76,119);
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(39,76,119,0.5);
}
.thankYouWeb_3ZPWwza .container::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 30px;
    height: 30px;
    background: rgb(39,76,119);
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(39,76,119,0.5);
}
.thankYouWeb_3ZPWwza h2 {
    font-size: 36px;
    color: rgb(96,150,186);
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 2px solid rgb(39,76,119);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.thankYouWeb_3ZPWwza p {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    padding: 0 20px;
}
@media only screen and (max-width: 800px) {
    .thankYouWeb_3ZPWwza {
        padding: 20px;
    }
    .thankYouWeb_3ZPWwza .container {
        padding: 30px;
    }
    .thankYouWeb_3ZPWwza h2 {
        font-size: 18px;
    }
    .thankYouWeb_3ZPWwza p {
        font-size: 18px;
    }
}
footer {
    background: rgb(39,76,119);
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding-top: 40px;
    padding-bottom: 20px;
}
footer .footer {
    padding: 20px 0;
    border-top: 3px solid rgb(96,150,186);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
footer .logo_holder {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 50px;
    width: 50px;
    margin-right: 10px;
}
footer .logo_holder svg path {
    fill: rgb(96,150,186);
}
footer .menu {
    margin-bottom: 20px;
}
footer .menu_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    padding: 5px 10px;
    background: rgb(96,150,186);
    border-radius: 10px;
    transition: background 0.3s, transform 0.3s;
}
footer .menu a:hover {
    background: rgb(39,76,119);
    transform: scale(1.05);
}
footer .footer_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
footer .copyright {
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid rgb(96,150,186);
    margin-top: 20px;
}
footer .copyright_info {
    font-size: 14px;
}
footer .copyright_info a {
    color: rgb(96,150,186);
    text-decoration: none;
    transition: color 0.3s;
}
footer .copyright_info a:hover {
    color: rgb(39,76,119);
}
.wrapper-viewport_NZAQbO1 footer .footer {
    padding: 0;
}
.wrapper-viewport_NZAQbO1 footer .footer_info {
    flex-direction: row-reverse;
    align-items: center;
    min-height: 80px;
}
.wrapper-viewport_NZAQbO1 footer .logo_holder {
    width: calc(50% + 30px);
    text-align: center;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
    .wrapper-viewport_NZAQbO1 footer .logo_holder {
        display: flex;
        justify-content: center;
    }
    footer .container {
        flex-direction: column;
        align-items: center;
    }
    .wrapper-viewport_NZAQbO1 footer .footer_info {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    footer .logo_holder {
        width: auto;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .menu_holder {
        flex-direction: column;
        align-items: center;
    }
    footer .menu a {
        font-size: 16px;
        margin-bottom: 10px;
    }
    footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
.our_mission_6XYGjWf {
    padding: 60px 0;
    background: rgb(39,76,119);
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.wrapper-viewport_NZAQbO1 .our_mission_6XYGjWf .holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.wrapper-viewport_NZAQbO1 .our_mission_6XYGjWf .holder .photo {
    flex: 1 1 40%;
    min-width: 300px;
    height: 500px;
    position: relative;
    z-index: 2;
    border-radius: 20px;
    box-shadow: 0 0 20px rgb(96,150,186,0.5), 0 0 40px rgb(96,150,186,0.5), 0 0 60px rgb(96,150,186,0.5);
    transition: transform 0.5s, box-shadow 0.5s;
    margin-bottom: 20px;
}

.wrapper-viewport_NZAQbO1 .our_mission_6XYGjWf .caption_holder {
    flex: 1 1 50%;
    background: rgb(39,76,119,0.5);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(39,76,119,0.5);
}

.wrapper-viewport_NZAQbO1 .our_mission_6XYGjWf .caption_holder::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background: linear-gradient(45deg, rgb(96,150,186), rgb(39,76,119));
    filter: blur(50px);
    z-index: 0;
}

.wrapper-viewport_NZAQbO1 .our_mission_6XYGjWf .style_element {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.wrapper-viewport_NZAQbO1 .our_mission_6XYGjWf h2 {
    color: #ffffff;
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.wrapper-viewport_NZAQbO1 .our_mission_6XYGjWf p {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 800px) {
    .wrapper-viewport_NZAQbO1 .our_mission_6XYGjWf .holder {
        flex-direction: column;
    }

    .wrapper-viewport_NZAQbO1 .our_mission_6XYGjWf .holder .photo {
        width: 100%;
        height: 300px;
    }

    .wrapper-viewport_NZAQbO1 .our_mission_6XYGjWf .caption_holder {
        padding: 20px;
    }
}.info_hub_oiR58xe {
    color: #000000;
    background-color: #ffffff;
    padding: 60px 0;
    font-family: Arial, sans-serif;
    position: relative;
}
.info_hub_oiR58xe h2 {
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    margin: 20px 0;
    color: rgb(96,150,186);
    position: relative;
    z-index: 1;
}
.info_hub_oiR58xe .contact_description {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0;
    color: #000000;
}
.info_hub_oiR58xe .holder .info_holder div.customer_service_hours_MeOPuR0 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.info_hub_oiR58xe .holder .info_holder > div h5 {
    margin: 5px 0;
    font-size: 18px;
}
.info_hub_oiR58xe .holder .info_holder > div > div {
    margin: 5px 0;
}
.info_hub_oiR58xe .holder {
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    position: relative;
    margin: 30px 0;
}
.info_hub_oiR58xe .holder .photo {
    width: 50%;
    order: 2;
    flex-shrink: 0;
    border-radius: 17px 0 0 17px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-height: 300px;
}
.info_hub_oiR58xe .holder .photo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    z-index: 1;
}
.info_hub_oiR58xe .holder .info_holder>div span {
    margin-left: 8px;
}
.info_hub_oiR58xe .holder .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.info_hub_oiR58xe .holder .info_holder {
    font-size: 18px;
    line-height: 26px;
    width: 50%;
    order: 1;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgb(163,206,241);
    border-radius:  0 17px  17px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: relative;
}
.info_hub_oiR58xe .info_holder > div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.info_hub_oiR58xe .info_holder svg {
    width: 28px;
    height: 28px;
    fill: rgb(39,76,119);
    margin-right: 10px;
}
.info_hub_oiR58xe .info_holder a {
    color: rgb(96,150,186);
    text-decoration: none;
    font-weight: 600;
}
.info_hub_oiR58xe .info_holder a:hover {
    text-decoration: underline;
}
.info_hub_oiR58xe .contact_politics {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-top: 40px;
}
.info_hub_oiR58xe .contact_politics > div {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.info_hub_oiR58xe .contact_politics > div h4 {
    margin: 10px 0;
    color: rgb(96,150,186);
    font-weight: 700;
}
.info_hub_oiR58xe .contact_politics > div p {
    color: #000000;
}
@media only screen and (max-width: 800px) {
    .info_hub_oiR58xe .holder .info_holder {
        width: 100%;
        border-radius: 17px 17px 0 0;
        align-items: center;
        padding: 30px;
    }
    .info_hub_oiR58xe .holder .photo {
        width: 100%;
        height: 300px;
        border-radius: 0 0 17px 17px;
    }
    .info_hub_oiR58xe .holder .photo:before {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    }
}
.mentorship_experience_RY32ys1 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.mentorship_experience_RY32ys1 .review .name {
    color: rgb(39,76,119);
}

.mentorship_experience_RY32ys1 .review span {
    color: rgb(96,150,186);
}

.mentorship_experience_RY32ys1 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mentorship_experience_RY32ys1 .review {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33%;
}

.mentorship_experience_RY32ys1 .photo {
    width: 350px;
    height: 400px;
    max-width: 100%;
    margin-bottom: 8px;
    background-position: center;
}

.mentorship_experience_RY32ys1 .review .name {
    font-size: 22px;
    margin-bottom: 8px;
}

.mentorship_experience_RY32ys1 .review span {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 14px;
}

.mentorship_experience_RY32ys1 .review .quote {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
}

@media only screen and (max-width: 1200px) {
    .mentorship_experience_RY32ys1 .review {
        max-width: unset;
    }
}

@media only screen and (max-width: 800px) {
    .mentorship_experience_RY32ys1 .holder {
        flex-direction: column;
    }

    .mentorship_experience_RY32ys1 .review {
        max-width: unset;
        width: 100%;
    }

    .mentorship_experience_RY32ys1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-viewport_NZAQbO1 .mentorship_experience_RY32ys1 .review {
    max-width: unset;
    flex-direction: row-reverse;
    width: 100%;
    position: relative;
    justify-content: flex-end;
}

.wrapper-viewport_NZAQbO1 .mentorship_experience_RY32ys1 {
    padding: 90px 0;
}

.wrapper-viewport_NZAQbO1 .mentorship_experience_RY32ys1 .holder {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.wrapper-viewport_NZAQbO1 .worker_description {
    width: 80%;
    display: flex;
    flex-direction: column;
    background: rgb(96,150,186);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 50px;
    padding-right: calc(370px - 20%);
    min-height: 350px;
}

.wrapper-viewport_NZAQbO1 .mentorship_experience_RY32ys1 .photo {
    position: absolute;
    width: 350px;
    height: 350px;
    right: 0;
    top: -20px;
    margin: 0;
}

.wrapper-viewport_NZAQbO1 .mentorship_experience_RY32ys1 .review .name {
    font-size: 20px;
}

.wrapper-viewport_NZAQbO1 .mentorship_experience_RY32ys1 .review span {
    color: var(--white-color_opacity);
    margin-bottom: 20px;
}

.wrapper-viewport_NZAQbO1 .mentorship_experience_RY32ys1 .review .quote {
    color: #ffffff;
    font-size: 18px;
}

@media only screen and (max-width: 800px) {
    .wrapper-viewport_NZAQbO1 .mentorship_experience_RY32ys1 {
        padding: 20px 0;
    }

    .wrapper-viewport_NZAQbO1 .mentorship_experience_RY32ys1 .photo {
        position: static;
        width: 100%;
        height: 300px;
    }

    .wrapper-viewport_NZAQbO1 .worker_description {
        width: 100%;
        padding: 30px 20px;
        min-height: unset;
    }

    .wrapper-viewport_NZAQbO1 .mentorship_experience_RY32ys1 .review {
        flex-direction: column;
    }
}.privacy_refuge_mfsK8FZ {
    background-color: rgb(163,206,241);
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 50px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
}
.privacy_refuge_mfsK8FZ::before,
.privacy_refuge_mfsK8FZ::after {
    content: '';
    position: absolute;
    background: rgb(96,150,186,0.5);
    border-radius: 50%;
    opacity: 0.1;
}
.privacy_refuge_mfsK8FZ::before {
    width: 200px;
    height: 200px;
    top: -50px;
    left: -50px;
}
.privacy_refuge_mfsK8FZ::after {
    width: 300px;
    height: 300px;
    bottom: -100px;
    right: -100px;
}
.privacy_refuge_mfsK8FZ h1,
.privacy_refuge_mfsK8FZ h2 {
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-left: 40px;
}
.privacy_refuge_mfsK8FZ h1::before,
.privacy_refuge_mfsK8FZ h2::before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgb(96,150,186);
}
.privacy_refuge_mfsK8FZ h1 {
    font-size: 39px;
    font-weight: 700;
    color: rgb(96,150,186);
}
.privacy_refuge_mfsK8FZ h2 {
    font-size: 32px;
    font-weight: 600;
    color: rgb(39,76,119);
}
.privacy_refuge_mfsK8FZ ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    counter-reset: custom-counter;
}
.privacy_refuge_mfsK8FZ ul li {
    padding: 10px 0;
    position: relative;
    padding-left: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-weight: 400;
    color: #000000;
}
.privacy_refuge_mfsK8FZ ul li::before {
    content: counter(custom-counter);
    counter-increment: custom-counter;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgb(39,76,119);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.privacy_refuge_mfsK8FZ p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
    color: #000000;
    margin: 20px 0;
    border-left: 4px solid rgb(96,150,186);
    padding-left: 15px;
    position: relative;
}
.privacy_refuge_mfsK8FZ p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    background: rgb(96,150,186);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.privacy_refuge_mfsK8FZ .container div {
    margin: 20px 0;
    position: relative;
    padding: 20px;
    border: 1px dashed rgb(39,76,119,0.5);
    border-radius: 10px;
}
.privacy_refuge_mfsK8FZ .container div::before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    background: rgb(39,76,119);
    border-radius: 50%;
    opacity: 0.5;
}
.privacy_refuge_mfsK8FZ .container div::after {
    content: '';
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 20px;
    height: 20px;
    background: rgb(39,76,119);
    border-radius: 50%;
    opacity: 0.5;
}
@media only screen and (max-width: 800px) {
    .privacy_refuge_mfsK8FZ {
        padding: 30px;
    }
    .privacy_refuge_mfsK8FZ h1 {
        font-size: calc(24px - 8px);
    }
    .privacy_refuge_mfsK8FZ h2 {
        font-size: calc(24px - 8px);
    }
    .privacy_refuge_mfsK8FZ ul li {
        font-size: calc(15px - 2px);
    }
    .privacy_refuge_mfsK8FZ p {
        font-size: calc(15px - 2px);
    }
}
.title_screen_0mQIcCk {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
}
.title_screen_0mQIcCk .title_page_holder {
    width: 100%;
    min-height: 720px;
    display: flex;
    align-items: center;
    justify-content: center;

    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 60px;
    transition: all 0.5s ease-in-out;
}
.title_screen_0mQIcCk::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(96,150,186,0.5) 0%, rgb(39,76,119,0.5) 100%);
    opacity: 0.85;
    z-index: 0;
    transition: all 0.5s ease-in-out;
}
.title_screen_0mQIcCk .style_element {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    max-width: 900px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: fadeInUp 1s forwards 0.5s;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.title_screen_0mQIcCk .style_element h1 {
    color: #ffffff;
    font-size: calc(43px * 1.2);
    font-weight: 700;
    margin-bottom: 16px;
    text-shadow: 0 0 10px rgb(96,150,186), 0 0 20px rgb(96,150,186);
}
.title_screen_0mQIcCk .style_element h3 {
    color: rgb(39,76,119);
    font-size: calc(37px * 0.9);
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 1px;
    text-shadow: 0 0 5px rgb(39,76,119), 0 0 10px rgb(39,76,119);
}
.title_screen_0mQIcCk .style_element p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 20px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.title_screen_0mQIcCk .style_element a {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    color: #000000;
    background-color: rgb(96,150,186);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 0 10px rgb(96,150,186), 0 0 20px rgb(96,150,186);
}
.title_screen_0mQIcCk .style_element a:hover {
    background-color: rgb(39,76,119);
    box-shadow: 0 0 15px rgb(39,76,119), 0 0 30px rgb(39,76,119);
    transform: scale(1.05);
}
@media only screen and (max-width: 1200px) {
    .title_screen_0mQIcCk .title_page_holder {
        padding: 40px;
    }
    .title_screen_0mQIcCk .style_element {
        padding: 30px 50px;
    }
    .title_screen_0mQIcCk .style_element h1 {
        font-size: calc(43px * 1.1);
    }
    .title_screen_0mQIcCk .style_element h3 {
        font-size: calc(37px * 0.8);
    }
    .title_screen_0mQIcCk .style_element p {
        font-size: calc(18px * 0.95);
    }
}
@media only screen and (max-width: 800px) {
    .title_screen_0mQIcCk .title_page_holder {
        padding: 20px;
        min-height: 480px;
    }
    .title_screen_0mQIcCk .style_element {
        padding: 20px 30px;
    }
    .title_screen_0mQIcCk .style_element h1 {
        font-size: 43px;
    }
    .title_screen_0mQIcCk .style_element h3 {
        font-size: 37px;
    }
    .title_screen_0mQIcCk .style_element p {
        font-size: 18px;
    }
}
.wrapper-viewport_NZAQbO1 .title_screen_0mQIcCk {
    position: relative;
}
.wrapper-viewport_NZAQbO1 .title_screen_0mQIcCk::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.7;
    z-index: 0;
}
.wrapper-viewport_NZAQbO1 .title_screen_0mQIcCk .title_page_holder {
    min-height: unset;
    height: auto;
    padding: 80px 20px;
    background: linear-gradient(180deg, rgb(96,150,186,0.5) 0%, rgb(39,76,119,0.5) 100%);
}
.wrapper-viewport_NZAQbO1 .title_screen_0mQIcCk .style_element {
    padding: 50px;
    text-align: left;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    animation: fadeInUp 1s forwards 0.5s;
}
.wrapper-viewport_NZAQbO1 .title_screen_0mQIcCk .style_element h1 {
    font-size: 50px;
    color: #ffffff;
    text-shadow: 0 0 15px rgb(96,150,186), 0 0 30px rgb(96,150,186);
    margin-bottom: 20px;
}
.wrapper-viewport_NZAQbO1 .title_screen_0mQIcCk .style_element h3 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 16px;
    text-shadow: 0 0 10px rgb(39,76,119), 0 0 20px rgb(39,76,119);
}
.wrapper-viewport_NZAQbO1 .title_screen_0mQIcCk .style_element p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 24px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.wrapper-viewport_NZAQbO1 .title_screen_0mQIcCk .style_element a {
    padding: 12px 28px;
    background-color: rgb(96,150,186);
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 0 10px rgb(96,150,186), 0 0 20px rgb(96,150,186);
}
.wrapper-viewport_NZAQbO1 .title_screen_0mQIcCk .style_element a:hover {
    background-color: rgb(39,76,119);
    box-shadow: 0 0 15px rgb(39,76,119), 0 0 30px rgb(39,76,119);
    transform: scale(1.05);
}
@media only screen and (max-width: 800px) {
    .wrapper-viewport_NZAQbO1 .title_screen_0mQIcCk .style_element {
        padding: 40px 20px;
        text-align: center;
    }
    .wrapper-viewport_NZAQbO1 .title_screen_0mQIcCk .style_element h1 {
        font-size: 36px;
    }
    .wrapper-viewport_NZAQbO1 .title_screen_0mQIcCk .style_element h3 {
        font-size: 22px;
    }
    .wrapper-viewport_NZAQbO1 .title_screen_0mQIcCk .style_element p {
        font-size: 16px;
    }
}.offer_card_fxoOS9M {
    position: relative;
    background-color: rgba(#000000, 0.8);
    padding: clamp(60px, 10vw, 120px) 0;
    overflow: hidden;
}

.offer_card_fxoOS9M::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg at 50% 50%, rgb(96,150,186,0.5), rgb(39,76,119,0.5), rgb(96,150,186,0.5));
    animation: rotateBackground 20s linear infinite;
    opacity: 0.1;
}

@keyframes rotateBackground {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.offer_card_fxoOS9M .photo {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.15;
    object-fit: cover;
    filter: grayscale(50%) contrast(120%) brightness(50%);
}

.offer_card_fxoOS9M .price_holder {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(40px, 6vw, 80px);
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
}

.offer_card_fxoOS9M .price_header {
    background-color: rgba(#ffffff, 0.95);
    padding: clamp(30px, 5vw, 50px);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.offer_card_fxoOS9M .price_holder h2 {
    font-size: clamp(calc(39px * 1.1), 8vw, calc(39px * 1.3));
    color: #000000;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    position: relative;
    padding-bottom: 0.3em;
    margin-bottom: 0.5em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.offer_card_fxoOS9M .price_holder h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 5px;
    background: linear-gradient(to right, rgb(96,150,186), rgb(39,76,119));
}

.offer_card_fxoOS9M .price_section_description {
    font-size: clamp(12px, 2.5vw, 19px);
    color: #000000;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
    font-weight: 600;
}

.offer_card_fxoOS9M .price_cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: clamp(10px, 3vw, 20px);
    perspective: 1000px;
}

.offer_card_fxoOS9M .price_card {
    background-color: rgba(#ffffff, 0.95);
    border: 2px solid rgb(39,76,119);
    border-radius: 15px;
    padding: clamp(25px, 4vw, 40px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.offer_card_fxoOS9M .price_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(96,150,186,0.5), rgb(39,76,119,0.5));
    opacity: 0;
    transition: opacity 0.4s ease;
}

.offer_card_fxoOS9M .price_card:hover::before {
    opacity: 0.1;
}

.offer_card_fxoOS9M .price_card:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.offer_card_fxoOS9M .price_card h3 {
    font-size: clamp(18px, 3vw, 18px);
    color: rgb(96,150,186);
    margin-bottom: 1em;
    font-weight: 700;
    position: relative;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.offer_card_fxoOS9M .price_card h3::after {
    content: '';
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: rgb(39,76,119);
    transition: width 0.3s ease;
}

.offer_card_fxoOS9M .price_card:hover h3::after {
    width: 75px;
}

.offer_card_fxoOS9M .price_card .price_amount {
    font-size: clamp(calc(38px * 1.1), 6vw, calc(39px * 1.2));
    color: #000000;
    font-weight: 700;
    margin: 0.5em 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.offer_card_fxoOS9M .price_card p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 1.5em;
    line-height: 1.6;
    flex-grow: 1;
    font-weight: 400;
}

.offer_card_fxoOS9M .price_card .button {
    display: inline-block;
    width: 100%;
    padding: clamp(12px, 2.5vw, 18px);
    background-color: rgb(96,150,186);
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    font-size: clamp(16px, 2vw, calc(16px * 1.1));
    font-weight: 700;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.offer_card_fxoOS9M .price_card .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.7s ease;
}

.offer_card_fxoOS9M .price_card .button:hover::before {
    left: 100%;
}

.offer_card_fxoOS9M .price_card .button:hover {
    background-color: rgb(39,76,119);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .offer_card_fxoOS9M .price_holder h2 {
        font-size: 18px;
    }

    .offer_card_fxoOS9M .price_section_description {
        font-size: clamp(12px, 2.2vw, calc(12px * 1.1));
    }

    .offer_card_fxoOS9M .price_cards {
        grid-template-columns: 1fr;
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .offer_card_fxoOS9M {
        padding: clamp(40px, 8vw, 60px) 0;
    }

    .offer_card_fxoOS9M .price_card {
        padding: clamp(20px, 3vw, 30px);
    }

    .offer_card_fxoOS9M .price_card .button {
        padding: clamp(10px, 2vw, 15px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .offer_card_fxoOS9M::before {
        animation: none;
    }

    .offer_card_fxoOS9M .price_card,
    .offer_card_fxoOS9M .price_card:hover,
    .offer_card_fxoOS9M .price_card .button,
    .offer_card_fxoOS9M .price_card .button:hover,
    .offer_card_fxoOS9M .price_card h3::after {
        transition: none;
        transform: none;
    }

    .offer_card_fxoOS9M .price_card .button::before {
        display: none;
    }
}
.advantages_overview_Vjr7lqQ .advantages_content h2 {
    color: rgb(39,76,119);
}

.advantages_overview_Vjr7lqQ .advantage_item svg, .advantages_overview_Vjr7lqQ .advantage_item svg path {
    fill: rgb(96,150,186);
}

.advantages_overview_Vjr7lqQ .advantage_item p {
    color: #000000;
}

.advantages_overview_Vjr7lqQ .advantage_item b {
    color: rgb(96,150,186);
}

.advantages_overview_Vjr7lqQ {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages_overview_Vjr7lqQ .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages_overview_Vjr7lqQ .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages_overview_Vjr7lqQ .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 32px;
    font-weight: 600;
}

.advantages_overview_Vjr7lqQ .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages_overview_Vjr7lqQ .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages_overview_Vjr7lqQ .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages_overview_Vjr7lqQ .advantage_item svg, .advantages_overview_Vjr7lqQ .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-viewport_NZAQbO1 .advantages_overview_Vjr7lqQ .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
        justify-content: center;
    }
}

@media only screen and (max-width: 800px) {
    .advantages_overview_Vjr7lqQ .advantages_content h2 {
        font-size: 30px;
    }

    .advantages_overview_Vjr7lqQ .advantages_holder {
        flex-direction: column;
    }

    .advantages_overview_Vjr7lqQ {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-viewport_NZAQbO1 .advantages_overview_Vjr7lqQ .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-viewport_NZAQbO1 .advantages_overview_Vjr7lqQ .advantages_content h2 {
    font-size: 32px;
    font-weight: 600;
    color: rgb(39,76,119);
    text-align: center;
    margin-bottom: 50px;
    background: linear-gradient(90deg, rgb(96,150,186), rgb(39,76,119));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: #ffffff -2px -2px;
}

.wrapper-viewport_NZAQbO1 .advantages_overview_Vjr7lqQ {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(163,206,241);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(96,150,186,0.5) 100%);
}

.wrapper-viewport_NZAQbO1 .advantages_overview_Vjr7lqQ .advantages_content {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    text-align: center;
}

.wrapper-viewport_NZAQbO1 .advantages_overview_Vjr7lqQ .advantages_description {
    font-size: 17px;
    margin-bottom: 30px;
    color: #000000;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.wrapper-viewport_NZAQbO1 .advantages_overview_Vjr7lqQ .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1%;
}

.wrapper-viewport_NZAQbO1 .advantages_overview_Vjr7lqQ .advantage_item {
    background-color: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    transition: all 0.3s ease-in-out;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23%;
    text-align: center;
}

.wrapper-viewport_NZAQbO1 .advantages_overview_Vjr7lqQ .advantage_item:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
}

.wrapper-viewport_NZAQbO1 .advantages_overview_Vjr7lqQ .advantage_image img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
    border: 2px solid rgb(96,150,186);
    padding: 10px;
    background: rgb(96,150,186,0.5);
}

.wrapper-viewport_NZAQbO1 .advantages_overview_Vjr7lqQ .advantage_item h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-viewport_NZAQbO1 .advantages_overview_Vjr7lqQ .advantage_item {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-viewport_NZAQbO1 .advantages_overview_Vjr7lqQ .advantages_holder {
        flex-direction: column;
        align-items: center;
    }

    .wrapper-viewport_NZAQbO1 .advantages_overview_Vjr7lqQ .advantage_item {
        width: 80%;
        margin-bottom: 20px;
    }

    .wrapper-viewport_NZAQbO1 .advantages_overview_Vjr7lqQ .advantages_content h2 {
        font-size: 28px;
    }

    .wrapper-viewport_NZAQbO1 .advantages_overview_Vjr7lqQ {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}header {
    padding-bottom: 10px;
    background: linear-gradient(135deg, rgb(96,150,186), rgb(39,76,119));
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.main_header {
    border-top: 10px solid rgb(96,150,186);
    border-bottom: 2px solid rgb(96,150,186);
    background: linear-gradient(135deg, rgb(163,206,241), #ffffff);
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
}
.main_header .header_holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: 2px solid rgb(96,150,186);
    border-radius: 15px;
    background: linear-gradient(135deg, #ffffff, rgb(163,206,241));
}
.main_header .header_holder .logo_holder {
    margin: 10px 0;
    position: relative;
    z-index: 1;
    border: 2px solid rgb(96,150,186);
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
}
.main_header .header_holder .logo_holder svg, .main_header .header_holder .logo_holder img {
    width: 100px;
    height: 100px;
    fill: rgb(96,150,186);
    transition: transform 0.3s ease;
}
.main_header .header_holder .logo_holder:hover svg, .main_header .header_holder .logo_holder:hover img {
    transform: scale(1.1);
}
.main_header .header_description {
    width: 50%;
    font-size: 23px;
    text-align: center;
    color: rgb(39,76,119);
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(96,150,186);
    padding-bottom: 10px;
}
.main_header .header_menu {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: -2px;
    margin-top: 20px;
    position: relative;
    z-index: 11;
    border-top: 2px solid rgb(96,150,186);
    padding-top: 10px;
}
.main_header .header_menu a {
    border: 2px solid transparent;
    border-bottom: 2px solid rgb(96,150,186);
    padding: 10px 16px;
    color: rgb(39,76,119);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
}

@media only screen and (max-width: 1000px) {
    .main_header .header_description {
        width: 100%;
    }
    .main_header .header_menu {
        flex-direction: column;
    }
}