* {
    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: Nunito, sans-serif;
    color: #000000;
}
.framework-wrap30 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(234,234,234);
}
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;
    }
}.framework-wrap30 .company_info62 .holder {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    background-color: rgb(234,234,234);
}

.company_info62 {
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(27,69,82) 30%, rgb(139,160,164,0.5) 100%);
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.framework-wrap30 .company_info62 .holder .photo {
    width: 400px;
    height: 400px;
    border-radius: 15px;
    box-shadow: 0 0 30px rgb(27,69,82,0.5), 0 0 60px rgb(27,69,82,0.5);
    transition: transform 0.3s ease-in-out;
    margin-right: 24px;
}

.framework-wrap30 .company_info62 .caption_holder {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 520px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.framework-wrap30 .company_info62 .style_element {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(139,160,164);
    padding: 50px 60px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 420px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 20px rgb(139,160,164,0.5);
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;

}


.framework-wrap30 .company_info62 h2 {
    color: #ffffff;
    margin-top: 10px;
    font-size: 29px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgb(27,69,82);
}

.framework-wrap30 .company_info62 p {
    color: #ffffff;
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 300;
    max-width: 600px;
    text-shadow: 0 0 5px rgb(139,160,164,0.5);
}

@media only screen and (max-width: 1200px) {
    .framework-wrap30 .company_info62 .holder {
        padding: 0;
    }
    .framework-wrap30 .company_info62 .holder .photo {
        width: 300px;
        height: 300px;
        margin: 20px 0;
    }

    .framework-wrap30 .company_info62 .style_element {
        width: 70%;
        padding: 40px 50px;
    }
}

@media only screen and (max-width: 800px) {
    .framework-wrap30 .company_info62 {
        padding: 60px 0;
    }

    .framework-wrap30 .company_info62 .style_element {
        width: 100%;
        padding: 30px;
    }

    .framework-wrap30 .company_info62 .holder .photo {
        width: 250px;
        height: 250px;
    }

    .framework-wrap30 .company_info62 .caption_holder {
        flex-direction: column-reverse;
        min-height: unset;
    }

    .framework-wrap30 .company_info62 h2 {
        font-size: 19px;
    }
}.leadership_profile28 {
    padding: 100px 0;
    background: #000000;
    color: #ffffff;
    font-family: Nunito, sans-serif;
}

.leadership_profile28 .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
}

.leadership_profile28 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: rgb(139,160,164,0.5);
    border-radius: 20px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.leadership_profile28 .holder:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
}

.leadership_profile28 .review {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    background: rgb(27,69,82,0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.leadership_profile28 .review:hover {
    transform: scale(1.05);
}

.leadership_profile28 .photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-size: cover;
    margin-bottom: 20px;
    border: 5px solid rgb(139,160,164);
    transition: border 0.3s ease-in-out;
}

.leadership_profile28 .photo:hover {
    border: 5px solid rgb(27,69,82);
}

.leadership_profile28 .worker_description {
    width: 100%;
    max-width: 600px;
}

.leadership_profile28 .worker_description .name {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    transition: color 0.3s ease-in-out;
}

.leadership_profile28 .worker_description .name:hover {
    color: rgb(139,160,164);
}

.leadership_profile28 .worker_description span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}

.leadership_profile28 .worker_description .quote {
    font-size: 16px;
    font-style: italic;
    color: #ffffff;
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
}

.leadership_profile28 .worker_description .quote::before {
    content: "“";
    font-size: 40px;
    position: absolute;
    left: 0;
    top: 0;
    color: rgb(27,69,82);
}

@media only screen and (max-width: 1200px) {
    .leadership_profile28 .review {
        max-width: 90%;
    }
}

@media only screen and (max-width: 800px) {
    .leadership_profile28 {
        padding: 60px 0;
    }

    .leadership_profile28 .holder {
        flex-direction: column;
        padding: 20px;
    }

    .leadership_profile28 .review {
        max-width: 100%;
        width: 100%;
        padding: 20px;
    }

    .leadership_profile28 .photo {
        width: 100px;
        height: 100px;
    }

    .leadership_profile28 .worker_description .quote::before {
        font-size: 30px;
    }
}

