@font-face {
  font-family: dwm;
  font-style: normal;
  font-weight: 400;
  src: local("dwm"), local("dwm"), url(../fonts/dwb.otf) format("opentype");
}
body {
  background-color: #fff;
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 600;
  /* Sit on top */
  padding-top: 40px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 90%;
  max-width: 1600px;
}
/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1600px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
.t_header {
  width: 100%;
  height: 690px;
  background-image: url(../images/bgh.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  box-sizing: border-box;
  padding-top: 450px;
  margin-top: -60px;
  color: #ffffff;
}
.t_header h1 {
  font-family: dwm;
  color: #ffffff;
  font-size: 60px;
  line-height: 72px;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.t_header h1 span {
  color: #00FF39;
}
.t_header h3 {
  margin-top: 40px;
  font-size: 70px;
  text-align: left;
  color: #ffffff;
}
.t_content {
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  position: relative;
}
.htextbg {
  opacity: 0.1;
  font-family: dwm;
  color: #ffffff;
  font-size: 60px;
  line-height: 72px;
  display: inline-block;
  position: absolute;
  overflow: hidden;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  white-space: nowrap;
  text-align: center;
}
.js-slider_popup_story .swiper-slide {
  margin-left: 20px;
}
.js-slider_popup_story .swiper-slide:nth-of-type(1) {
  margin-left: 0px;
}
.js-slider_popup_b .swiper-slide {
  margin-left: 0px;
}
.js-slider_popup_b .swiper-slide:nth-of-type(1) {
  margin-left: 0px;
}
.md_tourcontent {
  max-width: 1000px;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -90px;
}
.md_tourcontent .swiper {
  width: 100%;
  margin-top: -6px;
  box-shadow: 0px 65px 114px rgba(7, 56, 48, 0.35);
}
.md_tourcontent .swiper .swiper-wrapper {
  width: 100%;
}
.md_tourcontent .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 420px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.md_tourcontent .swiper .swiper-pagination-bullet {
  border-radius: 0px;
  width: 10px;
  height: 3px;
  background-color: #D9D9D9;
  opacity: 1;
}
.md_tourcontent .swiper .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #E33046;
  opacity: 1;
}
.md_tourcontent .swiper .swiper-button-prev {
  width: 52px;
  height: 50px;
  background-image: url(../images/arleft.png);
  left: 0px;
  right: auto;
  margin-left: 0px;
  top: 0px;
  margin-top: 0px;
}
.md_tourcontent .swiper .swiper-button-prev:after {
  display: none;
}
.md_tourcontent .swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: url(../images/arright.png);
  left: 0px;
  right: auto;
  margin-left: 50px;
  top: 0px;
  margin-top: 0px;
}
.md_tourcontent .swiper .swiper-button-next:after {
  display: none;
}
.slideimage {
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
  width: calc(100% - 320px);
  box-sizing: border-box;
  background-color: #ffffff;
  background-size: cover;
  background-position: center top;
}
.slidecontent {
  position: absolute;
  height: 100%;
  right: 0px;
  top: 0px;
  width: 320px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.slidecontent__bottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-image: url(../images/bgslidebot.png);
  width: 100%;
  height: 90px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 20px;
}
.slidecontent__bottom a {
  color: #ffffff;
}
.slidecontent__bottom a.btn:after {
  background-color: #E33046;
}
.slidecontent__title {
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 40px;
  margin-bottom: 0px;
}
.slidecontent__title h3 {
  font-size: 37px;
  color: #000000;
  margin-bottom: 0px;
}
.slidecontent__text {
  font-size: 18px;
  line-height: 26px;
  box-sizing: border-box;
  padding-left: 30px;
  padding-top: 20px;
}
.slidecontent__text span {
  color: #E33046;
}
.pop_form p {
  margin-bottom: 5px;
}
.pop_form input {
  margin-bottom: 30px;
}
.pop_form textarea {
  margin-bottom: 30px;
  padding-left: 0px;
}
.md_slidecontent {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 30px;
}
.md_slidecontent .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  max-width: 960px;
  box-sizing: border-box;
  height: 520px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 40px;
  transition: all 500ms;
  box-shadow: 0px 15px 34px rgba(7, 56, 48, 0.35);
}
.md_slidecontent .swiper .swiper-wrapper .swiper-slide-active {
  margin-top: 0px;
  transition: all 500ms;
}
.md_slidecontent .swiper .swiper-wrapper .swiper-slide-active .btn {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.md_slidecontent .swiper .swiper-wrapper .swiper-slide-active .slidecon__zoom {
  display: block;
}
.md_slidecontent .swiper .swiper-pagination-bullet {
  border-radius: 0px;
  width: 10px;
  height: 3px;
  background-color: #D9D9D9;
  opacity: 1;
}
.md_slidecontent .swiper .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #E33046;
  opacity: 1;
}
.md_slidecontent .swiper .swiper-button-prev {
  width: 52px;
  height: 50px;
  background-image: url(../images/arleft.png);
  margin-left: 0px;
  top: 0px;
  left: 0px;
  margin-top: 0px;
}
.md_slidecontent .swiper .swiper-button-prev:after {
  display: none;
}
.md_slidecontent .swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: url(../images/arright.png);
  left: 0px;
  margin-left: 50px;
  top: 0px;
  margin-top: 0px;
}
.md_slidecontent .swiper .swiper-button-next:after {
  display: none;
}
.md_slidecontent .swiperpagesholder {
  position: absolute;
  top: 0px;
  left: 50%;
  max-width: 960px;
  width: 100%;
  margin-left: -480px;
}
.md_slidecontent .slidecon {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.md_slidecontent .slidecon__zoom {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: none;
}
.md_slidecontent .slidecon__zoom svg {
  fill: #ffffff;
  width: 30px;
  height: 30px;
}
.md_slidecontent .slidecon__title {
  font-family: dwm;
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.md_slidecontent .slidecon__title span {
  color: #00FF39;
  display: block;
  text-align: left;
}
.md_slidestory {
  max-width: calc(100vw - 0px);
  width: 100%;
  padding-bottom: 60px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.md_slidestory__left {
  position: absolute;
  left: 50%;
  margin-left: -880px;
  width: 300px;
  height: 100%;
  top: 0px;
  background: #ffffff;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 100;
  display: none;
}
.md_slidestory__right {
  position: absolute;
  left: 50%;
  margin-left: 580px;
  width: 300px;
  height: 100%;
  top: 0px;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 100;
  display: none;
}
.md_slidestory .swiper {
  width: 100%;
  opacity: 1;
}
.md_slidestory .swiper .swiper-wrapper {
  width: 100%;
  padding-bottom: 120px;
  padding-top: 70px;
}
.md_slidestory .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  height: 430px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0px;
  transition: all 500ms;
  box-shadow: 0px 15px 34px rgba(7, 56, 48, 0.35);
}
.md_slidestory .swiper .swiper-wrapper .swiper-slide-active {
  margin-top: 0px;
  transition: all 500ms;
}
.md_slidestory .swiper .swiper-pagination-bullet {
  border-radius: 0px;
  width: 10px;
  height: 3px;
  background-color: #D9D9D9;
  opacity: 1;
}
.md_slidestory .swiper .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #E33046;
  opacity: 1;
}
.md_slidestory .swiper .swiper-button-prev {
  width: 52px;
  height: 50px;
  background-image: url(../images/arleft.png);
  margin-left: 0px;
  bottom: 20px;
  left: auto;
  top: auto;
  right: 50px;
  margin-top: 0px;
}
.md_slidestory .swiper .swiper-button-prev:after {
  display: none;
}
.md_slidestory .swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: url(../images/arright.png);
  margin-left: 0px;
  bottom: 20px;
  left: auto;
  top: auto;
  right: 0px;
  margin-top: 0px;
}
.md_slidestory .swiper .swiper-button-next:after {
  display: none;
}
.md_slidestory .swiperpagesholder {
  position: absolute;
  bottom: -5px;
  left: 50%;
  max-width: 960px;
  width: 100%;
  margin-left: -480px;
  display: block;
}
.md_slidestory .slidecon {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.md_slidestory .slidecon__title {
  font-family: dwm;
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.md_slidestory .slidecon__title span {
  color: #00FF39;
  display: block;
  text-align: left;
}
.md_slidestory .slidestoryblock {
  position: relative;
  width: 100%;
  height: 430px;
  filter: drop-shadow(0px 14px 26px rgba(7, 56, 48, 0.35));
}
.md_slidestory .slidestoryblock .storyvote {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 12px;
}
.md_slidestory .slidestoryblock .storyvote.active {
  color: #E33046;
}
.md_slidestory .slidestoryblock .storyvote svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
  position: relative;
  top: 2px;
}
.md_slidestory .slidestoryblock__ava {
  background-image: url(../images/ava.png);
  position: absolute;
  background-size: cover;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  left: 50%;
  margin-left: -45px;
  top: -45px;
  filter: drop-shadow(0px 14px 26px rgba(7, 56, 48, 0.35));
}
.md_slidestory .slidestoryblock__name {
  padding-top: 60px;
}
.md_slidestory .slidestoryblock__name h3 {
  color: #000;
  text-align: center;
  font-size: 37px;
  margin-bottom: 0px;
}
.md_slidestory .slidestoryblock__status {
  font-size: 16px;
  color: #E33046;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.md_slidestory .slidestoryblock__text {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  padding-left: 20px;
  padding-right: 20px;
}
.md_slidestory .slidestoryblock__button {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  line-height: 50px;
  height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.md_slidestory .slidestoryblock__button svg {
  position: absolute;
  left: 0px;
  top: 0px;
}
.md_slidesong {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
}
.md_slidesong .swiper {
  width: 100%;
  margin-top: -6px;
}
.md_slidesong .swiper .swiper-wrapper {
  width: 100%;
  padding-bottom: 120px;
  padding-top: 70px;
}
.md_slidesong .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: auto;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0px;
  transition: all 500ms;
  box-shadow: 0px 15px 34px rgba(7, 56, 48, 0.35);
}
.md_slidesong .swiper .swiper-wrapper .swiper-slide-active {
  margin-top: 0px;
  transition: all 500ms;
}
.md_slidesong .swiper .swiper-pagination-bullet {
  border-radius: 0px;
  width: 10px;
  height: 3px;
  background-color: #D9D9D9;
  opacity: 1;
}
.md_slidesong .swiper .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #E33046;
  opacity: 1;
}
.md_slidesong .swiper .swiper-button-prev {
  width: 52px;
  height: 50px;
  background-image: url(../images/arleft.png);
  margin-left: 0px;
  bottom: 20px;
  left: auto;
  top: auto;
  right: 50px;
  margin-top: 0px;
}
.md_slidesong .swiper .swiper-button-prev:after {
  display: none;
}
.md_slidesong .swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: url(../images/arright.png);
  margin-left: 0px;
  bottom: 20px;
  left: auto;
  top: auto;
  right: 0px;
  margin-top: 0px;
}
.md_slidesong .swiper .swiper-button-next:after {
  display: none;
}
.md_slidesong .swiperpagesholder {
  position: absolute;
  bottom: -5px;
  left: 50%;
  max-width: 960px;
  width: 100%;
  margin-left: -480px;
  display: block;
}
.md_slidesong .slidecon {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.md_slidesong .slidecon__title {
  font-family: dwm;
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.md_slidesong .slidecon__title span {
  color: #00FF39;
  display: block;
  text-align: left;
}
.md_slidesong .slidestoryblock {
  position: relative;
  width: 100%;
  height: 530px;
  filter: drop-shadow(0px 14px 26px rgba(7, 56, 48, 0.35));
}
.md_slidesong .slidestoryblock .storyvote {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 12px;
}
.md_slidesong .slidestoryblock .storyvote.active {
  color: #E33046;
}
.md_slidesong .slidestoryblock .storyvote svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
  position: relative;
  top: 2px;
}
.md_slidesong .slidestoryblock__ava {
  background-image: url(../images/ava.png);
  position: absolute;
  background-size: cover;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  left: 50%;
  margin-left: -45px;
  top: -45px;
  filter: drop-shadow(0px 14px 26px rgba(7, 56, 48, 0.35));
}
.md_slidesong .slidestoryblock__name {
  padding-top: 60px;
}
.md_slidesong .slidestoryblock__name h3 {
  color: #000;
  text-align: center;
  font-size: 37px;
  margin-bottom: 0px;
}
.md_slidesong .slidestoryblock__status {
  font-size: 16px;
  color: #E33046;
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.md_slidesong .slidestoryblock__text {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  padding-left: 20px;
  padding-right: 20px;
}
.md_slidesong .slidestoryblock__button {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  line-height: 50px;
  height: 50px;
  text-align: center;
}
.md_slidesong .slidestoryblock__button svg {
  position: absolute;
  left: 0px;
  top: 0px;
}
.musicsection {
  background-image: url("../images/bgmusic.jpg");
  background-position: center top;
  background-size: cover;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.musicsection h3 {
  font-size: 70px;
  color: #ffffff;
}
.musicsection p {
  max-width: 460px;
  width: 100%;
  color: #ffffff;
  margin-top: 90px;
}
.songtext {
  display: block;
  overflow-y: auto;
  width: 100%;
  height: auto;
  margin-top: 20px !important;
  margin-bottom: 0px !important;
  padding: 10px;
  border-radius: 6px;
  font-size: 18px;
}
.musicbox {
  display: block;
  /*
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: -90px;
  */
}
.musicbox:after {
  content: ' ';
  display: block;
  clear: both;
}
.musicbox__block {
  width: calc(50% - 10px);
  float: left;
  height: 90px;
  position: relative;
  background-color: #fff;
  text-align: center;
  background-image: url(../images/musicbg.png);
  background-size: cover;
  background-position: left bottom;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 21px 50px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
.musicbox__block:nth-of-type(2n) {
  margin-left: 20px;
}
.musicbox__block:nth-of-type(7) {
  margin-bottom: 0px;
}
.musicbox__block:nth-of-type(8) {
  margin-bottom: 0px;
}
.musicbox__block p {
  cursor: pointer;
  margin-bottom: 0px;
}
.musicbox__block.active {
  background-image: url(../images/playing.gif);
}
.musicbox .songvote {
  position: absolute;
  top: 10px;
  right: 10px;
}
.musicbox .songvote.active {
  color: #E33046;
}
.musicbox .songvote svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
  position: relative;
  top: 2px;
}
.musicbox button {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 0px;
  box-shadow: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/play.png);
  position: absolute;
  left: 20px;
  top: 15px;
  cursor: pointer;
}
.musicbox button.playing {
  background-image: url(../images/pause.png);
}
.musicbox p {
  /*
    position: absolute;
    bottom: 35px;
    left: 100px;*/
  color: #000;
  text-align: left;
  margin-top: 0px;
  max-width: calc(100% - 120px);
  padding-left: 30px;
}
.md_slidevuz {
  margin-top: 30px;
}
.md_slidevuz__left {
  position: absolute;
  left: 50%;
  margin-left: -800px;
  width: 300px;
  height: 100%;
  top: 0px;
  background: #ffffff;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 100;
  display: none;
}
.md_slidevuz__right {
  position: absolute;
  left: 50%;
  margin-left: 500px;
  width: 300px;
  height: 100%;
  top: 0px;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 100;
  display: none;
}
.md_slidevuz .swiper {
  width: 100%;
  margin-top: -6px;
}
.md_slidevuz .swiper .swiper-wrapper {
  width: 100%;
  padding-bottom: 120px;
  padding-top: 70px;
}
.md_slidevuz .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  max-width: 170px;
  box-sizing: border-box;
  height: 200px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0px;
  transition: all 500ms;
}
.md_slidevuz .swiper .swiper-wrapper .swiper-slide-active {
  margin-top: 0px;
  transition: all 500ms;
}
.md_slidevuz .swiper .swiper-pagination-bullet {
  border-radius: 0px;
  width: 10px;
  height: 3px;
  background-color: #D9D9D9;
  opacity: 1;
}
.md_slidevuz .swiper .swiper-pagination-bullet-active {
  width: 30px;
  background-color: #E33046;
  opacity: 1;
}
.md_slidevuz .swiper .swiper-button-prev {
  width: 52px;
  height: 50px;
  background-image: url(../images/arleft.png);
  margin-left: 0px;
  bottom: 20px;
  left: auto;
  top: auto;
  right: 50px;
  margin-top: 0px;
}
.md_slidevuz .swiper .swiper-button-prev:after {
  display: none;
}
.md_slidevuz .swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: url(../images/arright.png);
  margin-left: 0px;
  bottom: 20px;
  left: auto;
  top: auto;
  right: 0px;
  margin-top: 0px;
}
.md_slidevuz .swiper .swiper-button-next:after {
  display: none;
}
.md_slidevuz .swiperpagesholder {
  position: absolute;
  bottom: -5px;
  left: 50%;
  max-width: 960px;
  width: 100%;
  margin-left: -480px;
  display: block;
}
.md_slidevuz .slidecon {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.md_slidevuz .slidecon__title {
  font-family: dwm;
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.md_slidevuz .slidecon__title span {
  color: #00FF39;
  display: block;
  text-align: left;
}
.md_slidevuz .vuzblock {
  position: relative;
  width: calc(100% - 20px);
  height: 530px;
  text-align: center;
  margin-left: 10px;
}
.md_slidevuz .vuzblock__image {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.md_slidevuz .vuzblock__image img {
  cursor: pointer;
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 120px;
  display: block;
}
.md_slidevuz .vuzblock__text {
  padding-top: 10px;
}
.flexthree {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}
.flexthree__block {
  width: calc(33% - 20px);
  background-image: url(../images/bgtick.jpg);
  background-size: cover;
  color: #ffffff;
  filter: drop-shadow(0px 65px 114px rgba(7, 56, 48, 0.35));
  height: 150px;
  box-sizing: border-box;
  padding: 15px;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
}
.matchcard {
  width: 100%;
  height: 360px;
  background-image: url(../images/matchcard.png);
  background-size: cover;
  position: relative;
}
.matchcard__date {
  position: absolute;
  left: 30px;
  top: 45px;
  font-family: dwm;
  color: #00FF39;
  font-size: 55px;
  line-height: 35px;
}
.matchcard__date span {
  display: block;
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  color: #002f18;
  text-shadow: -1px 0 #00FF39, 0 1px #00FF39, 1px 0 #00FF39, 0 -1px #00FF39;
  margin-bottom: 25px;
}
.matchcard__time {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #ffffff;
  font-weight: bold;
}
.matchcard__time span {
  display: block;
  font-family: Bebas Neue, Arial, sans-serif;
  font-size: 37px;
  line-height: 33px;
}
.matchcard__people {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #ffffff;
  font-weight: bold;
  width: 240px;
}
.matchcard__people div {
  display: inline-block;
  line-height: 14px;
}
.matchcard__people span {
  display: inline-block;
  float: right;
  line-height: 44px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
  border: 1px solid #fff;
  font-family: Bebas Neue, Arial, sans-serif;
  font-size: 37px;
  margin-left: 3px;
}
.matchcard__game {
  width: 400px;
  left: 50%;
  margin-left: -200px;
  position: absolute;
  bottom: 30px;
  text-align: center;
}
.matchcard__game .versus {
  margin-bottom: 70px;
  font-size: 37px;
  font-family: Bebas Neue, Arial, sans-serif;
  color: #ffffff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.matchcard__game .versus__left {
  width: 140px;
  height: 115px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.matchcard__game .versus__right {
  width: 140px;
  height: 115px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.matchcard__game .btn:hover {
  color: #ffffff;
}
.a_faq {
  max-width: 1280px;
  width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  box-shadow: 0px 30px 40px -10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.a_faq__title {
  position: relative;
  box-sizing: border-box;
  padding-right: 40px;
  padding-top: 20px;
  margin-bottom: 0px;
}
.a_faq__title h3 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 26px;
}
.a_faq__title a {
  position: absolute;
  right: 0px;
  top: 10px;
}
.a_faq__title .btn {
  letter-spacing: 0px !important;
}
.a_faq__text {
  width: 60%;
  box-sizing: border-box;
  padding-bottom: 0px;
  padding-top: 10px;
  display: none;
  font-size: 16px;
  line-height: 28px;
  font-family: Raleway, Tahoma, sans-serif;
}
.a_faq__text.active {
  display: block;
}
.js-faq_trigger {
  cursor: pointer;
}
.pa_bg {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 900;
  top: 0px;
  left: 0px;
  display: none;
}
.pa_bg.active {
  display: block;
}
.pa_content {
  position: fixed;
  top: 90px;
  max-width: 800px;
  width: 100%;
  left: 50%;
  margin-left: -400px;
  z-index: 990;
  background-color: #ffffff;
  display: none;
  overflow-y: auto;
  height: auto;
  padding-bottom: 40px;
  max-height: calc(100vh - 150px);
}
.pa_content.active {
  display: block;
}
.pa_content .md_contactform {
  padding-top: 30px;
  padding-bottom: 0px;
}
.pa_content .md_contactform .md_contactform .md_contactform__header {
  display: none;
}
.pa_content .md_contactform .md_contactform .md_contactform__form {
  padding-left: 0px;
  padding-right: 0px;
}
.pa_content .md_contactform .md_contactform textarea {
  padding-left: 0px;
  padding-top: 0px;
}
.pa_content h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
}
.pa_content .md_contactform__form {
  padding: 20px;
  padding-top: 0px;
  min-height: 120px;
}
.pa_content .md_contactform__header {
  position: relative;
}
.pa_closepopup {
  position: fixed;
  top: 115px;
  right: auto;
  left: 50%;
  margin-left: 330px;
  font-size: 22px;
  color: #ccc;
  text-decoration: none;
  z-index: 90;
  border: 1px solid #ccc;
  border-radius: 50%;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  box-sizing: border-box;
}
.md_contactform .js-popup_title {
  position: fixed;
  margin-top: -30px;
  padding-top: 30px;
  z-index: 2;
  background-color: #ffffff;
  width: 780px;
  left: 50%;
  margin-left: -400px;
  text-align: center;
}
.md_closepopup {
  position: absolute;
  z-index: 200;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
}
.md_storycontent {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  max-width: 960px;
  background-color: #ffffff;
  color: #000000;
}
.md_storycontent__title {
  font-size: 34px;
  font-family: Bebas Neue, Arial, sans-serif;
  line-height: 38px;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding-right: 40px;
}
.md_storycontent__text {
  line-height: 22px;
}
.b_show_dt {
  display: block;
}
@media screen and (max-width: 1000px) {
  .b_show_dt {
    display: none;
  }
  .md_contactform .js-popup_title {
    position: fixed;
    margin-top: -30px;
    padding-top: 30px;
    z-index: 2;
    background-color: #ffffff;
    width: calc(100% - 40px);
    left: 50%;
    margin-left: calc(-50% + 20px);
    text-align: center;
  }
  /* The Modal (background) */
  .modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 600;
    /* Sit on top */
    padding-top: 120px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: #000000;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
  }
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 1600px;
  }
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1600px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  /* Add Animation */
  .modal-content,
  #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  @-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(0);
    }
    to {
      -webkit-transform: scale(1);
    }
  }
  @keyframes zoom {
    from {
      transform: scale(0);
    }
    to {
      transform: scale(1);
    }
  }
  /* The Close Button */
  .close {
    position: absolute;
    top: 60px;
    right: 20px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  /* 100% Image Width on Smaller Screens */
  .t_header {
    width: 100%;
    height: 200px;
    background-image: url(../images/bghead.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
    box-sizing: border-box;
    padding-top: 65px;
    margin-top: -60px;
    color: #ffffff;
  }
  .t_header h1 {
    font-family: dwm;
    color: #ffffff;
    font-size: 30px;
    line-height: 32px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .t_header h1 span {
    color: #00FF39;
  }
  .t_header h3 {
    margin-top: 40px;
    font-size: 30px;
    text-align: left;
    color: #ffffff;
  }
  .t_content {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    position: relative;
  }
  .t_content .js-add_story {
    float: none !important;
    display: block !important;
    margin-top: 20px !important;
  }
  .t_content .js-add_vuz {
    float: none !important;
    display: block !important;
    margin-top: 20px !important;
  }
  .htextbg {
    opacity: 0.1;
    font-family: dwm;
    color: #ffffff;
    font-size: 30px;
    line-height: 32px;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    white-space: nowrap;
    text-align: center;
  }
  .md_tourcontent {
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -50px;
  }
  .md_tourcontent .swiper {
    width: 100%;
    margin-top: -6px;
    box-shadow: 0px 65px 114px rgba(7, 56, 48, 0.35);
  }
  .md_tourcontent .swiper .swiper-wrapper {
    width: 100%;
  }
  .md_tourcontent .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 620px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .md_tourcontent .swiper .swiper-pagination-bullet {
    border-radius: 0px;
    width: 10px;
    height: 3px;
    background-color: #D9D9D9;
    opacity: 1;
  }
  .md_tourcontent .swiper .swiper-pagination-bullet-active {
    width: 30px;
    background-color: #E33046;
    opacity: 1;
  }
  .md_tourcontent .swiper .swiper-button-prev {
    width: 52px;
    height: 50px;
    background-image: url(../images/arleft.png);
    left: 0px;
    right: auto;
    margin-left: 0px;
    top: 0px;
    margin-top: 0px;
  }
  .md_tourcontent .swiper .swiper-button-prev:after {
    display: none;
  }
  .md_tourcontent .swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    background-image: url(../images/arright.png);
    left: 0px;
    right: auto;
    margin-left: 50px;
    top: 0px;
    margin-top: 0px;
  }
  .md_tourcontent .swiper .swiper-button-next:after {
    display: none;
  }
  .slideimage {
    position: absolute;
    height: 300px;
    left: 0px;
    top: 0px;
    width: calc(100% - 0px);
    box-sizing: border-box;
    background-color: #ffffff;
    background-size: cover;
    background-position: center top;
  }
  .slidecontent {
    position: absolute;
    height: calc(100% - 300px);
    right: 0px;
    top: 300px;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  .slidecontent__bottom {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-image: url(../images/bgslidebot.png);
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 20px;
  }
  .slidecontent__bottom a {
    color: #ffffff;
  }
  .slidecontent__bottom a.btn:after {
    background-color: #E33046;
  }
  .slidecontent__title {
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 40px;
    margin-bottom: 0px;
  }
  .slidecontent__title h3 {
    font-size: 37px;
    color: #000000;
    margin-bottom: 0px;
  }
  .slidecontent__text {
    font-size: 18px;
    line-height: 26px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-top: 20px;
  }
  .slidecontent__text span {
    color: #E33046;
  }
  .pop_form p {
    margin-bottom: 5px;
  }
  .pop_form input {
    margin-bottom: 30px;
  }
  .pop_form textarea {
    margin-bottom: 30px;
    padding-left: 0px;
  }
  .md_slidecontent {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 30px;
  }
  .md_slidecontent .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    max-width: 960px;
    box-sizing: border-box;
    height: 420px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 40px;
    transition: all 500ms;
    box-shadow: 0px 15px 34px rgba(7, 56, 48, 0.35);
  }
  .md_slidecontent .swiper .swiper-wrapper .swiper-slide-active {
    margin-top: 0px;
    transition: all 500ms;
  }
  .md_slidecontent .swiper .swiper-pagination-bullet {
    border-radius: 0px;
    width: 10px;
    height: 3px;
    background-color: #D9D9D9;
    opacity: 1;
  }
  .md_slidecontent .swiper .swiper-pagination-bullet-active {
    width: 30px;
    background-color: #E33046;
    opacity: 1;
  }
  .md_slidecontent .swiper .swiper-button-prev {
    width: 52px;
    height: 50px;
    background-image: url(../images/arleft.png);
    margin-left: 0px;
    top: 0px;
    left: 0px;
    margin-top: 0px;
  }
  .md_slidecontent .swiper .swiper-button-prev:after {
    display: none;
  }
  .md_slidecontent .swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    background-image: url(../images/arright.png);
    left: 0px;
    margin-left: 50px;
    top: 0px;
    margin-top: 0px;
  }
  .md_slidecontent .swiper .swiper-button-next:after {
    display: none;
  }
  .md_slidecontent .swiperpagesholder {
    position: absolute;
    top: 0px;
    left: 20px;
    max-width: 960px;
    width: 100%;
    margin-left: 0px;
  }
  .md_slidecontent .slidecon {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  .md_slidecontent .slidecon__zoom {
    position: absolute;
    right: 20px;
    bottom: 40px;
    top: auto;
  }
  .md_slidecontent .slidecon__zoom img {
    width: 26px;
  }
  .md_slidecontent .slidecon__zoom svg {
    fill: #ffffff;
    width: 30px;
    height: 30px;
  }
  .md_slidecontent .slidecon__title {
    font-family: dwm;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  .md_slidecontent .slidecon__title span {
    color: #00FF39;
    display: block;
    text-align: left;
  }
  .md_slidestory {
    max-width: calc(100vw - 0px);
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .md_slidestory__left {
    position: absolute;
    left: 50%;
    margin-left: -880px;
    width: 300px;
    height: 100%;
    top: 0px;
    background: #ffffff;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    z-index: 100;
    display: none;
  }
  .md_slidestory__right {
    position: absolute;
    left: 50%;
    margin-left: 580px;
    width: 300px;
    height: 100%;
    top: 0px;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    z-index: 100;
    display: none;
  }
  .md_slidestory .swiper {
    width: 100%;
    opacity: 1;
  }
  .md_slidestory .swiper .swiper-wrapper {
    width: 100%;
    padding-bottom: 120px;
    padding-top: 70px;
  }
  .md_slidestory .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    height: 530px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 20px;
    transition: all 500ms;
    box-shadow: 0px 15px 34px rgba(7, 56, 48, 0.35);
  }
  .md_slidestory .swiper .swiper-wrapper .swiper-slide-active {
    margin-top: 0px;
    transition: all 500ms;
  }
  .md_slidestory .swiper .swiper-pagination-bullet {
    border-radius: 0px;
    width: 10px;
    height: 3px;
    background-color: #D9D9D9;
    opacity: 1;
  }
  .md_slidestory .swiper .swiper-pagination-bullet-active {
    width: 30px;
    background-color: #E33046;
    opacity: 1;
  }
  .md_slidestory .swiper .swiper-button-prev {
    width: 52px;
    height: 50px;
    background-image: url(../images/arleft.png);
    margin-left: 0px;
    top: 0px;
    left: 0px;
    margin-top: 0px;
  }
  .md_slidestory .swiper .swiper-button-prev:after {
    display: none;
  }
  .md_slidestory .swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    background-image: url(../images/arright.png);
    left: 0px;
    margin-left: 50px;
    top: 0px;
    margin-top: 0px;
  }
  .md_slidestory .swiper .swiper-button-next:after {
    display: none;
  }
  .md_slidestory .swiperpagesholder {
    position: absolute;
    bottom: 40px;
    left: auto;
    top: auto;
    max-width: 960px;
    width: 100%;
    margin-left: calc(100% - 80px);
    display: block;
  }
  .md_slidestory .slidecon {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  .md_slidestory .slidecon__title {
    font-family: dwm;
    color: #ffffff;
    font-size: 30px;
    line-height: 36px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .md_slidestory .slidecon__title span {
    color: #00FF39;
    display: block;
    text-align: left;
  }
  .md_slidestory .slidestoryblock {
    position: relative;
    width: 100%;
    height: 530px;
    filter: drop-shadow(0px 14px 26px rgba(7, 56, 48, 0.35));
  }
  .md_slidestory .slidestoryblock .storyvote {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
  }
  .md_slidestory .slidestoryblock .storyvote.active {
    color: #E33046;
  }
  .md_slidestory .slidestoryblock .storyvote svg {
    width: 36px;
    height: 36px;
    fill: currentColor;
    position: relative;
    top: 2px;
  }
  .md_slidestory .slidestoryblock__ava {
    background-image: url(../images/ava.png);
    position: absolute;
    background-size: cover;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    left: 50%;
    margin-left: -45px;
    top: -45px;
    filter: drop-shadow(0px 14px 26px rgba(7, 56, 48, 0.35));
  }
  .md_slidestory .slidestoryblock__name {
    padding-top: 60px;
  }
  .md_slidestory .slidestoryblock__name h3 {
    color: #000;
    text-align: center;
    font-size: 37px;
    margin-bottom: 0px;
  }
  .md_slidestory .slidestoryblock__status {
    font-size: 16px;
    color: #E33046;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
  }
  .md_slidestory .slidestoryblock__text {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .md_slidestory .slidestoryblock__button {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    line-height: 50px;
    height: 50px;
    text-align: center;
  }
  .md_slidestory .slidestoryblock__button svg {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .md_slidesong {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 30px;
  }
  .md_slidesong .swiper {
    width: 100%;
    margin-top: -6px;
  }
  .md_slidesong .swiper .swiper-wrapper {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 70px;
  }
  .md_slidesong .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    height: auto;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
    transition: all 500ms;
    box-shadow: 0px 15px 34px rgba(7, 56, 48, 0.35);
  }
  .md_slidesong .swiper .swiper-wrapper .swiper-slide-active {
    margin-top: 0px;
    transition: all 500ms;
  }
  .md_slidesong .swiper .swiper-pagination-bullet {
    border-radius: 0px;
    width: 10px;
    height: 3px;
    background-color: #D9D9D9;
    opacity: 1;
  }
  .md_slidesong .swiper .swiper-pagination-bullet-active {
    width: 30px;
    background-color: #E33046;
    opacity: 1;
  }
  .md_slidesong .swiper .swiper-button-prev {
    width: 52px;
    height: 50px;
    background-image: url(../images/arleft.png);
    margin-left: 0px;
    top: 0px;
    left: 0px;
    margin-top: 0px;
  }
  .md_slidesong .swiper .swiper-button-prev:after {
    display: none;
  }
  .md_slidesong .swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    background-image: url(../images/arright.png);
    left: 0px;
    margin-left: 50px;
    top: 0px;
    margin-top: 0px;
  }
  .md_slidesong .swiper .swiper-button-next:after {
    display: none;
  }
  .md_slidesong .swiperpagesholder {
    position: absolute;
    bottom: 40px;
    left: auto;
    top: auto;
    max-width: 960px;
    width: 100%;
    margin-left: calc(100% - 60px);
    display: block;
  }
  .md_slidesong .slidecon {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  .md_slidesong .slidecon__title {
    font-family: dwm;
    color: #ffffff;
    font-size: 30px;
    line-height: 36px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .md_slidesong .slidecon__title span {
    color: #00FF39;
    display: block;
    text-align: left;
  }
  .md_slidesong .slidestoryblock {
    position: relative;
    width: 100%;
    height: 530px;
    filter: drop-shadow(0px 14px 26px rgba(7, 56, 48, 0.35));
  }
  .md_slidesong .slidestoryblock .storyvote {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
  }
  .md_slidesong .slidestoryblock .storyvote.active {
    color: #E33046;
  }
  .md_slidesong .slidestoryblock .storyvote svg {
    width: 36px;
    height: 36px;
    fill: currentColor;
    position: relative;
    top: 2px;
  }
  .md_slidesong .slidestoryblock__ava {
    background-image: url(../images/ava.png);
    position: absolute;
    background-size: cover;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    left: 50%;
    margin-left: -45px;
    top: -45px;
    filter: drop-shadow(0px 14px 26px rgba(7, 56, 48, 0.35));
  }
  .md_slidesong .slidestoryblock__name {
    padding-top: 60px;
  }
  .md_slidesong .slidestoryblock__name h3 {
    color: #000;
    text-align: center;
    font-size: 37px;
    margin-bottom: 0px;
  }
  .md_slidesong .slidestoryblock__status {
    font-size: 16px;
    color: #E33046;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
  }
  .md_slidesong .slidestoryblock__text {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .md_slidesong .slidestoryblock__button {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    line-height: 50px;
    height: 50px;
    text-align: center;
  }
  .md_slidesong .slidestoryblock__button svg {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .musicsection {
    background-image: url("../images/bgmusic.jpg");
    background-position: center top;
    background-size: cover;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .musicsection h3 {
    font-size: 70px;
    color: #ffffff;
  }
  .musicsection p {
    max-width: 460px;
    width: 100%;
    color: #ffffff;
    margin-top: 90px;
  }
  .musicbox {
    display: block;
    /*
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: -90px;
    */
  }
  .musicbox__block {
    width: calc(100% - 0px);
    height: 120px;
    position: relative;
    background-color: #fff;
    float: none;
    text-align: center;
    background-image: url(../images/musicbg.png);
    background-size: cover;
    background-position: left bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 21px 50px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
  }
  .musicbox__block p {
    cursor: pointer;
  }
  .musicbox__block:nth-of-type(2n) {
    margin-left: 0px;
  }
  .musicbox__block:nth-of-type(7) {
    margin-bottom: 20px;
  }
  .musicbox__block:nth-of-type(8) {
    margin-bottom: 0px;
  }
  .musicbox__block p {
    cursor: pointer;
    margin-bottom: 0px;
  }
  .musicbox button {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 0px;
    box-shadow: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/play.png);
    position: absolute;
    left: 15px;
    top: 30px;
    cursor: pointer;
  }
  .musicbox button.playing {
    background-image: url(../images/pause.png);
  }
  .musicbox p {
    /*
      position: absolute;
      bottom: 35px;
      left: 100px;*/
    color: #000;
    text-align: left;
    margin-top: 0px;
    max-width: calc(100% - 120px);
    padding-left: 30px;
    font-size: 18px;
  }
  .md_slidevuz {
    margin-top: 30px;
  }
  .md_slidevuz__left {
    position: absolute;
    left: 50%;
    margin-left: -800px;
    width: 300px;
    height: 100%;
    top: 0px;
    background: #ffffff;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    z-index: 100;
    display: none;
  }
  .md_slidevuz__right {
    position: absolute;
    left: 50%;
    margin-left: 500px;
    width: 300px;
    height: 100%;
    top: 0px;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    z-index: 100;
    display: none;
  }
  .md_slidevuz .swiper {
    width: 100%;
    margin-top: -6px;
  }
  .md_slidevuz .swiper .swiper-wrapper {
    width: 100%;
    padding-bottom: 120px;
    padding-top: 70px;
  }
  .md_slidevuz .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    max-width: 170px;
    box-sizing: border-box;
    height: 200px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
    transition: all 500ms;
  }
  .md_slidevuz .swiper .swiper-wrapper .swiper-slide-active {
    margin-top: 0px;
    transition: all 500ms;
  }
  .md_slidevuz .swiper .swiper-pagination-bullet {
    border-radius: 0px;
    width: 10px;
    height: 3px;
    background-color: #D9D9D9;
    opacity: 1;
  }
  .md_slidevuz .swiper .swiper-pagination-bullet-active {
    width: 30px;
    background-color: #E33046;
    opacity: 1;
  }
  .md_slidevuz .swiper .swiper-button-prev {
    width: 52px;
    height: 50px;
    background-image: url(../images/arleft.png);
    margin-left: 0px;
    top: 0px;
    left: 0px;
    margin-top: 0px;
  }
  .md_slidevuz .swiper .swiper-button-prev:after {
    display: none;
  }
  .md_slidevuz .swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    background-image: url(../images/arright.png);
    left: 0px;
    margin-left: 50px;
    top: 0px;
    margin-top: 0px;
  }
  .md_slidevuz .swiper .swiper-button-next:after {
    display: none;
  }
  .md_slidevuz .swiperpagesholder {
    position: absolute;
    bottom: 40px;
    top: auto;
    left: 100%;
    right: auto;
    max-width: 960px;
    width: 100%;
    margin-left: -80px;
    display: block;
  }
  .md_slidevuz .slidecon {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  .md_slidevuz .slidecon__title {
    font-family: dwm;
    color: #ffffff;
    font-size: 30px;
    line-height: 36px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .md_slidevuz .slidecon__title span {
    color: #00FF39;
    display: block;
    text-align: left;
  }
  .md_slidevuz .vuzblock {
    position: relative;
    width: 100%;
    height: 530px;
  }
  .md_slidevuz .vuzblock__image {
    width: calc(100% - 10px);
    margin-left: 5px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .md_slidevuz .vuzblock__image img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 120px;
  }
  .md_slidevuz .vuzblock__text {
    padding-top: 10px;
  }
  .flexthree {
    display: block;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
  }
  .flexthree__block {
    width: calc(100% - 0px);
    background-image: url(../images/bgtick.jpg);
    background-size: cover;
    color: #ffffff;
    filter: none;
    height: 150px;
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .matchcard {
    width: 100%;
    height: 500px;
    background-image: url(../images/matchcard.png);
    background-size: cover;
    position: relative;
  }
  .matchcard__date {
    position: absolute;
    left: 30px;
    top: 45px;
    font-family: dwm;
    color: #00FF39;
    font-size: 55px;
    line-height: 35px;
  }
  .matchcard__date span {
    display: block;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    color: #002f18;
    text-shadow: -1px 0 #00FF39, 0 1px #00FF39, 1px 0 #00FF39, 0 -1px #00FF39;
    margin-bottom: 25px;
  }
  .matchcard__time {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #ffffff;
    font-weight: bold;
  }
  .matchcard__time span {
    display: block;
    font-family: Bebas Neue, Arial, sans-serif;
    font-size: 37px;
    line-height: 33px;
  }
  .matchcard__people {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #ffffff;
    font-weight: bold;
    width: 240px;
  }
  .matchcard__people div {
    display: inline-block;
    line-height: 14px;
    padding-left: 60px;
    box-sizing: border-box;
  }
  .matchcard__people span {
    display: inline-block;
    float: right;
    line-height: 36px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 4px;
    border: 1px solid #fff;
    font-family: Bebas Neue, Arial, sans-serif;
    font-size: 28px;
    margin-left: 3px;
  }
  .matchcard__game {
    width: calc(100% - 40px);
    left: 20px;
    margin-left: 0px;
    position: absolute;
    bottom: 30px;
    text-align: center;
  }
  .matchcard__game .versus {
    margin-bottom: 140px;
    font-size: 37px;
    font-family: Bebas Neue, Arial, sans-serif;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .matchcard__game .versus__left {
    width: 140px;
    height: 115px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .matchcard__game .versus__right {
    width: 140px;
    height: 115px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .matchcard__game .btn {
    margin-top: -170px;
  }
  .matchcard__game .btn:hover {
    color: #ffffff;
  }
  .a_faq {
    max-width: 1280px;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    box-shadow: 0px 30px 40px -10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
  .a_faq__title {
    position: relative;
    box-sizing: border-box;
    padding-right: 60px;
    padding-top: 20px;
    margin-bottom: 0px;
  }
  .a_faq__title h3 {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 26px;
  }
  .a_faq__title a {
    position: absolute;
    right: 0px;
    top: 10px;
  }
  .a_faq__text {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 0px;
    padding-top: 10px;
    display: none;
    font-size: 16px;
    line-height: 24px;
    font-family: Raleway, Tahoma, sans-serif;
  }
  .a_faq__text.active {
    display: block;
  }
  .js-faq_trigger {
    cursor: pointer;
  }
  .js-popup_title {
    padding-right: 30px;
    box-sizing: border-box;
  }
  .pa_bg {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 900;
    top: 0px;
    left: 0px;
    display: none;
  }
  .pa_bg.active {
    display: block;
  }
  .pa_content {
    position: fixed;
    top: 90px;
    max-width: calc(100% - 40px);
    width: 100%;
    left: 20px;
    margin-left: 0px;
    z-index: 990;
    background-color: #ffffff;
    display: none;
    overflow-y: auto;
    height: auto;
    padding-bottom: 40px;
    max-height: calc(100vh - 50px);
  }
  .pa_content.active {
    display: block;
  }
  .pa_content .md_contactform {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .pa_content h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }
  .pa_content .md_contactform__form {
    padding: 20px;
    padding-top: 0px;
    min-height: 120px;
  }
  .pa_closepopup {
    position: fixed;
    top: 110px;
    right: 30px;
    left: auto;
    margin-left: 0px;
    font-size: 22px;
    color: #111;
    text-decoration: none;
  }
  .md_closepopup {
    position: absolute;
    z-index: 200;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 32px;
  }
  .md_storycontent {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    max-width: 960px;
    background-color: #ffffff;
    color: #000000;
  }
  .md_storycontent__title {
    font-size: 34px;
    font-family: Bebas Neue, Arial, sans-serif;
    line-height: 38px;
    margin-bottom: 30px;
  }
  .md_storycontent__text {
    line-height: 22px;
  }
  .swiper-pagination {
    text-align: left !important;
  }
  .swiper-button-next {
    width: 30px !important;
    height: 30px !important;
    background-size: contain !important;
    margin-left: 30px !important;
  }
  .swiper-button-prev {
    width: 30px !important;
    height: 30px !important;
    background-size: contain !important;
  }
}
@media screen and (max-width: 1000px) and only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
