* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.container {
    margin: auto;
    width: 1200px;
    max-width: 100%;
}
header,footer {
    width: 100%;
}
html,
body {
    min-height: 100%;
    height: 100%;
    font-family: Ubuntu, sans-serif;
    color: #000000;
}
.wrapper-structure_59 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(164,214,204);
}
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;
    }
}footer {
    background: #000000;
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    padding: 50px 0;
    border-top: 3px solid rgb(92,132,155);
}
footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(56,91,130,0.5);
    padding-bottom: 40px;
}
footer .logo_holder svg, footer .logo_holder img {
    height: 100px;
    width: 100px;
    fill: rgb(92,132,155);
    margin-bottom: 20px;
}
footer h5 {
    color: rgb(92,132,155);
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
footer .menu a {
    color: rgb(56,91,130,0.5);
    text-decoration: none;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}
footer .menu a:hover {
    color: rgb(92,132,155);
}
footer .contact_info {
    display: flex;
    flex-direction: column;
}
footer .contact_info div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
footer .contact_info div svg {
    width: 20px;
    height: 20px;
    fill: rgb(92,132,155);
    margin-right: 10px;
}
footer .contact_info div span {
    color: rgba(0, 0, 0, 0.5);
    font-size: 13px;
}
footer .footer_agreement {
    text-align: center;
    font-size: 13px;
    color: rgb(56,91,130,0.5);
}
footer .copyright {
    background: rgb(92,132,155);
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}
footer .copyright_info {
    color: #ffffff;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    footer .logo_holder {
        margin-bottom: 30px;
    }
    footer .menu, footer .contact_info {
        margin-top: 20px;
    }
    footer .footer_agreement {
        text-align: center;
        margin-top: 20px;
    }
}
.wrapper-structure_59 footer {
    background: rgb(164,214,204);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.wrapper-structure_59 footer .logo_holder {
    display: none;
}
.wrapper-structure_59 footer .footer {
    padding: 32px 0;
}
.wrapper-structure_59 footer .menu a {
    color: rgba(0, 0, 0, 0.5);
    margin-right: 0;
}
.wrapper-structure_59 footer .footer_info {
    flex-direction: row;
    justify-content: space-around;
}
.wrapper-structure_59 footer .menu_holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.wrapper-structure_59 footer .menu a:after {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
    color: rgba(0, 0, 0, 0.5);
}
.wrapper-structure_59 footer .menu a:hover {
    color: rgb(92,132,155);
}
.wrapper-structure_59 footer .copyright {
    padding: 16px 0;
    background: none;
    text-align: center;
}
.wrapper-structure_59 footer .copyright_info {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
}
@media only screen and (max-width: 800px) {
    .wrapper-structure_59 footer .menu_holder {
        flex-direction: column;
        align-items: center;
    }
    footer .footer_info {
        flex-direction: column;
        align-items: center;
    }
    footer .contact_info {
        margin-top: 10px;
        align-items: center;
    }
}
.who_we_are_27 .holder {
    background-size: cover;
}

.who_we_are_27 .style_element {
    background: #ffffff;
}

.who_we_are_27 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.who_we_are_27 h2 {
    color: rgb(56,91,130);
}

.who_we_are_27 span {
    color: rgb(92,132,155);
}

.who_we_are_27 p {
    color: #000000;
}

.who_we_are_27 .holder {
    display: flex;
    justify-content: flex-end;
    padding: 40px;
    height: auto;
}

.who_we_are_27 .style_element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    min-width: 400px;
    padding: 20px;
}

.who_we_are_27 .caption_holder {
    display: flex;
    justify-content: flex-end;
}

.who_we_are_27 h2 {
    margin-bottom: 8px;
    font-size: 28px;
    font-weight: 600;
}

.who_we_are_27 span {
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: 600;
}

.who_we_are_27 p {
    font-size: 17px;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
    .who_we_are_27 .holder {
        padding: 0px;
    }

    .who_we_are_27 .style_element {
        width: 100%;
        min-width: unset;
    }

    .who_we_are_27 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .who_we_are_27 h2 {
        font-size: 30px;
    }
}

.wrapper-structure_59 .who_we_are_27 {
    padding: 50px 0;
}