.framework-wrap30 .leadership_profile28 {
    padding: 150px 0;
    background: rgb(234,234,234);
}

.framework-wrap30 .leadership_profile28 .holder {
    flex-direction: column;
    align-items: center;
    padding: 30px;
    background: rgb(139,160,164,0.5);
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.framework-wrap30 .leadership_profile28 .holder:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.framework-wrap30 .worker_description {
    background: rgb(27,69,82,0.5);
    border-radius: 20px;
    padding: 50px;
    width: 80%;
    position: relative;
    text-align: center;
    transition: background 0.3s ease-in-out;
}

.framework-wrap30 .worker_description:hover {
    background: rgb(139,160,164,0.5);
}

.framework-wrap30 .worker_description::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 2px solid rgb(139,160,164);
    border-radius: 20px;
    z-index: -1;
}

.framework-wrap30 .leadership_profile28 .photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid rgb(139,160,164);
    margin-bottom: 20px;
    transition: border 0.3s ease-in-out;
}

.framework-wrap30 .leadership_profile28 .photo:hover {
    border: 5px solid rgb(27,69,82);
}

@media only screen and (max-width: 800px) {
    .framework-wrap30 .leadership_profile28 {
        padding: 80px 0;
    }

    .framework-wrap30 .leadership_profile28 .holder {
        padding: 20px;
    }

    .framework-wrap30 .worker_description {
        width: 100%;
        padding: 20px;
    }

    .framework-wrap30 .leadership_profile28 .photo {
        width: 100px;
        height: 100px;
    }
}
.program_information08 {
    padding: 120px 0;
    background: rgb(27,69,82);
    color: #000000;
    font-family: Nunito, sans-serif;
    position: relative;
    overflow: hidden;
}

.program_information08::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 100%;
    background: rgb(139,160,164,0.5);
    transform: translateX(-50%) rotate(-3deg);
    z-index: 0;
}

.program_information08 .container {
    position: relative;
    z-index: 1;
}

.program_information08 h2 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.program_information08 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.program_information08 .items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.program_information08 .course {
    background: rgb(27,69,82,0.5);
    border-radius: 26px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    width: 100%;
    transform: translateY(0);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}


.program_information08 .content {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: stretch;
}

.program_information08 .photo {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: transform 0.4s ease;
}


.program_information08 .text_holder {
    padding: 40px;
    text-align: left;
}

.program_information08 h3 {
    color: rgb(139,160,164);
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 20px;
}

.program_information08 p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 30px;
}

.program_information08 .button {
    background: rgb(139,160,164);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
    text-align: center;
}

.program_information08 .button:hover {
    background: rgb(27,69,82);
    transform: translateY(-5px);
}

@media only screen and (max-width: 600px) {
    .program_information08 {
        padding: 80px 0;
    }

    .program_information08 h2 {
        font-size: 37px;
    }

    .program_information08 .content {
        grid-template-columns: 1fr;
    }

    .program_information08 .photo {
        height: 300px;
    }

    .program_information08 .text_holder {
        padding: 20px;
    }
}

.framework-wrap30 .program_information08 .items .course {
    background: rgb(234,234,234);
    border: 2px solid rgb(139,160,164);
}

.framework-wrap30 .program_information08 .items .course .content {
    flex-direction: row;
    align-items: stretch;
}

.framework-wrap30 .program_information08 .photo {
    width: 100%;
    border-right: 2px solid rgb(139,160,164);
}

.framework-wrap30 .program_information08 .text_holder {
    width: 100%;
    background: rgb(234,234,234);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
}

.framework-wrap30 .program_information08 h3 {
    text-align: center;
    margin-bottom: 30px;
}

.framework-wrap30 .program_information08 p, .framework-wrap30 .program_information08 h3 {
    text-align: center;
}

