#dragonsquad .teambox {
  display: block;
}

#dragonsquad .teambox__flexbox-pic {
  max-width: 500px;
}

#dragonsquad .teambox__flexbox-fipic {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#dragonsquad .location__area-content-out {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

#dragonsquad .location__area-content--active {
  background: #666;
  color: #fff;
}

#dragonsquad .team__profile-pic {
  width: 100%;
}

#dragonsquad .team__profileflex-icon {
  text-align: end;
}

#dragonsquad .teambox__flexbox-quote span {
  font-weight: bold;
  color: #ec1111;
}

#dragonsquad .slider__class3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#dragonsquad .slider__class3 .slider__class3-box {
  width: -moz-calc( 100% / 3 - 20px);
  width: calc( 100% / 3 - 20px);
}

.team__clickbtn {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#team__buttons input[type="button"] {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border: 1px solid #ddd;
  padding: 8px 16px;
  text-decoration: none;
  -moz-border-radius: 5px;
       border-radius: 5px;
  font-size: 15px;
}

#team__buttons input[type="button"]:not(.active) {
  background-color: transparent;
}

#team__buttons .active {
  background-color: #ff4d4d;
  color: #fff;
}

input[type="button"]:hover:not(#team__buttons) {
  background-color: #ddd;
}

.teambox {
  display: none;
}

.teambox .slider__class3-box p {
  color: #666;
}

[v-cloak] {
  display: none !important;
}
/*# sourceMappingURL=fixetheshicss.css.map */