.preloader-out {
  -webkit-animation: preloader_out 0.3s forwards;
  animation: preloader_out 0.3s forwards;
}
@-webkit-keyframes anim_in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim_in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes preloader_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes preloader_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(204, 213, 209, 0.2);
  border-right: 1.1em solid rgba(204, 213, 209, 0.2);
  border-bottom: 1.1em solid rgba(204, 213, 209, 0.2);
  border-left: 1.1em solid #ccd5d1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#hero.hero-full .item {
  height: 100vh;
}
#hero {
  position: relative;
  height: auto !important;
  padding: 0;
}
#hero .overlay-image {
  position: absolute;
  z-index: 1;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 74px 20px 20px 20px;
  width: 320px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  #hero .overlay-image {
    width: 500px;
  }
}
@media (min-width: 992px) {
  #hero .overlay-image {
    padding: 20px;
  }
}
#hero .overlay-image img {
  max-width: 100%;
  max-height: 100%;
}
#hero .glide__slides > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#hero .glide__slides .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}
#hero .glide__slides .item picture.item-background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#hero .glide__slides .item picture.item-background img {
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  display: block;
}
#hero .glide__slides .item.item-video .preloader {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#hero .glide__slides .item.item-video video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}
#hero .pause-play {
  display: none;
  background-image: url(/plugins/verb-hero/img/slider-controls.png);
  background-size: 17px 37px;
  background-repeat: no-repeat;
  background-position: 3px 5px;
  position: absolute;
  width: 28px;
  height: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 22px;
  border: solid #fff 2px;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  #hero .pause-play {
    bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  #hero .pause-play {
    background-size: 32px 69px;
    background-position: 6px 10px;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    bottom: 165px;
    border: solid #fff 3px;
  }
}
@media only screen and (min-width: 1440px) {
  #hero .pause-play {
    bottom: 76px;
  }
}
#hero .pause-play.paused {
  background-position: 3px -17px;
}
@media only screen and (min-width: 992px) {
  #hero .pause-play.paused {
    background-position: 6px -31px;
  }
}
.slick-initialized + .pause-play {
  display: block !important;
}
.slick-initialized .item-image .hero-content > div {
  -webkit-animation: anim_in 1s forwards;
  animation: anim_in 1s forwards;
}
.item.video-ready .hero-content > div {
  -webkit-animation: anim_in 1s forwards;
  animation: anim_in 1s forwards;
}
.admin-bar #hero.hero-full .item {
  height: calc(100vh - 46px);
}
@media only screen and (min-width: 768px) {
  .admin-bar #hero.hero-full .item {
    height: calc(100vh - 32px);
  }
}
@keyframes preloader_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hero-large .item {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .hero-large .item {
    height: 800px;
  }
}
@media (min-width: 1024px) {
  .hero-large .item {
    height: 1078px;
  }
}
#hero {
  overflow: hidden;
}
#hero .item {
  padding-bottom: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  #hero .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
#hero .item .gradient-top {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.6)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 440px;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: auto;
}
#hero .item .gradient-bottom {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.6)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 440px;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
}
#hero .glide__slides .item.item-video video {
  bottom: 0;
  top: auto;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
#hero .item-background {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
#hero .hero-content {
  max-width: 1140px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
  z-index: 2;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #hero .hero-content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
#hero .hero-content p {
  font-family: "kanit", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  line-height: 34px;
  letter-spacing: 0.03em;
}
@media (min-width: 1024px) {
  #hero .hero-content p {
    font-size: 60px;
    line-height: 72px;
  }
}
#hero .glide__slides {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#hero .glide__slide {
  height: auto;
}
#hero .glide__arrows {
  padding: 0;
  pointer-events: none;
  width: 100%;
  z-index: 15;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
}
#hero .glide__arrow {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  position: relative;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #hero .glide__arrow {
    -webkit-transition: none;
    transition: none;
  }
}
#hero .glide__arrow:hover {
  background-color: #3a4754;
  border-radius: 50%;
  height: 64px;
  width: 64px;
}
#hero .glide__arrow--left {
  margin-left: 7px;
}
#hero .glide__arrow--left:after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 25px;
  right: auto;
  bottom: auto;
  left: 23px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 10px solid #3a4754;
  border-left: none;
}
@media (prefers-reduced-motion: reduce) {
  #hero .glide__arrow--left:after {
    -webkit-transition: none;
    transition: none;
  }
}
#hero .glide__arrow--left:hover {
  margin-left: 0;
}
#hero .glide__arrow--left:hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 13px solid #fff;
  border-left: none;
  position: absolute;
  top: 32px;
  right: auto;
  bottom: auto;
  left: 30px;
}
#hero .glide__arrow--right {
  margin-right: 7px;
}
#hero .glide__arrow--right:after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 55%;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #3a4754;
  border-right: none;
}
@media (prefers-reduced-motion: reduce) {
  #hero .glide__arrow--right:after {
    -webkit-transition: none;
    transition: none;
  }
}
#hero .glide__arrow--right:hover {
  margin-right: 0;
}
#hero .glide__arrow--right:hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 13px solid #fff;
  border-right: none;
}
#hero .glide__counter {
  background-color: #fff;
  border-radius: 20px;
  padding: 4px 18px;
  font-family: "kanit", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #3a4754;
  line-height: 24px;
  letter-spacing: 0.03em;
}
#hero .glide__bullets {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#hero .glide__bullet {
  border-radius: 2px;
  background-color: #fff;
  height: 6px;
  margin: 0 8px;
  width: 50px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #hero .glide__bullet {
    -webkit-transition: none;
    transition: none;
  }
}
#hero .glide__bullet--active {
  background-color: #3a4754;
}
#hero .glide__slides {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#hero .glide__bullets {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: auto;
  right: auto;
  bottom: 50px;
  left: 50%;
}