@media only screen and (max-width: 800px) {
    .framework-wrap30 .program_information08 .items .course .content {
        flex-direction: column;
    }

    .framework-wrap30 .program_information08 .photo {
        width: 100%;
        height: 300px;
        border-right: none;
        border-bottom: 2px solid rgb(139,160,164);
    }

    .framework-wrap30 .program_information08 .text_holder {
        width: 100%;
        padding: 20px;
    }
}footer {
    background: rgb(27,69,82);
    color: #ffffff;
    font-family: Nunito, sans-serif;
    padding-top: 60px;
    padding-bottom: 40px;
    border-top: 2px solid rgb(139,160,164);
}
footer .copyright {
    background: rgb(27,69,82);
    padding: 20px 0;
    text-align: center;
    font-size: 12px;
    border-radius: 10px;
}
footer .logo_holder svg, footer .logo_holder svg path {
    fill: rgb(139,160,164);
    transition: fill 0.3s ease;
    width: 66px;
    height: 66px;
}
footer .logo_holder img {
    height: 90px;
    width: 90px;
    margin-right: 15px;
    transition: transform 0.3s ease;
}
footer .logo_holder img:hover {
    transform: scale(1.1);
}
footer .contact_info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
footer h5 {
    color: rgb(139,160,164);
    font-size: 23px;
    margin-bottom: 16px;
    font-weight: 700;
    position: relative;
}
footer h5::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: rgb(139,160,164);
    position: absolute;
    bottom: -8px;
    left: 0;
}
footer .menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    border-radius: 22px;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 1px solid rgb(139,160,164);
}
footer .menu a:hover {
    background: rgb(139,160,164);
    color: #ffffff;
}
footer .contact_info {
    display: flex;
    flex-direction: column;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    justify-content: center;
    font-size: 13px;
    color: #ffffff;
    transition: transform 0.3s ease;
}
footer .contact_info div:hover {
    transform: translateY(-5px);
}
footer .contact_info div svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(139,160,164);
    transition: fill 0.3s ease;
}
footer .footer_agreement {
    text-align: center;
    margin: 20px 0;
    font-size: 13px;
    color: #ffffff;
}
footer .copyright_info {
    color: #ffffff;
    font-size: 12px;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s ease;
}
footer .copyright_info a:hover {
    color: rgb(139,160,164);
}
footer .footer {
    padding-top: 60px;
    padding-bottom: 60px;
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer .menu_holder {
    display: flex;
    flex-direction: column;
}
@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;
        align-items: center;
    }
    footer .contact_info {
        margin-top: 10px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    footer h5 {
        margin-top: 5px;
        text-align: center;
    }
    footer .menu a {
        margin-bottom: 10px;
        padding: 10px 15px;
    }
    footer .contact_info div {
        justify-content: center;
    }
}
footer .footer_info {
    position: relative;
    z-index: 2;
}
footer .footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(27,69,82,0.5);
    z-index: 1;
    border-radius: 22px;
}
footer .footer, footer .footer * {
    position: relative;
    z-index: 2;
}
.title_welcome83 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    background: rgb(139,160,164);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.title_welcome83 .title_page_holder {
    width: 70%;
    min-height: 800px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    padding: 40px;
    z-index: 2;
}
.title_welcome83 .style_element {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 1200px;
    text-align: center;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid rgb(27,69,82);
}
.title_welcome83 .style_element::before,
.title_welcome83 .style_element::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgb(27,69,82);
}
.title_welcome83 .style_element::before {
    width: 20px;
    height: 20px;
    top: -10px;
    left: -10px;
}
.title_welcome83 .style_element::after {
    width: 30px;
    height: 30px;
    bottom: -15px;
    right: -15px;
}
.title_welcome83 .style_element h1 {
    color: rgb(27,69,82);
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 3;
}
.title_welcome83 .style_element h1::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: rgb(27,69,82);
    margin: 10px auto 0;
    border-radius: 2px;
}
.title_welcome83 .style_element h3 {
    color: rgb(27,69,82);
    font-size: 37px;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 3;
}
.title_welcome83 .style_element p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 24px;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 1200px) {
    .title_welcome83 .title_page_holder {
        width: 80%;
        min-height: 700px;
        padding: 30px;
    }
    .title_welcome83 .style_element {
        padding: 30px;
    }
    .title_welcome83 .style_element h1 {
        font-size: 37px;
    }
    .title_welcome83 .style_element h3 {
        font-size: 19px;
    }
    .title_welcome83 .style_element p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 800px) {
    .title_welcome83 {
        padding: 30px 10px;
    }
    .title_welcome83 .title_page_holder {
        width: 90%;
        min-height: 600px;
    }
    .title_welcome83 .style_element {
        padding: 20px;
        gap: 15px;
    }
    .title_welcome83 .style_element h1 {
        font-size: 19px;
    }
    .title_welcome83 .style_element h3 {
        font-size: 20px;
    }
    .title_welcome83 .style_element p {
        font-size: 16px;
    }
}
.framework-wrap30 .title_welcome83 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgb(234,234,234);
    position: relative;
    overflow: hidden;
    padding: 0;
}
.framework-wrap30 .title_welcome83 .title_page_holder {
    width: 100%;
    min-height: 700px;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    padding: 40px;
    z-index: 1;
}
.framework-wrap30 .title_welcome83 .style_element {
    background: rgba(255, 255, 255, 0.95);
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 1000px;
    text-align: left;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 25px;
    border: 1px solid #000000;
}
.framework-wrap30 .title_welcome83 .style_element::before,
.framework-wrap30 .title_welcome83 .style_element::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 2px solid #000000;
}
.framework-wrap30 .title_welcome83 .style_element::before {
    width: 25px;
    height: 25px;
    top: -12px;
    left: -12px;
}
.framework-wrap30 .title_welcome83 .style_element::after {
    width: 35px;
    height: 35px;
    bottom: -18px;
    right: -18px;
}
.framework-wrap30 .title_welcome83 .style_element h1 {
    color: #000000;
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    z-index: 3;
}
.framework-wrap30 .title_welcome83 .style_element h1::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #000000;
    margin: 12px 0 0;
    border-radius: 2px;
}
.framework-wrap30 .title_welcome83 .style_element h3 {
    color: #000000;
    font-size: 37px;
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 3;
}
.framework-wrap30 .title_welcome83 .style_element p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 28px;
    font-weight: 400;
    line-height: 1.7;
    position: relative;
    z-index: 3;
}