.wrapper-structure_59 .who_we_are_27 .holder {
    padding: 0 15px;
    height: auto;
}

.wrapper-structure_59 .who_we_are_27 .holder .photo {
    width: 50%;
    border-radius: 0px 0px 0px 50px;
}

.wrapper-structure_59 .who_we_are_27 .caption_holder {
    width: 100%;
    display: flex;
    flex-direction: row;

}

.wrapper-structure_59 .who_we_are_27 .style_element {
    width: calc(50% + 80px);
    min-height: 240px;
    margin-left: -80px;
    background: #ffffff;
    margin-top: 50px;
    border-top-left-radius: 50px;
    padding: 25px 40px 10px;
}

.wrapper-structure_59 .who_we_are_27 h2 {
    margin-top: 10px;
    font-size: 28px;
}

.wrapper-structure_59 .who_we_are_27 p {
    font-size: 18px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 800px) {
    .wrapper-structure_59 .who_we_are_27 .holder .photo {
        width: 100%;
        height: 250px;
        border-radius: 0;
    }

    .wrapper-structure_59 .who_we_are_27 .style_element {
        width: calc(100% - 15px);
        margin-left: 15px;
        margin-top: -15px;
    }

    .wrapper-structure_59 .who_we_are_27 .caption_holder {
        flex-direction: column;
    }

    .wrapper-structure_59 .who_we_are_27 .holder {
        padding: 0;
    }

    .wrapper-structure_59 .who_we_are_27 h2 {
        font-size: 21px;
    }

    .wrapper-structure_59 .who_we_are_27 p {
        font-size: 15px;
    }
}.contact_box_02 {
    padding: 80px 20px;
    background: #000000;
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    position: relative;
    overflow: hidden;
}

.contact_box_02::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, rgb(92,132,155) 25%, transparent 25%),
                linear-gradient(135deg, rgb(92,132,155) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgb(92,132,155) 75%),
                linear-gradient(135deg, transparent 75%, rgb(92,132,155) 75%);
    background-size: 40px 40px;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.1;
}

.contact_box_02 h3 {
    color: rgb(92,132,155);
    font-size: 29px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0 0 10px rgb(92,132,155);
}

.contact_box_02 .form {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 23px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    padding: 40px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact_box_02 .form:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
}

