* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Ubuntu, sans-serif;
    color: #000000;
}
.framework-wrap_sMBq {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(241,244,246);
}
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;
    }
}.secure_vaulting_luzB {
    background-color: #ffffff;
    color: #000000;
    font-family: Ubuntu, sans-serif;
    padding: 40px 20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.secure_vaulting_luzB h1, .secure_vaulting_luzB h2, .secure_vaulting_luzB h3, .secure_vaulting_luzB h4, .secure_vaulting_luzB h5, .secure_vaulting_luzB h6 {
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
}
.secure_vaulting_luzB h1 {
    font-size: 45px;
    border-bottom: 2px solid rgb(139,207,204);
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.secure_vaulting_luzB h2 {
    font-size: 28px;
    border-bottom: 2px solid rgb(83,144,146);
    padding-bottom: 8px;
    margin-bottom: 25px;
}
.secure_vaulting_luzB h3 {
    font-size: 1.5em;
    border-bottom: 1px solid #000000;
    padding-bottom: 6px;
    margin-bottom: 20px;
}
.secure_vaulting_luzB h4 {
    font-size: 1.25em;
    margin-bottom: 18px;
}
.secure_vaulting_luzB h5 {
    font-size: 19px;
    margin-bottom: 16px;
}
.secure_vaulting_luzB h6 {
    font-size: 20px;
    margin-bottom: 14px;
}
.secure_vaulting_luzB ul, .secure_vaulting_luzB ol {
    margin-left: 20px;
    padding-left: 20px;
    color: #000000;
    list-style: none;
}
.secure_vaulting_luzB ul li, .secure_vaulting_luzB ol li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.secure_vaulting_luzB ul li:before {
    content: '•';
    color: rgb(139,207,204);
    position: absolute;
    left: 0;
    font-size: 1.2em;
}
.secure_vaulting_luzB p, .secure_vaulting_luzB span, .secure_vaulting_luzB div {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #000000;
}
@media only screen and (max-width: 800px) {
    .secure_vaulting_luzB {
        padding: 20px 10px;
    }
    .secure_vaulting_luzB h1 {
        font-size: calc(19px - 10%);
    }
    .secure_vaulting_luzB h2 {
        font-size: calc(19px - 10%);
    }
    .secure_vaulting_luzB p, .secure_vaulting_luzB span, .secure_vaulting_luzB div {
        font-size: calc(15px - 10%);
    }
}
.secure_vaulting_luzB a {
    color: rgb(139,207,204);
    text-decoration: none;
    border-bottom: 1px solid rgb(139,207,204);
}
.secure_vaulting_luzB a:hover {
    color: rgb(83,144,146);
    border-bottom: 1px solid rgb(83,144,146);
}
.secure_vaulting_luzB blockquote {
    background-color: rgb(241,244,246);
    border-left: 5px solid rgb(139,207,204);
    padding: 15px 20px;
    margin: 20px 0;
    font-style: italic;
    color: #000000;
}
.secure_vaulting_luzB code {
    background-color: rgb(241,244,246);
    border-radius: 10px;
    padding: 2px 6px;
    font-family: monospace;
    color: #000000;
}
.secure_vaulting_luzB hr {
    border: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    margin: 30px 0;
}
.interested_learners_kNCw {
    padding-bottom: 80px;
    padding-top: 80px;
}

.interested_learners_kNCw .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.interested_learners_kNCw ul {
    list-style: none;
}

.interested_learners_kNCw ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.interested_learners_kNCw ul svg, .interested_learners_kNCw ul svg path {
    fill: rgb(139,207,204);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.interested_learners_kNCw h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .interested_learners_kNCw {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.framework-wrap_sMBq .interested_learners_kNCw .holder {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    border: none;
    background: linear-gradient(135deg, rgb(139,207,204), rgb(83,144,146));
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: background 0.3s ease;
}

.framework-wrap_sMBq .interested_learners_kNCw .holder:hover {
    background: linear-gradient(135deg, rgb(83,144,146), rgb(139,207,204));
}

.framework-wrap_sMBq .interested_learners_kNCw h2 {
    text-align: left;
    font-size: 38px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.framework-wrap_sMBq .interested_learners_kNCw ul {
    text-align: left;
    width: 100%;
}

.framework-wrap_sMBq .interested_learners_kNCw ul li {
    padding: 10px 20px;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    background: #ffffff;
    border-left: 4px solid rgb(139,207,204);
    border-radius: 10px;
    transition: border-color 0.3s ease, transform 0.3s ease;
    display: flex;
    align-items: center;
}

.framework-wrap_sMBq .interested_learners_kNCw ul li:hover {
    border-left-color: rgb(83,144,146);
    transform: translateX(10px);
}

.framework-wrap_sMBq .interested_learners_kNCw ul svg, .framework-wrap_sMBq .interested_learners_kNCw ul svg path {
    margin-right: 13px;
    width: 30px;
    height: 30px;
    fill: rgb(139,207,204);
    transition: fill 0.3s ease;
    position: static;
}

.framework-wrap_sMBq .interested_learners_kNCw ul li:hover svg, .framework-wrap_sMBq .interested_learners_kNCw ul li:hover svg path {
    fill: rgb(83,144,146);
}

@media only screen and (max-width: 800px) {
    .framework-wrap_sMBq .interested_learners_kNCw .holder {
        padding: 40px;
        background: linear-gradient(135deg, rgb(139,207,204), rgb(83,144,146,0.5));
    }

    .framework-wrap_sMBq .interested_learners_kNCw h2 {
        font-size: 20px;
    }

    .framework-wrap_sMBq .interested_learners_kNCw ul li {
        font-size: 13px;
        padding: 10px 15px;
    }
}.who_we_are_fg4M {
    padding: 80px 0;
    background: rgb(241,244,246);
    color: #000000;
    font-family: Ubuntu, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.framework-wrap_sMBq .who_we_are_fg4M .holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid rgb(139,207,204,0.5);
}

.framework-wrap_sMBq .who_we_are_fg4M .photo {
    display: block;
    width: 50%;
    height: auto;
    background-size: cover;
    background-position: center;
    border-right: 1px solid rgb(139,207,204,0.5);
}

.framework-wrap_sMBq .who_we_are_fg4M .style_element {
    padding: 40px;
    width: 50%;
    background: #ffffff;
    border-left: 1px solid rgb(139,207,204,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.framework-wrap_sMBq .who_we_are_fg4M h2 {
    font-size: 33px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(139,207,204);
    padding-bottom: 10px;
    width: 100%;
}
.framework-wrap_sMBq .caption_holder {
    display: flex;
    align-items: stretch;

}

.framework-wrap_sMBq .who_we_are_fg4M p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
    .framework-wrap_sMBq .who_we_are_fg4M .photo, .framework-wrap_sMBq .who_we_are_fg4M .style_element {
        width: 100%;
    }

    .framework-wrap_sMBq .who_we_are_fg4M .photo {
        height: 300px;
    }
    .framework-wrap_sMBq .caption_holder {
       flex-direction: column;

    }
}

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

    .framework-wrap_sMBq .who_we_are_fg4M .style_element {
        padding: 30px;
    }

    .framework-wrap_sMBq .who_we_are_fg4M h2 {
        font-size: calc(33px - 4px);
    }

    .framework-wrap_sMBq .who_we_are_fg4M p {
        font-size: calc(16px - 2px);
    }
}

.advantages_highlights_bugf .advantages_content h2 {
    color: rgb(83,144,146);
}

.advantages_highlights_bugf .advantage_item svg, .advantages_highlights_bugf .advantage_item svg path {
    fill: rgb(139,207,204);
}

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

.advantages_highlights_bugf .advantage_item b {
    color: rgb(139,207,204);
}

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

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

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

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

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

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

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

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

@media only screen and (max-width: 1200px) {
    .framework-wrap_sMBq .advantages_highlights_bugf .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

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

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

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

    .framework-wrap_sMBq .advantages_highlights_bugf .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.framework-wrap_sMBq .advantages_highlights_bugf {
    justify-content: space-between;
}

.framework-wrap_sMBq .advantages_highlights_bugf .advantage_item {
    padding: 30px;
    align-items: flex-start;
    transition: all ease-in-out 0.4s;
    cursor: pointer;
    justify-content: center;
    width: 23%;
    box-shadow: 0px 0 60px 0 rgba(0, 0, 0, 0.1);
    height: 250px;
}

.framework-wrap_sMBq .advantages_highlights_bugf .advantage_item svg {
    transition: all ease-in-out 0.4s;
}

.framework-wrap_sMBq .advantages_highlights_bugf .advantage_item:hover {
    background: rgb(139,207,204);
}

.framework-wrap_sMBq .advantages_highlights_bugf .advantage_item:hover svg, .framework-wrap_sMBq .advantages_highlights_bugf .advantage_item:hover svg path {
    fill: #ffffff;
}

.framework-wrap_sMBq .advantages_highlights_bugf .advantage_item:hover h4 {
    color: #ffffff;
}

.framework-wrap_sMBq .advantages_highlights_bugf .advantage_item svg, .framework-wrap_sMBq .advantages_highlights_bugf .advantage_item img {
    width: 48px;
    height: 48px;
}

.framework-wrap_sMBq .advantages_highlights_bugf .advantages_content h4 {
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    transition: all ease-in-out 0.4s;
}

@media only screen and (max-width: 800px) {
    .framework-wrap_sMBq .advantages_highlights_bugf .advantage_item {
        width: 100%;
    }
}footer {
    background: rgb(83,144,146);
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    border-top: 3px solid rgb(139,207,204);
    padding-top: 60px;
    padding-bottom: 60px;
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 100px;
    width: auto;
    max-width: 100%;
    margin-right: 20px;
    fill: rgb(139,207,204);
}
footer .menu_holder {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    background: rgb(139,207,204,0.5);
    border-radius: 30px;
    transition: background 0.3s ease, color 0.3s ease;
}
footer .menu a:hover {
    background: rgb(139,207,204);
    color: rgb(83,144,146);
}
footer .copyright {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
}
footer .copyright_info {
    color: #ffffff;
}
footer .copyright_info a {
    color: rgb(83,144,146);
    text-decoration: underline;
    transition: color 0.3s ease;
}
footer .copyright_info a:hover {
    color: rgb(139,207,204);
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (max-width: 800px) {
    footer .menu_holder {
        flex-direction: column;
        text-align: center;
    }
    footer .menu a {
        padding: 10px;
        font-size: 18px;
    }
    footer .footer_info {
        padding: 20px 10px;
    }
    footer .copyright_info {
        text-align: center;
    }
}
.framework-wrap_sMBq footer .footer {
    padding: 0;
    border-bottom: 3px solid rgb(139,207,204);
}
.framework-wrap_sMBq footer .footer_info {
    flex-direction: row-reverse;
    align-items: center;
    min-height: 100px;
    padding: 10px 0;
}
.framework-wrap_sMBq footer .menu_holder {
    flex-direction: row;
}
.framework-wrap_sMBq footer .menu a {
    margin: 0;
    padding: 0 30px;
    border-right: 3px solid rgb(139,207,204);
    font-size: 20px;
    color: #ffffff;
}
.framework-wrap_sMBq footer .copyright {
    background: rgb(139,207,204,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}
.framework-wrap_sMBq footer .copyright_info {
    text-align: right;
}
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 800px) {
    .framework-wrap_sMBq footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .framework-wrap_sMBq footer .menu a {
        padding-left: 0;
        font-size: 18px;
    }
    .framework-wrap_sMBq footer .menu a:first-child {
        margin-bottom: 10px;
    }
    .framework-wrap_sMBq footer .footer_info {
        justify-content: center;
        padding: 20px 10px;
    }
    .framework-wrap_sMBq footer .copyright_info {
        text-align: center;
    }
    .framework-wrap_sMBq footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
footer .menu a::before {
    content: '▶ ';
    color: rgb(83,144,146);
    font-weight: 700;
    transition: transform 0.3s ease;
}
footer .menu a:hover::before {
    transform: scale(1.2);
}
footer .footer_info {
    padding: 0 30px;
}
footer .logo_holder img {
    border-radius: 10px;
}
footer .menu a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: rgb(83,144,146);
    transition: width 0.3s;
}
footer .menu a:hover::after {
    width: 100%;
}
footer .footer {
    background: linear-gradient(135deg, rgb(139,207,204), rgb(83,144,146));
}
footer .copyright {
    background: #000000;
    color: #000000;
}
footer .footer_info {
    gap: 20px;
}.title_page_1qMk {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(139,207,204);
}
.title_page_1qMk .title_page_holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 700px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.title_page_1qMk .title_page_holder::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(139,207,204,0.5));
    top: 0;
    left: 0;
    z-index: 1;
}
.title_page_1qMk .style_element {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    width: 50%;
    max-width: 1000px;
    padding: 60px 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.title_page_1qMk .style_element h1 {
    font-family: Ubuntu, sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    text-align: left;
}
.title_page_1qMk .style_element h3 {
    font-family: Ubuntu, sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
    text-align: left;
}
.title_page_1qMk .style_element p {
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #000000;
    line-height: 1.5;
    text-align: left;
}
@media only screen and (max-width: 800px) {
    .title_page_1qMk .title_page_holder {
        min-height: 500px;
    }
    .title_page_1qMk .style_element {
        width: 90%;
        padding: 40px 20px;
    }
    .title_page_1qMk .style_element h1 {
        font-size: 35px;
    }
    .title_page_1qMk .style_element h3 {
        font-size: 17px;
    }
    .title_page_1qMk .style_element p {
        font-size: 13px;
    }
}
.framework-wrap_sMBq .title_page_1qMk .title_page_holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.framework-wrap_sMBq .title_page_1qMk .style_element {
    width: 60%;
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.95);
    padding: 70px 50px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.framework-wrap_sMBq .title_page_1qMk .title_page_holder::before {
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.framework-wrap_sMBq .title_page_1qMk .style_element h1 {
    color: #000000;
    margin-bottom: 20px;
}
.framework-wrap_sMBq .title_page_1qMk .style_element h3 {
    color: #000000;
    margin-bottom: 15px;
}
.framework-wrap_sMBq .title_page_1qMk .style_element p {
    color: #000000;
}
@media only screen and (max-width: 800px) {
    .framework-wrap_sMBq .title_page_1qMk .title_page_holder {
        flex-direction: column;
        padding: 20px;
    }
    .framework-wrap_sMBq .title_page_1qMk .style_element {
        width: 90%;
        padding: 40px 20px;
    }
    .framework-wrap_sMBq .title_page_1qMk .style_element h1 {
        font-size: 35px;
    }
    .framework-wrap_sMBq .title_page_1qMk .style_element h3 {
        font-size: 17px;
    }
    .framework-wrap_sMBq .title_page_1qMk .style_element p {
        font-size: 13px;
    }
}.program_information_suHf {
    padding: 120px 0;
    background-color: rgb(83,144,146,0.5);
    font-family: Ubuntu, sans-serif;
    position: relative;
    overflow: hidden;
}
.program_information_suHf::before, .program_information_suHf::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: rgb(139,207,204,0.5);
    border-radius: 50%;
    z-index: 1;
}
.program_information_suHf::before {
    top: -50px;
    left: -50px;
}
.program_information_suHf::after {
    bottom: -50px;
    right: -50px;
}
.program_information_suHf .container {
    position: relative;
    z-index: 2;
}
.program_information_suHf h2 {
    color: rgb(83,144,146);
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.program_information_suHf .content {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
}
.program_information_suHf .course {
    padding: 40px;
    max-width: 80%;
    margin: auto;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.program_information_suHf .photo {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-bottom: 4px solid rgb(139,207,204);
    border-radius: 14px 14px 0 0;
}
.program_information_suHf .text_holder {
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 0 0 14px 14px;
}
.program_information_suHf h3 {
    color: rgb(139,207,204);
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(83,144,146);
    padding-bottom: 10px;
    width: 100%;
}
.program_information_suHf p {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 30px;
}
.program_information_suHf .button {
    background: rgb(139,207,204);
    color: #ffffff;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid rgb(83,144,146);
}
.program_information_suHf .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.program_information_suHf .items {
    display: flex;
    justify-content: center;
    align-items: center;
}
.program_information_suHf .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.program_information_suHf .photo {
    height: 300px;
    width: 100%;
    margin-top: 20px;
    border-bottom: 2px solid rgb(83,144,146);
}
.program_information_suHf .text_holder {
    padding: 30px;
}
@media only screen and (max-width: 600px) {
    .program_information_suHf .items {
        flex-direction: column;
    }
    .program_information_suHf h2 {
        font-size: 24px;
    }
    .program_information_suHf h3 {
        font-size: 20px;
    }
    .program_information_suHf .course {
        max-width: 100%;
        padding: 20px;
    }
    .program_information_suHf {
        padding: 60px 0;
    }
    .program_information_suHf .photo {
        height: 200px;
    }
}

.framework-wrap_sMBq .program_information_suHf .container {
    width: 100%;
    padding: 0;
}
.framework-wrap_sMBq .program_information_suHf .items {
    width: 100%;
}
.framework-wrap_sMBq .program_information_suHf .items .course {
    padding: 0;
    width: 100%;
}
.framework-wrap_sMBq .program_information_suHf .photo {
    height: 250px;
    width: 100%;
    margin: 0;
    border-radius: 0!important;
    background-position: 50% 30% !important;
}
.framework-wrap_sMBq .program_information_suHf .course .content {
    border-radius: 0 !important;
    box-shadow: none;
}
.framework-wrap_sMBq .program_information_suHf .text_holder {
    max-width: 1200px;
    margin: auto;
    justify-content: flex-start;
    align-items: center;
    min-height: unset;
}
.framework-wrap_sMBq .program_information_suHf p {
    margin-top: 20px;
    text-align: center;
}
.framework-wrap_sMBq .program_information_suHf .button {
    margin-top: 30px;
    width: fit-content;
}
.framework-wrap_sMBq .program_information_suHf h3 {
    text-align: center;
}
@media only screen and (max-width: 800px) {
    .framework-wrap_sMBq .program_information_suHf .photo {
        height: 200px;
    }
    .framework-wrap_sMBq .program_information_suHf h3 {
        font-size: 22px;
    }
    .framework-wrap_sMBq .program_information_suHf p {
        font-size: 16px;
    }
    .framework-wrap_sMBq .program_information_suHf .button {
        font-size: 14px;
        padding: 10px 20px;
    }
}header .main_header {
    background: rgb(139,207,204,0.5);
    color: #ffffff;
    padding: 20px 0;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}
header .main_header:hover {
    background: rgb(139,207,204,0.5);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
header .logo_holder {
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    margin-bottom: 10px;
}
header .logo_holder .logotype {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}
header .logo_holder .logotype:hover {
    transform: scale(1.1);
}
header .logo_holder svg, 
header .logo_holder svg path, 
header .logo_holder img {
    fill: rgb(83,144,146);
    height: 80px;
    width: 80px;
    transition: fill 0.3s ease;
}
header .menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
header .menu a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 25px;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease, border-color 0.3s ease;
}
header .menu a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: rgb(83,144,146);
    transition: width 0.3s ease, left 0.3s ease;
}
header .menu a:hover::before {
    width: 100%;
    left: 0;
}
header .menu a:hover {
    color: rgb(83,144,146);
}
header .menu a.active {
    color: rgb(83,144,146);
    border-bottom: 2px solid rgb(83,144,146);
    border-radius: 10px;
}
header .menu a.active:hover {
    background: rgb(139,207,204);
    color: #ffffff;
    border: 2px solid rgb(139,207,204);
}
@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }
    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: center;
        width: 100%;
        padding: 15px 0;
    }
    header .menu.opened {
        display: flex;
    }
    header .menu a {
        width: 100%;
        padding: 10px 15px;
    }
    header .logo_holder {
        justify-content: center;
        width: 100%;
    }
    header .logo_holder .logotype {
        margin-right: 0;
    }
    header .logo_holder svg, 
    header .logo_holder svg path, 
    header .logo_holder img {
        height: 60px;
        width: 60px;
    }
}
.framework-wrap_sMBq header .main_header {
    position: relative;

    background: rgb(139,207,204,0.5);
}
.framework-wrap_sMBq header .logo_holder {
    padding: 0;
}
.framework-wrap_sMBq header .menu a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 4px solid transparent;
    text-transform: uppercase;
    margin: 5px;
    padding: 10px;
    transition: border-color 0.3s ease, color 0.3s ease;
}
.framework-wrap_sMBq header .menu a:hover {
    border-bottom: 4px solid rgb(83,144,146);
    color: rgb(83,144,146);
}
@media only screen and (max-width: 800px) {
    .framework-wrap_sMBq header .logo_holder {
        justify-content: center;
    }
    .framework-wrap_sMBq header .main_header:before, 
    .framework-wrap_sMBq header .main_header:after {
        display: none;
    }
    .framework-wrap_sMBq header .main_header {
        padding: 15px 0;
    }
    .framework-wrap_sMBq header .menu {
        background: none;
        align-items: center;
        padding: 0;
    }
    .framework-wrap_sMBq header .menu a {
        text-align: center;
        margin: 0 10px;
    }
    .framework-wrap_sMBq header .logo_holder .logotype {
        padding: 20px 15px 30px 15px;
    }
    .framework-wrap_sMBq header .logo_holder svg, 
    .framework-wrap_sMBq header .logo_holder img {
        height: 60px;
        width: 60px;
    }
}header .top_plank {
    background: rgb(139,207,204);
    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: 16px;
    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;
}.thanks_box_oKzW {
    background-color: rgb(139,207,204,0.5);
    color: #ffffff;
    padding: 60px 30px;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}
.thanks_box_oKzW .container {
    background-color: rgb(241,244,246);
    padding: 40px;
    border-radius: 22px;
    width: 100%;
    max-width: 700px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.thanks_box_oKzW h2 {
    font-family: Ubuntu, sans-serif;
    font-size: 35px;
    color: rgb(139,207,204);
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(139,207,204);
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
}
.thanks_box_oKzW p {
    font-family: Ubuntu, sans-serif;
    font-size: 13px;
    color: #000000;
    font-weight: 300;
    line-height: 1.8;
    margin-top: 20px;
}
@media only screen and (max-width: 800px) {
    .thanks_box_oKzW {
        padding: 40px 20px;
    }
    .thanks_box_oKzW .container {
        padding: 20px;
    }
    .thanks_box_oKzW h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .thanks_box_oKzW p {
        font-size: 22px;
    }
}
.framework-wrap_sMBq .developer_experience_DGhy {
    background: rgb(241,244,246);
    padding: 100px 0;
    display: flex;
    justify-content: center;
}

.framework-wrap_sMBq .developer_experience_DGhy .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.framework-wrap_sMBq .developer_experience_DGhy .review {
    display: flex;
    flex-direction: row;
    max-width: 1000px;
    width: 100%;
    background: #ffffff;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.framework-wrap_sMBq .developer_experience_DGhy .photo {
    width: 350px;
    height: 350px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.framework-wrap_sMBq .worker_description {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.framework-wrap_sMBq .developer_experience_DGhy .review .name {
    font-size: 36px;
    font-weight: 700;
    color: rgb(139,207,204);
    margin-bottom: 20px;
}

.framework-wrap_sMBq .developer_experience_DGhy .review span {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
}

.framework-wrap_sMBq .developer_experience_DGhy .review .quote {
    font-size: 18px;
    font-style: italic;
    color: #000000;
}

@media only screen and (max-width: 1200px) {
    .framework-wrap_sMBq .developer_experience_DGhy .review {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .framework-wrap_sMBq .worker_description {
        padding: 30px;
    }

    .framework-wrap_sMBq .developer_experience_DGhy .photo {
        width: 300px;
        height: 300px;
    }
}

@media only screen and (max-width: 800px) {
    .framework-wrap_sMBq .developer_experience_DGhy .photo {
        width: 200px;
        height: 200px;
    }
}
.operation_process_Y4ky {
    padding: 80px 0;
    background: rgb(83,144,146);
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.operation_process_Y4ky .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: auto;
    z-index: 1;
    position: relative;
}

.operation_process_Y4ky h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    color: rgb(139,207,204);
    background: linear-gradient(to right, rgb(139,207,204), rgb(83,144,146));
    -webkit-background-clip: text;
    color: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 2px solid rgb(83,144,146);
    padding-bottom: 10px;
    display: inline-block;
}

.operation_process_Y4ky p {
    text-align: center;
    font-size: 15px;
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    color: #ffffff;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    padding: 15px 25px;
    border-radius: 10px;
    border-left: 4px solid rgb(139,207,204);
    border-right: 4px solid rgb(83,144,146);
}

@media only screen and (max-width: 800px) {
    .operation_process_Y4ky {
        padding: 30px 0;
    }

    .operation_process_Y4ky h2 {
        font-size: 23px;
        margin-bottom: 28px;
    }

    .operation_process_Y4ky p {
        font-size: 15px;
    }
}

.framework-wrap_sMBq .operation_process_Y4ky {
    position: relative;
    border-bottom: 6px solid rgb(139,207,204);
    overflow: hidden;
    z-index: 1;
}

.framework-wrap_sMBq .operation_process_Y4ky::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background: rgb(83,144,146);
    bottom: -6px;
    left: 0;
    z-index: 2;
}

.framework-wrap_sMBq .operation_process_Y4ky .holder {
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 19px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.help_center_NRHq {
    color: #000000;
    background-color: #ffffff;
    padding: 64px 0;
    font-family: Ubuntu, sans-serif;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 0;
}
.help_center_NRHq h2 {
    text-align: center;
    width: 100%;
    margin: 24px 0;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}
.help_center_NRHq h2::before,
.help_center_NRHq h2::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 30%;
    background-color: rgb(83,144,146);
    top: 50%;
    transform: translateY(-50%);
}
.help_center_NRHq h2::before {
    left: 0;
}
.help_center_NRHq h2::after {
    right: 0;
}
.help_center_NRHq .contact_description {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    margin: 16px 0;
    width: 100%;
    color: rgba(0, 0, 0, 0.5);
}
.help_center_NRHq .info_holder svg {
    width: 28px;
    height: 28px;
    fill: rgb(83,144,146);
    margin-right: 12px;
    transition: fill 0.3s ease;
}
.help_center_NRHq .info_holder svg:hover {
    fill: rgb(139,207,204);
}
.help_center_NRHq .holder {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 24px 0;
    flex-direction: row-reverse;
}
.help_center_NRHq .holder .photo {
    width: 50%;
    order: 1;
    flex-shrink: 0;
    border-radius: 0 26px 26px 0;
    position: relative;
    overflow: hidden;
}
.help_center_NRHq .holder .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.help_center_NRHq .holder .info_holder>div span {
    margin-left: 8px;
}
.help_center_NRHq .holder .info_holder {
    font-size: 14px;
    line-height: 1.6;
    width: 50%;
    order: 2;
    flex-shrink: 0;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 26px 0 0 26px;
    background: #ffffff;
    position: relative;
}
.help_center_NRHq .holder .info_holder::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: rgb(139,207,204);
    top: 0;
    left: 0;
    opacity: 0.5;
}
.help_center_NRHq .holder .info_holder>div {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    transition: color 0.3s ease;
    position: relative;
}
.help_center_NRHq .contact_politics {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 24px;
}
.help_center_NRHq .contact_politics>div {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    position: relative;
}
.help_center_NRHq .contact_politics>div::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: rgb(83,144,146);
    left: 0;
    opacity: 0.5;
}
.help_center_NRHq .contact_politics>div h4 {
    margin: 12px 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #ffffff;
    padding: 0 8px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 800px) {
    .help_center_NRHq .holder {
        flex-direction: column;
    }
    .help_center_NRHq .holder .info_holder {
        border-radius: 26px 26px 0 0;
        align-items: center;
        padding: 24px;
        width: 100%;
        order: 1;
    }
    .help_center_NRHq .holder .info_holder::before {
        height: 2px;
        width: 100%;
        top: auto;
        bottom: 0;
        left: 0;
    }
    .help_center_NRHq .holder .photo {
        width: 100%;
        height: 250px;
        border-radius: 0 0 26px 26px;
        order: 2;
    }
}
.contact_form_section_4ROe {
    padding-top: 80px;
    padding-bottom: 80px;
}
.contact_form_section_4ROe h3 {
    color: rgb(83,144,146);
}
.contact_form_section_4ROe .form {
    background:rgb(241,244,246);
    border-radius: 10px;
}
.contact_form_section_4ROe form input {
    color: #000000;
    border-radius:6px;
    background:  #ffffff;
}
.contact_form_section_4ROe form  .button {
    background: rgb(83,144,146);
    color:  #ffffff;
    border-radius: 100px;
}
.contact_form_section_4ROe form  .button:hover {
    background: rgb(139,207,204);
}
.contact_form_section_4ROe .holder {
    display: flex;
}
.contact_form_section_4ROe .holder>div {
    width: 50%;
    padding: 40px;
}
.contact_form_section_4ROe .form form {
    display: flex;
    flex-direction: column;
}
.contact_form_section_4ROe h3 {
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 18px;
}
.contact_form_section_4ROe form input {
    border: none;
    padding: 13px;
    width: 100%;
    margin-bottom: 24px;
    line-height: 24px;
    outline: none;
    border: 1px solid transparent;
}
.contact_form_section_4ROe form  .button {
    font-weight: 400;
    cursor: pointer;
}
.contact_form_section_4ROe .name_holder {
    display: flex;
    justify-content: space-between;
}
.contact_form_section_4ROe  .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact_form_section_4ROe  .agree label {
    display: block;
}
.contact_form_section_4ROe  .agree a {
    margin-left: 5px;
    color: rgb(139,207,204);
}
.contact_form_section_4ROe .form_text {
    margin-bottom: 10px;
}
.contact_form_section_4ROe  .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

@media only screen and (max-width: 600px)  {
    .contact_form_section_4ROe .holder {
        flex-direction: column;
    }
    .contact_form_section_4ROe .holder>div {
        width: 100%;
    }
    .contact_form_section_4ROe {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .contact_form_section_4ROe h3 {
        font-size: 30px;
    }
}
.framework-wrap_sMBq .contact_form_section_4ROe .holder {
    justify-content: center;
    position: relative;
    padding-top: 20px;
}
.framework-wrap_sMBq .contact_form_section_4ROe {
    background: linear-gradient(to right, rgb(139,207,204), rgb(241,244,246));
    padding-top: 100px;
}
.framework-wrap_sMBq .contact_form_section_4ROe .form {
    border-radius: 20px;
    background: #ffffff;
    width: 60%;
    position: relative;
    z-index: 1;
    padding: 30px;

}
.framework-wrap_sMBq .contact_form_section_4ROe .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
.framework-wrap_sMBq .contact_form_section_4ROe form {
    align-items: center;
}
.framework-wrap_sMBq .contact_form_section_4ROe form input {
    background: none;
    border: none;
    border-bottom: 1px solid rgb(83,144,146);
    border-radius: 0;
    padding: 10px 12px;
    font-size: 16px;
    color: #000000;
}
.framework-wrap_sMBq .contact_form_section_4ROe form label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    text-align: left;
}
.framework-wrap_sMBq .contact_form_section_4ROe .name_holder {
    flex-direction: column;
    width: 100%;
}
.framework-wrap_sMBq .contact_form_section_4ROe .name_holder #surname {
    margin-left: 0;
}
.framework-wrap_sMBq .contact_form_section_4ROe h3 {
    margin-bottom: 25px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    color: #000000;
    position: absolute;
    margin: auto;
    top:-90px;
}
.framework-wrap_sMBq .contact_form_section_4ROe .agree {
    width: 100%;
}
.framework-wrap_sMBq .contact_form_section_4ROe .agree a {
    text-decoration: none;
    color: rgb(139,207,204);
}
.framework-wrap_sMBq .contact_form_section_4ROe form .button {
    background: rgb(139,207,204);
    border: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    color: #ffffff;
}
@media only screen and (max-width: 800px)  {
    .framework-wrap_sMBq .contact_form_section_4ROe {
        padding-top: 80px;
    }
    .framework-wrap_sMBq .contact_form_section_4ROe .holder>div {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .framework-wrap_sMBq .contact_form_section_4ROe form .button {
        width: 100%;
    }
    .framework-wrap_sMBq .contact_form_section_4ROe h3 {
        font-size: 24px;
        line-height: 26px;
        top: -80px;
    }
}.stay_connected_N5iU {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.stay_connected_N5iU .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.stay_connected_N5iU input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(83,144,146,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.stay_connected_N5iU h2 {
    margin-bottom: 20px;
    text-align: center;
}

.stay_connected_N5iU .button {
    background: rgb(83,144,146);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.stay_connected_N5iU .input_holder {
    display: flex;
    align-items: center;
}

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

    .stay_connected_N5iU {
        padding: 30px 20px;
    }

    .stay_connected_N5iU input {
        min-width: unset;
    }

    .stay_connected_N5iU .button {
        flex-shrink: unset;
    }

    .stay_connected_N5iU .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .stay_connected_N5iU input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .framework-wrap_sMBq .stay_connected_N5iU .holder h2 {
        font-size: 20px;
    }
}

.framework-wrap_sMBq .stay_connected_N5iU {
    background: rgb(241,244,246);
    padding: 60px 40px;
    position: relative;
    color: #000000;
    overflow: hidden;
}

.framework-wrap_sMBq .stay_connected_N5iU .holder {
    padding: 40px;
    background: #ffffff;
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.framework-wrap_sMBq .stay_connected_N5iU:hover .holder {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.framework-wrap_sMBq .stay_connected_N5iU h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    color: rgb(139,207,204);
    position: relative;
    z-index: 1;
    transition: color 0.3s ease-in-out;
}

.framework-wrap_sMBq .stay_connected_N5iU h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: rgb(139,207,204);
    margin: 10px auto 0;
    transition: width 0.3s ease-in-out;
}

.framework-wrap_sMBq .stay_connected_N5iU:hover h2 {
    color: rgb(83,144,146);
}

.framework-wrap_sMBq .stay_connected_N5iU:hover h2::after {
    width: 100px;
}

.framework-wrap_sMBq .stay_connected_N5iU .input_holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    gap: 10px;
}

.framework-wrap_sMBq .stay_connected_N5iU input[type="email"] {
    border-radius: 10px;
    background: rgb(241,244,246);
    color: #000000;
    padding: 16px 20px;
    width: 70%;
    border: 1px solid rgb(139,207,204,0.5);
    font-size: 15px;
    margin: 0;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.framework-wrap_sMBq .stay_connected_N5iU input[type="email"]:focus {
    border-color: rgb(139,207,204);
    box-shadow: 0 0 8px rgb(139,207,204,0.5);
    outline: none;
}

.framework-wrap_sMBq .stay_connected_N5iU .button {
    border-radius: 10px;
    background: rgb(139,207,204);
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.framework-wrap_sMBq .stay_connected_N5iU .button:hover {
    background: rgb(83,144,146);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgb(83,144,146,0.5);
}

@media only screen and (max-width: 800px) {
    .framework-wrap_sMBq .stay_connected_N5iU {
        padding: 30px 20px;
    }

    .framework-wrap_sMBq .stay_connected_N5iU .holder {
        padding: 30px;
    }

    .framework-wrap_sMBq .stay_connected_N5iU .input_holder {
        flex-direction: column;
        gap: 15px;
    }

    .framework-wrap_sMBq .stay_connected_N5iU input[type="email"] {
        width: 100%;
    }

    .framework-wrap_sMBq .stay_connected_N5iU .button {
        width: 100%;
    }
}