@media only screen and (max-width: 1200px) {
    .framework-wrap30 .title_welcome83 .title_page_holder {
        width: 85%;
        min-height: 600px;
        padding: 30px;
    }
    .framework-wrap30 .title_welcome83 .style_element {
        padding: 30px;
    }
    .framework-wrap30 .title_welcome83 .style_element h1 {
        font-size: 37px;
    }
    .framework-wrap30 .title_welcome83 .style_element h3 {
        font-size: 19px;
    }
    .framework-wrap30 .title_welcome83 .style_element p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 800px) {
    .framework-wrap30 .title_welcome83 {
        padding: 30px 10px;
    }
    .framework-wrap30 .title_welcome83 .title_page_holder {
        width: 90%;
        min-height: 500px;
    }
    .framework-wrap30 .title_welcome83 .style_element {
        padding: 20px;
        gap: 20px;
    }
    .framework-wrap30 .title_welcome83 .style_element h1 {
        font-size: 19px;
    }
    .framework-wrap30 .title_welcome83 .style_element h3 {
        font-size: 20px;
    }
    .framework-wrap30 .title_welcome83 .style_element p {
        font-size: 16px;
    }
}.id_thankbox71 {
    background-color: rgb(139,160,164,0.5);
    padding: 60px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    color: #ffffff;
    text-align: center;
}
.id_thankbox71 .container {
    background-color: rgb(234,234,234);
    padding: 40px;
    border-radius: 19px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.id_thankbox71 h2 {
    font-family: Nunito, sans-serif;
    font-size: 31px;
    color: rgb(139,160,164);
    font-weight: 700;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(139,160,164);
    display: inline-block;
    padding-bottom: 10px;
}
.id_thankbox71 p {
    font-family: Nunito, sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 1.8;
    background: rgb(27,69,82,0.5);
    padding: 15px 20px;
    border-radius: 10px;
    border-left: 4px solid rgb(139,160,164);
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
    .id_thankbox71 {
        padding: 40px 20px;
    }
    .id_thankbox71 .container {
        padding: 30px;
    }
    .id_thankbox71 h2 {
        font-size: calc(31px - 5px);
    }
    .id_thankbox71 p {
        font-size: calc(18px - 2px);
    }
}
.id_thankbox71::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgb(139,160,164,0.5), rgb(27,69,82,0.5));
    clip-path: circle(25% at 10% 20%);
    z-index: -1;
}
.id_thankbox71::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top left, rgb(139,160,164,0.5), rgb(27,69,82,0.5));
    clip-path: circle(25% at 90% 80%);
    z-index: -1;
}
header {
    padding-bottom: 10px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.main_header {
    border-top: 5px solid rgb(139,160,164);
    border-bottom: 2px solid rgb(139,160,164);
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.main_header .header_holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}
.main_header .header_holder .logo_holder {
    margin: 0;
    position: relative;
    z-index: 1;
}
.main_header .header_holder .logo_holder svg, .main_header .header_holder .logo_holder img {
    width: 80px;
    height: 80px;
    fill: rgb(139,160,164);
    transition: transform 0.3s ease;
}
.main_header .header_description {
    font-size: 16px;
    color: rgb(27,69,82);
    font-weight: 600;
    margin-left: 20px;
    flex-grow: 1;
    text-align: center;
}
.main_header .header_menu {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 0;
    position: relative;
    z-index: 11;
}
.main_header .header_menu a {
    padding: 8px 10px;
    color: rgb(27,69,82);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.main_header .header_menu a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: rgb(139,160,164);
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 1200px) {
    .main_header .header_holder {
        flex-direction: column;
    }
    .main_header .header_description {
        margin: 10px 0;
        text-align: center;
    }
    .main_header .header_menu {
        justify-content: center;
        flex-direction: column;
    }
    .main_header .header_menu a {
        margin: 5px 0;
    }
}
.advantages_outline15 .advantages_content h2 {
    color: rgb(27,69,82);
}

.advantages_outline15 .advantage_item svg, .advantages_outline15 .advantage_item svg path {
    fill: rgb(139,160,164);
}

.advantages_outline15 .advantage_item p {
    color: #000000;
}

.advantages_outline15 .advantage_item b {
    color: rgb(139,160,164);
}

.advantages_outline15 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages_outline15 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages_outline15 .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages_outline15 .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 29px;
    font-weight: 600;
}

