* {
    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: Roboto, sans-serif;
    color: #000000;
}
.core-container-gui {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
section {
    background-color: rgb(167,186,202);
}
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;
    }
}.title-page-gui {
    width: 100%;
}
.title-page-gui .title_page_holder {
    width: 100%;
    min-height: 680px;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(96,119,160,0.5);
    background-size: cover;
    background-position: center !important;
    overflow: hidden;
}
.title-page-gui .style_element {
    position: relative;
    background: #ffffff;
    width: 60%;
    padding: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 17px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease-in-out;
}
.title-page-gui .style_element:hover {
    transform: scale(1.05);
}
.title-page-gui .style_element h1 {
    font-family: Roboto, sans-serif;
    color: rgb(70,94,115);
    font-size: 39px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.title-page-gui .style_element h3 {
    font-family: Roboto, sans-serif;
    color: rgb(70,94,115,0.5);
    text-align: center;
    font-size: 30px;
    margin-bottom: 16px;
}
.title-page-gui .style_element p {
    font-family: Roboto, sans-serif;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 24px;
    text-align: center;
}
@media only screen and (max-width: 800px) {
    .title-page-gui .title_page_holder {
        min-height: 320px;
    }
    .title-page-gui .style_element {
        width: 90%;
        padding: 20px;
    }
    .title-page-gui .style_element h1 {
        font-size: 22px;
    }
    .title-page-gui .style_element h3 {
        font-size: 21px;
    }
    .title-page-gui .style_element p {
        font-size: 18px;
    }
}
.core-container-gui .title-page-gui .style_element {
    width: 800px;
    max-width: 50%;
    padding: 40px;
    border-top-right-radius: 150px;
    border-bottom-right-radius:150px;
    left: calc(50% - 400px);
    align-items: flex-start;
    justify-content: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.core-container-gui .title-page-gui .style_element h1 {
    font-size: 39px;
    text-align: left;
}
.core-container-gui .title-page-gui .style_element h3 {
    text-align: left;
}
.core-container-gui .title-page-gui .style_element p {
    text-align: left;
}
.core-container-gui .core-container-gui .title-page-gui .title_page_holder {
    height: auto;
}
@media only screen and (max-width: 1200px) {
    .core-container-gui .title-page-gui .style_element {
        left: 0;
        max-width: 100%;
        padding: 20px;
        border-radius: 10px;
    }
}
@media only screen and (max-width: 800px) {
    .core-container-gui .title-page-gui .style_element {
        border-radius: 0;
        width: 100%;
        padding: 20px;
        position: static;
    }
    .core-container-gui .title-page-gui .style_element h1 {
        font-size: 30px;
    }
    .core-container-gui .title-page-gui .title_page_holder {
        min-height: 480px;
    }
}.leadership-profile-gui {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #ffffff;
}

.leadership-profile-gui .holder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}

.leadership-profile-gui .review {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 33%;
    background: rgb(70,94,115,0.5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 11px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    margin: 20px;
}


.leadership-profile-gui .photo {
    width: 300px;
    height: 300px;
    max-width: 100%;
    margin-bottom: 16px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    border: 5px solid rgb(96,119,160);
    transition: border 0.3s ease-in-out;
}

.leadership-profile-gui .review .name {
    font-size: 19px;
    color: rgb(96,119,160);
    margin-bottom: 8px;
    font-weight: 600;
    text-align: center;
}

.leadership-profile-gui .review span {
    font-size: 12px;
    color: rgb(70,94,115);
    font-weight: 400;
    margin-bottom: 14px;
    text-align: center;
}

.leadership-profile-gui .review .quote {
    font-size: 12px;
    color: #000000;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    padding: 0 20px;
}

@media only screen and (max-width: 1200px) {
    .leadership-profile-gui .review {
        max-width: unset;
        width: 45%;
    }
}

@media only screen and (max-width: 800px) {
    .leadership-profile-gui .holder {
        flex-direction: column;
    }

    .leadership-profile-gui .review {
        max-width: unset;
        width: 80%;
        padding: 20px;
    }

    .leadership-profile-gui {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.core-container-gui .leadership-profile-gui {
    position: relative;
    padding: 20px 0;
}

.core-container-gui .leadership-profile-gui::after {
    content: "";
    width: 100%;
    height: 280px;
    background: rgb(70,94,115);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

.core-container-gui .leadership-profile-gui .holder {
    position: relative;
    z-index: 1;
    justify-content: center;
}

.core-container-gui .leadership-profile-gui .review {
    max-width: 80%;
    width: auto;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 30px;
}

.core-container-gui .leadership-profile-gui .photo {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 8px solid #ffffff;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.core-container-gui .worker_description {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.core-container-gui .leadership-profile-gui .review .name {
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: rgb(96,119,160);
    margin-bottom: 12px;
}

.core-container-gui .leadership-profile-gui .review span {
    font-size: 21px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    color: rgb(70,94,115);
    margin-bottom: 16px;
}

.core-container-gui .leadership-profile-gui .review .quote {
    width: 100%;
    text-align: center;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6;
    color: #000000;
}

@media only screen and (max-width: 800px) {
    .core-container-gui .leadership-profile-gui .review {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        margin: 0;
        max-width: 100%;
        width: 100%;
    }

    .core-container-gui .worker_description {
        width: 100%;
    }

    .core-container-gui .leadership-profile-gui .photo {
        width: 220px;
        height: 220px;
        margin: 20px;
    }

    .core-container-gui .leadership-profile-gui::after {
        height: 200px;
    }
}
header .main_header {
    background: #ffffff;
    color: #000000;
    border-bottom: 1px solid rgb(70,94,115,0.5);
    padding: 15px 0;
    transition: background-color 0.3s ease;
}

header .logo_holder svg, header .logo_holder svg path, header .logo_holder img {
    fill: rgb(96,119,160);
}

header .logo_holder a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

header .logo_holder .logotype svg, header .logo_holder .logotype img {
    height: 50px;
    width: 50px;
}

header .menu {
    display: flex;
    align-items: center;
}

header .menu a {
    color: #000000;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0 5px;
    font-size: 17px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

header .menu a:hover {
    color: #ffffff;
    background: rgb(96,119,160);
}

header .menu a.active {
    color: #ffffff;
    background: rgb(70,94,115);
}

header .header_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    header .header_content {
        flex-direction: column;
        align-items: flex-start;
    }

    header .menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 15px;
    }

    header .menu.opened {
        display: flex;
    }

    header .menu a {
        width: 100%;
        padding: 10px 0;
        text-align: left;
    }
}

.core-container-gui header .header_content {
    background: rgb(70,94,115,0.5);
    border-radius: 22px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.core-container-gui header .logo_holder {
    border-radius: 22px;
    background: #ffffff;
    padding: 10px 20px;
}

.core-container-gui header .menu {
    padding: 0 20px;
}

.core-container-gui header .menu a {
    padding: 15px 10px;
    text-align: center;
}

.core-container-gui header .menu a:hover {
    background: rgb(70,94,115);
    color: #ffffff;
}

.core-container-gui header .menu a.active {
    background: rgb(96,119,160);
    color: #ffffff;
}

@media (max-width: 576px) {
    .core-container-gui header .header_content {
        padding: 15px;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
    }

    .core-container-gui header .logo_holder {
        margin-bottom: 10px;
        padding: 10px 15px;
        border-radius: 10px;
    }

    .core-container-gui header .menu a {
        padding: 10px 0;
    }
}
.advantages-benefits-gui .advantages_content h2 {
    color: rgb(70,94,115);
}

.advantages-benefits-gui .advantage_item svg, .advantages-benefits-gui .advantage_item svg path {
    fill: rgb(96,119,160);
}

.advantages-benefits-gui .advantage_item p {
    color: #000000;
}

.advantages-benefits-gui .advantage_item b {
    color: rgb(96,119,160);
}

.advantages-benefits-gui {
    padding-top: 80px;
    padding-bottom: 80px;
}

.advantages-benefits-gui .advantages_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.advantages-benefits-gui .advantages_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.advantages-benefits-gui .advantages_content h2 {
    text-align: center;
    margin-bottom: 48px;
    font-size: 37px;
    font-weight: 600;
}

.advantages-benefits-gui .advantages_content h4 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}

.advantages-benefits-gui .advantages_description {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px;
}

.advantages-benefits-gui .advantage_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 200px;
    width: 25%;
    padding: 10px;
}

.advantages-benefits-gui .advantage_item svg, .advantages-benefits-gui .advantage_item img {
    width: 128px;
    height: 128px;
}

@media only screen and (max-width: 1200px) {
    .core-container-gui .advantages-benefits-gui .advantages_holder {
        justify-content: center;
    }
    .core-container-gui .advantages-benefits-gui .advantages_holder .advantage_item {
        width: calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 800px) {
    .advantages-benefits-gui .advantages_content h2 {
        font-size: 30px;
    }

    .advantages-benefits-gui .advantages_holder {
        flex-direction: column;
    }

    .advantages-benefits-gui {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .core-container-gui .advantages-benefits-gui .advantages_holder .advantage_item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

.core-container-gui .advantages-benefits-gui {
    background-color: var(--bg-color);
    padding: 80px 20px;
}

.core-container-gui .advantages-benefits-gui .advantages_content h2 {
    color: rgb(96,119,160);
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 48px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.core-container-gui .advantages-benefits-gui .advantages_description {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.core-container-gui .advantages-benefits-gui .advantages_holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
}

.core-container-gui .advantages-benefits-gui .advantage_item {
    background: #ffffff;
    padding: 24px;
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.core-container-gui .advantages-benefits-gui .advantage_item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.core-container-gui .advantages-benefits-gui .advantage_item:first-child {
    background: rgb(96,119,160);
    color: #ffffff;
}

.core-container-gui .advantages-benefits-gui .advantage_item:nth-child(2) {
    background: rgb(96,119,160,0.5);
}

.core-container-gui .advantages-benefits-gui .advantage_item:nth-child(3) {
    background: rgb(70,94,115,0.5);
}

.core-container-gui .advantages-benefits-gui .advantage_item:nth-child(4) {
    background: rgb(70,94,115);
    color: #ffffff;
}

.core-container-gui .advantages-benefits-gui .advantage_item svg, .core-container-gui .advantages-benefits-gui .advantage_item svg path {
    fill: rgba(0, 0, 0, 0.5);
    height: 120px;
    width: 120px;
}

.core-container-gui .advantages-benefits-gui .advantage_item .advantage_image {
    opacity: 0.8;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 0;
}

.core-container-gui .advantages-benefits-gui .advantage_item h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

@media only screen and (max-width: 1200px) {
    .core-container-gui .advantages-benefits-gui .advantage_item {
        width: 48%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 800px) {
    .core-container-gui .advantages-benefits-gui {
        padding: 50px 20px;
    }

    .core-container-gui .advantages-benefits-gui .advantages_content h2 {
        font-size: 30px;
    }

    .core-container-gui .advantages-benefits-gui .advantages_holder {
        flex-direction: column;
    }

    .core-container-gui .advantages-benefits-gui .advantage_item {
        width: 100%;
        margin-bottom: 20px;
    }
}.contact-panel-gui {
    padding: 100px 20px;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.5), rgb(167,186,202));
    font-family: Roboto, sans-serif;
    color: #ffffff;
}
.contact-panel-gui h3 {
    color: rgb(70,94,115);
    font-size: 39px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgb(96,119,160);
}
.contact-panel-gui .holder {
    display: flex;
    flex-direction: row;
    gap: 40px;
    border: 2px solid rgb(96,119,160);
    border-radius: 21px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
}
.contact-panel-gui .info {
    padding: 40px;
    width: 50%;
    background: linear-gradient(135deg, rgb(96,119,160), rgb(96,119,160,0.5));
    color: #ffffff;
    border-right: 2px solid rgb(70,94,115);
    box-shadow: inset 0 0 10px rgb(70,94,115);
}
.contact-panel-gui .info h5 {
    color: rgb(70,94,115);
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 16px;
    text-shadow: 0 0 10px rgb(96,119,160);
}
.contact-panel-gui .info .logo_holder {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.contact-panel-gui .info .logo_holder svg, 
.contact-panel-gui .info .logo_holder img {
    width: 80px;
    height: 80px;
    fill: #ffffff;
    flex-shrink: 0;
}
.contact-panel-gui .info .logo_holder span {
    font-size: 19px;
    color: #ffffff;
}
.contact-panel-gui .info .contact_info > div {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.contact-panel-gui .info .contact_info svg, 
.contact-panel-gui .info .contact_info path {
    fill: rgb(70,94,115);
    width: 24px;
    height: 24px;
    filter: drop-shadow(0 0 5px rgb(96,119,160));
}
.contact-panel-gui .info .contact_info span {
    font-size: 13px;
    color: #ffffff;
    font-weight: 300;
    text-shadow: 0 0 5px rgb(96,119,160);
}
.contact-panel-gui .form {
    padding: 40px;
    background: #ffffff;
    width: 50%;
    border-radius: 21px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}
.contact-panel-gui .form::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid rgb(96,119,160);
    border-radius: 21px;
    filter: drop-shadow(0 0 20px rgb(96,119,160));
    z-index: -1;
}
.contact-panel-gui .name_holder {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 22px;
}
.contact-panel-gui .form form {
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.contact-panel-gui .form form h3 {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact-panel-gui form input {
    border: 2px solid rgb(96,119,160);
    padding: 15px;
    font-size: 13px;
    background: #ffffff;
    border-radius: 10px;
    outline: none;
    width: 100%;
    color: #000000;
    transition: background 0.3s, color 0.3s, border 0.3s, box-shadow 0.3s;
}
.contact-panel-gui form input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}
.contact-panel-gui form input:focus {
    background: rgb(167,186,202);
    border: 2px solid rgb(70,94,115);
    box-shadow: 0 0 10px rgb(70,94,115);
}
.contact-panel-gui form .button {
    padding: 15px;
    background: linear-gradient(135deg, rgb(96,119,160), rgb(70,94,115));
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 21px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 0 10px rgb(96,119,160);
}
.contact-panel-gui form .button:hover {
    background: linear-gradient(135deg, rgb(70,94,115), rgb(96,119,160));
    transform: scale(1.05);
    box-shadow: 0 0 20px rgb(96,119,160);
}
.contact-panel-gui .agree {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact-panel-gui .agree input[type=checkbox] {
    width: auto;
    margin: 0;
    accent-color: rgb(96,119,160);
}
.contact-panel-gui .agree label {
    font-size: 13px;
    color: #000000;
}
.contact-panel-gui .agree a {
    color: rgb(70,94,115);
    text-decoration: underline;
    transition: color 0.3s;
}
.contact-panel-gui .agree a:hover {
    color: rgb(96,119,160);
}
@media only screen and (max-width: 800px) {
    .contact-panel-gui {
        padding: 40px 0;
    }
    .contact-panel-gui .holder {
        flex-direction: column;
    }
    .contact-panel-gui .info, .contact-panel-gui .form {
        padding: 10px;
    }
    .contact-panel-gui .info, 
    .contact-panel-gui .form {
        width: 100%;
    }
    .contact-panel-gui h3 {
        font-size: 33px;
    }
    .contact-panel-gui .name_holder {
        flex-wrap: wrap;
        gap:22px;
    }
    .contact-panel-gui form input {
        width: 100%;
    }
    .contact-panel-gui .holder h3 {
        font-size: 19px;
    }
}
header .top_plank {
    background: rgb(96,119,160);
    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;
}.privacy-folio-gui {
    background-color: rgb(167,186,202);
    padding: 60px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    font-family: Roboto, sans-serif;
    color: #000000;
    line-height: 1.8;
    position: relative;
    overflow: hidden;
}
.privacy-folio-gui::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgb(96,119,160), transparent);
    opacity: 0.1;
    z-index: 0;
}
.privacy-folio-gui::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgb(70,94,115), transparent);
    opacity: 0.1;
    z-index: 0;
}
.privacy-folio-gui h1 {
    font-size: 43px;
    color: rgb(96,119,160);
    font-weight: 700;
    grid-column: span 2;
    margin-bottom: 30px;
    border-bottom: 2px solid rgb(96,119,160);
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}
.privacy-folio-gui h2 {
    font-size: 34px;
    color: rgb(70,94,115);
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.privacy-folio-gui h3,
.privacy-folio-gui h4,
.privacy-folio-gui h5,
.privacy-folio-gui h6 {
    color: rgb(96,119,160);
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.privacy-folio-gui h3 { font-size: calc(34px - 0.2rem); }
.privacy-folio-gui h4 { font-size: 22px; }
.privacy-folio-gui h5 { font-size: calc(22px - 0.2rem); }
.privacy-folio-gui h6 { font-size: 21px; }
.privacy-folio-gui ul,
.privacy-folio-gui ol {
    padding-left: 20px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
.privacy-folio-gui li {
    margin-bottom: 15px;
    line-height: 1.7;
    padding-left: 10px;
    border-left: 3px solid rgb(70,94,115);
    position: relative;
    z-index: 1;
}
.privacy-folio-gui > div {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.privacy-folio-gui p {
    font-size: 17px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.privacy-folio-gui span {
    color: rgb(96,119,160);
    font-weight: 600;
}
@media only screen and (max-width: 800px) {
    .privacy-folio-gui {
        grid-template-columns: 1fr;
        padding: 30px;
        border-radius: 10px;
    }
    
    .privacy-folio-gui h1 {
        font-size: calc(43px - 0.5rem);
        grid-column: span 1;
    }
    
    .privacy-folio-gui h2 {
        font-size: calc(34px - 0.4rem);
    }
    
    .privacy-folio-gui p {
        font-size: calc(17px - 0.2rem);
    }
}
.privacy-folio-gui hr {
    border: none;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    margin: 40px 0;
}
.privacy-folio-gui hr.large {
    height: 2px;
}
.privacy-folio-gui hr.dotted {
    background: none;
    border-top: 1px dotted rgba(0, 0, 0, 0.5);
}
.privacy-folio-gui section {
    margin: 50px 0;
    border-top: 2px solid rgba(0, 0, 0, 0.5);
    padding-top: 25px;
}.appBox-gui {
    background-color: rgb(167,186,202);
    padding: 50px 0;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.appBox-gui .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 17px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.appBox-gui h2 {
    font-family: Roboto, sans-serif;
    font-size: 37px;
    color: rgb(96,119,160);
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 2px 2px rgb(70,94,115,0.5);
}
.appBox-gui p {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 1.6;
}
.appBox-gui .button {
    display: inline-block;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background-color: rgb(96,119,160);
    border: none;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.appBox-gui .button:hover {
    background-color: rgb(70,94,115);
    transform: translateY(-2px);
}
@media only screen and (max-width: 800px) {
    .appBox-gui {
        padding: 30px 0;
    }
    .appBox-gui .container {
        padding: 15px;
    }
    .appBox-gui h2 {
        font-size: 22px;
    }
    .appBox-gui p {
        font-size: 15px;
    }
}footer {
    background: rgb(70,94,115);
    color: #ffffff;
    font-family: Roboto, sans-serif;
    padding: 60px 0;
}
footer .footer {
    padding: 80px 0;
    background: rgb(70,94,115);
    border-top: 4px solid rgb(96,119,160);
    border-bottom: 4px solid rgb(96,119,160);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: relative;
}
footer .footer::before,
footer .footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 200%;
    height: 200%;
    background: rgb(96,119,160,0.5);
    transition: all 0.4s ease-in-out;
    transform: translateX(-50%) translateY(-100%);
    z-index: -1;
}

footer .footer_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
footer .logo_holder {
    display: flex;
    align-items: center;
    gap: 15px;
    transition: transform 0.4s ease;
}
footer .logo_holder svg,
footer .logo_holder img {
    height: 90px;
    width: 90px;
    transition: transform 0.4s ease;
}

footer .menu {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
footer .menu_holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
footer .menu a {
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
    transition: color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    padding: 10px 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
}
footer .copyright {
    background: rgb(96,119,160);
    padding: 20px 0;
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}
footer .copyright_info {
    color: #ffffff;
    font-size: 13px;
}
footer .copyright_info a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s ease;
}
footer .copyright_info a:hover {
    color: rgb(70,94,115);
}
@media only screen and (max-width: 1200px) {
    footer .footer_info {
        padding: 0 20px;
        gap: 15px;
    }
}
@media only screen and (max-width: 800px) {
    footer .footer_info {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    footer .menu_holder {
        flex-direction: column;
        gap: 10px;
    }
    footer .menu a {
        font-size: 16px;
        margin-right: 0;
    }
}
.core-container-gui footer .footer {
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
}
.core-container-gui footer .footer_info {
    flex-direction: row-reverse;
    align-items: center;
    min-height: 100px;
}
.core-container-gui footer .menu_holder {
    flex-direction: column;
    align-items: flex-start;
}
.core-container-gui footer .menu a {
    margin: 0;
    padding: 5px 10px;
    font-size: 20px;
    color: #ffffff;
}
.core-container-gui footer .copyright {
    background: rgb(96,119,160,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}
.core-container-gui footer .copyright_info {
    text-align: center;
}
.core-container-gui footer .logo_holder {
    width: calc(50% + 45px);
}
@media only screen and (max-width: 1200px) {
    .core-container-gui footer .logo_holder {
        width: auto;
    }
}
@media only screen and (max-width: 800px) {
    .core-container-gui footer .menu_holder {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }
    
    .core-container-gui footer .menu a {
        margin-bottom: 5px;
        font-size: 18px;
    }
    
    .core-container-gui footer .footer_info {
        padding: 20px 10px;
    }
    
    .core-container-gui footer .copyright_info {
        text-align: center;
    }
    
    .core-container-gui footer .copyright_info a {
        display: block;
        margin-top: 5px;
    }
}
.core-container-gui .our-team-gui {
    background: rgb(96,119,160);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.core-container-gui .our-team-gui::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 255, 255, 0.1) 0%, rgba(255, 0, 255, 0.1) 100%);
    z-index: -1;
    pointer-events: none;
}

.core-container-gui .our-team-gui .holder {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.core-container-gui .our-team-gui .caption_holder {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    border: 1px solid rgb(96,119,160);
    border-radius: 21px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.2), 0 0 20px rgba(255, 0, 255, 0.2);
    padding: 40px;
    overflow: hidden;
}

.core-container-gui .our-team-gui .photo {
    flex: 1 1 40%;
    max-width: 40%;
    height: auto;
    padding-bottom: 300px;
    background-size: cover;
    background-position: center;
    border: 2px solid rgb(96,119,160);
    box-shadow: 0 0 20px rgb(96,119,160);
    border-radius: 21px;
    transition: transform 0.3s ease;
    margin-right: 30px;
}

.core-container-gui .our-team-gui .style_element {
    flex: 1 1 55%;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgb(96,119,160);
    padding: 40px;
    border-radius: 21px;
    box-shadow: 0 0 20px rgb(96,119,160,0.5), 0 0 20px rgba(255, 0, 255, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

.core-container-gui .our-team-gui h2 {
    color: rgb(96,119,160);
    margin-top: 0;
    font-size: 37px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
}

.core-container-gui .our-team-gui h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background: rgb(96,119,160);
    box-shadow: 0 0 10px rgb(96,119,160), 0 0 10px rgba(255, 0, 255, 0.5);
}

.core-container-gui .our-team-gui p {
    color: #ffffff;
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.6;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.7), 0 0 10px rgba(255, 0, 255, 0.7);
}

@media only screen and (max-width: 1200px) {
    .core-container-gui .our-team-gui .photo {
        max-width: 50%;
        padding-bottom: 75%;
    }

    .core-container-gui .our-team-gui .style_element {
        width: 100%;
        padding: 12px;
    }
}

@media only screen and (max-width: 800px) {
    .core-container-gui .our-team-gui {
        padding: 40px 0;
    }
    .core-container-gui .our-team-gui .caption_holder {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
    }

    .core-container-gui .our-team-gui .photo {
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }

    .core-container-gui .our-team-gui h2 {
        font-size: 23px;
    }

    .core-container-gui .our-team-gui p {
        font-size: 12px;
    }
}.give-it-a-try-gui {
    padding-bottom: 80px;
    padding-top: 80px;
}

.give-it-a-try-gui h2 {
    color: rgb(70,94,115);
}

.give-it-a-try-gui .button {
    background: rgb(70,94,115);
    color: #ffffff;
    white-space: normal;
    text-align: center;
}

.give-it-a-try-gui .button:hover {
    background: rgb(96,119,160);
}

.give-it-a-try-gui .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.give-it-a-try-gui h2 {
    font-size: 29px;
    font-weight: 600;
    margin-right: 24px;
    width: 66%;
    text-align: center;
}

.give-it-a-try-gui .button {
    padding: 15px 25px;
    border-radius: 100px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    .give-it-a-try-gui .holder {
        flex-direction: column;
    }

    .core-container-gui section.give-it-a-try-gui h2 {
        font-size: 26px;
    }

    .give-it-a-try-gui h2 {
        margin: 0;
        margin-bottom: 24px;
        width: 90%;
    }

    .give-it-a-try-gui .button {
        font-size: 24px;
    }

    .give-it-a-try-gui {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.core-container-gui .give-it-a-try-gui {
    padding: 100px 0;
}

.core-container-gui .give-it-a-try-gui .holder {
    flex-direction: column;
    position: relative;
}

.core-container-gui .give-it-a-try-gui .holder::before {
    content: "";
    height: 4px;
    width: 100px;
    border: none;
    margin: 0 auto 60px;
    background: rgb(96,119,160);
}

.core-container-gui .give-it-a-try-gui h2 {
    margin: 0;
    margin-bottom: 40px;
    font-size: 42px;
    width: 100%;
}

.core-container-gui .give-it-a-try-gui .button {
    padding: 15px 25px;
    border-radius: 0;
    background: rgb(70,94,115);
    font-size: 16px;
}

@media only screen and (max-width: 800px) {
    .core-container-gui .give-it-a-try-gui {
        padding: 60px 0;
    }

    .core-container-gui .give-it-a-try-gui h2 {
        font-size: 30px;
    }
}.course-summary-gui {
    padding: 80px 0;
    background: rgb(70,94,115);
    position: relative;
    overflow: hidden;
}

.course-summary-gui::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(96,119,160,0.5),
        rgb(70,94,115,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    animation: moveBackground 10s linear infinite;
}

@keyframes moveBackground {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-20%);
    }
}

.course-summary-gui h2 {
    color: rgb(96,119,160);
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.course-summary-gui .content {
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 40px;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.course-summary-gui h3 {
    color: rgb(96,119,160);
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.course-summary-gui p {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}

.course-summary-gui .button {
    background: rgb(70,94,115);
    color: #ffffff;
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.course-summary-gui .button:hover {
    background: rgb(96,119,160);
    transform: translateY(-3px);
    box-shadow: 0 0 15px rgb(96,119,160);
}

.course-summary-gui .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75px;
    width: 50px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transform: skewX(-15deg);
    transition: left 0.5s;
}

.course-summary-gui .button:hover::before {
    left: 125%;
}

.course-summary-gui .holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.course-summary-gui .items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.course-summary-gui .course {
    padding: 20px;
    max-width: 100%;
    flex: 1;
    margin: 0 10px;
}

.course-summary-gui .photo {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 18px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.course-summary-gui .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    mix-blend-mode: overlay;
}

.course-summary-gui .text_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

@media only screen and (max-width: 900px) {
    .course-summary-gui {
        padding: 60px 0;
    }
    .course-summary-gui h2 {
        font-size: 31px;
    }
    .course-summary-gui h3 {
        font-size: 23px;
    }
    .course-summary-gui .course {
        max-width: 100%;
        width: 100%;
        padding: 10px;
    }
    .course-summary-gui .items {
        flex-direction: column;
        padding: 0;
    }
    .course-summary-gui .photo {
        height: 250px;
    }
    .core-container-gui .course-summary-gui .course .content {
        padding: 20px;
    }
}

.core-container-gui .course-summary-gui .container {
    width: 100%;
    padding: 0;
}

.core-container-gui .course-summary-gui .items {
    width: 100%;
}

.core-container-gui .course-summary-gui .items .course {
    padding: 0;
    width: 100%;
}

.core-container-gui .course-summary-gui .photo {
    height: 300px;
    width: 100%;
    margin: 0;
    border-radius: 0 !important;
    background-position: 50% 50% !important;
}

.core-container-gui .course-summary-gui .course .content {
    border-radius: 0 !important;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.5);
}

.core-container-gui .course-summary-gui .text_holder {
    max-width: 1200px;
    margin: auto;
    justify-content: flex-start;
    align-items: center;
    min-height: unset;
    background: none;
    padding: 20px;
}

.core-container-gui .course-summary-gui p {
    margin-top: 20px;
    text-align: center;
}

.core-container-gui .course-summary-gui .button {
    margin-top: 30px;
    width: fit-content;
}

.core-container-gui .course-summary-gui h3 {
    text-align: center;
    text-shadow: 1px 1px #ffffff;
}

@media only screen and (max-width: 800px) {
    .course-summary-gui h2 {
        font-size: 23px;
    }
    .course-summary-gui h3 {
        font-size: 16px;
    }
    .course-summary-gui .photo {
        height: 200px;
    }
}