.contact_box_02 form input,
.contact_box_02 form textarea {
    color: #ffffff;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(92,132,155);
    padding: 15px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.5;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.contact_box_02 form input:focus,
.contact_box_02 form textarea:focus {
    border-color: rgb(92,132,155);
    box-shadow: 0 0 10px rgb(92,132,155);
}

.contact_box_02 form .button {
    background: rgb(92,132,155);
    color: #000000;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 15px rgb(92,132,155);
}

.contact_box_02 form .button:hover {
    background: rgb(56,91,130);
    transform: scale(1.05);
    box-shadow: 0 0 20px rgb(56,91,130);
}

.contact_box_02 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact_box_02 .form form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contact_box_02 .name_holder {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact_box_02 .form_text {
    text-align: center;
    margin-bottom: 30px;
    color: #000000;
    font-size: 12px;
}

.contact_box_02 .agree {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact_box_02 .agree label {
    display: block;
    font-size: 12px;
    color: #ffffff;
}

.contact_box_02 .agree a {
    margin-left: 5px;
    color: rgb(92,132,155);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact_box_02 .agree a:hover {
    color: rgb(56,91,130);
}

.contact_box_02 .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    margin-right: 10px;
}

@media only screen and (max-width: 600px) {
    .contact_box_02 {
        padding: 50px 20px;
    }
    .contact_box_02 h3 {
        font-size: 41px;
    }
    .contact_box_02 .form {
        padding: 20px;
    }
    .contact_box_02 .name_holder {
        flex-direction: column;
    }
}

.wrapper-structure_59 .contact_box_02 {
    background: rgb(56,91,130);
    color: #ffffff;
    padding: 80px 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.wrapper-structure_59 .contact_box_02::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, rgb(92,132,155) 25%, transparent 25%),
                linear-gradient(135deg, rgb(92,132,155) 25%, transparent 25%),
                linear-gradient(45deg, transparent 75%, rgb(92,132,155) 75%),
                linear-gradient(135deg, transparent 75%, rgb(92,132,155) 75%);
    background-size: 40px 40px;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.1;
}

.wrapper-structure_59 .contact_box_02 h3 {
    color: #ffffff;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 0 0 10px rgb(92,132,155);
}

.wrapper-structure_59 .contact_box_02 .form_text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 12px;
}

.wrapper-structure_59 .contact_box_02 .form {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    padding: 40px;
    border-radius: 23px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wrapper-structure_59 .contact_box_02 .form:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.wrapper-structure_59 .contact_box_02 form input,
.wrapper-structure_59 .contact_box_02 form textarea {
    color: #ffffff;
    padding: 15px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgb(92,132,155);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.wrapper-structure_59 .contact_box_02 form input::placeholder,
.wrapper-structure_59 .contact_box_02 form textarea::placeholder {
    color: #ffffff;
    opacity: 0.8;
}

.wrapper-structure_59 .contact_box_02 .agree label {
    color: #ffffff;
}

.wrapper-structure_59 .contact_box_02 .agree a {
    color: rgb(92,132,155);
}

.wrapper-structure_59 .contact_box_02 form .button {
    background: rgb(92,132,155);
    padding: 15px 30px;
    border: none;
    box-shadow: 0 0 15px rgb(92,132,155);
}

.wrapper-structure_59 .contact_box_02 form .button:hover {
    background: rgb(56,91,130);
    color: #ffffff;
    box-shadow: 0 0 20px rgb(56,91,130);
}

@media only screen and (max-width: 800px) {
    .wrapper-structure_59 .contact_box_02 .form {
        padding: 20px;
    }
    .wrapper-structure_59 .contact_box_02 h3 {
        font-size: 41px;
    }
}.welcome_section_25 {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(92,132,155));
    font-family: Ubuntu, sans-serif;
    color: #ffffff;
}

.welcome_section_25 .holder {
    display: flex;
    border: 2px solid rgb(56,91,130);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.1);
}

.welcome_section_25 .photo {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-right: 1px solid rgb(56,91,130,0.5);
}

.welcome_section_25 .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, transparent 0%, rgb(92,132,155,0.5) 100%);
}

.welcome_section_25 .text_holder {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem;
    background: linear-gradient(45deg, rgb(92,132,155,0.5), rgb(56,91,130,0.5));
    position: relative;
    border-left: 1px solid rgb(56,91,130,0.5);
}

.welcome_section_25 .text_holder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(56,91,130), transparent);
}

.welcome_section_25 .text_info {
    margin-bottom: 2rem;
    border: 1px solid rgb(56,91,130,0.5);
    border-radius: 10px;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
}

.welcome_section_25 .text_info svg {
    width: 60px;
    height: 60px;
    fill: #ffffff;
    margin-bottom: 1rem;
    filter: drop-shadow(0 0 5px rgb(56,91,130));
    transition: transform 0.3s ease, filter 0.3s ease;
}
.welcome_section_25 .text_info svg text {
    fill: #ffffff;
}
.welcome_section_25 .text_info h2 {
    font-size: 35px;
    margin-bottom: 1rem;
    background: linear-gradient(90deg, #ffffff, rgb(92,132,155));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 10px rgb(56,91,130,0.5);
}

.welcome_section_25 .text_info span {
    font-size: 18px;
    line-height: 1.6;
    display: block;
    text-shadow: 0 0 5px rgb(92,132,155);
}

.welcome_section_25 .button {
    align-self: flex-start;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(45deg, rgb(56,91,130), rgb(92,132,155));
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(56,91,130);
    box-shadow: 0 0 10px rgb(56,91,130,0.5);
}

.welcome_section_25 .button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(56,91,130) 10%, transparent 40%);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.5s ease;
}

@media only screen and (max-width: 1024px) {
    .welcome_section_25 .photo {
        flex: unset;
    }
    .welcome_section_25 .holder {
        flex-direction: column;
    }

    .welcome_section_25 .photo {
        height: 40vh;
        border-right: none;
        border-bottom: 1px solid rgb(56,91,130,0.5);
    }

    .welcome_section_25 .text_holder {
        border-left: none;
    }
}

