@keyframes dotbump {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
#mediaAll .swiper-pagination-bullet-small .swiper-pagination-bullets > .swiper-pagination-bullet {
  width: var(--wmu-swiper-bullet-small-size);
  height: var(--wmu-swiper-bullet-small-size);
  margin: 0 calc(var(--wmu-swiper-bullet-small-size) / 2);
}
#mediaAll .swiper-pagination-bullet-large .swiper-pagination-bullets > .swiper-pagination-bullet {
  width: var(--wmu-swiper-bullet-large-size);
  height: var(--wmu-swiper-bullet-large-size);
  margin: 0 calc(var(--wmu-swiper-bullet-large-size) / 2);
}
#mediaAll .swiper-pagination-dash-small .swiper-pagination-bullets > .swiper-pagination-bullet {
  width: var(--wmu-swiper-dash-small-size);
}
#mediaAll .swiper-pagination-dash-large .swiper-pagination-bullets > .swiper-pagination-bullet {
  width: var(--wmu-swiper-dash-large-size);
}
body {
  --wmu-font-size-huge: 90px;
  --wmu-font-size-huge-line-height: 100px;
  --wmu-font-size-h1: 60px;
  --wmu-font-size-h1-line-height: 70px;
  --wmu-font-size-h2: 40px;
  --wmu-font-size-h2-line-height: 45px;
  --wmu-max-height-branding: 65px;
}
.header-pasang-2 .block-menu > .block-list {
  align-items: flex-start;
  justify-content: flex-start;
}
.pattern-band-text-picture {
  --wmu-margin-v-text-default: var(--wmu-spacing-mt-L);
}
.pattern-band-text-picture-portrait {
  --wmu-margin-v-text-default: var(--wmu-spacing-mt-L);
}
body {
  --wmu-viewport-max-width: none;
  --wmu-viewport-padding-left: 60px;
  --wmu-viewport-padding-right: 60px;
}
@keyframes headerHide {
  0% {
    z-index: 10;
  }
  100% {
    z-index: -1;
  }
}
@keyframes expandHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes headerSeek {
  0% {
    z-index: -1;
  }
  100% {
    z-index: 10;
  }
}
@keyframes expandSeek {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.site-header.wmu-hs-hide,
.site-header.wmu-hs-seek {
  transition: top 0.3s ease-in-out;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.site-header.wmu-hs-hide .header-expand-content .header-expand-menu-custom,
.site-header.wmu-hs-seek .header-expand-content .header-expand-menu-custom {
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.site-header.wmu-hs-hide {
  top: calc(-1 * var(--wmu-header-height));
  animation-name: headerHide;
}
.site-header.wmu-hs-hide .header-expand-content .header-expand-menu-custom {
  animation-name: expandHide;
}
.site-header.wmu-hs-seek {
  top: 0;
  animation-name: headerSeek;
}
.site-header.wmu-hs-seek .header-expand-content .header-expand-menu-custom {
  animation-name: expandSeek;
}
