@charset "UTF-8";
.slider {
  padding: 0 0 5px;
}
.slider.is-admin:before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  position: absolute;
  z-index: 1;
}
.slider.is-admin .slides .wrapper-caption {
  font-size: 1.3rem;
}
.slider .wp-block-button.is-style-outline {
  color: #fff;
}
.slider .slides {
  height: 100vh;
  margin-bottom: 50px;
  min-height: 8vw;
  opacity: 0;
  position: relative;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  visibility: hidden;
  width: 100%;
}
.slider .slides.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.slider .slides .slick-slide {
  height: 100vh;
  position: relative;
}
.slider .slides .slick-slide::before {
  background-color: transparent !important;
  z-index: 1;
}
.slider .slides .slick-slide video {
  display: block;
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
}
.slider .slides .slick-slide iframe {
  pointer-events: none;
  position: relative;
}
.slider .slides .slick-slide img {
  display: inline;
}
.slider .slides .slick-slide .extra {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 3rem;
  padding: 1rem;
  text-align: center;
}
.slider .slides .slick-slide .extra img {
  margin: 1.5rem 1rem;
}
@media (min-width: 768px) {
  .slider .slides .slick-slide .extra img:not(:first-child) {
    margin: 0 0 0 5rem;
  }
}
.slider .slides .slick-slide .extra p {
  margin-bottom: 0;
}
.slider .slides .slick-slide figure {
  height: 100%;
  position: relative;
}
.slider .slides .slick-slide .slide-image {
  background-size: cover;
  background-position: center;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.slider .slides .slick-slide .slide-image.show {
  opacity: 1;
}
.slider .slides .slick-slide .image-entity {
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.slider .slides .slick-slide .loading {
  left: 0;
  position: absolute;
  text-align: center;
  top: 44%;
  width: 100%;
}
.slider .slides .slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slider .slides .slick-slide.slick-active {
  z-index: 1;
}
.slider .slides .slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
          animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}
.slider .slides .slick-slide.slick-active .wrapper-caption {
  opacity: 1;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-transition: translateY 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
  transition: translateY 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}
.slider .slides .slick-slide > div,
.slider .slides .slick-slide > div > div {
  height: 100%;
  position: relative;
}
.slider .slides .wrapper-caption {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  opacity: 0;
  padding: 2rem;
  position: absolute;
  right: 50%;
  top: 150px;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1200px) {
  .slider .slides .wrapper-caption {
    font-size: 3rem;
    top: 32%;
    width: auto;
  }
}
.slider .slides .wrapper-caption .caption h1 {
  color: #fff;
  font-size: 2em;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 1200px) {
  .slider .slides .wrapper-caption .caption h1 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.slider .slides .wrapper-caption .caption h2 {
  font-size: 1.2em;
  margin-top: 0;
}
.slider .slides .wrapper-caption .caption p {
  line-height: 1.3em;
  margin-bottom: 2rem;
}
.slider .slides .wrapper-caption .caption a {
  background-color: #fff;
}
.slider .slides .wrapper-caption .links > * {
  display: inline-block !important;
  margin-bottom: 1rem;
  margin-top: 0;
}
.slider .slick-prev,
.slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 28px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  z-index: 1;
}
.slider .slick-prev::before,
.slider .slick-next::before {
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e0630f !important;
  font-family: "icons" !important;
  font-size: 1.5rem !important;
  text-rendering: auto;
}
.slider .slick-prev {
  left: -25px;
}
.slider .slick-prev::before {
  content: "\E905" !important;
}
.slider .slick-next {
  right: -25px;
}
.slider .slick-next::before {
  content: "\E906" !important;
}
.slider .slick-dotted.slick-slider {
  margin-bottom: 70px !important;
}
.slider .slick-dots {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: -40px;
}
.slider .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.slider .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: 0;
  padding: 5px;
  width: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider .slick-dots li button::before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 2px solid #e0630f;
  border-radius: 50%;
  content: "" !important;
  opacity: 1 !important;
}
.slider .slick-dots li.slick-active button::before {
  background-color: #e0630f;
}
.slider .slides .slick-slide, .slider .slides .slick-slide::before, .slider .slides .wrapper-caption {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider .slides .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}
@keyframes slideOut {
  from {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  to {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
}