@media only screen and (max-width: 768px) {
    .welcome_section_25 .text_holder {
        padding: 2rem;
    }

    .welcome_section_25 .text_info h2 {
        font-size: 20px;
    }

    .welcome_section_25 .text_info span {
        font-size: 15px;
    }

    .welcome_section_25 .button {
        padding: 0.6rem 1.2rem;
        font-size: 15px;
    }
}header .main_header {
    background: linear-gradient(45deg, rgb(92,132,155,0.5), rgb(56,91,130));
    color: #ffffff;
    padding: 20px 0;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 100;
    transition: background 0.3s ease-in-out;
}
header .logo_holder svg, header .logo_holder svg path,header .logo_holder svg text, header .logo_holder img {
    fill: #ffffff;
}
header .logo_holder svg, header .logo_holder svg path, header .logo_holder img
header .menu a {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 10px;
    transition: background 0.3s, color 0.3s;
}
header .menu a.active {
    border: 2px solid #ffffff;
    border-radius: 10px;
}
header .menu a.active:hover {
    color: rgb(92,132,155);
    background: #ffffff;
    border: 2px solid rgb(92,132,155);
}
header {
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
}
header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
header .logo_holder {
    padding: 5px 0;
    display: flex;
    align-items: center;
    text-decoration: none;
}
header .logo_caption {
    display: flex;
    flex-direction: column;
    height: 100%;
}
header .logo_desc {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}
header .logo_holder .logotype svg, header .logo_holder .logotype img {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}
header .menu {
    display: flex;
    justify-content: center;
    align-items: center;
}
body .wrapper-structure_59 header .opened {
    display: flex;
}
@media only screen and (max-width: 1200px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }
    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding-bottom: 30px;
        position: static;
        top: 100%;
        left: 0;
        z-index: 90;
        width: 100%;
    }
    header .menu a.active {
        border: none;
    }
    header .menu a.active:hover {
        color: rgb(92,132,155);
        background: none;
        border: none;
    }
    header .main_header {
        position: relative;
        z-index: 99;
    }
    header .logo_holder {
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }
    header .logo_holder .logotype {
        margin-right: 0;
    }
    header .logo_holder .logotype svg, header .logo_holder .logotype img {
        margin: 0;
        width: 40px;
        height: 40px;
    }
    header .header_content {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.wrapper-structure_59 header .header_content {
    flex-direction: column;
    align-items: center;
}
.wrapper-structure_59 header .logo_holder {
    width: 100%;
    flex-direction: column;
    padding-bottom: 25px;
    border-bottom: 3px solid rgb(56,91,130);
    margin-bottom: 25px;
    padding-top: 25px;
}
.wrapper-structure_59 header .logo_holder .logotype svg, .wrapper-structure_59 header .logo_holder .logotype img {
    margin-right: 0;
}
.wrapper-structure_59 header .logo_name {
    font-size: 36px;
    line-height: 36px;
    margin-top: 14px;
    text-align: center;
    color: #ffffff;
}
.wrapper-structure_59 header .menu a {
    text-transform: uppercase;
    border: none;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-weight: 700;
    margin: 0 30px;
    text-align: center;
    transition: border-color 0.3s, color 0.3s;
}
.wrapper-structure_59 header .menu a.active {
    border: none;
    border-bottom: 2px solid rgb(56,91,130);
    border-radius: 0;
}
.wrapper-structure_59 header .menu a.active:hover {
    border: none;
    background: none;
    color: rgb(92,132,155);
    border-bottom: 2px solid rgb(92,132,155);
}
.wrapper-structure_59 header .menu {
    justify-content: center;
    padding-bottom: 20px;
    align-items: center;
}
@media only screen and (max-width: 800px) {
    .wrapper-structure_59 header .logo_name {
        font-size: 24px;
        line-height: 26px;
    }
    .wrapper-structure_59 header .logo_holder .logotype svg, .wrapper-structure_59 header .logo_holder .logotype img {
        width: 60px;
        height: 60px;
    }
}
header .menu a::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 2px;
    background: rgb(92,132,155);
    transition: width 0.3s;
    bottom: -5px;
    left: 0;
}
header .main_header::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background: rgb(92,132,155,0.5);
    bottom: 0;
    left: 0;
    transition: transform 0.3s;
}
header .main_header:hover::after {
    transform: scaleY(1.5);
}header .top_plank {
    background: rgb(92,132,155);
    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: 15px;
    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;
}.secure_depot_47 {
    background-color: rgb(164,214,204);
    color: #000000;
    font-family: Ubuntu, sans-serif;
    padding: 60px;
    border: 2px solid rgb(92,132,155);
    margin: 0 auto;
    max-width: 1200px;
    line-height: 1.8;
}
.secure_depot_47 h1 {
    font-size: 42px;
    font-weight: 700;
    color: rgb(92,132,155);
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid rgb(56,91,130);
    padding-bottom: 10px;
}
.secure_depot_47 h2 {
    font-size: 36px;
    font-weight: 600;
    color: rgb(56,91,130);
    margin-top: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.secure_depot_47 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.secure_depot_47 li {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.secure_depot_47 li::before {
    content: '•';
    color: rgb(92,132,155);
    font-size: 1.5em;
    margin-right: 10px;
}
.secure_depot_47 p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
}
.secure_depot_47 span {
    color: rgb(92,132,155);
    font-weight: 700;
}
.secure_depot_47 a {
    color: rgb(92,132,155);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid rgb(92,132,155,0.5);
}
.secure_depot_47 a:hover {
    color: rgb(56,91,130);
    border-bottom: 1px solid rgb(56,91,130);
}
@media only screen and (max-width: 800px) {
    .secure_depot_47 {
        padding: 30px;
    }
    .secure_depot_47 h1 {
        font-size: calc(22px * 0.8);
    }
    .secure_depot_47 h2 {
        font-size: calc(22px * 0.8);
    }
    .secure_depot_47 p {
        font-size: calc(18px * 0.9);
    }
    .secure_depot_47 li {
        padding: 10px;
    }
}.potential_enrollees_92 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.potential_enrollees_92 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.potential_enrollees_92 ul {
    list-style: none;
}

.potential_enrollees_92 ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.potential_enrollees_92 ul svg, .potential_enrollees_92 ul svg path {
    fill: rgb(92,132,155);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    flex-shrink: 0;
}

.potential_enrollees_92 h2 {
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
    .potential_enrollees_92 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}

.wrapper-structure_59 .potential_enrollees_92 {
    background: rgb(56,91,130);
    padding: 80px 0;
}

.wrapper-structure_59 .potential_enrollees_92 .holder {
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 80px;
    border-radius: 29px;
    box-shadow: inset 0 0 10px rgb(56,91,130,0.5);
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.wrapper-structure_59 .potential_enrollees_92 h2 {
    font-size: 39px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(92,132,155);
    display: inline-block;
    padding-bottom: 10px;
}

.wrapper-structure_59 .potential_enrollees_92 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.wrapper-structure_59 .potential_enrollees_92 ul li {
    background: rgb(56,91,130);
    border-radius: 10px;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    box-shadow: inset 0 0 5px rgb(92,132,155,0.5);
    text-align: left;
}

.wrapper-structure_59 .potential_enrollees_92 ul svg,
.wrapper-structure_59 .potential_enrollees_92 ul svg path {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    fill: rgb(92,132,155);
    position: static;
}

@media only screen and (max-width: 1200px) {
    .wrapper-structure_59 .potential_enrollees_92 ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-structure_59 .potential_enrollees_92 .holder {
        padding: 10px;
        width: 100%;
    }

    .wrapper-structure_59 .potential_enrollees_92 h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .wrapper-structure_59 .potential_enrollees_92 ul {
        grid-template-columns: 1fr;
    }

    .wrapper-structure_59 .potential_enrollees_92 ul li {
        padding: 15px;
        height: auto;
    }
}.study_process_32 {
    position: relative;
    background: linear-gradient(135deg, 
        rgb(92,132,155,0.5) 0%,
        rgb(164,214,204) 100%);
    padding: 160px 0;
    overflow: hidden;
}

.study_process_32::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(
            circle at 20% 20%,
            rgb(92,132,155,0.5) 0%,
            transparent 60%
        ),
        radial-gradient(
            circle at 80% 80%,
            rgb(56,91,130,0.5) 0%,
            transparent 60%
        );
}

.study_process_32::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgb(56,91,130,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(56,91,130,0.5) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.1;
    animation: gridFloat 20s linear infinite;
}

@keyframes gridFloat {
    0% {
        transform: perspective(500px) rotateX(10deg) translateZ(0);
    }
    50% {
        transform: perspective(500px) rotateX(10deg) translateZ(20px);
    }
    100% {
        transform: perspective(500px) rotateX(10deg) translateZ(0);
    }
}

.study_process_32 .work_holder {
    position: relative;
    z-index: 2;
}

.study_process_32 .container {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    position: relative;
}

.study_process_32 .photo {
    height: 600px;
    position: relative;
    border-radius: 0 13px 13px 0;
    overflow: hidden;
    transform: translateX(-50px);
}

.study_process_32 .photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(45deg,
            transparent 40%,
            rgb(92,132,155,0.5)
        );
    mix-blend-mode: screen;
}

