.visit-faroe-islands-top {
  height: calc(100vh - 92px);
  position: relative;
  max-height: 700px;
}
.visit-faroe-islands-top.module {
  max-width: 1440px !important;
}
.visit-faroe-islands-top .splide {
  height: 100%;
  z-index: 0;
}
.visit-faroe-islands-top .splide .splide__slide {
  height: inherit;
  top: 0;
}
.visit-faroe-islands-top .splide__track {
  height: 100%;
}
.visit-faroe-islands-top .splide__track .splide__list {
  height: 100%;
  width: 100%;
}
.visit-faroe-islands-top .splide__track .splide__list .splide__slide {
  width: 100%;
}
.visit-faroe-islands-top .splide__track .splide__list .item {
  height: 100%;
}
.visit-faroe-islands-top .splide__track .splide__list .item .bottom-dark {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 40%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.visit-faroe-islands-top .splide__track .splide__list .item img,
.visit-faroe-islands-top .splide__track .splide__list .item video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.visit-faroe-islands-top .left-content {
  position: absolute;
  left: 80px;
  bottom: 146px;
  color: #fff;
  z-index: 1;
  width: 70%;
  max-width: 900px;
  min-height: 230px;
  border: 1px solid transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.visit-faroe-islands-top .left-content .headline {
  margin-bottom: 25px;
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 54px;
  font-weight: bold;
  letter-spacing: 3.09px;
  line-height: 54px;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  min-height: 54px;
}
@media (max-width: 1279px) {
  .visit-faroe-islands-top .left-content .headline {
    font-size: 46px;
    line-height: 46px;
    min-height: 46px;
  }
}
@media (max-width: 767px) {
  .visit-faroe-islands-top .left-content .headline {
    font-size: 38px;
    line-height: 38px;
    min-height: 38px;
  }
}
.visit-faroe-islands-top .left-content .slider-excerpt {
  margin: 0;
  margin-bottom: 30px;
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 19px;
  letter-spacing: 0;
  line-height: 29px;
  min-height: 29px;
}
.visit-faroe-islands-top .left-content .slider-excerpt p {
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1279px) {
  .visit-faroe-islands-top .left-content .slider-excerpt {
    line-height: 27px;
    min-height: 27px;
  }
}
@media (max-width: 767px) {
  .visit-faroe-islands-top .left-content .slider-excerpt {
    line-height: 24px;
    min-height: 24px;
  }
}
.visit-faroe-islands-top .left-content .link .hero-link-button {
  box-sizing: border-box;
  height: 52px;
  width: 100%;
  max-width: 352px;
  border: 2px solid #ffffff;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.visit-faroe-islands-top .left-content .link .hero-link-button .hero-link-button-text {
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 19px;
  text-align: center;
  text-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}
.visit-faroe-islands-top .left-content .link .hero-link-button:hover {
  background-color: #009fff;
  border: 2px solid #009fff;
}
@media (max-width: 1279px) {
  .visit-faroe-islands-top .left-content {
    max-width: 750px;
    left: 70px;
  }
}
@media (max-width: 1279px) {
  .visit-faroe-islands-top .left-content {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .visit-faroe-islands-top .left-content {
    max-width: 90vw;
    width: 100%;
    margin-left: 5vw;
    left: 0;
    bottom: 115px;
  }
}
@media (max-width: 639px) {
  .visit-faroe-islands-top .left-content .headline {
    overflow-wrap: break-word;
  }
}
.visit-faroe-islands-top .slider-excerpt,
.visit-faroe-islands-top .link {
  margin: 5px 0;
  font-size: 20px;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.visit-faroe-islands-top .slider-excerpt svg,
.visit-faroe-islands-top .link svg {
  margin-left: 10px;
}
.visit-faroe-islands-top .link {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
}
.visit-faroe-islands-top .link a {
  padding: 5px 0;
  color: white;
}
.visit-faroe-islands-top .link a i {
  margin-left: 10px;
}

.visit-faroe-islands-top.full-width {
  height: calc(100vh - 92px);
  max-height: 1200px;
}
.visit-faroe-islands-top.full-width.module {
  max-width: 100vw !important;
}
.visit-faroe-islands-top.hidePagination .splide__arrows {
  display: none;
}
.visit-faroe-islands-top .slider-hero .splide__arrows .splide__arrow {
  opacity: 1;
  background: none;
}
.visit-faroe-islands-top .slider-hero .splide__arrows.hide-hero-arrows {
  display: none;
}
@media (max-width: 767px) {
  .visit-faroe-islands-top .slider-hero .splide__arrows {
    display: none;
  }
}
.visit-faroe-islands-top .thumbnails-hero {
  visibility: visible;
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
  width: 210px;
}
@media screen and (max-width: 639px) {
  .visit-faroe-islands-top .thumbnails-hero {
    bottom: 25px;
  }
  .visit-faroe-islands-top .thumbnails-hero .thumbnail-name {
    display: none;
  }
}
.visit-faroe-islands-top .thumbnails-hero .splide__track {
  top: 23px;
}
.visit-faroe-islands-top .thumbnails-hero .splide__list {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}
.visit-faroe-islands-top .thumbnails-hero .splide__slide {
  position: relative;
  padding-bottom: 43px;
}
@media screen and (max-width: 767px) {
  .visit-faroe-islands-top .thumbnails-hero .splide__slide {
    padding-bottom: 33px;
  }
}
.visit-faroe-islands-top .thumbnails-hero .splide__slide .splide__slide__container {
  width: 60px;
  height: 60px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  cursor: pointer;
}
.visit-faroe-islands-top .thumbnails-hero .splide__slide .thumbnail-name {
  color: #fff;
  width: 210px;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: capitalize;
  display: none;
}
.visit-faroe-islands-top .thumbnails-hero .splide__slide.is-active {
  border: none;
}
.visit-faroe-islands-top .thumbnails-hero .splide__slide.is-active .splide__slide__container {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.visit-faroe-islands-top .thumbnails-hero .splide__slide.is-active .thumbnail-name {
  display: flex;
}
.visit-faroe-islands-top .thumbnails-hero .splide__slide .splide__slide__container img {
  width: 100%;
  height: auto;
}
.visit-faroe-islands-top .thumbnails-hero.hide-thumbnails-hero {
  display: none;
}

.display.display-active .visit-faroe-islands-top {
  padding-top: 0;
}/*# sourceMappingURL=visit_faroe_islands_top.css.map */