@charset "utf-8";

@font-face {
    font-family: "Univers";
    src: url("https://fundacioneduardobonnin.org/css/fonts/univers-condensed.woff2") format("woff2"),
        url("https://fundacioneduardobonnin.org/css/fonts/univers-condensed.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Univers";
    src: url("https://fundacioneduardobonnin.org/css/fonts/univers-condensed-bold.woff2") format("woff2"),
        url("https://fundacioneduardobonnin.org/css/fonts/univers-condensed-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Univers";
    src: url("https://fundacioneduardobonnin.org/css/fonts/univers-condensed-light.woff2") format("woff2"),
        url("https://fundacioneduardobonnin.org/css/fonts/univers-condensed-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Univers";
    src: url("https://fundacioneduardobonnin.org/css/fonts/univers-condensed-italic.woff2") format("woff2"),
        url("https://fundacioneduardobonnin.org/css/fonts/univers-condensed-italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Univers";
    src: url("https://fundacioneduardobonnin.org/css/fonts/univers-condensed-bold-italic.woff2") format("woff2"),
        url("https://fundacioneduardobonnin.org/css/fonts/univers-condensed-bold-italic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Univers";
    src: url("https://fundacioneduardobonnin.org/css/fonts/univers-condensed-light-italic.woff2") format("woff2"),
        url("https://fundacioneduardobonnin.org/css/fonts/univers-condensed-light-italic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    vertical-align: baseline;
}

html {
    height: 100%;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    height: 100%;
    background-color: #FFFFFF;
    color: #000000;
    font-family: "Univers", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    cursor: default;
}

input,
textarea,
select,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none;
    outline: none;
    background: none;
}

div:focus,
span:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
    background-image: none;
}

div,
span,
a,
input,
textarea,
select,
button {
    -webkit-tap-highlight-color: transparent;
}

div::-moz-focus-inner,
span::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner,
select::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
figure,
form {
    display: block;
}

.touch {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

/* BAR */

.bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.1);
    transition: 0.35s;
    z-index: 99;
}

.bar-compact {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
}

.bar-layout {
    display: flex;
    column-gap: 16px;
    height: 100%;
}

.bar-brand {
    flex: none;
}

.bar-buttons {
    flex: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bar-buttons-layout {
    display: flex;
    column-gap: 12px;
    height: 25px;
}

.bar-button-frame {
    position: relative;
    display: flex;
    align-items: center;
}

.bar-button {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    transition: 0.25s;
}

.bar-button:hover {
    color: #00BAFF;
}

.touch .bar-button:hover {
    color: #000000;
}

.bar-button:active,
.touch .bar-button:active {
    color: #00BAFF;
}

.bar-button-on {
    color: #00BAFF;
}

.bar-button-on:hover {
    color: #00BAFF;
}

.touch .bar-button-on:hover {
    color: #00BAFF;
}

.bar-button-on:active,
.touch .bar-button-on:active {
    color: #00BAFF;
}

.bar-divisor {
    width: 1px;
    background-color: #707070;
}

.bar-actions {
    flex: none;
}

.bar-register {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #00BAFF;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.25s;
}

.bar-register:hover {
    background-color: #000000;
}

.touch .bar-register:hover {
    background-color: #00BAFF;
}

.bar-register:active,
.touch .bar-register:active {
    background-color: #000000;
}

.bar-icons {
    display: flex;
    column-gap: 4px;
    padding-top: 4px;
    margin-left: -3px;
}

.bar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.bar-icon path {
    fill: #000000;
    transition: 0.25s;
}

.bar-icon:hover path {
    fill: #00BAFF;
}

.touch .bar-icon:hover path {
    fill: #000000;
}

.bar-icon:active path,
.touch .bar-icon:active path {
    fill: #00BAFF;
}

.bar-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 3px;
    height: 32px;
    padding-left: 5px;
    padding-right: 3px;
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s;
}

.bar-dropdown:hover {
    color: #00BAFF;
}

.touch .bar-dropdown:hover {
    color: #000000;
}

.bar-dropdown:active,
.touch .bar-dropdown:active {
    color: #00BAFF;
}

.bar-dropdown path {
    fill: #000000;
    transition: 0.25s;
}

.bar-dropdown:hover path {
    fill: #00BAFF;
}

.touch .bar-dropdown:hover path {
    fill: #000000;
}

.bar-dropdown:active path,
.touch .bar-dropdown:active path {
    fill: #00BAFF;
}

.bar-menu-button {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 32px;
    height: 32px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 7px;
    padding-right: 3px;
    margin-left: 2px;
    cursor: pointer;
}

.bar-menu-line {
    width: 100%;
    height: 2px;
    background-color: #00BAFF;
    transition: 0.25s;
}

.bar-menu-button:hover .bar-menu-line {
    background-color: #000000;
}

.touch .bar-menu-button:hover .bar-menu-line {
    background-color: #00BAFF;
}

.bar-menu-button:active .bar-menu-line,
.touch .bar-menu-button:active .bar-menu-line {
    background-color: #000000;
}

.bar-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    padding-top: 6px;
    transform: translateX(-50%);
    z-index: 100;
}

.bar-box-alt {
    left: unset;
    right: 0;
    transform: none;
}

.bar-box-arrow {
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #FFFFFF;
}

.bar-box-alt .bar-box-arrow {
    left: unset;
    right: 12px;
    margin-left: 0;
}

.bar-box-buttons {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 10px 4px 22px 0 rgba(0, 0, 0, 0.2);
}

.bar-box-button {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.25s;
}

.bar-box-button:first-of-type {
    padding-top: 0px;
}

.bar-box-button:last-of-type {
    padding-bottom: 0px;
}

.bar-box-button:hover {
    color: #00BAFF;
}

.touch .bar-box-button:hover {
    color: #000000;
}

.bar-box-button:active,
.touch .bar-box-button:active {
    color: #00BAFF;
}

.bar-box-button-on {
    color: #00BAFF;
}

.bar-box-button-on:hover {
    color: #00BAFF;
}

.touch .bar-box-button-on:hover {
    color: #00BAFF;
}

.bar-box-button-on:active,
.touch .bar-box-button-on:active {
    color: #00BAFF;
}

.bar-fix {
    height: 80px;
}

.bar-fix-alt {
    height: 159px;
}

/* FINDER */

.finder {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 79px;
    background-color: #003B57;
    box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.1);
    z-index: 98;
}

.finder-layout {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto auto auto 1fr;
    align-items: center;
    column-gap: 20px;
    height: 100%;
}

.finder-layout-expand {
    justify-self: end;
}

.finder-search-layout {
    display: flex;
    column-gap: 10px;
}

.finder-search-frame {
    flex: auto;
    position: relative;
}

.finder-search {
    display: block;
    width: 320px;
    height: 37px;
    padding-left: 20px;
    padding-right: 41px;
    border-radius: 100px;
    border: solid 2px #FFFFFF;
    background-color: #003B57;
    color: #00BAFF;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    transition: 0.25s;
}

.finder-search::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    font-style: italic;
    text-transform: uppercase;
    opacity: 1;
}

.finder-search:focus {
    border-color: #00BAFF;
}

.finder-search-icon {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: auto;
    padding-right: 17px;
    cursor: pointer;
}

.finder-search-icon path {
    fill: #FFFFFF;
    transition: 0.25s;
}

.finder-search-icon:hover path {
    fill: #00BAFF;
}

.touch .finder-search-icon:hover path {
    fill: #FFFFFF;
}

.finder-search-icon:active path,
.touch .finder-search-icon:active path {
    fill: #00BAFF;
}

.finder-filters {
    display: none;
    width: 37px;
    height: 37px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.25s;
}

.finder-filters-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: ;
}

.finder-filters-icon img {
    width: 24px;
    height: auto;
}

.finder-filters:hover {
    background-color: rgba(0, 137, 201, 0.2);
}

.touch .finder-filters:hover {
    background-color: transparent;
}

.finder-filters:active,
.touch .finder-filters:active {
    background-color: rgba(0, 137, 201, 0.2);
}

.finder-results {
    display: none;
    position: absolute;
    top: 41px;
    background: #FFFFFF;
    border-radius: 6px;
    width: 150%;
    z-index: 999;
    max-height: 480px;
    overflow-y: auto;
    box-shadow: 10px 4px 22px 0 rgba(0, 0, 0, 0.2);
}

.finder-results::-webkit-scrollbar {
    width: 13px;
    height: 13px;
    border-radius: 30px;
}

.finder-results::-webkit-scrollbar-thumb {
    background: #ACACAC;
    border-radius: 30px;
    border: solid 4px #FFFFFF;
}

.finder-results::-webkit-scrollbar-thumb:hover {
    background: #ACACAC;
}

.finder-results::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0px;
}

.finder-no-results {
    padding: 16px;
    padding-top: 24px;
    padding-bottom: 28px;
}

.finder-results-entities {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 16px;
    border: solid 1px #D6D6D6;
}

.finder-results-contents {
    padding: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.finder-results-all {
    padding: 16px;
    padding-bottom: 16px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 16px;
    margin-right: 16px;
}

.finder-selector {
    position: relative;
    display: flex;
    width: auto;
    height: 37px;
    border-radius: 100px;
    border: solid 2px #FFFFFF;
    background-color: #003B57;
    color: #00BAFF;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s;
}

.finder-selector:hover {
    border-color: #00BAFF;
}

.touch .finder-selector:hover {
    border-color: #FFFFFF;
}

.finder-selector:active,
.touch .finder-selector:active {
    border-color: #00BAFF;
}

.finder-selector-alt {
    border: solid 2px transparent;
    background-color: #003B57;
}

.finder-selector-alt:hover {
    border-color: transparent;
    background-color: rgba(0, 137, 201, 0.2);
}

.touch .finder-selector-alt:hover {
    border-color: transparent;
    background-color: #003B57;
}

.finder-selector-alt:active,
.touch .finder-selector-alt:active {
    border-color: transparent;
    background-color: rgba(0, 137, 201, 0.2);
}

.finder-selector-label {
    flex: auto;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 20px;
    padding-right: 18px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    white-space: nowrap;
    text-transform: uppercase;
}

.finder-selector-label-on {
    color: #00BAFF;
}

.finder-selector-alt .finder-selector-label {
    padding-right: 12px;
}

.finder-selector-icon {
    flex: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-top: 2px;
    padding-right: 14px;
}

.finder-selector-icon path {
    fill: #FFFFFF;
    transition: 0.25s;
}

.finder-selector-box {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 100%;
    padding-top: 6px;
    z-index: 100;
}

.finder-selector-box-alt {
    left: unset;
    right: 0;
}

.finder-selector-options {
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: 400px;
    padding: 24px;
    border-radius: 6px;
    background-color: #FFFFFF;
    box-shadow: 10px 4px 22px 0 rgba(0, 0, 0, 0.2);
    overflow: auto;
}

.finder-selector-options::-webkit-scrollbar {
    width: 13px;
    height: 13px;
    border-radius: 30px;
}

.finder-selector-options::-webkit-scrollbar-thumb {
    background: #ACACAC;
    border-radius: 30px;
    border: solid 4px #FFFFFF;
}

.finder-selector-options::-webkit-scrollbar-thumb:hover {
    background: #ACACAC;
}

.finder-selector-options::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 0px;
}

.finder-selector-option {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.25s;
}

.finder-selector-option:first-of-type {
    padding-top: 0px;
}

.finder-selector-option:last-of-type {
    padding-bottom: 0px;
}

.finder-selector-option:hover {
    color: #00BAFF;
}

.touch .finder-selector-option:hover {
    color: #000000;
}

.finder-selector-option:active,
.touch .finder-selector-option:active {
    color: #00BAFF;
}

.finder-selector-option-on {
    color: #00496B;
}

.finder-selector-option-on:hover {
    color: #00496B;
}

.touch .finder-selector-option-on:hover {
    color: #00496B;
}

.finder-selector-option-on:active,
.touch .finder-selector-option-on:active {
    color: #00496B;
}

.finder-entities-grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 48px;
}

.finder-result {
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px #D6D6D6;
    padding-bottom: 28px;
    padding-top: 10px;
    color: #000000;
    transition: 0.25s;
}


.finder-result:hover {
    color: #00BAFF;
}

.touch .finder-result:hover {
    color: #000000;
}

.finder-result:active,
.touch .finder-result:active {
    color: #00BAFF;
}

.finder-result:last-of-type {
    border-bottom: none;
}

.finder-result-picture {
    position: relative;
    width: 90px;
    height: 90px;
    margin-top: 14px;
    border-radius: 10px;
    background-color: #00BAFF;
    background-image: url(../assets/bonnin.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.finder-result-title {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}

.finder-result-intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    overflow: hidden;
}

/* PANEL */

.panel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00BAFF;
    animation: panel-anima 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    overflow: auto;
    z-index: 100;
}

@keyframes panel-anima {
    0% {
        transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
        opacity: 0;
    }

    100% {
        transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
        opacity: 1;
    }
}

.panel-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.panel-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
}

