@charset "UTF-8";
@font-face {
  font-family: "WorkSans";
  src: url("../fonts/WorkSans-Regular.ttf");
}
/* width */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  border: 3px solid #000;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:hover {
  background: #424040;
  cursor: url("../images/windows_xp_pointer.png"), pointer;
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "WorkSans";
  font-weight: bold;
  color: #000;
  background-color: #fff;
  font-size: 18px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  cursor: url("../images/windows_xp_cursor.png"), auto;
}

.content-read-more {
  border-bottom: 3px solid #000;
}

a:hover, .content-read-more:hover {
  cursor: url("../images/windows_xp_pointer.png"), pointer;
  border-bottom: 3px solid #000;
}

*:focus {
  outline: none;
}

html.prevent-scroll {
  overflow: hidden;
}

header {
  border-bottom: 3px solid #000;
  font-size: 20px;
  background-color: #fff;
}
header .menu .active {
  border-bottom: 3px solid #000;
}

footer {
  border-top: 3px solid #000;
}

.container {
  max-width: 1280px;
}

.bg-color {
  border-bottom: 3px solid #000;
}
.bg-color.bg-color--yellow {
  background-color: #fcec00;
}
.bg-color.bg-color--rosa {
  background-color: #e60080;
  color: #fff;
}
.bg-color.bg-color--rosa .content-read-more {
  border-bottom: 3px solid #fff;
}
.bg-color.bg-color--blue {
  background-color: #20ace9;
}
.bg-color.bg-color--white {
  background-color: #fff;
  border-left: 3px solid #000;
}

h1 {
  font-size: 5rem;
  line-height: 5rem;
  text-transform: uppercase;
}

h2 {
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
}

h3 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}

h5 {
  font-size: 0.8rem;
  line-height: 0.8rem;
  text-transform: uppercase;
}

input, textarea {
  border: 3px solid #000;
  padding: 10px 20px;
  font-size: inherit;
  width: 100%;
}

.bmc-btn {
  border-radius: 0 !important;
  border: 3px solid #000 !important;
  height: auto !important;
  padding: 10px 20px !important;
}
.bmc-btn:hover {
  position: relative;
}
.bmc-btn:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #000;
  left: 0;
  bottom: -6px;
}
.bmc-btn .bmc-btn-text {
  line-height: normal;
  flex-shrink: normal;
}

.button {
  border: 3px solid #000;
  background-color: #20ace9;
  color: #fff;
  padding: 5px 10px;
  position: relative;
}
.button.button--yellow {
  background-color: #fcec00;
  color: #000;
}
.button.button--blue {
  background-color: #20ace9;
}
.button.button--rosa {
  background-color: #e60080;
}
.button.button--donation {
  padding: 10px 20px;
}
.button:hover {
  position: relative;
}
.button:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #000;
  left: 0;
  bottom: -6px;
}

.article {
  background-color: #fff;
  color: #000;
  padding: 10px 20px;
  border: 3px solid #000;
}

.go-back {
  position: relative;
  margin-left: 20px;
}
.go-back:before {
  position: absolute;
  content: "←";
  width: 25px;
  height: 25px;
  left: -20px;
  top: -2px;
}

#history .press-content {
  height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 20px;
}

#contact a, #press a {
  border: 3px solid #000;
  background-color: #fcec00;
  padding: 10px 20px;
  color: #000;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
#contact a:hover, #press a:hover {
  position: relative;
}
#contact a:hover:after, #press a:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #000;
  left: 0;
  bottom: -6px;
}

.slideshow {
  width: 100%;
  height: 500px;
  border: 3px solid #000;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.slideshow .slideshow__img {
  position: relative;
  display: none;
  height: 100%;
  width: 100%;
}
.slideshow .slideshow__img.is-active {
  object-fit: cover;
  display: inline-block;
}
.slideshow .slideshow__arrows {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.slideshow .slideshow__arrows .slideshow__arrows-previous, .slideshow .slideshow__arrows .slideshow__arrows-next {
  width: 50%;
  height: 100%;
  position: relative;
  top: 0;
  float: left;
}
.slideshow .slideshow__arrows .slideshow__arrows-previous:hover {
  cursor: url("../images/icon-arrow-left.png"), pointer;
}
.slideshow .slideshow__arrows .slideshow__arrows-next:hover {
  cursor: url("../images/icon-arrow-right.png"), pointer;
}

.image-header {
  position: relative;
}
.image-header img {
  border: 3px solid #000;
  height: 100%;
  width: 100%;
  aspect-ratio: 1;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.modal .modal__content {
  position: relative;
  top: calc(50% - 120px);
  left: calc(50% - 120px);
  transform: translate(calc(-50% + 60px), calc(-50% + 60px));
  background-color: #fff;
  border: 3px solid #000;
  max-width: 1200px;
  max-height: 680px;
  margin: 60px;
  padding: 40px;
}
.modal .modal__content .modal__content-close {
  border-radius: 100%;
  border: 3px solid #000;
  background-color: #fcec00;
  position: absolute;
  padding: 10px;
  top: -35px;
  right: -35px;
}
.modal .modal__content .modal__content-overflow {
  overflow-y: auto;
  max-width: 1200px;
  max-height: 580px;
}

/*# sourceMappingURL=style-frontend.css.map */