.study_process_32 .photo::after {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    width: 20px;
    left: 0;
    background: rgb(92,132,155);
    box-shadow: 
        0 0 20px rgb(92,132,155,0.5),
        0 0 40px rgb(92,132,155,0.5);
}

.study_process_32 .holder {
    position: relative;
    background: #ffffff;
    padding: 50px;
    border-radius: 13px;
    box-shadow: 
        0 20px 40px -20px rgb(92,132,155,0.5),
        inset 0 0 0 1px rgb(56,91,130,0.5);
}

.study_process_32 .holder::before {
    content: '';
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg,
        rgb(92,132,155) 0%,
        rgb(56,91,130) 100%);
    border-radius: calc(13px + 2px);
    z-index: -1;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.study_process_32 .holder:hover::before {
    opacity: 0.5;
}

.study_process_32 .holder h3 {
    color: #000000;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.study_process_32 .holder h3::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80%;
    height: 3px;
    background: linear-gradient(90deg,
        rgb(92,132,155),
        transparent);
}

.study_process_32 .holder span {
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
    display: block;
    position: relative;
    padding: 20px 0;
}

.study_process_32 .holder span::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
    width: 3px;
    background: repeating-linear-gradient(
        to bottom,
        rgb(92,132,155,0.5) 0%,
        rgb(92,132,155,0.5) 4px,
        transparent 4px,
        transparent 8px
    );
}