.advantages_outline15 .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages_outline15 .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages_outline15 .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages_outline15 .advantage_item svg, .advantages_outline15 .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .framework-wrap30 .advantages_outline15 .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages_outline15 .advantages_content h2 {
        font-size: 30px;
    }

    .advantages_outline15 .advantages_holder {
        flex-direction: column;
    }

    .advantages_outline15 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .framework-wrap30 .advantages_outline15 .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.framework-wrap30 .advantages_outline15 .container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.framework-wrap30 .advantages_outline15 {
    padding: 0;
}

.framework-wrap30 .advantages_outline15 .advantage_item {
    width: 25%;
    border-radius: 0 !important;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 70px;
    padding-left: 30px;
    margin: 0;
}

.framework-wrap30 .advantages_outline15 .advantages_description {
    padding: 20px;
    margin-bottom: 0;
}

.framework-wrap30 .advantages_outline15 .advantage_item svg, .framework-wrap30 .advantages_outline15 .advantage_item svg path, .framework-wrap30 .advantages_outline15 .advantage_item img {
    width: 40px;
    height: 40px;
    fill: #ffffff;
}

.framework-wrap30 .advantages_outline15 .advantage_image {
    border-radius: 50%;
    background: rgb(139,160,164);
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.framework-wrap30 .advantages_outline15 .advantage_item h4 {
    padding-bottom: 20px;
    border-bottom: 3px solid;
    font-size: 24px;
    font-weight: 500;
    min-height: 80px;
}

.framework-wrap30 .advantages_outline15 .advantage_item:nth-child(1) {
    background: #ffffff;

}

.framework-wrap30 .advantages_outline15 .advantage_item:nth-child(2) {
    background: rgb(139,160,164,0.5);
}

.framework-wrap30 .advantages_outline15 .advantage_item:nth-child(1) h4, .framework-wrap30 .advantages_outline15 .advantage_item:nth-child(2) h4 {
    color: #000000;
    border-color: #000000;
}

.framework-wrap30 .advantages_outline15 .advantage_item:nth-child(3) {
    background: rgba(0, 0, 0, 0.5);
}

.framework-wrap30 .advantages_outline15 .advantage_item:nth-child(4) {
    background: rgb(27,69,82);
}

.framework-wrap30 .advantages_outline15 .advantage_item:nth-child(3) h4, .framework-wrap30 .advantages_outline15 .advantage_item:nth-child(4) h4 {
    color: #ffffff;
    border-color: #ffffff;
}

@media only screen and (max-width: 800px) {
    .framework-wrap30 .advantages_outline15 .advantage_item {
        width: 100%;
    }
}.secure_wrap82 {
    background-color: rgb(234,234,234);
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    font-family: Nunito, sans-serif;
    color: #000000;
    line-height: 1.6;
}
.secure_wrap82 h1, .secure_wrap82 h2, .secure_wrap82 h3, .secure_wrap82 h4, .secure_wrap82 h5, .secure_wrap82 h6 {
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(139,160,164);
}
.secure_wrap82 h1 {
    font-size: 44px;
}
.secure_wrap82 h2 {
    font-size: 36px;
}
.secure_wrap82 h3 {
    font-size: calc(21px - 4px);
}
.secure_wrap82 h4 {
    font-size: calc(21px - 8px);
}
.secure_wrap82 h5 {
    font-size: 21px;
    font-weight: 600;
}
.secure_wrap82 h6 {
    font-size: 21px;
    font-weight: 300;
}
.secure_wrap82 ul, .secure_wrap82 ol {
    margin-left: 20px;
    padding-left: 20px;
    list-style-position: inside;
}
.secure_wrap82 li {
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 3px solid rgb(27,69,82);
}
.secure_wrap82 li::marker {
    color: rgb(27,69,82);
}
.secure_wrap82 section {
    margin-bottom: 40px;
    padding: 20px;
    background-color: rgb(234,234,234);
    border-radius: 10px;
}
.secure_wrap82 p, .secure_wrap82 span {
    font-size: 17px;
    color: #000000;
    margin-bottom: 15px;
}
@media only screen and (max-width: 800px) {
    .secure_wrap82 {
        padding: 15px;
    }
    .secure_wrap82 h1 {
        font-size: calc(21px - 6px);
    }
    .secure_wrap82 h2 {
        font-size: calc(21px - 5px);
    }
    .secure_wrap82 ul, .secure_wrap82 ol {
        margin-left: 10px;
        padding-left: 10px;
    }
    .secure_wrap82 li {
        margin-bottom: 8px;
    }
    .secure_wrap82 p, .secure_wrap82 span {
        font-size: calc(17px - 2px);
    }
}
.contact_section42 {
    padding: 100px 20px;
    background: linear-gradient(135deg, #000000 0%, rgb(27,69,82) 100%);
    color: #ffffff;
    font-family: Nunito, sans-serif;
    position: relative;
    overflow: hidden;
}

.contact_section42::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, transparent, rgb(139,160,164,0.5));
    animation: rotateBackground 20s infinite linear;
    z-index: 0;
}

