body {
  background-color: #fff;
}

h2 {
  font-size: 25px;
}

p {
  font-size: 20px;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  overflow: hidden;
}

.common__container {
  max-width: 1920px;
  margin: 0 auto;
}

.common__btn {
  border: 1px solid #000;
  border-radius: 0.5rem;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  background-color: #ffffff9e;
}

.common__btn:hover {
  background: #000;
  color: #fff;
}

.slider__class3 .slick-dots li.slick-active button {
  background-color: #9a9a9a;
}

.slider__class3 .slick-dots li button {
  border: 2px solid #5a5a5a;
}

#dragonsquad {
  position: relative;
  background-color: #fff;
  color: #000;
  background: url("https://storage-asset.msi.com/event/2021/global/Indo-Pacific-KOL-Program/MSI-Elite/images/Elite-bgh.jpg") top center fixed;
  background-size: cover;
  min-height: 1800px;
}

#dragonsquad .kv {
  text-align: center;
}

#dragonsquad .kv__title {
  width: 80%;
  margin: 0 auto 2%;
}

#dragonsquad .kv__subtitle {
  width: 80%;
  margin: 0 auto 2%;
}

#dragonsquad .kv__desktop {
  width: 100%;
}

#dragonsquad .location {
  text-align: center;
}

#dragonsquad .location__subtitle {
  margin-bottom: 2%;
}

#dragonsquad .location__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2%;
}

#dragonsquad .location__area {
  width: 30%;
  margin: 0 1%;
}

#dragonsquad .location__area-title {
  font-size: 20px;
  padding: 2% 1%;
  margin-bottom: 2%;
}

#dragonsquad .location__area-content {
  border: 1px solid #000;
  border-radius: 0.5rem;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 1% 0;
  background-color: #ffffff9e;
}

#dragonsquad .location__area-content li {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

#dragonsquad .location__area-content li:hover {
  background: #000;
  color: #fff;
}

#dragonsquad .team {
  margin-bottom: 2%;
}

#dragonsquad .team__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#dragonsquad .team__profile {
  position: relative;
  width: 20%;
  min-width: 330px;
  margin: 1%;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)) padding-box, -webkit-gradient(linear, left top, right top, from(#ea8c9c), to(#eba48a)) border-box;
  background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to right, #ea8c9c, #eba48a) border-box;
}

#dragonsquad .team__profile:hover .team__profilemore {
  visibility: visible;
}

#dragonsquad .team__profile-pic {
  border-radius: 0.5rem;
}

#dragonsquad .team__profilemore {
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.671);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  visibility: hidden;
}

#dragonsquad .team__profilemore-btn {
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  padding: 1% 2%;
  z-index: 10;
}

#dragonsquad .team__profilemore-btn:hover {
  color: #fff;
}

#dragonsquad .team__profileflex {
  position: absolute;
  padding: 2%;
  bottom: 0;
  width: 100%;
  background-color: #00000070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 5;
}

#dragonsquad .team__profileflex-name {
  text-align: left;
  padding: 0 0 0 3%;
  width: 50%;
  color: #fff;
}

#dragonsquad .team__profileflex-icon {
  width: 50%;
  text-align: center;
}

#dragonsquad .team__profileflex-icon a {
  display: inline-block;
  margin: 0 2%;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#dragonsquad .team__profileflex-icon a:hover {
  color: #ec1111;
}

#dragonsquad .team__profileflex-icon i {
  font-size: 25px;
}

#dragonsquad .teambox {
  position: relative;
  z-index: 20;
  display: none;
}

#dragonsquad .teambox__background {
  background-color: rgba(0, 0, 0, 0.76);
  position: fixed;
  top: 0%;
  left: 0%;
  padding: 3% 10%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#dragonsquad .teambox__background::-webkit-scrollbar {
  display: none;
}

#dragonsquad .teambox__profile {
  border: 1px solid transparent;
  border-radius: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff)) padding-box, -webkit-gradient(linear, left top, right top, from(#ea8c9c), to(#eba48a)) border-box;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #ea8c9c, #eba48a) border-box;
  position: relative;
  width: 100%;
  padding: 3%;
}

#dragonsquad .teambox__profile-close {
  position: absolute;
  right: 2%;
  top: 3%;
  font-size: 25px;
}

#dragonsquad .teambox__profile-name {
  margin-bottom: 1%;
}

#dragonsquad .teambox__profile-title {
  margin-bottom: 1%;
}

#dragonsquad .teambox__profile-icon {
  text-align: left;
  margin-bottom: 1%;
}

#dragonsquad .teambox__profile-icon a {
  display: inline-block;
  margin: 0 3% 0 0;
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#dragonsquad .teambox__profile-icon a:hover {
  color: #ec1111;
}

#dragonsquad .teambox__profile-icon i {
  font-size: 25px;
}

#dragonsquad .teambox__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#dragonsquad .teambox__flexbox {
  width: 50%;
}

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

#dragonsquad .teambox__flexbox-about {
  margin-bottom: 2%;
}

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

#dragonsquad .teambox__flexbox-favorite {
  margin-bottom: 2%;
}

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

#dragonsquad .teambox__slider {
  padding-top: 10%;
}

@media only screen and (max-width: 960px) {
  #dragonsquad .location__flex {
    display: block;
  }
  #dragonsquad .location__area {
    width: 79%;
    min-width: 330px;
    margin: 0 auto;
  }
  #dragonsquad .teambox__profile {
    padding: 7% 3%;
  }
  #dragonsquad .teambox__flex {
    display: block;
  }
  #dragonsquad .teambox__flexbox {
    width: 100%;
    margin: 0 auto;
  }
  #dragonsquad .teambox__flexbox p {
    font-size: 16px;
  }
  #dragonsquad .teambox__flexbox-pic {
    width: 50%;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=main-elite.css.map */