@media (max-width: 1200px) {
    .study_process_32 {
        padding: 120px 0;
    }

    .study_process_32 .container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .study_process_32 .photo {
        height: 500px;
        transform: none;
        border-radius: 13px;
    }

    .study_process_32 .photo::after {
        width: 10px;
    }
}

@media (max-width: 768px) {
    .study_process_32 {
        padding: 90px 0;
    }

    .study_process_32 .container {
        gap: 40px;
    }

    .study_process_32 .photo {
        height: 400px;
    }

    .study_process_32 .holder {
        padding: 35px;
    }

    .study_process_32 .holder h3 {
        font-size: calc(29px * 0.9);
        margin-bottom: 25px;
    }

    .study_process_32 .holder span::before {
        left: -15px;
    }
}

@media (max-width: 576px) {
    .study_process_32 {
        padding: 60px 0;
    }

    .study_process_32 .photo {
        height: 300px;
    }

    .study_process_32 .holder {
        padding: 25px;
    }

    .study_process_32 .holder h3 {
        font-size: calc(29px * 0.8);
        margin-bottom: 20px;
    }

    .study_process_32 .holder span {
        padding: 15px 0;
    }

    .study_process_32 .holder span::before {
        left: -10px;
    }
}
.advantages_benefits_07 .advantages_content h2 {
    color: rgb(56,91,130);
}

.advantages_benefits_07 .advantage_item svg, .advantages_benefits_07 .advantage_item svg path {
    fill: rgb(92,132,155);
}

.advantages_benefits_07 .advantage_item p {
    color: #000000;
}

.advantages_benefits_07 .advantage_item b {
    color: rgb(92,132,155);
}

.advantages_benefits_07 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages_benefits_07 .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages_benefits_07 .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages_benefits_07 .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 30px;
    font-weight: 600;
}