@keyframes rotateBackground {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.contact_section42 h3 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.contact_section42 .form {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    padding: 50px;
    max-width: 800px;
    margin: auto;
    position: relative;
    z-index: 1;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 1s forwards 0.5s;
}

@keyframes fadeInUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.contact_section42 form input, .contact_section42 form textarea {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(139,160,164,0.5);
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.contact_section42 form input:focus, .contact_section42 form textarea:focus {
    border-color: rgb(27,69,82);
    background: rgba(255, 255, 255, 0.2);
    outline: none;
}

.contact_section42 form .button {
    background: rgb(139,160,164);
    color: #ffffff;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    margin-top: 20px;
}

.contact_section42 form .button:hover {
    background: rgb(27,69,82);
    transform: translateY(-3px);
}

.contact_section42 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.contact_section42 .holder>div {
    width: 100%;
    padding: 40px;
}

.contact_section42 .form form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact_section42 .name_holder {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.contact_section42 .name_holder input {
    width: 100%;
}

.contact_section42 .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 12px;
    color: #ffffff;
}

.contact_section42 .agree label {
    display: flex;
    align-items: center;
}

.contact_section42 .agree a {
    margin-left: 5px;
    color: rgb(27,69,82);
    text-decoration: underline;
}

.contact_section42 .form_text {
    margin-bottom: 40px;
    text-align: center;
    font-size: 12px;
    color: var(--white-color_opacity);
}

.contact_section42 .agree input[type=checkbox] {
    width: auto;
    margin: 0 10px 0 0;
}

@media only screen and (max-width: 800px) {
    .contact_section42 {
        padding: 60px 20px;
    }

    .contact_section42 h3 {
        font-size: 29px;
    }

    .contact_section42 .holder>div {
        padding: 15px;
    }

    .contact_section42 .name_holder {
        flex-direction: column;
    }

    .contact_section42 .name_holder input {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .contact_section42 {
        padding: 40px 20px;
    }

    .contact_section42 .form {
        padding: 20px;
    }
}.stay_informed59 {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.stay_informed59 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.stay_informed59 input {
    padding: 12px;
    background: #ffffff;
    outline: none;
    border: 1px solid rgb(27,69,82,0.5);
    margin-right: 10px;
    min-width: 200px;
}

.stay_informed59 h2 {
    margin-bottom: 20px;
    text-align: center;
}

.stay_informed59 .button {
    background: rgb(27,69,82);
    color: #ffffff;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    flex-shrink: 0;
}

.stay_informed59 .input_holder {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .stay_informed59 .holder {
        flex-direction: column;
    }

    .stay_informed59 {
        padding: 30px 20px;
    }

    .stay_informed59 input {
        min-width: unset;
    }

    .stay_informed59 .button {
        flex-shrink: unset;
    }

    .stay_informed59 .input_holder {
        flex-direction: column;
        width: 100%;
    }

    .stay_informed59 input {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
    }

    .framework-wrap30 .stay_informed59 .holder h2 {
        font-size: 20px;
    }
}

.framework-wrap30 .stay_informed59 {
    background: rgb(234,234,234);
    padding: 60px 40px;
    position: relative;
    color: #000000;
    overflow: hidden;
}

.framework-wrap30 .stay_informed59 .holder {
    padding: 40px;
    background: #ffffff;
    border-radius: 25px;
    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-wrap30 .stay_informed59:hover .holder {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.framework-wrap30 .stay_informed59 h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
    color: rgb(139,160,164);
    position: relative;
    z-index: 1;
    transition: color 0.3s ease-in-out;
}

.framework-wrap30 .stay_informed59 h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: rgb(139,160,164);
    margin: 10px auto 0;
    transition: width 0.3s ease-in-out;
}

.framework-wrap30 .stay_informed59:hover h2 {
    color: rgb(27,69,82);
}

.framework-wrap30 .stay_informed59:hover h2::after {
    width: 100px;
}

.framework-wrap30 .stay_informed59 .input_holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    gap: 10px;
}

.framework-wrap30 .stay_informed59 input[type="email"] {
    border-radius: 10px;
    background: rgb(234,234,234);
    color: #000000;
    padding: 16px 20px;
    width: 70%;
    border: 1px solid rgb(139,160,164,0.5);
    font-size: 12px;
    margin: 0;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.framework-wrap30 .stay_informed59 input[type="email"]:focus {
    border-color: rgb(139,160,164);
    box-shadow: 0 0 8px rgb(139,160,164,0.5);
    outline: none;
}

.framework-wrap30 .stay_informed59 .button {
    border-radius: 10px;
    background: rgb(139,160,164);
    padding: 14px 24px;
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.framework-wrap30 .stay_informed59 .button:hover {
    background: rgb(27,69,82);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgb(27,69,82,0.5);
}

@media only screen and (max-width: 800px) {
    .framework-wrap30 .stay_informed59 {
        padding: 30px 20px;
    }

    .framework-wrap30 .stay_informed59 .holder {
        padding: 30px;
    }

    .framework-wrap30 .stay_informed59 .input_holder {
        flex-direction: column;
        gap: 15px;
    }

    .framework-wrap30 .stay_informed59 input[type="email"] {
        width: 100%;
    }

    .framework-wrap30 .stay_informed59 .button {
        width: 100%;
    }
}