@import url(https://use.typekit.net/vlc8vro.css);
@font-face {
    font-family: "icons";
    src: url(../fonts/icons.eot?d1c14f2e077a117e4c37f99806aecaa7#iefix) format("embedded-opentype"),
url(../fonts/icons.woff2?8f263832de7688f4a0515229bdabe83f) format("woff2"),
url(../fonts/icons.woff?f69d5c68537aa2094e1a36263145e841) format("woff");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before {
    content: "\f101";
}
.icon-instagram:before {
    content: "\f102";
}
.icon-facebook:before {
    content: "\f103";
}
.icon-download:before {
    content: "\f104";
}
.icon-arrow-right:before {
    content: "\f105";
}
.icon-arrow-left:before {
    content: "\f106";
}
.icon-arrow-down:before {
    content: "\f107";
}

/**/
/**/
/**/
.error-page .logo {
  height: 80px;
  max-width: 100%;
}

.fancybox__container {
  --fancybox-bg: rgba(37, 40, 46, 0.95);
}

.fancybox__carousel {
  margin-top: 100px;
}

.fancybox__nav {
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-width: 40px;
  --f-button-height: 40px;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 24px;
  --f-button-height: 24px;
  opacity: 1;
}

.fancybox__toolbar {
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-width: 100px;
  --f-button-height: 100px;
}

.fancy-logo {
  width: 230px;
  margin: 60px auto;
}

.f-button.is-close-btn:hover {
  transform: rotate(90deg);
}
.f-button.is-next, .f-button.is-prev {
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  transition: border-color 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
}
.f-button.is-next::after, .f-button.is-prev::after {
  display: block;
  content: "";
  position: absolute;
  width: 36px;
  height: 2px;
  background-color: #fff;
  top: 17px;
  opacity: 0;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
  pointer-events: none;
}
.f-button.is-next:hover, .f-button.is-prev:hover {
  border-color: rgba(255, 255, 255, 0);
}
.f-button.is-next:hover::after, .f-button.is-prev:hover::after {
  transform: translateX(0px);
  opacity: 1;
}
.f-button.is-next i, .f-button.is-prev i {
  transition: transform 0.35s cubic-bezier(0.12, 0.75, 0.4, 1);
  color: #fff;
}
.f-button.is-next i::before, .f-button.is-prev i::before {
  font-size: 16px;
}
.f-button.is-next::after {
  transform: translateX(-30px);
  left: -7px;
}
.f-button.is-next:hover i {
  transform: translateX(10px);
}
.f-button.is-prev::after {
  transform: translateX(30px);
  left: 6px;
}
.f-button.is-prev:hover i {
  transform: translateX(-10px);
}

.fancybox__caption {
  font-size: 0.8rem;
}

.f-thumbs {
  margin-top: 100px;
}

.f-thumbs__slide__button {
  background: #f7f7f7;
}

@media only screen and (max-height: 930px) {
  .fancy-logo {
    margin: 6vh auto;
  }
  .f-thumbs {
    margin-top: 20px;
  }
}
.footer {
  margin-top: auto;
  padding: 35px 20px 20px;
}
.footer.with-cookies {
  padding-bottom: 130px;
}

.copyrights {
  font-family: Arial;
  font-size: 0.625rem;
  letter-spacing: 0.01rem;
  color: #231f20;
  text-align: center;
}
.copyrights span {
  opacity: 1;
}
.copyrights a {
  position: relative;
  color: #231f20;
  opacity: 1;
  transition: color 250ms ease-out;
}
.copyrights a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 0%;
  height: 1px;
  background: #231f20;
  transition: all 250ms ease-out;
}
.copyrights a:hover {
  color: #152c3d;
}
.copyrights a:hover::before {
  width: 100%;
}

.page-wrapper.gradient .copyrights {
  color: #5f91b7;
  opacity: 0.5;
}
.page-wrapper.gradient .copyrights a {
  color: #5f91b7;
}
.page-wrapper.gradient .copyrights a::before {
  background: #5f91b7;
}

[v-cloak] {
  display: none !important;
}

button {
  background: transparent;
  border: none;
}

body {
  overflow-anchor: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mt-20-vh {
  margin-top: 20vh;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  padding: 30px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: padding 250ms ease-in-out;
}
.header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.header .logo-wrapper {
  position: relative;
  width: 270px;
  height: 70px;
  transition: all 250ms ease-out;
}
.header .logo-wrapper .logo-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.header .logo-wrapper .logo-link .logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  transition: opacity 250ms ease-out;
}
.header.page-scrolled {
  padding: 10px 30px;
}
.header.page-scrolled::before {
  opacity: 1;
}
.header.page-scrolled .logo-wrapper {
  width: 135px;
  height: 43px;
}

.response-wrapper {
  position: relative;
  max-width: 100%;
  padding-top: 35px;
  margin: 2px auto;
}
.response-wrapper .response-msg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  height: 100%;
  white-space: nowrap;
}
.response-wrapper .response-msg img {
  height: 14px;
  margin-right: 6px;
  margin-bottom: 2px;
}
.response-wrapper .response-msg.error {
  background-color: #ce0000;
}
.response-wrapper .response-msg.success {
  background-color: #33c91b;
}

.error-msg {
  position: absolute;
  right: 0px;
  top: 0;
  font-size: 0.45rem;
  letter-spacing: 0.02rem;
  color: #fff;
  background-color: #ce0000;
  padding: 2px 6px;
  z-index: 5;
}

.input-wrapper {
  position: relative;
}
.input-wrapper label {
  font-family: "roboto", sans-serif;
  font-size: 0.6875rem;
  color: #152c3d;
  display: block;
  font-weight: 700;
  letter-spacing: 0rem;
  cursor: pointer;
  margin-bottom: 7px;
  line-height: 1;
}
.input-wrapper input[type=text],
.input-wrapper input[type=email],
.input-wrapper input[type=password],
.input-wrapper input[type=search]:not(.vs__search),
.input-wrapper input[type=number] {
  font-family: "roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0rem;
  line-height: 1;
  color: #000;
  width: 100%;
  border-width: 1px 1px 1px 1px;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 0px;
  padding: 18px 15px;
  background-color: #e6e6e6;
  -webkit-appearance: none;
}
.input-wrapper input[type=text]:focus,
.input-wrapper input[type=email]:focus,
.input-wrapper input[type=password]:focus,
.input-wrapper input[type=search]:not(.vs__search):focus,
.input-wrapper input[type=number]:focus {
  outline: none;
}
.input-wrapper input[type=text]::-webkit-input-placeholder,
.input-wrapper input[type=email]::-webkit-input-placeholder,
.input-wrapper input[type=password]::-webkit-input-placeholder,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-input-placeholder,
.input-wrapper input[type=number]::-webkit-input-placeholder {
  letter-spacing: 0rem;
  font-size: 0.75rem;
  color: #000;
}
.input-wrapper input[type=text]::-moz-placeholder,
.input-wrapper input[type=email]::-moz-placeholder,
.input-wrapper input[type=password]::-moz-placeholder,
.input-wrapper input[type=search]:not(.vs__search)::-moz-placeholder,
.input-wrapper input[type=number]::-moz-placeholder {
  letter-spacing: 0rem;
  font-size: 0.75rem;
  color: #000;
}
.input-wrapper input[type=text]:-ms-input-placeholder,
.input-wrapper input[type=email]:-ms-input-placeholder,
.input-wrapper input[type=password]:-ms-input-placeholder,
.input-wrapper input[type=search]:not(.vs__search):-ms-input-placeholder,
.input-wrapper input[type=number]:-ms-input-placeholder {
  letter-spacing: 0rem;
  font-size: 0.75rem;
  color: #000;
}
.input-wrapper input[type=text]:-moz-placeholder,
.input-wrapper input[type=email]:-moz-placeholder,
.input-wrapper input[type=password]:-moz-placeholder,
.input-wrapper input[type=search]:not(.vs__search):-moz-placeholder,
.input-wrapper input[type=number]:-moz-placeholder {
  letter-spacing: 0rem;
  font-size: 0.75rem;
  color: #000;
}
.input-wrapper input[type=text]::-webkit-outer-spin-button, .input-wrapper input[type=text]::-webkit-inner-spin-button,
.input-wrapper input[type=email]::-webkit-outer-spin-button,
.input-wrapper input[type=email]::-webkit-inner-spin-button,
.input-wrapper input[type=password]::-webkit-outer-spin-button,
.input-wrapper input[type=password]::-webkit-inner-spin-button,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-outer-spin-button,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-inner-spin-button,
.input-wrapper input[type=number]::-webkit-outer-spin-button,
.input-wrapper input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.input-wrapper input:disabled,
.input-wrapper select:disabled {
  opacity: 0.7;
}
.input-wrapper .error-msg {
  top: 0px;
  transform: translateY(-50%);
}
.input-wrapper.has-error label {
  color: #ce0000;
}
.input-wrapper.has-error input[type=email],
.input-wrapper.has-error input[type=text],
.input-wrapper.has-error input[type=password],
.input-wrapper.has-error input[type=search],
.input-wrapper.has-error input[type=number] {
  border-color: #ce0000;
}

@keyframes load {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.loader {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid #e6e6e6;
  border-right: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  border-left: 2px solid #fff;
  animation: load 1.1s infinite linear;
}
.loader::before {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loading {
  position: relative;
}
.loading span,
.loading i,
.loading em {
  opacity: 0;
}
.loading .loader {
  opacity: 1;
}

.modal {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.modal-header {
  justify-content: center;
  position: relative;
}
.modal-header .btn-modal-close {
  color: #fff;
  z-index: 5;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
.modal-header .btn-modal-close i::before {
  font-size: calc(1.325rem + 1.2vmin);
}
@media (min-width: 900px) and (min-height: 900px) {
  .modal-header .btn-modal-close i::before {
    font-size: 2rem;
  }
}
.modal-header .btn-modal-close:hover {
  opacity: 0.5;
}

.modal-body .modal-logo {
  width: 140px;
}

html:not(.device) ::-webkit-scrollbar {
  width: 3px;
}
html:not(.device) ::-webkit-scrollbar-track {
  background: #f7f7f7;
}
html:not(.device) ::-webkit-scrollbar-thumb {
  background: #356a93;
  border-radius: 0px;
}
html:not(.device) ::-webkit-scrollbar-thumb:hover {
  background: rgb(25.97, 51.94, 72.03);
}
html:not(.device) html {
  scrollbar-color: #356a93 #f7f7f7;
  scrollbar-width: thin;
}

@media only screen and (min-width: 992px) {
  html:not(.device) ::-webkit-scrollbar {
    width: 8px;
  }
  html:not(.device) ::-webkit-scrollbar-thumb {
    border-radius: 0px;
  }
}
::-moz-selection {
  color: #fff;
  background: #356a93;
  opacity: 1;
}

::selection {
  color: #fff;
  background: #356a93;
  opacity: 1;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "eb-garamond", serif;
}

.ff-sans-serif {
  font-family: "roboto", sans-serif;
}

.text-terms h1,
.text-terms h2,
.text-terms h3,
.text-terms h4,
.text-terms h5,
.text-terms h6,
.text-terms p,
.text-terms li {
  color: #444444;
  font-family: "roboto", sans-serif;
}
.text-terms h1,
.text-terms h2,
.text-terms h3,
.text-terms h4,
.text-terms h5,
.text-terms h6 {
  line-height: 1.2;
  background-color: #e6e6e6;
  color: #fff;
  padding: 5px 10px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 10px;
}
.text-terms h5 {
  font-size: 0.9rem;
}
.text-terms p,
.text-terms li,
.text-terms a {
  font-size: 0.875rem;
  margin-bottom: 15px;
}
.text-terms ul,
.text-terms ol {
  padding: 0px 0px 0px 20px;
  margin-bottom: 15px;
}
.text-terms ul.alpha,
.text-terms ol.alpha {
  list-style-type: lower-alpha;
}
.text-terms a {
  text-decoration: underline;
}
.text-terms a:hover {
  text-decoration: none;
}

em[class^=icon-]:before,
em[class*=" icon-"]:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-],
[class*=" icon-"] {
  font-size: 0;
}

/**/
.page-wrapper {
  padding-top: 130px;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
}
.page-wrapper.gradient {
  background: linear-gradient(180deg, #356a93 0%, #0b2f4b 100%);
}

.content-wrapper {
  margin: 5vh 0px 10px;
}

.langs {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.langs li {
  text-align: center;
}
.langs li p {
  font-size: 0.6875rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.langs .lang-btn {
  padding: 0;
  position: relative;
  margin: 0px 20px;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.3;
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
  transition-property: box-shadow, opacity;
  transition-duration: 250ms;
  transition-timing-function: ease-in-out;
}
.langs .lang-btn img {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 18px);
}
.langs .lang-btn.active {
  opacity: 1;
  box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.25);
}

.login-box {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 10px 0px 34px 0px rgba(0, 0, 0, 0.25);
  padding: 65px 25px 20px;
  max-width: 400px;
  margin: 0 auto;
}

.btn-login {
  font-size: 1.25rem;
  border-radius: 30px;
  background: linear-gradient(90deg, #356a93 0%, #16466b 100%);
  color: #fff;
  width: 100%;
  padding: 30px 20px;
  font-weight: 700;
}

.exhibits-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.exhibits-list li {
  margin: 0px 20px 50px;
  min-width: 265px;
}
.exhibits-list li a {
  display: block;
  max-width: 265px;
  margin: 0px auto;
}
.exhibits-list li a .exhibit-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0px 4px 22px 0px rgba(0, 0, 0, 0.75);
}
.exhibits-list li a .exhibit-image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.exhibits-list li a .exhibit-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.exhibits-list li a .exhibit-title {
  margin-top: 20px;
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "eb-garamond", serif;
  font-weight: 700;
  padding: 0 20px;
  color: #356a93;
}

.nav-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: linear-gradient(90deg, #356a93 0%, #0c304c 100%);
  box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.48);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.nav-buttons .nav-btn-image {
  width: 46px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.nav-buttons .nav-btn-image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.nav-buttons .nav-btn-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.nav-buttons .btn-prev,
.nav-buttons .btn-next {
  display: flex;
  align-items: center;
  width: 50%;
  flex-shrink: 0;
}
.nav-buttons .btn-prev span,
.nav-buttons .btn-next span {
  color: #5f91b7;
  font-size: 10px;
  font-weight: 700;
  transition: color 250ms ease-in-out;
}
.nav-buttons .btn-prev:hover span,
.nav-buttons .btn-next:hover span {
  color: #fff;
}
.nav-buttons .btn-prev {
  justify-content: flex-start;
}
.nav-buttons .btn-prev span {
  margin-left: 10px;
}
.nav-buttons .btn-next {
  justify-content: flex-end;
}
.nav-buttons .btn-next span {
  margin-right: 10px;
}

/*# sourceMappingURL=styles.css.map*/