.advantages_benefits_07 .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages_benefits_07 .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages_benefits_07 .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages_benefits_07 .advantage_item svg, .advantages_benefits_07 .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-structure_59 .advantages_benefits_07 .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages_benefits_07 .advantages_content h2 {
        font-size: 30px;
    }

    .advantages_benefits_07 .advantages_holder {
        flex-direction: column;
    }

    .advantages_benefits_07 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .wrapper-structure_59 .advantages_benefits_07 .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.wrapper-structure_59 .advantages_benefits_07 {
    position: relative;
    background: linear-gradient(135deg, rgb(92,132,155,0.5), rgb(56,91,130,0.5));
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.wrapper-structure_59 .advantages_benefits_07::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgb(92,132,155) 0%, transparent 70%);
    opacity: 0.3;
    z-index: 0;
}

.wrapper-structure_59 .advantages_benefits_07 .advantages_content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #000000;
}

.wrapper-structure_59 .advantages_benefits_07 .advantages_content h2 {
    font-size: 30px;
    font-weight: 700;
    color: rgb(56,91,130);
    text-transform: uppercase;
    margin-bottom: 20px;
    text-shadow: 1px 1px #ffffff;
}

.wrapper-structure_59 .advantages_benefits_07 .advantages_description {
    font-size: 15px;
    color: #000000;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper-structure_59 .advantages_benefits_07 .advantages_holder {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.wrapper-structure_59 .advantages_benefits_07 .advantage_item {
    background: #ffffff;
    border-radius: 29px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
    padding: 40px;
    margin: 20px;
    flex: 1 1 calc(25% - 40px);
    max-width: calc(25% - 40px);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.wrapper-structure_59 .advantages_benefits_07 .advantage_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.2);
}

.wrapper-structure_59 .advantages_benefits_07 .advantage_image {
    margin-bottom: 20px;
}

.wrapper-structure_59 .advantages_benefits_07 .advantage_image img,
.wrapper-structure_59 .advantages_benefits_07 .advantage_image svg {
    width: 80px;
    height: 80px;
    fill: rgb(92,132,155);
}

.wrapper-structure_59 .advantages_benefits_07 .advantage_item h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-top: 10px;
}

@media only screen and (max-width: 1200px) {
    .wrapper-structure_59 .advantages_benefits_07 .advantage_item {
        flex: 1 1 calc(45% - 40px);
        max-width: calc(45% - 40px);
    }
}

@media only screen and (max-width: 800px) {
    .wrapper-structure_59 .advantages_benefits_07 .advantages_holder {
        flex-direction: column;
        align-items: center;
    }

    .wrapper-structure_59 .advantages_benefits_07 .advantage_item {
        flex: 1 1 100%;
        max-width: 100%;
        margin: 20px 0;
    }

    .wrapper-structure_59 .advantages_benefits_07 .advantages_content h2 {
        font-size: 19px;
    }
}.course_description_10 {
    padding: 100px 0;
    background-color: rgb(164,214,204);
    border-top: 4px solid rgb(92,132,155);
    border-bottom: 4px solid rgb(92,132,155);
}
.course_description_10 h2 {
    color: rgb(92,132,155);
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    border-bottom: 2px solid rgb(92,132,155);
    display: inline-block;
    padding-bottom: 10px;
}
.course_description_10 .content {
    background-color: #ffffff;
    border-left: 4px solid rgb(92,132,155);
    border-right: 4px solid rgb(92,132,155);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}
