/*
#popup {
	position: fixed;
	left:20px;
	bottom:20px;
	z-index:100;
	cursor: pointer;
}
*/
a::-moz-focus-inner {
  border: 0;
}

.wrapper {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
  width: 102%;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
}

.grid-item {
  width: 23%;
}

.grid-items {
  outline: 0;
}
.grid-items > div {
  outline: 0 !important;
}

.grid-sizer {
  width: 23%;
}

.gutter-sizer {
  width: 2%;
}

.grid-item-1 {
  width: 23%;
}

.grid-item-2 {
  width: 48%;
}

.grid-item-3 {
  width: 73%;
}

.grid-item-4 {
  width: 100%;
}

.box {
  position: relative;
}
.box img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: All 1.3s ease;
  -webkit-transition: All 1.3s ease;
  -moz-transition: All 1.3s ease;
  -o-transition: All 1.3s ease;
}
.box img.real {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.box img.act {
  opacity: 1;
}
.box video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: All 1.3s ease;
  -webkit-transition: All 1.3s ease;
  -moz-transition: All 1.3s ease;
  -o-transition: All 1.3s ease;
}
.box video.act {
  opacity: 1;
}
.box .text-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.box .text-wrapper .text-field {
  opacity: 0;
  transition: All 1.3s ease;
  -webkit-transition: All 1.3s ease;
  -moz-transition: All 1.3s ease;
  -o-transition: All 1.3s ease;
}
.box .text-wrapper .text-field p {
  color: #000000;
  font-size: 6vw;
  line-height: 1.25;
}
.box .text-wrapper .text-field h1 {
  color: #000000;
  font-weight: bold;
  margin-top: 0;
  font-size: 6.3vw;
  line-height: 6.8vw;
}
.box .text-wrapper .text-field h2 {
  color: #000000;
  font-weight: bold;
  margin-top: 0;
  font-size: 6.1vw;
  line-height: 6.6vw;
}
.box .text-wrapper .text-field h3 {
  color: #000000;
  font-weight: bold;
  margin-top: 0;
  font-size: 5.8vw;
  line-height: 6.3vw;
}
.box .text-wrapper .text-field h4 {
  color: #000000;
  font-weight: bold;
  margin-top: 0;
  font-size: 5.6vw;
  line-height: 6.1vw;
}
.box .text-wrapper .text-field h5 {
  color: #000000;
  font-weight: bold;
  margin-top: 0;
  font-size: 5.3vw;
  line-height: 5.9vw;
}
.box .text-wrapper .text-field h6 {
  color: #000000;
  font-weight: bold;
  margin-top: 0;
  font-size: 5vw;
  line-height: 5.8vw;
}
.box .text-wrapper .text-field blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
.box .text-wrapper .text-field blockquote p {
  font-size: 4.4vw;
  color: #000000;
  letter-spacing: 0;
  line-height: 5.9vw;
  margin: 0 0 16px;
  font-weight: normal !important;
}
.box .text-wrapper .text-field blockquote .ndash {
  display: inline-block;
}
.box .text-wrapper .text-field.act {
  opacity: 1;
}
.box .text-wrapper .centered {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
}
.box .plyr {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.box .plyr .yt-player {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.box .plyr--video .plyr__controls {
  z-index: 10;
}
.box .plyr__progress--buffer {
  height: 0;
}
.box .plyr__progress--played {
  height: 0;
}
.box .plyr__volume--display {
  height: 0;
}
.box .plyr__progress {
  top: 1px;
}
.box input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -14px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.box input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
.box input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
.box .poster {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  bottom: 0;
  cursor: pointer;
}
.box .poster img.bg {
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  object-position: 100% 100%;
  z-index: 1;
}
.box .poster img.play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  opacity: 1;
  z-index: 2;
  cursor: pointer;
  width: 100px;
  height: 100px;
}
.box .poster img.play:hover {
  opacity: 0.6;
}
.box .poster:hover img.play {
  opacity: 0.6;
}
.box .pusher {
  position: relative;
  width: 100%;
}

body.skin-black .box .text-wrapper .text-field p,
body.skin-black .box .text-wrapper .text-field blockquote p,
body.skin-black .box .text-wrapper .text-field h1,
body.skin-black .box .text-wrapper .text-field h2,
body.skin-black .box .text-wrapper .text-field h3,
body.skin-black .box .text-wrapper .text-field h4,
body.skin-black .box .text-wrapper .text-field h5,
body.skin-black .box .text-wrapper .text-field h6 {
  color: #fff;
}

.box.yt {
  overflow: hidden;
}

body.isMobile .wrapper {
  width: 100%;
}
body.isMobile .box img {
  opacity: 1;
}
body.isMobile .box video {
  opacity: 1;
  position: relative;
  left: auto;
  top: auto;
  height: auto;
}
body.isMobile .box .text-wrapper {
  position: relative;
  left: auto;
  top: auto;
  height: auto;
}
body.isMobile .box .text-wrapper .text-field {
  opacity: 1;
}
body.isMobile .grid-items {
  margin: 0 0 1.25rem;
}
body.isMobile .grid-items.moff {
  display: none;
}

.cookies-info {
  z-index: 1000;
}

footer {
  padding-bottom: 20px;
}

.btn-open-project-category {
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .wrapper {
    width: 100%;
  }

  .grid-item {
    width: 100%;
  }

  .grid-items {
    margin: 0 0 1.25rem;
  }

  .grid-items.moff {
    display: none;
  }

  .grid-items.text .text-field {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }
  .grid-items.text .pusher {
    display: none;
  }

  .grid-sizer {
    width: 100%;
  }

  .grid-item-1 {
    width: 100%;
  }

  .grid-item-2 {
    width: 100%;
  }

  .grid-item-3 {
    width: 100%;
  }

  .box img {
    opacity: 1;
  }
  .box img.real {
    position: relative;
    left: auto;
    top: auto;
  }
  .box video {
    opacity: 1;
    position: relative;
    left: auto;
    top: auto;
    height: auto;
  }
  .box .text-wrapper {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
  }
  .box .text-wrapper .text-field {
    opacity: 1;
  }
  .box .text-wrapper .text-field blockquote p {
    font-size: 2.2vw;
    line-height: 3.6vw;
  }
  .box .text-wrapper .centered {
    position: relative;
    z-index: 1;
    top: auto;
    left: auto;
    transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }
  .box .plyr {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
  }
  .box .pusher {
    display: none;
  }

  .box.yt .pusher {
    display: block;
  }
}
@media (min-width: 500px) {
  .box .text-wrapper .text-field p {
    font-size: 4vw;
    line-height: 4.5vw;
  }
  .box .text-wrapper .text-field h1 {
    font-size: 8vw;
    line-height: 8.5vw;
  }
  .box .text-wrapper .text-field h2 {
    font-size: 7vw;
    line-height: 7.5vw;
  }
  .box .text-wrapper .text-field h3 {
    font-size: 6vw;
    line-height: 6.5vw;
  }
  .box .text-wrapper .text-field h4 {
    font-size: 3vw;
    line-height: 3.3vw;
  }
  .box .text-wrapper .text-field h5 {
    font-size: 2.3vw;
    line-height: 2.8vw;
  }
  .box .text-wrapper .text-field h6 {
    font-size: 1.7vw;
    line-height: 2.2vw;
  }
}
@media (min-width: 760px) {
  .box .text-wrapper .text-field p {
    font-size: 2.5vw;
    line-height: 3vw;
  }
  .box .text-wrapper .text-field h1 {
    font-size: 5vw;
    line-height: 5.5vw;
  }
  .box .text-wrapper .text-field h2 {
    font-size: 4vw;
    line-height: 4.5vw;
  }
  .box .text-wrapper .text-field h3 {
    font-size: 4vw;
    line-height: 4.5vw;
  }
  .box .text-wrapper .text-field h4 {
    font-size: 3vw;
    line-height: 3.3vw;
  }
  .box .text-wrapper .text-field h5 {
    font-size: 2.3vw;
    line-height: 2.8vw;
  }
  .box .text-wrapper .text-field h6 {
    font-size: 1.7vw;
    line-height: 2.2vw;
  }
}
@media screen and (max-width: 600px) {
  .box .text-wrapper .text-field blockquote p {
    font-size: 4.5vw;
    line-height: 5.4vw;
  }
}
@media (min-width: 1025px) {
  .box .text-wrapper .text-field blockquote p {
    font-size: 1.2vw;
    line-height: 2.2vw;
  }
}
@media screen and (max-width: 760px) {
  .page-footer .nav-lang {
    display: block;
    margin: 9vw 0 5vw;
  }
  .page-footer .page-footer-contact-title {
    margin: 19vw 0 5vw;
    font-size: 10vw;
  }
}

/*# sourceMappingURL=style.add.css.map */