.panel-actions {
    display: flex;
    justify-content: flex-end;
    column-gap: 16px;
    padding-bottom: 16px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.panel-actions-close {
    flex: auto;
}

.panel-close {
    display: inline-flex;
    padding: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 0px;
    cursor: pointer;
}

.panel-close img {
    display: block;
    width: 24px;
    height: 24px;
    transition: 0.5s;
}

.panel-close:hover img {
    transform: rotate(180deg);
}

.touch .panel-close:hover img {
    transform: rotate(0deg);
}

.panel-close:active img,
.touch .panel-close:active img {
    transform: rotate(180deg);
}

.panel-actions-buttons {
    flex: none;
    display: flex;
    column-gap: 22px;
    padding-bottom: 16px;
}

.panel-buttons {
    flex: auto;
    display: flex;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
}

.panel-buttons-layout {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.panel-networks {
    flex: none;
    display: flex;
    column-gap: 8px;
    padding-bottom: 10px;
}

.panel-link-block {
    opacity: 0;
    transform: translateY(-32px);
    animation-name: panel-link-anima;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    transition: 0.25s;
}

.panel-link,
.panel-link:link,
.panel-link:visited {
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    font-size: 44px;
    line-height: 44px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: 0.25s;
}

.panel-link:hover {
    opacity: 0.5;
}

.touch .panel-link:hover {
    opacity: 1;
}

.panel-link:active,
.touch .panel-link:active {
    opacity: 0.5;
}

.panel-link-on,
.panel-link-on:link,
.panel-link-on:visited {
    color: #00496B;
}

.panel-link-on:hover {
    color: #00496B;
}

.touch .panel-link-on:hover {
    color: #00496B;
}

.panel-link-on:active,
.touch .panel-link-on:active {
    color: #00496B;
}

.panel-link-block:nth-child(1) {
    animation-delay: 0.2s;
}

.panel-link-block:nth-child(2) {
    animation-delay: 0.3s;
}

.panel-link-block:nth-child(3) {
    animation-delay: 0.4s;
}

.panel-link-block:nth-child(4) {
    animation-delay: 0.5s;
}

.panel-link-block:nth-child(5) {
    animation-delay: 0.6s;
}

@keyframes panel-link-anima {
    from {
        opacity: 0;
        transform: translateY(-32px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.panel-social,
.panel-social:link,
.panel-social:visited {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 1000px;
    cursor: pointer;
    transform: scale(0.75);
    opacity: 0;
    animation-name: panel-social-anima;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.panel-social-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: solid 2px #000000;
    transition: 0.18s;
}

.panel-social svg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 11px;
}

.panel-social svg path {
    fill: #000000;
}

.panel-social:hover .panel-social-circle {
    transform: scale(1.16);
}

.touch .panel-social:hover .panel-social-circle {
    transform: scale(1);
}

.panel-social:active .panel-social-circle,
.touch .panel-social:active .panel-social-circle {
    transform: scale(1.16);
}

.panel-social:nth-child(1) {
    animation-delay: 0s;
}

.panel-social:nth-child(2) {
    animation-delay: 0.25s;
}

.panel-social:nth-child(3) {
    animation-delay: 0.5s;
}

.panel-social:nth-child(4) {
    animation-delay: 0.75s;
}

.panel-social:nth-child(5) {
    animation-delay: 1s;
}

@keyframes panel-social-anima {
    from {
        opacity: 0;
        transform: scale(0.75);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* SEARCH */

.search-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.85;
    z-index: 130;
}

.search-bg-show {
    animation-name: anima-search-bg-show;
    animation-duration: 0.25s;
}

@keyframes anima-search-bg-show {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.85;
    }
}

.search-bg-hide {
    animation-name: anima-search-bg-hide;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
}

@keyframes anima-search-bg-hide {
    from {
        opacity: 0.85;
    }

    to {
        opacity: 0;
    }
}

.search {
    display: none;
    position: fixed;
    top: 100px;
    left: 50%;
    width: calc(100% - 24px);
    max-width: 480px;
    padding: 24px;
    border-radius: 6px;
    background-color: #FFFFFF;
    opacity: 1;
    transform: translateY(0) translateX(-50%);
    z-index: 130;
}

.search-show {
    animation-name: anima-search-show;
    animation-duration: 0.25s;
}

@keyframes anima-search-show {
    from {
        opacity: 0;
        transform: translateY(-100%) translateX(-50%);
    }

    to {
        opacity: 1;
        transform: translateY(0) translateX(-50%);
    }
}

.search-hide {
    animation-name: anima-search-hide;
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
}

@keyframes anima-search-hide {
    from {
        opacity: 1;
        transform: translateY(0) translateX(-50%);
    }

    to {
        opacity: 0;
        transform: translateY(-100%) translateX(-50%);
    }
}

.search-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.search-close img {
    display: block;
    width: 14px;
    height: 14px;
    transition: 0.18s;
}

.search-close:hover img {
    transform: scale(1.2);
}

.touch .search-close:hover img {
    transform: scale(1);
}

.search-close:active img,
.touch .search-close:active img {
    transform: scale(1.2);
}

.search-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#start-search {
    width: 100%;
}

.search-box {
    display: flex;
    padding-top: 20px;
    width: 100%;
    height: 64px;
}

.search-box-alt {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.search-textbox {
    flex: auto;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    border: none;
    border-radius: 4px 0px 0px 4px;
    background-color: #CCCCCC;
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    transition: 0.18s;
}

.search-textbox:focus {
    background-color: #DDDDDD;
}

.search-textbox-alt {
    padding-left: 16px;
    padding-right: 16px;
    border: solid 1px transparent;
    background-color: #FFFFFF;
}

.search-textbox-alt:focus {
    border-color: #00BAFF;
    box-shadow: 0 0 16px -2px rgba(0, 186, 255, 0.6);
    background-color: #FFFFFF;
}

.search-button {
    flex: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 84px;
    height: 100%;
    border: none;
    border-radius: 0px 4px 4px 0px;
    background-color: #00BAFF;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.18s;
}

.search-button:hover {
    color: #00496B;
}

.touch .search-button:hover {
    color: #00BAFF;
}

.search-button:active,
.touch .search-button:active {
    color: #00496B;
}

.search-results {
    padding-bottom: 190px;
}

.search-section {
    display: flex;
    align-items: flex-end;
    column-gap: 24px;
    padding-top: 72px;
    padding-bottom: 32px;
}

.search-section>div:nth-child(1) {
    flex: auto;
}

.search-section>div:nth-child(2) {
    flex: none;
    padding-bottom: 6px;
}

.search-section-name {
    color: #000000;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
}

.search-section-all {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.25s;
}

.search-section-all:hover {
    color: #00BAFF;
}

.touch .search-section-all:hover {
    color: #000000;
}

.search-section-all:active,
.touch .search-section-all:active {
    color: #00BAFF;
}

/* GLOBALS */

.margin {
    padding-left: 24px;
    padding-right: 24px;
}

.frame {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

.frame-alt {
    width: 100%;
    padding-left: calc((100% - 1260px) / 2 - 24px);
}

.frame-max {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.wrapper {
    position: relative;
    overflow: hidden;
    padding-left: 24px;
}

.layout-full {
    position: relative;
}

.layout-half {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.layout-half-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #E5F8FF;
}

.layout-content {
    display: grid;
    grid-template-columns: 0.7fr 0.3fr;
    column-gap: 72px;
    padding-top: 32px;
}

.layout-content-alt {
    padding-top: 50px;
}

.title {
    color: #000000;
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
    letter-spacing: -0.026em;
}

.subtitle {
    color: #000000;
    font-size: 80px;
    line-height: 80px;
    font-weight: 300;
    letter-spacing: -0.026em;
}

.limited {
    max-width: 800px;
}

.centered {
    text-align: center;
}

.white {
    color: #FFFFFF !important;
}

.blue {
    color: #00496B;
}

.orange {
    color: #FF9D00 !important;
}

.green {
    color: #37BE5F !important;
}

.title-header {
    padding-top: 90px;
    padding-bottom: 90px;
}

.title-spaced {
    padding-bottom: 48px;
}

.caption {
    color: #000000;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
}

.caption-alt {
    padding-top: 22px;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
}

.caption-alt-2 {
    padding-top: 22px;
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
}

.caption p {
    padding-bottom: 32px;
}

.caption p:last-of-type {
    padding-bottom: 0px;
}

.caption-alt-2 p {
    padding-bottom: 18px;
}

.caption-alt-2 p:last-of-type {
    padding-bottom: 0px;
}

.button {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    height: 52px;
    padding-left: 16px;
    padding-right: 24px;
    background-color: #E4E4E4;
    color: #000000;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -0.026em;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s;
}

.button-plus {
    padding-bottom: 9px;
    font-size: 45px;
    line-height: 45px;
}

.button:hover {
    background-color: #00BAFF;
    color: #FFFFFF;
}

.touch .button:hover {
    background-color: #E4E4E4;
    color: #000000;
}

.button:active,
.touch .button:active {
    background-color: #00BAFF;
    color: #FFFFFF;
}

.button-alt {
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    height: 60px;
    padding-left: 28px;
    padding-right: 26px;
    border-radius: 100px;
    background-color: #00496B;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.025em;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s;
}

.button-alt-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-alt:hover {
    background-color: #000000;
}

.touch .button-alt:hover {
    background-color: #00496B;
}

.button-alt:active,
.touch .button-alt:active {
    background-color: #000000;
}

.button-alt-loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background-color: rgba(0, 73, 107, 0.5);
}

.button-waiting-spinner {
    width: 36px;
    height: 36px;
    animation: button-waiting-spinner-rotate 1s linear infinite;
}

.button-waiting-spinner-path {
    stroke: #00BAFF;
    stroke-linecap: round;
    animation: button-waiting-spinner-dash 1.3125s ease-in-out infinite;
}

@keyframes button-waiting-spinner-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes button-waiting-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.button-alt:disabled .button-alt-loader {
    display: flex;
}

.button-alt-2 {
    display: inline-flex;
    align-items: center;
    column-gap: 7px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.025em;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s;
}

.button-alt-2-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-alt-2:hover {
    color: #000000;
}

.touch .button-alt-2:hover {
    color: #FFFFFF;
}

.button-alt-2:active,
.touch .button-alt-2:active {
    color: #000000;
}

.button-alt-2 path {
    fill: #FFFFFF;
    transition: 0.25s;
}

.button-alt-2:hover path {
    fill: #000000;
}

.touch .button-alt-2:hover path {
    fill: #FFFFFF;
}

.button-alt-2:active path,
.touch .button-alt-2:active path {
    fill: #000000;
}

.button-alt-3 {
    display: inline-flex;
    align-items: center;
    column-gap: 7px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.025em;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s;
}

.button-alt-3-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-alt-3:hover {
    color: #FFFFFF;
}

.touch .button-alt-3:hover {
    color: #000000;
}

.button-alt-3:active,
.touch .button-alt-3:active {
    color: #FFFFFF;
}

.button-alt-3 path {
    fill: #000000;
    transition: 0.25s;
}

.button-alt-3:hover path {
    fill: #FFFFFF;
}

.touch .button-alt-3:hover path {
    fill: #000000;
}

.button-alt-3:active path,
.touch .button-alt-3:active path {
    fill: #FFFFFF;
}

.button-alt-4 {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    height: 40px;
    padding-left: 23px;
    padding-right: 21px;
    border-radius: 100px;
    background-color: #00496B;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s;
}

.finder-results-all .button-alt-4 {
    display: flex;
    width: 100%;
}

.finder-results-all .button-alt-4>div {
    flex: auto;
}

.finder-results-all .button-alt-4 .button-alt-arrow {
    flex: none;
}

.button-alt-4-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-alt-4-arrow img {
    width: auto;
    height: 13px;
}

.button-alt-4:hover {
    background-color: #00BAFF;
}

.touch .button-alt-4:hover {
    background-color: #00496B;
}

.button-alt-4:active,
.touch .button-alt-4:active {
    background-color: #00BAFF;
}

.button-alt-5 {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    height: 60px;
    padding-left: 28px;
    padding-right: 26px;
    border-radius: 100px;
    background-color: #FFFFFF;
    color: #00BAFF;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.025em;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s;
}

.button-alt-5-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-alt-5:hover {
    color: #000000;
}

.touch .button-alt-5:hover {
    color: #00BAFF;
}

.button-alt-5:active,
.touch .button-alt-5:active {
    color: #000000;
}

.button-alt-5 path {
    fill: #00BAFF;
    transition: 0.25s;
}

.button-alt-5:hover path {
    fill: #000000;
}

.touch .button-alt-5:hover path {
    fill: #00BAFF;
}

.button-alt-5:active path,
.touch .button-alt-5:active path {
    fill: #000000;
}

.back {
    display: inline-flex;
    align-items: center;
    column-gap: 12px;
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    transition: 0.25s;
}

.back-alt{
    margin-top: 24px;
}

.back-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 100px;
    background-color: #E4E4E4;
    transition: 0.25s;
}

.back-arrow svg {
    width: 11px;
    height: auto;
    margin-left: -2px;
}


.back:hover {
    color: #00BAFF;
}

.touch .back:hover {
    color: #00496B;
}

.back:active,
.touch .back:active {
    color: #00BAFF;
}

.back:hover .back-arrow {
    background-color: #00BAFF;
}

.touch .back:hover .back-arrow {
    background-color: #E4E4E4;
}

.back:active .back-arrow,
.touch .back:active .back-arrow {
    background-color: #00BAFF;
}

.back polygon {
    fill: #000000;
    transition: 0.25s;
}

.back:hover polygon {
    fill: #FFFFFF;
}

.touch .back:hover polygon {
    fill: #000000;
}

.back:active polygon,
.touch .back:active polygon {
    fill: #FFFFFF;
}

.actions {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-top: 90px;
}

.actions-alt {
    padding-top: 0px;
}

.content-side-alt .actions {
    row-gap: 12px;
    padding-top: 0px;
}

.action {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    width: 100%;
    height: 80px;
    border-radius: 10px;
    background-color: #00BAFF;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: -0.026em;
    text-transform: uppercase;
    text-align: center;
    transition: 0.25s;
}

.action:hover {
    background-color: #46CCFF;
}

.touch .action:hover {
    background-color: #00BAFF;
}

.action:active,
.touch .action:active {
    background-color: #46CCFF;
}

.action-red {
    background-color: #FFFFFF;
    color: #FF0000;
    border: solid 1px #FF0000;
}

.action-red:hover {
    background-color: #FFE0E0;
}

.touch .action-red:hover {
    background-color: #FFFFFF;
}

.action-red:active,
.touch .action-red:active {
    background-color: #FFE0E0;
}

.action-black {
    background-color: #000000;
}

.action-black:hover {
    background-color: #222222;
}

.touch .action-black:hover {
    background-color: #000000;
}

.action-black:active,
.touch .action-black:active {
    background-color: #222222;
}

.action-blue {
    background-color: #00496B;
}

.action-blue:hover {
    background-color: #006291;
}

.touch .action-blue:hover {
    background-color: #00496B;
}

.action-blue:active,
.touch .action-blue:active {
    background-color: #006291;
}

.action-orange {
    background-color: #FF9D00;
}

.action-orange:hover {
    background-color: #FFB435;
}

.touch .action-orange:hover {
    background-color: #FF9D00;
}

.action-orange:active,
.touch .action-orange:active {
    background-color: #FFB435;
}

.action-green {
    background-color: #17A07A;
}

.action-green:hover {
    background-color: #1AB087;
}

.touch .action-green:hover {
    background-color: #17A07A;
}

.action-green:active,
.touch .action-green:active {
    background-color: #1AB087;
}

.action-event {
    padding: 32px;
    margin-bottom: 24px;
    border-radius: 10px;
    background-color: #FF9D00;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
}

.action-event-title {
    font-weight: 700;
}

.action-event-date {
    padding-top: 4px;
    font-weight: 300;
}

.action-event-detail {
    margin-top: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: solid 1px rgba(255, 255, 255, 0.35);
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

/* PAYMENT */

.payment-advice {
    height: auto;
}

.payment-advice-message {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 180px;
}

.payment-advice-icon {
    display: flex;
    justify-content: center;
    padding-bottom: 48px;
}

.payment-advice-icon img {
    width: auto;
    height: 180px;
}

.payment-advice-caption {
    max-width: 800px;
    padding-top: 36px;
    padding-bottom: 64px;
    margin: 0 auto;
}

/* DISPLAY */

.display {
    position: relative;
    width: 100%;
    height: calc(100% - 80px - 3%);
    background-color: #E2E2E2;
    overflow: hidden;
}

.display-alt {
    height: calc(100% - 80px - 79px - 3%);
}

.display-swiper {
    width: 100%;
    height: 100%;
    --swiper-theme-color: #FFFFFF;
    --swiper-pagination-right: 0px;
    --swiper-pagination-bottom: 30px;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-horizontal-gap: 8px;
    --swiper-pagination-bullet-inactive-color: rgb(255, 255, 255);
    --swiper-pagination-bullet-inactive-opacity: 0.3;
}

.display-slide {
    position: relative !important;
    width: 100% !important;
    background-color: var(--bg-color);
    overflow: hidden;
}

.slide-picture {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation-name: slide-picture-anima;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    overflow: hidden;
}

@keyframes slide-picture-anima {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
}

.slide-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide-video-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--overlay-color);
    opacity: 0.5;
}

.slide-overlay-multiply {
    opacity: 0.5;
    mix-blend-mode: multiply;
}

.slide-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 80px;
    color: #FFFFFF;
    font-size: 90px;
    line-height: 80px;
    letter-spacing: -0.026em;
    font-weight: 300;
}

.slide-caption-inverse {
    color: #000000;
}

.slide-caption strong {
    font-weight: 700;
}

.slide-caption-blue {
    color: #00BAFF;
}

.slide-caption-white {
    color: #000000;
}

.slide-caption-inverse .slide-caption-white {
    color: #FFFFFF;
}

.slide-caption-content {
    opacity: 0;
    transform: translateY(-10px);
    animation-name: slide-caption-content-anima;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes slide-caption-content-anima {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-caption-button-frame {
    padding-top: 32px;
    font-size: 16px;
    line-height: 16px;
}

/* FUNDATION */

.home-fundation {
    background-color: #FFFFFF;
    padding-top: 120px;
    padding-bottom: 148px;
    overflow: hidden;
}

.home-fundation-text {
    max-width: 800px;
    padding-top: 36px;
    margin: 0 auto;
}

.fundation-banner {
    padding-top: 130px;
    padding-bottom: 130px;
    background-color: #161616;
    background-image: url(../assets/fundation.jpg);
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.fundation-banner-title {
    padding-bottom: 16px;
    font-weight: 300;
}

.fundation-banner-title strong {
    font-weight: 700;
}

.fundation-banner-button {
    padding-top: 32px;
}

.fundation-media {
    margin-top: 90px;
    padding-top: 130px;
    padding-bottom: 130px;
    background-color: #082E3C;
    background-image: url(../assets/media.jpg);
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.fundation-media-circle-frame {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fundation-media-circle {
    position: relative;
    width: 420px;
    height: 420px;
    cursor: pointer;
}

.fundation-media-circle-picture {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 800px;
    background-image: url(../assets/media-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fundation-media-play {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    padding-left: 8px;
    border-radius: 300px;
    background-color: #00BAFF;
    transition: 0.25s;
}

.fundation-media-circle:hover .fundation-media-play {
    transform: scale(1.26);
}

.touch .fundation-media-circle:hover .fundation-media-play {
    transform: scale(1);
}

.fundation-media-circle:active .fundation-media-play,
.touch .fundation-media-circle:active .fundation-media-play {
    transform: scale(1.26);
}

.fundation-media-circle-shadow {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 100%;
    height: 100%;
    border-radius: 800px;
    background-image: url(../assets/media-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fundation-media-title {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    font-weight: 300;
}

.fundation-media-title strong {
    font-weight: 700;
}


.faqs {
    padding-top: 170px;
    padding-bottom: 180px;
}

.faqs-list {
    display: flex;
    flex-direction: column;
    padding-top: 90px;
    padding-bottom: 24px;
}

.faqs-item {
    border-bottom: solid 1px #000000;
}

.faqs-header {
    display: flex;
    column-gap: 10px;
    cursor: pointer;
    padding-top: 24px;
    padding-bottom: 26px;
    color: #000000;
    transition: 0.25s;
}

.faqs-header:hover {
    color: #00BAFF;
}

.touch .faqs-header:hover {
    color: #000000;
}

.faqs-header:active,
.touch .faqs-header:active {
    color: #00BAFF;
}

.faqs-item-on .faqs-header {
    color: #00BAFF;
}

.faqs-item-on .faqs-header:hover {
    color: #00BAFF;
}

.touch .faqs-item-on .faqs-header:hover {
    color: #00BAFF;
}

.faqs-item-on .faqs-header:active,
.touch .faqs-item-on .faqs-header:active {
    color: #00BAFF;
}

.faqs-question {
    flex: auto;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
}

.faqs-arrow {
    flex: none;
    display: flex;
    align-items: flex-start;
    padding-right: 32px;
    padding-top: 11px;
}

.faqs-arrow svg {
    transition: 0.5s;
}

.faqs-item-on .faqs-arrow svg {
    transform: rotate(180deg);
}

.faqs-arrow path {
    fill: #000000;
    transition: 0.25s;
}

.faqs-header:hover .faqs-arrow path {
    fill: #00BAFF;
}

.touch .faqs-header:hover .faqs-arrow path {
    fill: #000000;
}

.faqs-header:active .faqs-arrow path,
.touch .faqs-header:active .faqs-arrow path {
    fill: #00BAFF;
}

.faqs-item-on .faqs-arrow path {
    fill: #00BAFF;
    transition: 0.25s;
}

.faqs-item-on .faqs-header:hover .faqs-arrow path {
    fill: #00BAFF;
}

.touch .faqs-item-on .faqs-header:hover .faqs-arrow path {
    fill: #00BAFF;
}

.faqs-item-on .faqs-header:active .faqs-arrow path,
.touch .faqs-item-on .faqs-header:active .faqs-arrow path {
    fill: #00BAFF;
}

.faqs-response {
    display: none;
    width: 100%;
    max-width: 640px;
    padding-bottom: 48px;
    font-size: 20px;
    line-height: 26px;
    opacity: 0;
    transform: scale(0.9);
    animation: faqs-response-anima 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.faqs-item-on .faqs-response {
    display: block;
}

.faqs-response p {
    padding-bottom: 8px;
}

.faqs-response p:last-of-type {
    padding-bottom: 0px;
}

@keyframes faqs-response-anima {
    0% {
        transform: translateY(16px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

/* LEGACY */

.block-legacy {
    padding-top: 164px;
    padding-bottom: 172px;
    background-color: #141718;
    background-image: url(../assets/legacy.jpg);
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}

.block-legacy-alt {
    padding-top: 70px;
    padding-bottom: 86px;
}

.block-legacy-button {
    padding-top: 32px;
}

.legacy-alt {
    padding-top: 100px;
    padding-bottom: 32px;
    background-color: #000000;
}

.items-swiper-frame {
    position: relative;
    width: calc(100% + 100px);
    padding-bottom: 100px;
}

.items-section {
    display: flex;
    align-items: flex-end;
    column-gap: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
}

.items-section>div:nth-child(1) {
    flex: auto;
}

.items-section>div:nth-child(2) {
    flex: none;
    padding-bottom: 6px;
}

.items-section-name {
    color: #000000;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
}

.legacy-alt .items-section-name {
    color: #FFFFFF;
}

.items-section-all {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.25s;
}

.items-section-all:hover {
    color: #00BAFF;
}

.touch .items-section-all:hover {
    color: #000000;
}

.items-section-all:active,
.touch .items-section-all:active {
    color: #00BAFF;
}

.legacy-alt .items-section-all {
    color: #FFFFFF;
}

.legacy-alt .items-section-all:hover {
    color: #00BAFF;
}

.touch .legacy-alt .items-section-all:hover {
    color: #FFFFFF;
}

.legacy-alt .items-section-all:active,
.touch .legacy-alt .items-section-all:active {
    color: #00BAFF;
}

.items-explorer {
    padding-bottom: 72px;
}

.items-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 24px;
    row-gap: 48px;
    padding-bottom: 100px;
}

.items-empty {
    padding-bottom: 400px;
    font-size: 20px;
    line-height: 26px;
}

.items-empty-title {
    padding-bottom: 16px;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}

.items-swiper {
    --swiper-theme-color: #FFFFFF;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 24px !important;
}

.items-swiper .swiper-wrapper {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 1fr !important;
}

.items-swiper-prev.swiper-button-prev {
    top: 26% !important;
    left: unset !important;
    right: 148px !important;
    width: 56px;
    height: 56px;
    margin-top: 0 !important;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: 0.25s;
}

.items-swiper-prev.swiper-button-prev::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../assets/prev.svg);
    background-position: 19px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.items-swiper-prev.swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 1);
}

.touch .items-swiper-prev.swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.items-swiper-prev.swiper-button-prev:active,
.touch .items-swiper-prev.swiper-button-prev:active {
    background-color: rgba(255, 255, 255, 1);
}

.items-swiper-next.swiper-button-next {
    top: calc(26% + 66px) !important;
    right: 148px !important;
    width: 56px;
    height: 56px;
    margin-top: 0 !important;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: 0.25s;
}

.items-swiper-next.swiper-button-next::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../assets/next.svg);
    background-position: 22px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.items-swiper-next.swiper-button-next:hover {
    background-color: rgba(255, 255, 255, 1);
}

.touch .items-swiper-next.swiper-button-next:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.items-swiper-next.swiper-button-next:active,
.touch .items-swiper-next.swiper-button-next:active {
    background-color: rgba(255, 255, 255, 1);
}

.items-swiper-prev.swiper-button-disabled {
    opacity: 0 !important;
}

.items-swiper-next.swiper-button-disabled {
    opacity: 0 !important;
}

.item {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.item-picture {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 20px;
    background-color: #00BAFF;
    background-image: url(../assets/bonnin.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    opacity: 1;
}

.item:hover .item-picture {
    opacity: 0;
}

.touch .item:hover .item-picture {
    opacity: 1;
}

.item:active .item-picture,
.touch .item:active .item-picture {
    opacity: 0;
}

.item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56.5%;
    border-radius: 20px;
    background-color: #00BAFF;
    background-image: url(../assets/bonnin.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0s, height 0.5s;
}

.item:hover .item-image {
    opacity: 1;
    height: 100%;
}

.touch .item:hover .item-image {
    opacity: 0;
    height: 56.5%;
}

.item:active .item-image,
.touch .item:active .item-image {
    opacity: 1;
    height: 100%;
}

.item-tint-soft {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00BAFF;
    opacity: 0.15;
}

.item-tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00BAFF;
    opacity: 0.15;
    transition: 0.5s;
}

.item:hover .item-tint {
    opacity: 0.75;
}

.touch .item:hover .item-tint {
    opacity: 0.15;
}

.item:active .item-tint,
.touch .item:active .item-tint {
    opacity: 0.75;
}

.item-icons {
    position: absolute;
    top: 22px;
    left: 22px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-icon img {
    width: 28px;
    height: auto;
}

.item-header {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 24px;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    text-align: left;
    opacity: 0;
    transform: translateY(70%);
    transition: 0.5s;
}

.item:hover .item-header {
    opacity: 1;
    transform: translateY(0%);
}

.touch .item:hover .item-header {
    opacity: 0;
    transform: translateY(70%);
}

.item:active .item-header,
.touch .item:active .item-header {
    opacity: 1;
    transform: translateY(0%);
}

.item-info {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
}

.legacy-alt .item-info {
    color: #FFFFFF;
}

.item-data {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.item-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    overflow: hidden;
}

.items-grid .item-title {
    display: block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    line-clamp: unset;
}

.item-intro {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    overflow: hidden;
}

/* INDEX */

.index-frame {
    background-color: #EFEFEF;
}

.index {
    display: flex;
    flex-direction: column;
    column-gap: 24px;
    row-gap: 36px;
    padding-top: 72px;
    padding-bottom: 110px;
}

.index-group {
    padding-bottom: 18px;
    color: #000000;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

.index-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.index-item {
    display: block;
    padding: 7px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 100px;
    background-color: #DDDDDD;
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    transition: 0.25s;
    text-transform: uppercase;
}

.index-item:hover {
    background-color: #00BAFF;
    color: #FFFFFF;
}

.touch .index-item:hover {
    background-color: #DDDDDD;
    color: #000000;
}

.index-item:active,
.touch .index-item:active {
    background-color: #00BAFF;
    color: #FFFFFF;
}

/* CALENDAR */

.block-calendar {
    background-color: #FFFFFF;
    padding-top: 190px;
    padding-bottom: 140px;
}

.block-calendar-button {
    padding-top: 32px;
    padding-bottom: 52px;
}

.calendar-events {
    padding-top: 170px;
    padding-bottom: 170px;
}

.calendar-events-alt {
    padding-top: 0px;
}

.calendar-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 56px;
}

.calendar-event {
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
    border-bottom: solid 1px #E4E4E4;
    color: #000000;
}

.calendar-picture {
    flex: none;
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    border-radius: 20px;
    background-color: #E2E2E2;
    overflow: hidden;
}

.calendar-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.5s;
}

.calendar-event:hover .calendar-img {
    transform: scale(1.1);
    filter: brightness(116%);
}

.touch .calendar-event:hover .calendar-img {
    transform: scale(1);
    filter: brightness(100%);
}

.calendar-event:active .calendar-img,
.touch .calendar-event:active .calendar-img {
    transform: scale(1.1);
    filter: brightness(116%);
}

.calendar-info {
    flex: auto;
    height: 100%;
    padding-top: 24px;
}

.calendar-tagline {
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    transition: 0.25s;
}

.calendar-event:hover .calendar-tagline {
    color: #00BAFF;
}

.touch .calendar-event:hover .calendar-tagline {
    color: #000000;
}

.calendar-event:active .calendar-tagline,
.touch .calendar-event:active .calendar-tagline {
    color: #00BAFF;
}

.calendar-title {
    padding-top: 7px;
    padding-bottom: 20px;
    color: #000000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    transition: 0.25s;
}

.calendar-event:hover .calendar-title {
    color: #00BAFF;
}

.touch .calendar-event:hover .calendar-title {
    color: #000000;
}

.calendar-event:active .calendar-title,
.touch .calendar-event:active .calendar-title {
    color: #00BAFF;
}

.calendar-date {
    flex: none;
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

/* PROJECTS */

.projects-list {
    padding-top: 170px;
    padding-bottom: 170px;
}

.projects-list-alt {
    padding-top: 0px;
}

.projects-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 56px;
}

.projects-item {
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
    border-bottom: solid 1px #E4E4E4;
    color: #000000;
}

.projects-item-picture {
    flex: none;
    position: relative;
    width: 100%;
    padding-bottom: 66.66666666666667%;
    border-radius: 20px;
    background-color: #E2E2E2;
    overflow: hidden;
}

.projects-item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.5s;
}

.projects-item:hover .projects-item-img {
    transform: scale(1.1);
    filter: brightness(116%);
}

.touch .projects-item:hover .projects-item-img {
    transform: scale(1);
    filter: brightness(100%);
}

.projects-item:active .projects-item-img,
.touch .projects-item:active .projects-item-img {
    transform: scale(1.1);
    filter: brightness(116%);
}

.projects-item-info {
    flex: auto;
    height: 100%;
    padding-top: 24px;
}

.projects-item-tagline {
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    transition: 0.25s;
}

.projects-item:hover .projects-item-tagline {
    color: #00BAFF;
}

.touch .projects-item:hover .projects-item-tagline {
    color: #000000;
}

.projects-item:active .projects-item-tagline,
.touch .projects-item:active .projects-item-tagline {
    color: #00BAFF;
}

.projects-item-title {
    padding-top: 7px;
    padding-bottom: 20px;
    color: #000000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    transition: 0.25s;
}

.projects-item:hover .projects-item-title {
    color: #00BAFF;
}

.touch .projects-item:hover .projects-item-title {
    color: #000000;
}

.projects-item:active .projects-item-title,
.touch .projects-item:active .projects-item-title {
    color: #00BAFF;
}

.projects-item-bar {
    position: relative;
    width: 100%;
    height: 6px;
    margin-bottom: 14px;
    border-radius: 100px;
    background-color: rgb(55, 190, 95, 0.35);
    overflow: hidden;
}

.projects-item-bar-on {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #37BE5F;
}

.projects-item-date {
    flex: none;
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.action-project {
    padding: 32px;
    margin-bottom: 24px;
    border-radius: 10px;
    background-color: #37BE5F;
    color: #FFFFFF;
}

.action-project-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.action-project-detail {
    padding-top: 16px;
    padding-bottom: 12px;
    font-size: 19px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
}

.action-project-progress {
    padding-top: 16px;
    padding-bottom: 8px;
}

.action-project-bar {
    position: relative;
    width: 100%;
    height: 12px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.35);
    overflow: hidden;
}

.action-project-bar-on {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #FFFFFF;
}

.action-project-amounts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 8px;
    padding-top: 8px;
    font-size: 18px;
    line-height: 18px;
}

.action-project-funds {
    display: flex;
    align-items: center;
    font-weight: 700;
}

.action-project-target {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 400;
}

.action-project-time {
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 2px;
    border-top: solid 1px rgba(255, 255, 255, 0.35);
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}

.action-project-button {
    margin-top: 16px;
    text-align: center;
}

.viewer-project {
    padding: 48px;
    padding-top: 64px;
}

.viewer-project-caption {
    padding-bottom: 28px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    text-transform: uppercase;
}

.viewer-project-caption strong {
    font-weight: 400;
}

.viewer-project-time {
    color: #37BE5F;
}

.project-amounts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 8px;
    margin-top: -12px;
}

.project-amount {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 4px;
    background-color: #E2E2E2;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.25s;
}

.project-amount-alt {
    font-weight: 700;
}

.project-amount:hover {
    color: #FFFFFF;
    background-color: #00BAFF;
}

.touch .project-amount:hover {
    color: #000000;
    background-color: #E2E2E2;
}

.project-amount:active,
.touch .project-amount:active {
    color: #FFFFFF;
    background-color: #00BAFF;
}

/* FEATURED */

.featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.featured-info {
    position: relative;
    padding: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 64px;
    margin-bottom: 64px;
    background-color: #FF9D00;
    color: #FFFFFF;
    transition: 0.25s;
    z-index: 2;
}

.featured-info:hover {
    background-color: #FFAD24;
}

.touch .featured-info:hover {
    background-color: #FF9D00;
}

.featured-info:active,
.touch .featured-info:active {
    background-color: #FFAD24;
}

.featured-info-alt {
    background-color: #37BE5F;
}

.featured-info-alt:hover {
    background-color: #44CA6C;
}

.touch .featured-info-alt:hover {
    background-color: #37BE5F;
}

.featured-info-alt:active,
.touch .featured-info-alt:active {
    background-color: #44CA6C;
}



.featured-info:hover .button-alt-2 {
    color: #000000;
}

.touch .featured-info:hover .button-alt-2 {
    color: #FFFFFF;
}

.featured-info:active .button-alt-2,
.touch .featured-info:active .button-alt-2 {
    color: #000000;
}

.featured-info:hover .button-alt-2 path {
    fill: #000000;
}

.touch .featured-info:hover .button-alt-2 path {
    fill: #FFFFFF;
}

.featured-info:active .button-alt-2 path,
.touch .featured-info:active .button-alt-2 path {
    fill: #000000;
}

.featured-alt .featured-info {
    background-color: #E4E4E4;
    color: #000000;
}

.featured-alt .featured-info:hover {
    background-color: #CECECE;
}

.touch .featured-alt .featured-info:hover {
    background-color: #E4E4E4;
}

.featured-alt .featured-info:active,
.touch .featured-alt .featured-info:active {
    background-color: #CECECE;
}

.featured-info:hover .button-alt-3 {
    color: #00BAFF;
}

.touch .featured-info:hover .button-alt-3 {
    color: #000000;
}

.featured-info:active .button-alt-3,
.touch .featured-info:active .button-alt-3 {
    color: #00BAFF;
}

.featured-info:hover .button-alt-3 path {
    fill: #00BAFF;
}

.touch .featured-info:hover .button-alt-3 path {
    fill: #000000;
}

.featured-info:active .button-alt-3 path,
.touch .featured-info:active .button-alt-3 path {
    fill: #00BAFF;
}

.featured-tagline {
    padding-bottom: 4px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.featured-date {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.featured-title {
    padding-top: 20px;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -0.03em;
    font-weight: 700;
}

.featured-subtitle {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -0.03em;
    font-weight: 300;
}

.featured-intro {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
}

.featured-picture {
    position: relative;
    margin-left: -25%;
    background-color: #E2E2E2;
    overflow: hidden;
}

.featured-picture-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation-name: featured-picture-anima;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes featured-picture-anima {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.featured-progress-bar {
    position: relative;
    width: 100%;
    height: 8px;
    margin-top: 14px;
    border-radius: 100px;
    background-color: rgb(255, 255, 255, 0.35);
    overflow: hidden;
}

.featured-progress-bar-on {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #FFFFFF;
}


/* HISTORY */

.block-history {
    padding-bottom: 134px;
    background-color: #FFFFFF;
}

.block-history-layout {
    display: flex;
    column-gap: 48px;
    max-width: 960px;
}

.block-history-image {
    flex: none;
    display: flex;
    align-items: center;
}

.block-history-picture {
    width: 380px;
    height: 380px;
    border-radius: 2000px;
    background-color: #000000;
    background-image: url(../assets/history.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.block-history-content {
    flex: auto;
    display: flex;
    align-items: center;
}

.block-history-button {
    padding-top: 32px;
}

/* TESTIMONIALS */

.home-testimonials {
    background-color: #F1F1F1;
    padding-top: 100px;
    padding-bottom: 100px;
}

.home-testimonials-text {
    max-width: 800px;
    padding-top: 36px;
    margin: 0 auto;
}

.home-testimonials-more {
    color: #000000;
    font-weight: 700;
    transition: 0.25s;
}

.home-testimonials-more:hover {
    color: #00BAFF;
}

.touch .home-testimonials-more:hover {
    color: #000000;
}

.home-testimonials-more:active,
.touch .home-testimonials-more:active {
    color: #00BAFF;
}

.home-testimonials-author {
    padding-top: 48px;
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 48px;
    column-gap: 48px;
    padding-top: 100px;
}

.testimonials-item {
    padding: 32px;
    padding-bottom: 40px;
    border-radius: 10px;
    background-color: #FFFFFF;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    text-align: center;
    box-shadow: 0 0 14px -3px rgba(0, 0, 0, 0.15);
    transition: 0.25s;
}

.testimonials-item:hover {
    box-shadow: 0 0 24px -4px rgba(0, 0, 0, 0.3);
}

.touch .testimonials-item:hover {
    box-shadow: 0 0 14px -3px rgba(0, 0, 0, 0.15);
}

.testimonials-item:active,
.touch .testimonials-item:active {
    box-shadow: 0 0 24px -4px rgba(0, 0, 0, 0.3);
}

.testimonials-item:hover .button-alt-4 {
    background-color: #00BAFF;
}

.touch .testimonials-item:hover .button-alt-4 {
    background-color: #00496B;
}

.testimonials-item:active .button-alt-4,
.touch .testimonials-item:active .button-alt-4 {
    background-color: #00BAFF;
}

.testimonials-item-author {
    padding-bottom: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.testimonials-item-author strong {
    font-weight: 700;
}

.testimonials-item-intro {
    font-style: italic;
}

.testimonials-item-button {
    margin-top: 24px;
}

/* IMPRINTS */

.imprints-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 48px;
    column-gap: 48px;
    padding-top: 100px;
    padding-bottom: 20px;
}

.imprints-item {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background-color: #F3F3F3;
    padding: 24px;
    transition: 0.25s;
}

.imprints-item:hover {
    background-color: #E2E2E2;
}

.touch .imprints-item:hover {
    background-color: #F3F3F3;
}

.imprints-item:active,
.touch .imprints-item:active {
    background-color: #E2E2E2;
}

.imprints-item:hover .button-alt-4 {
    background-color: #00BAFF;
}

.touch .imprints-item:hover .button-alt-4 {
    background-color: #00496B;
}

.imprints-item:active .button-alt-4,
.touch .imprints-item:active .button-alt-4 {
    background-color: #00BAFF;
}

.imprints-item-info {
    flex: auto;
    height: 100%;
}

.imprints-item-title {
    padding-bottom: 8px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}

.imprints-item-author {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
}

.imprints-item-intro {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

.imprints-item-action {
    flex: none;
}

.imprints-item-button {
    margin-left: -3px;
}

/* REGISTER */

.block-register {
    background-color: #00BAFF;
    overflow: hidden;
}

.block-register-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
}

.block-register-brand {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
}

.block-register-brand-1 {
    position: relative;
}

.block-register-picture {
    position: absolute;
    top: -90%;
    right: -80%;
    width: 280%;
    height: 280%;
    background-image: url(../assets/register.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.block-register-brand-2 {
    position: relative;
    display: flex;
    align-items: center;
}

.block-register-brand-logo {
    width: 100%;
    max-width: 366px;
}

.block-register-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 170px;
    padding-bottom: 190px;
}

.block-register-content>div {
    width: 100%;
    max-width: 420px;
}

.block-register-button {
    padding-top: 64px;
}

/* NEWS */

.block-news {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #FFFFFF;
}

.block-news-layout {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    column-gap: 48px;
}

.block-news-button {
    padding-top: 32px;
    padding-bottom: 52px;
}

.block-news-grid {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 32px;
}

.block-news-grid-alt {
    grid-template-columns: 1fr 1fr;
    column-gap: 8%;
}

.news-articles {
    padding-top: 170px;
    padding-bottom: 170px;
}

.news-articles-alt {
    padding-top: 0px;
}

.news {
    display: flex;
    column-gap: 32px;
    color: #000000;
}

.news-picture {
    flex: none;
    width: 200px;
}

.news-pic {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 20px;
    background-color: #E2E2E2;
    overflow: hidden;
}

.news-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.5s;
}

.news:hover .news-img {
    transform: scale(1.1);
    filter: brightness(116%);
}

.touch .news:hover .news-img {
    transform: scale(1);
    filter: brightness(100%);
}

.news:active .news-img,
.touch .news:active .news-img {
    transform: scale(1.1);
    filter: brightness(116%);
}

.news-info {
    padding-top: 10px;
    padding-bottom: 24px;
}

.news-tagline {
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    transition: 0.25s;
}

.news:hover .news-tagline {
    color: #00BAFF;
}

.touch .news:hover .news-tagline {
    color: #000000;
}

.news:active .news-tagline,
.touch .news:active .news-tagline {
    color: #00BAFF;
}

.news-title {
    padding-top: 7px;
    padding-bottom: 12px;
    color: #000000;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    transition: 0.25s;
}

.news:hover .news-title {
    color: #00BAFF;
}

.touch .news:hover .news-title {
    color: #000000;
}

.news:active .news-title,
.touch .news:active .news-title {
    color: #00BAFF;
}

.news-intro {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

/* PAGES */

.page-header {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 70%;
    background-color: #E2E2E2;
    overflow: hidden;
}

.page-header-alt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, rgba(210, 242, 255, 1) 0%, rgba(226, 226, 226, 1) 100%);
}

.page-header-alt-2 {
    height: 56%;
    min-height: unset;
}

.page-header-alt-3 {
    width: 100%;
    padding-bottom: 56.25%;
    background-color: #E2E2E2;
    min-height: unset;
    height: unset;
    margin-bottom: 32px;
}

.page-header-alt-4 {
    width: 100%;
    padding-bottom: 66.66666666666667%;
    background-color: #E2E2E2;
    min-height: unset;
    height: unset;
    margin-bottom: 32px;
}

.page-header-alt-5 {
    width: 100%;
    min-height: unset;
    height: unset;
}

.page-header-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.page-header-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 24px;
    padding-right: 24px;
}

.page-header-frame {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 90px;
}

.page-header-tagline {
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.page-header-title {
    padding-top: 0px;
    padding-bottom: 16px;
}

.page-header-intro {
    padding-top: 16px;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
}

.pages-nav {
    padding-top: 48px;
    padding-bottom: 140px;
    margin-top: 96px;
    overflow: hidden;
}

.pages-nav-alt {
    padding-top: 48px;
    padding-bottom: 42px;
    margin-top: 24px;
}

.pages-nav-title {
    padding-bottom: 24px;
    color: #000000;
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
}

.pages-nav-alt .pages-nav-title {
    display: none;
}

.pages-swiper-frame {
    position: relative;
    width: calc(100% + 100px);
}

.pages-swiper {
    width: 100%;
    height: 106px !important;
    padding-top: 26px !important;
    padding-bottom: 0px !important;
    --swiper-theme-color: #00BAFF;
    --swiper-scrollbar-border-radius: 10px;
    --swiper-scrollbar-top: 0px;
    --swiper-scrollbar-bottom: 0px;
    --swiper-scrollbar-left: auto;
    --swiper-scrollbar-right: 0px;
    --swiper-scrollbar-sides-offset: 0%;
    --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
    --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.35);
    --swiper-scrollbar-size: 3px;
}

.pages-swiper .swiper-horizontal>.swiper-scrollbar,
.pages-swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%) - 100px) !important;
}

.pages-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 10px;
    border: solid 2px transparent;
    background-color: #E2E2E2;
    color: #000000;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    transition: 0.25s;
}

.pages-button:hover {
    border-color: #00BAFF;
    background-color: #FFFFFF;
    color: #00BAFF;
}

.touch .pages-button:hover {
    border-color: transparent;
    background-color: #E2E2E2;
    color: #000000;
}

.pages-button:active,
.touch .pages-button:active {
    border-color: #00BAFF;
    background-color: #FFFFFF;
    color: #00BAFF;
}

.pages-button-on {
    background-color: #00BAFF;
    color: #FFFFFF;
    font-weight: 700;
}

.pages-button-on:hover {
    border-color: transparent;
    background-color: #00BAFF;
    color: #FFFFFF;
}

.touch .pages-button-on:hover {
    border-color: transparent;
    background-color: #00BAFF;
    color: #FFFFFF;
}

.pages-button-on:active,
.touch .pages-button-on:active {
    border-color: transparent;
    background-color: #00BAFF;
    color: #FFFFFF;
}

.page-info {
    padding-top: 56px;
    padding-bottom: 24px;
}

.page-tagline {
    color: #0C5A76;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.page-date {
    color: #0C5A76;
    padding-top: 8px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

.page-title {
    padding-top: 18px;
    padding-bottom: 22px;
}

.page-title-alt {
    padding-top: 0px;
}

.page-intro {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
}

.page-share {
    display: flex;
    column-gap: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-top: 80px;
    border-top: solid 1px #E2E2E2;
    color: #0C5A76;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.page-share-buttons {
    display: flex;
    column-gap: 4px;
}

.page-share-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    cursor: pointer;
}

.page-share-button svg {
    width: auto;
    height: 18px;
}

.page-share-button path {
    fill: #0C5A76;
    transition: 0.25s;
}

.page-share-button:hover path {
    fill: #00BAFF;
}

.touch .page-share-button:hover path {
    fill: #0C5A76;
}

.page-share-button:active path,
.touch .page-share-button:active path {
    fill: #00BAFF;
}

/* CONTENT */

.content-context {
    font-weight: 400;
}

.content-data {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding-top: 28px;
}

.content-authors {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.content-author {
    display: inline-flex;
    column-gap: 8px;
    color: #000000;
    transition: 0.25s;
}

.content-author:hover {
    color: #00BAFF;
}

.touch .content-author:hover {
    color: #000000;
}

.content-author:active,
.touch .content-author:active {
    color: #00BAFF;
}

.content-author-picture {
    width: 40px;
    height: 40px;
    background-color: #E2E2E2;
    border-radius: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../assets/user.svg);
}

.content-author-alt .content-author-picture {
    width: 36px;
    height: 36px;
}

.content-author-label {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
}

.content-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.content-tag {
    display: inline-flex;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 100px;
    border: solid 2px transparent;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    transition: 0.25s;
}

.content-tag-blue {
    background-color: #00BAFF;
}

.content-tag-ocean {
    background-color: #0C5A76;
}

.content-tag-orange {
    background-color: #FF9D00;
}

.content-tag-border-blue {
    color: #00BAFF;
    border-color: #00BAFF;
}

.content-tag-gray {
    background-color: #CCCCCC;
    color: #000000;
    font-style: italic;
}

.content-tag:hover {
    filter: brightness(115%);
}

.touch .content-tag:hover {
    filter: brightness(100%);
}

.content-tag:active,
.touch .content-tag:active {
    filter: brightness(115%);
}


.content-categories-title {
    padding-bottom: 12px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}

.content-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding-bottom: 32px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

.content-category {
    display: inline-flex;
    color: #000000;
    transition: 0.25s;
    font-style: italic;
}

.content-category:hover {
    color: #00BAFF;
}

.touch .content-category:hover {
    color: #000000;
}

.content-category:active,
.touch .content-category:active {
    color: #00BAFF;
}


.content-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.content-gallery-picture {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-color: #E2E2E2;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.15);
}

.content-gallery-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.6s;
}

.content-gallery-picture:hover .content-gallery-image {
    filter: brightness(120%);
    transform: scale(1.2);
}

.touch .content-gallery-picture:hover .content-gallery-image {
    filter: brightness(100%);
    transform: scale(1);
}

.content-gallery-picture:active .content-gallery-image,
.touch .content-gallery-picture:active .content-gallery-image {
    filter: brightness(120%);
    transform: scale(1.2);
}

.content-side {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
}

.content-side-alt {
    display: none;
    flex-direction: column;
    row-gap: 24px;
    padding-top: 8px;
}

.content-suggestions {
    padding-top: 90px;
    padding-bottom: 90px;
}

.content {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 32px;
}

.blocked {
    height: 360px;
    overflow: hidden;
}

.blocked-ellipsis {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 2;
}

.blocked-advice {
    width: 100%;
    padding: 48px;
    border-radius: 10px;
    background-color: #00BAFF;
    background-image: url(../assets/origami.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 65% auto;
}

.blocked-button {
    padding-top: 40px;
}

.content-alt {
    padding-top: 0px;
}

.content-alt-2 {
    padding-top: 24px;
    padding-bottom: 90px;
}

.content-alt-3 {
    padding-bottom: 90px;
}

.content h2,
.content h3,
.content p,
.content ul,
.content ol,
.content-image,
.content-embed {
    display: block;
    width: 100%;
    max-width: 848px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
}

.content-alt h2,
.content-alt h3,
.content-alt p,
.content-alt ul,
.content-alt ol,
.content-alt .content-image,
.content-alt .content-embed {
    max-width: unset;
    margin: unset;
    padding-left: 0px;
    padding-right: 0px;
}

.content-embed {
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-embed-frame {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.content-embed-frame-alt {
    border-radius: 12px;
    overflow: hidden;
}

.content-embed iframe {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.content-embed-frame iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.content strong,
.content b {
    font-weight: 400;
}

.content p,
.content ul,
.content ol {
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
}

.content ul,
.content ol {
    padding-left: 64px;
    padding-right: 24px;
}

.content li {
    padding: 0;
    margin: 0;
}

.content h2 {
    padding-top: 32px;
    color: #000000;
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
}

.content h3 {
    padding-top: 20px;
    color: #000000;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
}

.content a,
.content a:link,
.content a:visited {
    color: #0C5A76;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    transition: 0.25s;
}

.content a:hover {
    color: #00BAFF;
}

.touch .content a:hover {
    color: #0C5A76;
}

.content a:active,
.touch .content a:active {
    color: #00BAFF;
}

.content-image {
    padding-top: 22px;
    padding-bottom: 22px;
}

.content img {
    display: block;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 0 12px -2px rgba(0, 0, 0, 0.15);
}

.content-alt-2 img {
    margin: unset;
}

.content-image-full {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.content-image-full img {
    width: 100%;
    max-width: none;
    border-radius: 0;
    box-shadow: none;
}

.content-image-with-border img {
    border: solid 2px #E2E2E2;
}

.content-image-with-bg img {
    padding: 32px;
    background-color: #E2E2E2;
}

.content figcaption {
    padding-top: 10px;
    color: #999999;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
}

.content-embed figcaption {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
}

/* PRESS */

.press-timeline {
    padding-top: 100px;
    padding-bottom: 100px;
}

.press-layout {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 24px;
}

.press-swiper {
    width: 100%;
    --swiper-scrollbar-border-radius: 10px;
    --swiper-scrollbar-top: 0px;
    --swiper-scrollbar-bottom: 0px;
    --swiper-scrollbar-left: auto;
    --swiper-scrollbar-right: 0px;
    --swiper-scrollbar-sides-offset: 0%;
    --swiper-scrollbar-bg-color: rgba(0, 186, 255, 0.1);
    --swiper-scrollbar-drag-bg-color: rgba(0, 186, 255, 0.5);
    --swiper-scrollbar-size: 7px;
}

.press-slide {
    width: 50% !important;
    height: auto !important;
    padding-bottom: 48px;
    padding-right: 32px;
}

.press-year {
    padding-top: 48px;
    padding-bottom: 20px;
    font-size: 56px;
    line-height: 56px;
    font-weight: 300;
}

.press-event {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 18px;
}

.press-picture {
    order: 1;
}

.press-pic {
    width: 100%;
    padding-bottom: 100%;
    border-radius: 10px;
    background-color: #E2E2E2;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.9);
    overflow: hidden;
}

.press-content {
    order: 2;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
}

.press-content-text {
    flex: none;
}

.press-content-line {
    flex: auto;
    display: flex;
    padding-top: 16px;
    padding-left: 32px;
    padding-right: 32px;
}

.press-content-line>div {
    position: relative;
    width: 1px;
    height: 100%;
    min-height: 48px;
    background-color: #CCCCCC;
}

.press-content-line-dot {
    position: absolute;
    top: 0;
    left: -4px;
    width: 9px;
    height: 9px;
    border-radius: 100px;
    background-color: #00BAFF;
}

.press-content-line-dot-alt {
    top: auto;
    bottom: 0;
}

.press-event:nth-child(even) .press-picture {
    order: 2;
}

.press-event:nth-child(even) .press-content {
    order: 1;
    justify-content: flex-end;
    text-align: right;
}

.press-event:nth-child(even) .press-content-line {
    justify-content: flex-end;
}

.press-title {
    display: block;
    padding-top: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.press-description {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.press-date {
    color: #999999;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

/* ACCOUNT */

.entrance-picture {
    background-color: #0C5A76;
    background-image: url(../assets/entrance.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.entrance-block {
    display: none;
}

.entrance-block-alt {
    display: block;
}

.entrance-form {
    padding-top: 80px;
    padding-bottom: 120px;
    padding-left: 60px;
    padding-right: 24px;
}

.entrance-title {
    padding-bottom: 24px;
}

.entrance-caption {
    padding-bottom: 16px;
}

.entrance-caption p {
    padding-bottom: 18px;
}

.entrance-caption p:last-of-type {
    padding-bottom: 0px;
}

.entrance-profile {
    width: 120px;
    height: 120px;
    margin-bottom: 24px;
    border-radius: 500px;
    background-color: #00496B;
    background-image: url(../assets/users/none.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.entrance-help {
    display: inline-flex;
    align-items: center;
    column-gap: 6px;
    margin-top: 16px;
    margin-left: 8px;
    color: #00496B;
    cursor: pointer;
    transition: 0.25s;
}

.entrance-help-alt {
    margin-top: 6px;
}

.entrance-help-label {
    font-size: 16px;
    line-height: 18px;
}

.entrance-help:hover {
    color: #00BAFF;
}

.touch .entrance-help:hover {
    color: #00496B;
}

.entrance-help:active,
.touch .entrance-help:active {
    color: #00BAFF;
}

.account-fields-layout {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-top: 16px;
}

.account-fields {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 32px;
    row-gap: 20px;
}

.account-fields-space {
    margin-top: 16px;
}

.account-fields-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.account-field {
    position: relative;
}

.account-label {
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
    color: #00496B;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.account-textbox {
    width: 100%;
    max-width: 400px;
    height: 50px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 5px;
    border: solid 1px #00496B;
    background-color: #FFFFFF;
    color: #00BAFF;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    transition: 0.25s;
}

.account-textbox-full {
    max-width: unset;
}

.account-textbox::placeholder {
    color: rgba(0, 73, 107, 0.5);
    font-weight: 300;
    opacity: 1;
}

.account-textbox:focus {
    border-color: #00BAFF;
    box-shadow: 0 0 10px 0 rgba(0, 186, 255, 0.6);
}

.account-textbox-big {
    width: 50px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}

.account-code {
    display: grid;
    grid-template-columns: 50px 50px 50px 50px 50px 50px;
    column-gap: 8px;
}

.account-checkbox {
    position: relative;
    display: inline-block;
    padding-top: 5px;
    padding-left: 44px;
    margin-top: 8px;
    color: #00496B;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.account-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.account-checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: solid 2px #00496B;
    background-color: transparent;
    transition: 0.25s;
}

.account-checkbox:hover input~.account-checkbox-checkmark {
    border-color: #00BAFF;
}

.account-checkbox input:checked~.account-checkbox-checkmark {
    border-color: transparent;
    background-color: #00496B;
}

.account-checkbox-checkmark:after {
    content: "";
    display: none;
    position: absolute;
}

.account-checkbox input:checked~.account-checkbox-checkmark:after {
    display: block;
}

.account-checkbox .account-checkbox-checkmark:after {
    top: 3px;
    left: 9px;
    width: 8px;
    height: 15px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.account-link {
    color: #00BAFF;
    transition: 0.25s;
}

.account-link:hover {
    color: #000000;
}

.touch .account-link:hover {
    color: #00BAFF;
}

.account-link:active,
.touch .account-link:active {
    color: #000000;
}

/* ACCOUNT */

.account-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    column-gap: 24px;
    padding-top: 100px;
    padding-bottom: 140px;
}

.account-title {
    padding-bottom: 24px;
    color: #00496B;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.account-buttons {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.account-button {
    color: #000000;
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.25s;
}

.account-button:hover {
    color: #00BAFF;
}

.touch .account-button:hover {
    color: #FFFFFF;
}

.account-button:active,
.touch .account-button:active {
    color: #00BAFF;
}

.account-button-on {
    color: #00BAFF;
}

.account-button-on:hover {
    color: #00BAFF;
}

.touch .account-button-on:hover {
    color: #00BAFF;
}

.account-button-on:active,
.touch .account-button-on:active {
    color: #00BAFF;
}

.account-widgets {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: -24px;
}

.account-widget {
    padding: 24px;
    padding-bottom: 26px;
    border-radius: 10px;
    border: solid 2px #D8D8D8;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
}

.account-widget-full {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 96px;
    padding-bottom: 96px;
    border: solid 2px transparent;
    background-color: rgba(0, 186, 255, 1);
    background-image: url(../assets/origami.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    box-shadow: 0 0 18px 0 rgba(0, 186, 255, 0.75);
}

.account-widget-blue {
    border: solid 2px #00BAFF;
    background-color: rgba(0, 186, 255, 0.07);
}

.account-widget-orange {
    border: solid 2px #FF9D00;
    background-color: rgba(255, 157, 0, 0.07);
}

.account-widget-black {
    border: solid 2px #000000;
    background-color: rgba(0, 0, 0, 0.07);
}

.account-widget-picture{
    width: 100%;
    height: 100%;
    border: none;
    background-color: #EFEFEF;
    background-image: url(../assets/account.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.account-greeting {
    padding-bottom: 4px;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
}

.account-greeting em {
    font-weight: 400;
}

.account-blocks {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
    margin-top: -24px;
}

.account-block {
    padding: 24px;
    padding-bottom: 24px;
    border-radius: 10px;
    background-color: #E5F8FF;
}

.account-header {
    padding-top: 28px;
    padding-bottom: 10px;
    color: #00496B;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
}

.account-caption {
    margin-top: -20px;
    padding-bottom: 10px;
    color: #00496B;
    font-size: 20px;
    line-height: 24px;
    opacity: 0.5;
}

.account-sessions {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding-top: 16px;
}

.account-session {
    padding-bottom: 20px;
    border-bottom: solid 1px rgba(0, 73, 107, 0.15);
    color: #00496B;
    font-size: 20px;
    line-height: 28px;
}

.account-session:last-of-type {
    border-bottom: none;
}

.account-session-date {
    opacity: 0.5;
}

.account-session-close {
    color: #00BAFF;
    cursor: pointer;
    transition: 0.25s;
}

.account-session-close:hover {
    color: #000000;
}

.touch .account-session-close:hover {
    color: #00BAFF;
}

.account-session-close:active,
.touch .account-session-close:active {
    color: #000000;
}

/* CONTRIBUTE */

.viewer-contribute {
    padding: 48px;
    padding-top: 64px;
}

.contribute-caption {
    padding-bottom: 28px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
}

.contribute-caption strong {
    font-weight: 400;
}

/* EVENT */

.viewer-event {
    padding: 48px;
    padding-top: 64px;
}

.viewer-event-caption {
    padding-bottom: 28px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    text-transform: uppercase;
}

.viewer-event-caption strong {
    font-weight: 400;
}

.viewer-event-date {
    color: #FF9D00;
}

/* CONTACT */

.contact-picture {
    background-color: #0C5A76;
    background-image: url(../assets/contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-left: 60px;
}

.contact-fields-layout {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding-top: 60px;
}

.contact-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
    row-gap: 20px;
}

.contact-field {
    position: relative;
}

.contact-label {
    padding-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
    color: #00496B;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-textbox {
    width: 100%;
    height: 50px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 5px;
    border: solid 1px #00496B;
    background-color: #FFFFFF;
    color: #00BAFF;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    transition: 0.25s;
}

.contact-textbox-alt {
    padding-left: 44px;
}

.contact-textbox::placeholder {
    color: rgba(0, 73, 107, 0.5);
    opacity: 1;
}

.contact-textbox:focus {
    border-color: #00BAFF;
    box-shadow: 0 0 10px 0 rgba(0, 186, 255, 0.6);
}

.contact-textarea {
    width: 100%;
    height: 140px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 5px;
    border: solid 1px #00496B;
    background-color: #FFFFFF;
    color: #00BAFF;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    transition: 0.25s;
}

.contact-textarea::placeholder {
    color: rgba(0, 73, 107, 0.5);
    opacity: 1;
}

.contact-textarea:focus {
    border-color: #00BAFF;
    box-shadow: 0 0 10px 0 rgba(0, 186, 255, 0.6);
}

.contact-checkbox {
    position: relative;
    display: inline-block;
    padding-top: 5px;
    padding-left: 44px;
    color: #00496B;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contact-checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.contact-checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: solid 2px #00496B;
    background-color: transparent;
    transition: 0.25s;
}

.contact-checkbox:hover input~.contact-checkbox-checkmark {
    border-color: #00BAFF;
}

.contact-checkbox input:checked~.contact-checkbox-checkmark {
    border-color: transparent;
    background-color: #00496B;
}

.contact-checkbox-checkmark:after {
    content: "";
    display: none;
    position: absolute;
}

.contact-checkbox input:checked~.contact-checkbox-checkmark:after {
    display: block;
}

.contact-checkbox .contact-checkbox-checkmark:after {
    top: 3px;
    left: 9px;
    width: 8px;
    height: 15px;
    border: solid #FFFFFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contact-radio-options {
    display: flex;
    column-gap: 18px;
}

.contact-radio {
    position: relative;
    display: block;
    height: 26px;
    padding-top: 2px;
    padding-left: 32px;
    color: #00496B;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.18s;
}

.contact-radio input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.contact-radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    border-radius: 100px;
    background-color: #E2E2E2;
    transition: 0.18s;
}

.contact-radio input:checked~.contact-radio-checkmark {
    background-color: rgba(0, 186, 255, 0.5);
}

.contact-radio-checkmark:after {
    content: "";
    display: none;
    position: absolute;
    transition: 0.18s;
}

.contact-radio input:checked~.contact-radio-checkmark:after {
    display: block;
}

.contact-radio .contact-radio-checkmark:after {
    top: 5px;
    left: 5px;
    width: 16px;
    height: 16px;
    border-radius: 100px;
    background: #00BAFF;
    transition: 0.18s;
}

.contact-link {
    color: #00BAFF;
    transition: 0.25s;
}

.contact-link:hover {
    color: #000000;
}

.touch .contact-link:hover {
    color: #00BAFF;
}

.contact-link:active,
.touch .contact-link:active {
    color: #000000;
}

.contact-submit {
    padding-top: 20px;
    margin-left: -5px;
}

/* SUPPORT */

.supports-page-header {
    background: url(../assets/supports.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.supports-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
    row-gap: 48px;
    padding-top: 120px;
}

.supports-layout-2 {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 48px;
    row-gap: 48px;
}

.supports-layout-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 48px;
    padding-top: 64px;
}

.supports-block {
    display: flex;
    flex-direction: column;
}

.supports-header {
    flex: none;
    padding-bottom: 10px;
    color: #00496B;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
}

.supports-content {
    flex: auto;
    border: solid 2px #D8D8D8;
    border-radius: 10px;
    padding: 24px;
    padding-bottom: 26px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    overflow: hidden;
}

.supports-content-picture{
    border-radius: 10px;
    background-color: #EFEFEF;
    padding-bottom: 66.66666666666667%;
    background-image: url(../assets/supports-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.supports-content p {
    padding-bottom: 12px;
}

.supports-content p:last-of-type {
    padding-bottom: 0px;
}

.supports-content-contact {
    border: solid 2px #D8D8D8;
    padding-bottom: 0px;
}

.supports-content-donations {
    border: solid 2px #FF9D00;
    background-color: rgba(255, 157, 0, 0.07);
}

.supports-content-subscriptions {
    border: solid 2px #00BAFF;
    background-color: rgba(0, 186, 255, 0.07);
}

.supports-content-projects {
    border: solid 2px #37BE5F;
    background-color: rgba(55, 190, 95, 0.07);
}


.supports-map {
    width: calc(100% + 48px);
    margin-left: -24px;
    height: 100%;
    margin-top: 44px;
    overflow: hidden;
}

.supports-map iframe {
    display: block;
    width: 100%;
    height: calc(100% + 12px);
}

.supports-caption {
    padding-bottom: 16px;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
}

.supports-phones {
    padding-top: 16px;
}


.supports-networks {
    display: flex;
    column-gap: 28px;
    padding-top: 22px;
}

.supports-network path {
    fill: #00496B;
    transition: 0.25s;
}

.supports-network:hover path {
    fill: #00BAFF;
}

.touch .supports-network:hover path {
    fill: #00496B;
}

.supports-network:active path,
.touch .supports-network:active path {
    fill: #00BAFF;
}





.supports-link {
    color: #000000;
    transition: 0.25s;
}

.supports-link:hover {
    color: #00BAFF;
}

.touch .supports-link:hover {
    color: #000000;
}

.supports-link:active,
.touch .supports-link:active {
    color: #00BAFF;
}


.supports-link-alt {
    color: #00BAFF;
    transition: 0.25s;
}

.supports-link-alt:hover {
    color: #00496B;
}

.touch .supports-link-alt:hover {
    color: #00BAFF;
}

.supports-link-alt:active,
.touch .supports-link-alt:active {
    color: #00496B;
}





.supports-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    height: 50px;
    margin-top: 32px;
    padding-left: 26px;
    padding-right: 26px;
    border-radius: 200px;
    background-color: #FF9D00;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.25s;
}

.supports-button-margin {
    margin-top: 18px;
}

.supports-button:hover {
    background-color: #000000;
}

.touch .supports-button:hover {
    background-color: #FF9D00;
}

.supports-button:active,
.touch .supports-button:active {
    background-color: #000000;
}

.supports-button-alt {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    height: 50px;
    margin-top: 32px;
    padding-left: 26px;
    padding-right: 26px;
    border-radius: 200px;
    background-color: #00BAFF;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.25s;
}

.supports-button-alt:hover {
    background-color: #000000;
}

.touch .supports-button-alt:hover {
    background-color: #00BAFF;
}

.supports-button-alt:active,
.touch .supports-button-alt:active {
    background-color: #000000;
}




.supports-button-alt-2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    height: 50px;
    margin-top: 32px;
    padding-left: 26px;
    padding-right: 26px;
    border-radius: 200px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.25s;
}

.supports-button-alt-2:hover {
    background-color: #00BAFF;
}

.touch .supports-button-alt-2:hover {
    background-color: #000000;
}

.supports-button-alt-2:active,
.touch .supports-button-alt-2:active {
    background-color: #00BAFF;
}




.supports-button-alt-3 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    height: 50px;
    margin-top: 32px;
    padding-left: 26px;
    padding-right: 26px;
    border-radius: 200px;
    background-color: #37BE5F;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.25s;
}

.supports-button-alt-3:hover {
    background-color: #000000;
}

.touch .supports-button-alt-3:hover {
    background-color: #37BE5F;
}

.supports-button-alt-3:active,
.touch .supports-button-alt-3:active {
    background-color: #000000;
}

/* NOTICE */

.notice {
    position: relative;
    background-color: var(--bg-color);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.notice-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--overlay-color);
    opacity: 0.5;
}

.notice-overlay-multiply {
    opacity: 0.5;
    mix-blend-mode: multiply;
}

.notice-content {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #FFFFFF;
}

.notice-content .frame {
    display: flex;
}

.notice-content .frame>div {
    max-width: 640px;
}

.notice-center {
    text-align: center;
}

.notice-center .notice-content .frame>div {
    margin: 0 auto;
}

.notice-left {
    text-align: left;
}

.notice-right {
    text-align: right;
}

.notice-right .notice-content .frame {
    justify-content: flex-end;
}

.notice-content-inverse {
    color: #000000;
}

.notice-title {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -0.026em;
    font-weight: 700;
}

.notice-caption {
    padding-top: 24px;
    padding-bottom: 48px;
    font-size: 50px;
    line-height: 56px;
    letter-spacing: -0.026em;
    font-weight: 300;
}

/* BANNER */

.ad-content {
    position: relative;
    width: 100%;
    padding-bottom: 31.25%;
    background-color: #CCCCCC;
    overflow: hidden;
}

.ad-resource {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ad-media {
    display: block;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    padding: 0;
    margin: 0;
    object-fit: cover;
    object-position: center;
}

.ad-media-mobile {
    display: none;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    object-fit: cover;
    object-position: center;
}

.ad-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* FOOTER */

.footer {
    padding-bottom: 210px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 26px;
    font-weight: 300;
}

.footer-columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
}

.footer-columns-2>div:nth-child(1) {
    flex: auto;
}

.footer-columns-2>div:nth-child(2) {
    flex: none;
    display: flex;
    justify-content: flex-end;
}

.footer-columns-3 {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr;
    column-gap: 24px;
}

.footer-brand {
    display: block;
    padding-bottom: 100px;
}

.footer-brand img {
    width: 329px;
    height: 200px;
}

.footer-social {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 30px;
}

.footer-newsletter {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    height: 50px;
    padding-left: 26px;
    padding-right: 26px;
    margin-top: 64px;
    margin-right: -8px;
    border-radius: 200px;
    background-color: #FF9D00;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.25s;
}

.footer-newsletter:hover {
    background-color: #00BAFF;
}

.touch .footer-newsletter:hover {
    background-color: #FF9D00;
}

.footer-newsletter:active,
.touch .footer-newsletter:active {
    background-color: #00BAFF;
}

.footer-newsletter img {
    margin-top: -2px;
}

.footer-networks {
    display: flex;
    column-gap: 30px;
    justify-content: flex-end;
}

.footer-network path {
    fill: #FFFFFF;
    transition: 0.25s;
}

.footer-network:hover path {
    fill: #00BAFF;
}

.touch .footer-network:hover path {
    fill: #FFFFFF;
}

.footer-network:active path,
.touch .footer-network:active path {
    fill: #00BAFF;
}

.footer-address {
    padding-top: 24px;
    padding-bottom: 24px;
}

.footer-name {
    text-transform: uppercase;
}

.footer-phone {
    font-weight: 400;
}

.footer-email {
    color: #00BAFF;
}

.footer-link {
    opacity: 1;
    transition: 0.25s;
}

.footer-link:hover {
    opacity: 0.5;
}

.touch .footer-link:hover {
    opacity: 1;
}

.footer-link:active,
.touch .footer-link:active {
    opacity: 0.5;
}

.footer-menu {
    display: flex;
    justify-content: center;
}

.footer-menu-alt {
    justify-content: flex-end;
}

.footer-buttons {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}

.footer-button {
    color: #FFFFFF;
    text-transform: uppercase;
    transition: 0.25s;
}

.footer-button-alt {
    text-transform: unset;
}

.footer-button:hover {
    color: #00BAFF;
}

.touch .footer-button:hover {
    color: #FFFFFF;
}

.footer-button:active,
.touch .footer-button:active {
    color: #00BAFF;
}

.footer-button-on {
    color: #00BAFF;
}

.footer-button-on:hover {
    color: #00BAFF;
}

.touch .footer-button-on:hover {
    color: #00BAFF;
}

.footer-button-on:active,
.touch .footer-button-on:active {
    color: #00BAFF;
}

/* VIEWER */

.viewer-loading {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    animation: viewer-loading-anima 0.25s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    z-index: 102;
}

@keyframes viewer-loading-anima {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.viewer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    overflow: auto;
    z-index: 102;
}

.viewer-alt {
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
}

.viewer-show {
    opacity: 1 !important;
    transition: 0.25s;
}

.viewer-hide {
    opacity: 0 !important;
    transition: 0.25s !important;
}

.viewer-layout {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.viewer-centered {
    margin: auto;
    width: 100%;
}

.viewer-frame {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #FFFFFF;
}

.viewer-alt .viewer-frame {
    max-width: 800px;
    background-color: transparent;
    animation: viewer-frame-anima 0.25s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes viewer-frame-anima {
    0% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

.viewer-close-frame {
    display: flex;
    justify-content: flex-end;
    position: sticky;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    z-index: 3;
}

.viewer-alt .viewer-close-frame {
    max-width: 800px;
}

.viewer-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    cursor: pointer;
}

.viewer-close img {
    width: 24px;
    height: 24px;
    transition: 0.25s;
}

.viewer-close:hover img {
    transform: scale(1.2);
}

.touch .viewer-close:hover img {
    transform: scale(1);
}

.viewer-close:active img,
.touch .viewer-close:active img {
    transform: scale(1.2);
}

.viewer-newsletter {
    padding: 48px;
    padding-top: 64px;
}

.viewer-newsletter-title {
    padding-bottom: 20px;
    color: #00496B;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
}

.viewer-newsletter-form {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

/* VIDEO VIEWER */

.video-viewer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 100;
}

.video-viewer-show {
    opacity: 1 !important;
    transition: 0.25s;
}

.video-viewer-hide {
    opacity: 0 !important;
    transition: 0.35s !important;
}

.video-viewer-bg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(10px);
    transition: 0.35s !important;
}

.video-viewer-player {
    width: 100%;
    max-width: 900px;
}

.video-viewer-close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    padding: 20px;
    cursor: pointer;
}

.video-viewer-close img {
    display: block;
    width: 100%;
    transition: 0.18s;
}

.video-viewer-close:hover img {
    transform: scale(1.2);
}

.touch .video-viewer-close:hover img {
    transform: scale(1);
}

.video-viewer-close:active img,
.touch .video-viewer-close:active img {
    transform: scale(1.2);
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    max-width: 100%;
    height: 0;
    border-radius: 16px;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* READER */

.reader-loading {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    animation: reader-loading-anima 0.25s;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
    z-index: 102;
}

@keyframes reader-loading-anima {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.reader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    overflow: auto;
    z-index: 102;
}

.reader-show {
    opacity: 1 !important;
    transition: 0.25s;
}

.reader-hide {
    opacity: 0 !important;
    transition: 0.25s !important;
}

.reader-layout {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.reader-centered {
    margin: auto;
    width: 100%;
}

.reader-frame {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
}

@keyframes reader-frame-anima {
    0% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

.reader-canvas{
    width: 100%;
    max-width: 780px;
    padding-top: 90px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0 auto;
}

.reader-close-frame {
    display: flex;
    justify-content: flex-end;
    position: sticky;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    z-index: 3;
}

.reader-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 24px;
  left: 50%;
  transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.reader-close img {
    width: 16px;
    height: 16px;
    transition: 0.25s;
}

.reader-close:hover img {
    transform: scale(1.2);
}

.touch .reader-close:hover img {
    transform: scale(1);
}

.reader-close:active img,
.touch .reader-close:active img {
    transform: scale(1.2);
}

/* TOAST */

#toast {
    position: fixed;
    top: 13px;
    left: 50%;
    width: auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
    transform: translateX(-50%);
    z-index: 110;
}

.toast-item {
    display: none;
    column-gap: 12px;
    padding-top: 16px;
    padding-bottom: 18px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 100px;
    background-color: #FF9D00;
    opacity: 0;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
}

.toast-show {
    opacity: 1;
    transform: translateY(0%);
    transition: 0.5s;
}

.toast-hide {
    opacity: 0;
    transform: scale(0.9);
    transition: 0.25s;
}

.toast-caption {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.toast-inverse .toast-caption {
    color: #000000;
}

.toast-button {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.7;
    cursor: pointer;
    transition: 0.25s;
}

.toast-inverse .toast-button {
    color: #000000;
}

.toast-button:hover {
    opacity: 1;
}

.touch .toast-button:hover {
    opacity: 0.7;
}

.toast-button:active,
.touch .toast-button:active {
    opacity: 1;
}

/* ADVICE */

.advice {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 480px;
    height: 100%;
    background-color: #FF9D00;
    animation: advice-anima 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    overflow: auto;
    z-index: 120;
}

@keyframes advice-anima {
    0% {
        transform: translate(-10%);
        opacity: 0;
    }

    100% {
        transform: translate(0);
        opacity: 1;
    }
}

.advice-bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    animation: panel-bg-anima 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    z-index: 119;
}

@keyframes advice-bg-anima {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.advice-frame {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
}

.advice-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.advice-actions {
    display: flex;
    justify-content: center;
}

.advice-close {
    display: inline-flex;
    padding: 12px;
    padding-top: 11px;
    padding-bottom: 17px;
    cursor: pointer;
}

.advice-close img {
    display: block;
    width: 20px;
    height: 20px;
    transition: 0.5s;
}

.advice-close:hover img {
    transform: rotate(180deg);
}

.touch .advice-close:hover img {
    transform: rotate(0deg);
}

.advice-close:active img,
.touch .advice-close:active img {
    transform: rotate(180deg);
}

.advice-actions-buttons {
    flex: none;
    display: flex;
    column-gap: 22px;
    padding-bottom: 16px;
}

.advice-content {
    flex: auto;
    display: flex;
    align-items: center;
    padding-bottom: 64px;
}

.advice-main {
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    opacity: 0;
    animation-name: advice-content-anima;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

.advice-main strong {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

.advice-detail {
    padding-top: 16px;
    color: #000000;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    opacity: 0;
    animation-name: advice-content-anima;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

.advice-detail strong {
    font-weight: 700;
}

.advice-main div,
.advice-detail div {
    padding-bottom: 16px;
}

@keyframes advice-content-anima {
    from {
        opacity: 0;
        transform: scale(0.85);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ------- DIALOG ------- */

#dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    padding-top: 0px;
    z-index: 120;
}

.dialog-block {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #FFFFFF;
    text-align: center;
    box-shadow: 0 0 40px 2px rgba(0, 0, 0, 0.2);
}

@keyframes anima-dialog-show {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dialog-show {
    animation-name: anima-dialog-show;
    animation-duration: 0.25s;
}

@keyframes anima-dialog-hide {
    from {
        opacity: 1;
        transform: translateY(0%);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

.dialog-hide {
    animation-name: anima-dialog-hide;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
}

.dialog-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 120;
}

@keyframes anima-dialog-overlay-show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dialog-overlay-show {
    animation-name: anima-dialog-overlay-show;
    animation-duration: 0.25s;
}

@keyframes anima-dialog-overlay-hide {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.dialog-overlay-hide {
    animation-name: anima-dialog-overlay-hide;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
}

.dialog-message {
    padding: 32px;
    padding-top: 40px;
    padding-bottom: 2px;
    color: #00BAFF;
}

.dialog-caption {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.dialog-detail {
    padding-top: 16px;
    color: #000000;
    font-size: 17px;
    line-height: 23px;
}

.dialog-detail strong {
    font-weight: 700;
}

.dialog-detail a {
    color: #CCCCCC;
    font-weight: 700;
    text-decoration: none;
    transition: 0.15s;
}

.dialog-detail a:hover {
    color: #00BAFF;
}

.touch .dialog-detail a:hover {
    color: #CCCCCC;
}

.dialog-detail a:active,
.touch .dialog-detail a:active {
    color: #00BAFF;
}

.dialog-buttons {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    padding-top: 20px;
    padding-bottom: 38px;
    margin-left: 32px;
    margin-right: 32px;
}

.dialog-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 80px;
    border: solid 1px transparent;
    font-size: 17px;
    line-height: 17px;
    cursor: pointer;
    transition: 0.25s;
}

.dialog-button-confirm {
    padding-left: 20px;
    padding-right: 20px;
    border-color: transparent;
    background-color: #00BAFF;
    color: #FFFFFF;
    font-weight: 700;
}

.dialog-button-confirm:hover {
    background-color: #00496B;
    color: #00BAFF;
}

.touch .dialog-button-confirm:hover {
    background-color: #00BAFF;
    color: #FFFFFF;
}

.dialog-button-confirm:active,
.touch .dialog-button-confirm:active {
    background-color: #00496B;
    color: #00BAFF;
}

.dialog-button-cancel {
    background-color: #F3F3F3;
    color: #B0B0B0;
}

.dialog-button-cancel:hover {
    border-color: #D2D2D2;
}

.touch .dialog-button-cancel:hover {
    border-color: transparent;
}

.dialog-button-cancel:active,
.touch .dialog-button-cancel:active {
    border-color: #D2D2D2;
}

/* RESPONSIVE */

@media (max-width: 1200px) {

    .items-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

}

@media (max-width: 1160px) {

    .supports-layout {
        column-gap: 24px;
        row-gap: 24px;
    }

    .supports-layout-2 {
        column-gap: 24px;
        row-gap: 24px;
    }

    .supports-layout-3 {
        gap: 24px;
    }

}

@media (max-width: 1100px) {

    .block-news-grid-alt {
        grid-template-columns: 1fr;
    }

    .fundation-media-circle {
        width: 320px;
        height: 320px;
    }

    .fundation-media-play {
        width: 72px;
        height: 72px;
    }

    .layout-content {
        grid-template-columns: 0.7fr 0.3fr;
        column-gap: 24px;
    }

    .finder-search {
        width: 240px;
    }

}

@media (max-width: 1070px) {

    .supports-layout {
        grid-template-columns: 1fr;
        row-gap: 48px;
        padding-top: 64px;
    }

    .supports-layout-2 {
        column-gap: 48px;
        row-gap: 48px;
    }

    .supports-layout-3 {
        grid-template-columns: 1fr;
        gap: 48px;
        padding-top: 48px;
    }

    .supports-map {
        height: 320px;
    }

}

@media (max-width: 1025px) {

    .calendar-grid {
        grid-template-columns: 1fr 1fr;
    }

    .projects-grid {
        grid-template-columns: 1fr 1fr;
    }

    .imprints-grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 24px;
        column-gap: 24px;
        padding-top: 72px;
        padding-bottom: 0px;
    }

    .block-news-layout {
        grid-template-columns: 1fr;
    }

    .contact-layout {
        grid-template-columns: 0.75fr 1.25fr;
    }

    .contact-layout-full {
        grid-template-columns: 0.75fr 1.25fr;
    }

}

@media (max-width: 1020px) {

    .bar-menu-button {
        display: flex;
    }

    .bar-buttons {
        display: none;
    }

    .bar-brand {
        flex: auto;
    }

    .layout-content {
        grid-template-columns: 1fr;
    }

    .content-side {
        display: none;
    }

    .content-side-alt {
        display: flex;
    }

    .content-categories {
        padding-bottom: 0px;
    }

    .items-grid {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 980px) {

    .bar-fix-alt {
        height: 149px;
    }

    .finder {
        height: 69px;
    }

    .finder-layout {
        position: fixed;
        top: 80px;
        left: 0;
        display: flex;
        flex-direction: column;
        row-gap: 16px;
        align-items: unset;
        height: auto;
        padding: 16px;
        background-color: #003B57;
    }

    .finder-results {
        position: fixed;
        top: 137px;
        left: 16px;
        width: calc(100% - 32px);
    }

    .finder-filters {
        display: block;
    }

    .finder-filter-1,
    .finder-filter-2,
    .finder-filter-3 {
        display: none;
    }

    .finder-layout-expand {
        justify-self: unset;
    }

    .finder-search {
        width: 100%;
    }

    .finder-selector-alt {
        background-color: rgba(0, 137, 201, 0.2);
    }

    .finder-selector-alt:hover {
        background-color: rgba(0, 137, 201, 0.3);
    }

    .touch .finder-selector-alt:hover {
        background-color: rgba(0, 137, 201, 0.2);
    }

    .finder-selector-alt:active,
    .touch .finder-selector-alt:active {
        background-color: rgba(0, 137, 201, 0.3);
    }

    .finder-selector-box {
        left: -2px;
        width: calc(100% + 4px);
        min-width: unset;
    }

}

@media (max-width: 940px) {

    .press-slide {
        width: 100% !important;
    }

}

@media (max-width: 890px) {

    .fundation-media {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .fundation-media-circle {
        width: 240px;
        height: 240px;
    }

    .fundation-media-title {
        font-size: 64px;
        line-height: 64px;
    }

}

@media (max-width: 840px) {

    .block-legacy {
        background-position: right 27% center;
    }

    .block-history-layout {
        flex-direction: column;
        row-gap: 24px;
    }

    .block-history-image {
        justify-content: center;
    }

    .block-history-content {
        justify-content: center;
        text-align: center;
    }

    .block-register-layout {
        grid-template-columns: 1fr;
        padding-top: 210px;
    }

    .block-register-content {
        padding-top: 140px;
    }

    .ad-content {
        padding-bottom: 80%;
    }

    .ad-media {
        display: none;
    }

    .ad-media-mobile {
        display: block;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-layout-full {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        height: auto;
    }

    .contact-picture {
        height: 300px;
    }

    .contact-form {
        padding-top: 80px;
        padding-bottom: 100px;
        padding-left: 24px;
    }

    .contact-fields {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 32px;
        row-gap: 20px;
    }

    .entrance-form {
        padding-left: 24px;
        padding-right: 24px;
    }

    .featured {
        grid-template-columns: 1fr;
    }

    .featured-info {
        padding-top: 48px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .featured-picture {
        margin-left: 24px;
        margin-top: -48px;
        width: calc(100% - 48px);
        height: 480px;
        z-index: 2;
    }

    .featured-picture-image {
        position: relative;
        height: 100%;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        row-gap: 40px;
        padding-top: 72px;
    }

    .page-title {
        font-size: 60px;
        line-height: 60px;
    }

    .page-intro {
        font-size: 24px;
        line-height: 30px;
    }

    .footer {
        padding-bottom: 120px;
        font-size: 24px;
        line-height: 24px;
    }

    .footer-columns-2 {
        grid-template-columns: 1fr;
        row-gap: 48px;
    }

    .footer-columns-3 {
        grid-template-columns: 1fr;
        row-gap: 48px;
    }

    .footer-brand {
        padding-bottom: 12px;
    }

    .footer-brand img {
        width: 290px;
        height: auto;
    }

    .footer-newsletter {
        display: flex;
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: -4px;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 22px;
        line-height: 22px;
    }

    .footer-newsletter img {
        margin-top: -2px;
        width: auto;
        height: 22px;
    }

    .footer-networks {
        justify-content: flex-start;
        padding-bottom: 48px;
    }

    .footer-columns-2>div:nth-child(1) {
        flex: auto;
    }

    .footer-columns-2>div:nth-child(2) {
        justify-content: flex-start;
    }

    .footer-menu {
        justify-content: flex-start;
    }

    .footer-menu-alt {
        justify-content: flex-start;
    }

}

@media (max-width: 720px) {

    .fundation-media {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .fundation-layout {
        grid-template-columns: 1fr;
        row-gap: 32px;
    }

    .fundation-media-circle {
        width: 260px;
        height: 260px;
    }

    .fundation-media-play {
        width: 64px;
        height: 64px;
    }

    .fundation-media-title {
        justify-content: center;
        font-size: 64px;
        line-height: 64px;
        text-align: center;
    }

    .fundation-banner .layout-half {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 700px) {

    .calendar-grid {
        grid-template-columns: 1fr;
    }

    .projects-grid {
        grid-template-columns: 1fr;
    }

    .news {
        flex-direction: column;
    }

    .faqs {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .faqs-list {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .press-event {
        display: grid;
        grid-template-columns: 0.8fr 1fr;
        column-gap: 14px;
    }

    .press-event:nth-child(even) {
        grid-template-columns: 1fr 0.8fr;
    }

    .press-content {
        padding-top: 6px;
    }

    .press-title {
        padding-top: 0px;
        font-size: 16px;
        line-height: 20px;
    }

    .press-description {
        font-size: 16px;
        line-height: 20px;
    }

    .press-date {
        font-size: 16px;
        line-height: 20px;
    }

    .press-content-line-dot {
        left: -3px;
        width: 7px;
        height: 7px;
    }

    .imprints-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 620px) {

    .button {
        column-gap: 8px;
        height: 42px;
        padding-left: 12px;
        padding-right: 20px;
        font-size: 24px;
        line-height: 24px;
    }

    .button-plus {
        padding-bottom: 8px;
        font-size: 34px;
        line-height: 34px;
    }

    .button-alt {
        column-gap: 8px;
        height: 46px;
        padding-left: 24px;
        padding-right: 22px;
        font-size: 20px;
        line-height: 20px;
    }

    .button-alt-arrow img {
        width: auto;
        height: 12px;
    }

    .button-alt-5 {
        column-gap: 8px;
        height: 46px;
        padding-left: 24px;
        padding-right: 22px;
        font-size: 20px;
        line-height: 20px;
    }

    .button-alt-5-arrow img {
        width: auto;
        height: 12px;
    }

    .supports-button {
        height: 46px;
        padding-left: 22px;
        padding-right: 22px;
        font-size: 20px;
        line-height: 20px;
    }

    .supports-button img {
        height: 12px;
    }

    .supports-button-alt {
        height: 46px;
        padding-left: 22px;
        padding-right: 22px;
        font-size: 20px;
        line-height: 20px;
    }

    .supports-button-alt img {
        height: 12px;
    }

    .supports-button-alt-2 {
        height: 46px;
        padding-left: 22px;
        padding-right: 22px;
        font-size: 20px;
        line-height: 20px;
    }

    .supports-button-alt-2 img {
        height: 12px;
    }

    .supports-button-alt-3 {
        height: 46px;
        padding-left: 22px;
        padding-right: 22px;
        font-size: 20px;
        line-height: 20px;
    }

    .supports-button-alt-3 img {
        height: 12px;
    }

    .title {
        font-size: 48px;
        line-height: 48px;
    }

    .subtitle {
        font-size: 48px;
        line-height: 48px;
    }

    .caption {
        font-size: 22px;
        line-height: 28px;
    }

    .caption-alt {
        font-size: 24px;
        line-height: 24px;
    }

    .caption p {
        padding-bottom: 24px;
    }

    .caption p:last-of-type {
        padding-bottom: 0px;
    }

    .slide-caption {
        padding-bottom: 40px;
        font-size: 50px;
        line-height: 48px;
    }

    .home-fundation {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .display-swiper {
        --swiper-pagination-bullet-size: 8px;
        --swiper-pagination-bullet-width: 8px;
        --swiper-pagination-bullet-height: 8px;
        --swiper-pagination-bullet-horizontal-gap: 6px;
    }

    .slide-caption-button-frame {
        padding-top: 24px;
    }

    .block-legacy-button {
        padding-top: 24px;
    }

    .block-calendar {
        padding-top: 80px;
        padding-bottom: 90px;
    }

    .block-calendar-button {
        padding-top: 24px;
        padding-bottom: 48px;
    }

    .calendar-grid {
        row-gap: 24px;
    }

    .projects-grid {
        row-gap: 24px;
    }

    .calendar-event {
        padding-bottom: 28px;
    }

    .calendar-info {
        padding-top: 18px;
    }

    .calendar-tagline {
        font-size: 18px;
        line-height: 18px;
    }

    .calendar-title {
        padding-top: 5px;
        padding-bottom: 16px;
        font-size: 26px;
        line-height: 26px;
    }

    .calendar-date {
        font-size: 18px;
        line-height: 18px;
    }

    .block-history {
        padding-bottom: 70px;
    }

    .block-history-picture {
        width: 100%;
        height: unset;
        padding-bottom: 100%;
    }

    .news-tagline {
        font-size: 18px;
        line-height: 18px;
    }

    .home-testimonials {
        padding-top: 80px;
        padding-bottom: 90px;
    }

    .home-testimonials-author {
        padding-top: 32px;
        font-size: 18px;
        line-height: 18px;
    }

    .block-register-layout {
        padding-top: 100px;
    }

    .block-register-content {
        padding-top: 70px;
        padding-bottom: 90px;
    }

    .block-register-button {
        padding-top: 32px;
    }

    .block-news {
        padding-top: 90px;
        padding-bottom: 60px;
    }

    .block-news-button {
        padding-top: 24px;
        padding-bottom: 48px;
    }

    .block-news-grid {
        row-gap: 24px;
    }

    .news {
        border-bottom: solid 1px #E4E4E4;
    }

    .news:last-of-type {
        border-bottom: none;
    }

    .news-title {
        font-size: 26px;
        line-height: 26px;
    }

    .news-intro {
        font-size: 18px;
        line-height: 22px;
    }

    .news-articles {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .news-articles-alt {
        padding-top: 0px;
    }

    .calendar-events {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .calendar-events-alt {
        padding-top: 0px;
    }

    .projects-list {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .projects-list-alt {
        padding-top: 0px;
    }

    .notice-title {
        font-size: 60px;
        line-height: 60px;
    }

    .notice-caption {
        padding-top: 16px;
        padding-bottom: 32px;
        font-size: 30px;
        line-height: 36px;
    }

    .faqs-header {
        padding-top: 20px;
        padding-bottom: 22px;
    }

    .faqs-question {
        font-size: 24px;
        line-height: 30px;
    }

    .faqs-arrow {
        padding-right: 10px;
    }

    .faqs-arrow svg {
        width: 24px;
        height: auto;
    }

    .content-gallery {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .items-grid {
        grid-template-columns: 1fr;
        row-gap: 32px;
        padding-bottom: 48px;
    }

    .contact-form {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .contact-fields-layout {
        padding-top: 40px;
    }

    .contact-submit {
        padding-top: 16px;
    }

    .footer {
        padding-bottom: 120px;
        font-size: 22px;
        line-height: 22px;
    }

    .footer-newsletter {
        height: 48px;
        margin-top: 10px;
        font-size: 20px;
        line-height: 20px;
    }

    .footer-newsletter img {
        width: auto;
        height: 20px;
    }

    .footer-columns-3 {
        row-gap: 32px;
    }

    .footer-buttons {
        row-gap: 18px;
    }

}

@media (max-width: 540px) {

    .items-swiper-frame {
        width: calc(100%);
        padding-bottom: 48px;
    }

    .items-swiper-prev.swiper-button-prev {
        display: none;
    }

    .items-swiper-next.swiper-button-next {
        display: none;
    }

    .items-section {
        column-gap: 12px;
        padding-bottom: 20px;
    }

    .items-section-name {
        font-size: 30px;
        line-height: 36px;
    }

    .items-section-all {
        font-size: 16px;
        line-height: 16px;
    }

    .item-info {
        row-gap: 8px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .item-data {
        font-size: 18px;
        line-height: 18px;
    }

    .item-title {
        font-size: 26px;
        line-height: 28px;
    }

    .item-intro {
        font-size: 20px;
        line-height: 24px;
    }

    .item-icons {
        top: 20px;
        left: 20px;
        row-gap: 10px;
    }

    .item-icon img {
        width: 22px;
    }

    .index {
        row-gap: 32px;
        padding-top: 64px;
        padding-bottom: 90px;
    }

    .index-group {
        padding-bottom: 12px;
        font-size: 28px;
        line-height: 32px;
    }

    .index-list {
        gap: 6px;
    }

    .index-item {
        padding: 6px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
        line-height: 17px;
    }

    .layout-content-alt {
        padding-top: 0px;
    }

    .page-header-alt-4 {
        margin-bottom: 24px;
    }

    .page-header-picture-frame {
        width: calc(100% + 48px);
        margin-left: -24px;
    }

    .page-header-tagline {
        font-size: 18px;
        line-height: 20px;
    }

    .page-info {
        padding-top: 36px;
    }

    .page-intro {
        font-size: 22px;
        line-height: 28px;
    }

    .back {
        margin-left: -4px;
        column-gap: 10px;
        font-size: 18px;
        line-height: 18px;
    }

    .back-arrow {
        width: 30px;
        height: 30px;
    }

    .back-arrow svg {
        width: 9px;
    }

    .page-share {
        font-size: 18px;
        line-height: 18px;
    }

    .content-alt-2 {
        padding-top: 16px;
        padding-bottom: 72px;
    }

    .content-authors {
        flex-direction: column;
        gap: 6px;
    }

    .content-author-picture {
        width: 36px;
        height: 36px;
    }

    .content-author-label {
        font-size: 17px;
        line-height: 19px;
    }

    .content-tags {
        gap: 8px;
    }

    .content-tag {
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 15px;
        line-height: 19px;
    }

    .content ul,
    .content ol {
        padding-left: 32px;
        padding-right: 0px;
    }

    .content h2 {
        padding-top: 28px;
        font-size: 30px;
        line-height: 32px;
    }

    .content h3 {
        padding-top: 16px;
        font-size: 20px;
        line-height: 22px;
    }

    .action {
        column-gap: 12px;
        height: 64px;
        font-size: 18px;
        line-height: 18px;
    }

    .content-categories-title {
        padding-bottom: 10px;
        font-size: 24px;
        line-height: 24px;
    }

    .content-categories {
        font-size: 18px;
        line-height: 22px;
    }

    .action-event {
        padding: 24px;
        font-size: 18px;
        line-height: 22px;
    }

    .action-project {
        padding: 24px;
        font-size: 18px;
        line-height: 22px;
    }

}

@media (max-width: 480px) {

    .payment-advice-message {
        padding-top: 64px;
        padding-bottom: 72px;
    }

    .payment-advice-icon {
        padding-bottom: 16px;
    }

    .payment-advice-icon img {
        height: 120px;
    }

    .payment-advice-caption {
        padding-top: 24px;
        padding-bottom: 32px;
    }

    .featured-info {
        padding: 24px;
        padding-top: 32px;
        padding-bottom: 80px;
    }

    .featured-picture {
        margin-left: 10px;
        width: calc(100% - 20px);
        height: 380px;
    }

    .featured-title {
        font-size: 36px;
        line-height: 36px;
    }

    .featured-subtitle {
        font-size: 36px;
        line-height: 36px;
    }

    .testimonials-item {
        padding: 24px;
        padding-bottom: 34px;
    }

    .entrance-form {
        padding-top: 72px;
        padding-bottom: 120px;
    }

    .account-code {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        column-gap: 4px;
    }

    .account-textbox-big {
        width: 100%;
    }

    .supports-header {
        font-size: 40px;
        line-height: 50px;
    }

    .supports-content {
        padding: 18px;
        padding-bottom: 20px;
    }

    .supports-content-contact {
        padding-bottom: 0px;
    }

    .supports-caption {
        font-size: 24px;
        line-height: 26px;
    }

    .faqs {
        padding-top: 80px;
        padding-bottom: 90px;
    }

    .search-results {
        padding-bottom: 120px;
    }

    .search-section {
        padding-top: 64px;
    }

    .search-section-name {
        font-size: 38px;
        line-height: 48px;
    }

    .search-section-all {
        font-size: 18px;
        line-height: 28px;
    }

    .page-header {
        display: flex;
        align-items: center;
    }

    .page-header-content {
        position: relative;
        height: auto;
        min-height: 100% !important;
    }

    .blocked-advice {
        padding: 24px;
        background-size: 100% auto;
    }

}