.course_description_10 .photo {
    height: 350px;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 40px;
}
.course_description_10 .text_holder {
    padding: 20px;
    text-align: left;
    max-width: 800px;
    width: 100%;
}
.course_description_10 h3 {
    color: rgb(92,132,155);
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
}
.course_description_10 p {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 20px;
}
.course_description_10 .button {
    background-color: rgb(92,132,155);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: none;
    transition: background-color 0.3s;
}
.course_description_10 .button:hover {
    background-color: rgb(56,91,130);
}
.course_description_10 .holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.course_description_10 .items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: stretch;
}
.course_description_10 .course {
    max-width: 100%;
    margin-bottom: 20px;
    flex: 1 1 calc(50% - 40px);
    min-width: 300px;
}
.wrapper-structure_59 .course_description_10 .text_holder {
    padding: 40px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(92,132,155);
    border-radius: 25px;
}
.wrapper-structure_59 .course_description_10 h3 {
    color: #000000;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}
.wrapper-structure_59 .course_description_10 p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.wrapper-structure_59 .course_description_10 .button {
    padding: 15px 30px;
    border: 2px solid rgb(92,132,155);
    background-color: #ffffff;
    color: rgb(92,132,155);
    font-weight: 700;
    text-transform: uppercase;
}
.wrapper-structure_59 .course_description_10 .button:hover {
    background-color: rgb(92,132,155);
    color: #ffffff;
}
@media only screen and (max-width: 800px) {
    .course_description_10 {
        padding: 50px 0;
    }
    .course_description_10 h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .course_description_10 .text_holder {
        padding: 20px;
    }
    .course_description_10 h3 {
        font-size: 28px;
    }
    .course_description_10 p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .course_description_10 .button {
        padding: 10px 20px;
        font-size: 16px;
    }
    .course_description_10 .items {
        flex-direction: column;
    }
    .course_description_10 .course {
        width: 100%;
        max-width: unset;
    }
    .wrapper-structure_59 .course_description_10 .text_holder {
        padding: 10px;
    }
    .course_description_10 .content {
        padding: 10px;
    }
    .course_description_10 .photo {
        margin-bottom: 10px;
    }
}.gratWrapper_17 {
    background-color: rgb(164,214,204);
    padding: 80px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.gratWrapper_17::before,
.gratWrapper_17::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgb(92,132,155,0.5);
    border-radius: 50%;
    z-index: 1;
}
.gratWrapper_17::before {
    top: -50px;
    left: -50px;
}
.gratWrapper_17::after {
    bottom: -50px;
    right: -50px;
}
.gratWrapper_17 .container {
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 60px;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 2;
    text-align: left;
}
.gratWrapper_17 .container h2 {
    font-family: Ubuntu, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: rgb(92,132,155);
    margin-bottom: 30px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(56,91,130);
    padding-bottom: 15px;
    letter-spacing: 2px;
}
.gratWrapper_17 .container p {
    font-family: Ubuntu, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {
    .gratWrapper_17 {
        padding: 40px 15px;
    }
    .gratWrapper_17 .container {
        padding: 40px;
    }
    .gratWrapper_17 .container h2 {
        font-size: calc(36px - 5px);
    }
    .gratWrapper_17 .container p {
        font-size: calc(18px - 2px);
    }
}
.instructor_history_42 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.instructor_history_42 .review .name {
    color: rgb(56,91,130);
}

.instructor_history_42 .review span {
    color: rgb(92,132,155);
}

.instructor_history_42 .holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.instructor_history_42 .review {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 33%;
}

.instructor_history_42 .photo {
    width: 350px;
    height: 400px;
    max-width: 100%;
    margin-bottom: 8px;
    background-position: center;
}

.instructor_history_42 .review .name {
    font-size: 24px;
    margin-bottom: 8px;
}

.instructor_history_42 .review span {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 14px;
}

.instructor_history_42 .review .quote {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
}

@media only screen and (max-width: 1200px) {
    .instructor_history_42 .review {
        max-width: unset;
    }
}

@media only screen and (max-width: 800px) {
    .instructor_history_42 .holder {
        flex-direction: column;
    }

    .instructor_history_42 .review {
        max-width: unset;
        width: 100%;
    }

    .instructor_history_42 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.wrapper-structure_59 .instructor_history_42 {
    background: rgb(164,214,204);
}

.wrapper-structure_59 .instructor_history_42 .review {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.wrapper-structure_59 .instructor_history_42 .photo {
    border-radius: 50% !important;
    border: 5px solid #ffffff;
    width: 220px;
    height: 220px;
    margin-right: 25px;
    flex-shrink: 0;
}

.wrapper-structure_59 .worker_description {
    display: flex;
    flex-direction: column;
}

.wrapper-structure_59 .instructor_history_42 .review .quote {
    order: -1;
    margin-bottom: 20px;
    color: #000000;
    font-size: 22px;
}

.wrapper-structure_59 .instructor_history_42 .review .name {
    font-size: 16px;
    font-weight: 700;
}

@media only screen and (max-width: 800px) {
    .wrapper-structure_59 .instructor_history_42 .photo {
        width: 160px;
        height: 160px;
    }

    .wrapper-structure_59 .instructor_history_42 .review {
        flex-direction: column;
    }
}