body {
  margin: 0;
  padding: 0;
  letter-spacing: 1;
  background: none !important;
  font-family: "DINPro-Regular", "DINPro-Medium", "cwTeXHei", "Sarpanch", "cwTeXHei", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "CenturyGothic", "cwTeXHei", "Microsoft JhengHei", "CenturyGothic", "DINCond-Medium" !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.msiforCreator {
  width: 100%;
}

.msiforCreator .kv {
  width: 100%;
}

.msiforCreator .kv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.msiforCreator .kv__pc {
  display: block;
}

@media screen and (max-width: 480px) {
  .msiforCreator .kv__pc {
    display: none;
  }
}

.msiforCreator .kv__mobile {
  display: none;
}

@media screen and (max-width: 480px) {
  .msiforCreator .kv__mobile {
    display: block;
  }
}

.msiforCreator .intro {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.msiforCreator .intro h1 {
  font-size: 35px;
  font-family: 'DINPro-Black';
  color: #444;
  line-height: 1.2;
}

@media screen and (max-width: 480px) {
  .msiforCreator .intro h1 {
    font-size: 24px;
  }
}

.msiforCreator .intro h1::after {
  content: none;
}

.msiforCreator .intro p {
  font-size: 24px;
  font-family: 'DINPro-Black';
  color: #444;
  margin-top: 3%;
  line-height: 1.2;
}

@media screen and (max-width: 480px) {
  .msiforCreator .intro p {
    font-size: 18px;
  }
}

.msiforCreator .recomended {
  padding: 5% 0 0;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .msiforCreator .recomended {
    padding: 5% 0;
  }
}

.msiforCreator .recomended .paint-wall {
  position: absolute;
}

.msiforCreator .recomended .paint-wall img {
  width: 100%;
}

.msiforCreator .recomended .paint-brush {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
}

.msiforCreator .recomended .paint-brush img {
  width: 100%;
}

.msiforCreator .recomended__title h2 {
  font-size: 45px;
  font-family: 'DINPro-Black';
  line-height: 1;
  color: #444;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .msiforCreator .recomended__title h2 {
    font-size: 30px;
  }
}

.msiforCreator .recomended__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style-type: none;
}

@media (max-width: 991px) {
  .msiforCreator .recomended__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
}

.msiforCreator .recomended__nav li {
  width: calc( 25% - 10px);
  margin: 0 10px;
  margin-top: 40px;
  padding: 15px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  font-size: 20px;
  font-family: 'DINPro-Black';
  line-height: 1;
  color: #fff;
  background-image: url(https://storage-asset.msi.com/event/2021/cnd/explore_creativity_with_msi/images/nav-item-down.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .msiforCreator .recomended__nav li {
    width: calc( 50% - 10px);
    margin: 10px 5px;
    font-size: 16px;
  }
}

.msiforCreator .recomended .recomended__nav--active {
  background-image: url(https://storage-asset.msi.com/event/2021/cnd/explore_creativity_with_msi/images/nav-item-up.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.msiforCreator .recomended__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1299px) {
  .msiforCreator .recomended__feature {
    margin-top: 20px;
  }
}

.msiforCreator .recomended__feature-item {
  width: 25%;
}

.msiforCreator .recomended__feature-item > div {
  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;
}

@media (max-width: 1299px) {
  .msiforCreator .recomended__feature-item > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.msiforCreator .recomended__feature-item .item-pos {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.msiforCreator .recomended__imgbox {
  width: 60%;
  position: relative;
  z-index: -2;
}

@media (max-width: 1299px) {
  .msiforCreator .recomended__imgbox {
    width: 95%;
  }
}

.msiforCreator .recomended__imgbox-yt {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .msiforCreator .recomended__imgbox-yt {
    display: none;
  }
}

.msiforCreator .recomended__imgbox--1 img {
  display: none;
}

@media screen and (max-width: 991px) {
  .msiforCreator .recomended__imgbox--1 img {
    display: block;
  }
}

.msiforCreator .recomended__textbox {
  width: 40%;
  text-align: left;
}

@media (max-width: 1299px) {
  .msiforCreator .recomended__textbox {
    width: 95%;
  }
}

.msiforCreator .recomended__textbox ul {
  padding: 100px 20px 50px 20px;
  list-style-type: none;
  position: relative;
}

@media (max-width: 1299px) {
  .msiforCreator .recomended__textbox ul {
    padding: 20px 20px 20px 20px;
  }
}

.msiforCreator .recomended__textbox ul::after {
  position: absolute;
  content: "";
  width: 150%;
  height: calc( 100% - 100px);
  top: 80px;
  left: -3%;
  z-index: -1;
  border-radius: 15px;
}

@media (max-width: 1299px) {
  .msiforCreator .recomended__textbox ul::after {
    left: 0%;
    width: 100%;
    top: 20px;
    height: 100%;
  }
}

.msiforCreator .recomended__textbox ul li {
  margin: 15px 0;
}

.msiforCreator .recomended__textbox ul .award-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.msiforCreator .recomended__textbox ul .award-logo__imgbox img {
  width: 100%;
}

.msiforCreator .recomended__textbox ul .award-logo .comment {
  position: relative;
}

@media screen and (max-width: 480px) {
  .msiforCreator .recomended__textbox ul .award-logo .comment {
    position: initial;
  }
}

.msiforCreator .recomended__textbox ul .award-logo .comment .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #fff;
  border: 2px solid #fff;
  color: #222;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 115%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 10px;
  -webkit-box-shadow: 0px 5px 5px #666;
          box-shadow: 0px 5px 5px #666;
}

@media screen and (max-width: 480px) {
  .msiforCreator .recomended__textbox ul .award-logo .comment .tooltiptext {
    bottom: 30%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin-left: initial;
  }
}

.msiforCreator .recomended__textbox ul .award-logo .comment .pos-left::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -85px;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.msiforCreator .recomended__textbox ul .award-logo .comment .pos-middle::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -85px;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

@media screen and (max-width: 480px) {
  .msiforCreator .recomended__textbox ul .award-logo .comment .pos-middle::after {
    left: initial;
    right: 50%;
  }
}

.msiforCreator .recomended__textbox ul .award-logo .comment .pos-middle2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -85px;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

@media screen and (max-width: 480px) {
  .msiforCreator .recomended__textbox ul .award-logo .comment .pos-middle2::after {
    left: initial;
    right: 40%;
  }
}

.msiforCreator .recomended__textbox ul .award-logo .comment .pos-right::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -85px;
  border-width: 10px;
  border-style: solid;
  border-color: #e4e4e4 transparent transparent transparent;
}

@media screen and (max-width: 480px) {
  .msiforCreator .recomended__textbox ul .award-logo .comment .pos-right::after {
    left: initial;
    right: 20%;
  }
}

.msiforCreator .recomended__textbox ul .award-logo .comment .pos-right .editor {
  text-align: right;
  margin-bottom: 0;
}

.msiforCreator .recomended__textbox ul .award-logo .comment:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.msiforCreator .recomended__textbox ul .award-logo .comment:hover .tooltiptextR {
  visibility: visible;
  opacity: 1;
}

.msiforCreator .recomended__textbox h3 {
  font-size: 24px;
  font-family: 'DINPro-Black';
  line-height: 1;
  color: #c4023f;
  text-shadow: 1px 2px 2px #fff, 0 0 0 #000, 1px 2px 2px #fff;
}

.msiforCreator .recomended__textbox p {
  font-size: 16px;
  font-family: 'DINPro-Black';
  line-height: 1;
  color: #444;
  line-height: 1.4;
}

.msiforCreator .download {
  padding: 5% 0;
  position: relative;
  width: 100%;
}

.msiforCreator .download .bg-dwonload {
  position: absolute;
  bottom: 0;
}

.msiforCreator .download .bg-dwonload img {
  width: 100%;
  display: block;
}

.msiforCreator .download h2 {
  font-size: 45px;
  font-family: 'DINPro-Black';
  line-height: 1;
  color: #444;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .msiforCreator .download h2 {
    font-size: 30px;
  }
}

.msiforCreator .download__block:nth-child(2) {
  margin-top: 70px;
}

.msiforCreator .download__block:nth-child(2) .download__block-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .msiforCreator .download__block:nth-child(2) .download__block-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.msiforCreator .download__block-title {
  position: relative;
}

.msiforCreator .download__block-title h3 {
  font-size: 45px;
  font-family: 'DINPro-Black';
  line-height: 1;
  color: #444;
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
}

.msiforCreator .download__block-title img {
  position: absolute;
  width: 375px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
}

.msiforCreator .download__block-box {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-border-radius: 15px;
  -moz-border-radius-border-radius: 15px;
  padding: 40px 20px;
}

@media (max-width: 991px) {
  .msiforCreator .download__block-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 95%;
    margin: 70px auto 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .msiforCreator .download__block-box {
    padding: 40px 0;
    margin: 0px auto 0 auto;
  }
}

.msiforCreator .download img {
  width: 30%;
}

@media (max-width: 991px) {
  .msiforCreator .download img {
    min-width: 300px;
  }
}

.msiforCreator .download__cards {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 991px) {
  .msiforCreator .download__cards {
    width: 95%;
  }
}

.msiforCreator .download__cards a {
  width: calc( 100% / 3 - 40px);
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-perspective-origin: 130% 120%;
          perspective-origin: 130% 120%;
  text-decoration: none;
  margin: 20px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .msiforCreator .download__cards a {
    width: calc( 100% / 2 - 20px);
    margin: 10px;
  }
}

.msiforCreator .download__cards a:hover .download__cards-cube {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -moz-transform-transform: rotateX(180deg);
}

.msiforCreator .download__cards-cube {
  -webkit-transition: -webkit-transform .33s;
  transition: -webkit-transform .33s;
  transition: transform .33s;
  transition: transform .33s, -webkit-transform .33s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 25% 50%;
          transform-origin: 25% 50%;
  height: 100px;
}

.msiforCreator .download__cards-cube > div {
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 20px rgba(105, 108, 109, 0.3), 0 0 8px 2px #d0dfe241 inset;
          box-shadow: 0 5px 20px rgba(105, 108, 109, 0.3), 0 0 8px 2px #d0dfe241 inset;
  height: 100px;
}

.msiforCreator .download__cards-flippety {
  -webkit-transform: translateZ(20px);
          transform: translateZ(20px);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.msiforCreator .download__cards-flippety p {
  font-size: 18px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #444;
  text-align: center;
  line-height: 1;
}

.msiforCreator .download__cards-flop {
  -webkit-transform: rotateX(-180deg) translateZ(20px) translateY(95px) translateX(10px);
          transform: rotateX(-180deg) translateZ(20px) translateY(95px) translateX(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(https://storage-asset.msi.com/event/2021/cnd/explore_creativity_with_msi/images/flip-card-bg.png);
  background-position: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.msiforCreator .download__cards-flop p {
  font-size: 18px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.msiforCreator .redeem {
  padding: 5% 0;
  background: #eee;
}

@media screen and (max-width: 480px) {
  .msiforCreator .redeem {
    padding: 0;
  }
}

.msiforCreator .redeem__title h3 {
  font-size: 45px;
  font-family: 'DINPro-Black';
  line-height: 1;
  color: #444;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .msiforCreator .redeem__title h3 {
    font-size: 30px;
  }
}

@media screen and (min-width: 2560px) {
  .msiforCreator .redeem .common__container {
    width: 70%;
  }
}

@media screen and (min-width: 1920px) {
  .msiforCreator .redeem .common__container {
    width: 80%;
  }
}

@media screen and (max-width: 1680px) {
  .msiforCreator .redeem .common__container {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .msiforCreator .redeem .common__container {
    width: 100%;
  }
}

.msiforCreator .redeem__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .msiforCreator .redeem__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.msiforCreator .redeem__block-item {
  width: calc( 100% / 4 - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(https://storage-asset.msi.com/event/2021/cnd/explore_creativity_with_msi/images/step-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 3vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 1921px) {
  .msiforCreator .redeem__block-item {
    padding: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .msiforCreator .redeem__block-item {
    width: calc( 100% / 2 - 10px);
    padding: 100px;
  }
}

@media screen and (max-width: 480px) {
  .msiforCreator .redeem__block-item {
    width: 95%;
    padding: 100px 60px;
  }
}

.msiforCreator .redeem__block-item h4 {
  font-size: 24px;
  font-family: 'DINPro-Black';
  line-height: 1;
  color: #444;
}

.msiforCreator .redeem__block-item p {
  font-size: 16px;
  font-family: 'DINPro-Regular';
  line-height: 1.4;
  color: #444;
}

.msiforCreator .redeem__block-item .hashtag-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.msiforCreator .redeem__block-item .hashtag-box__item {
  font-size: 12px;
  color: #444;
}

.msiforCreator .redeem__block-item .hashtag-box__item span {
  background: #eee;
  padding: 0 2px;
}

.msiforCreator .redeem__imgbox {
  height: 150px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.msiforCreator .redeem__imgbox i {
  font-size: 50px;
  color: #4b4b4b;
}

.msiforCreator .redeem__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.msiforCreator .redeem__btns a {
  display: block;
  text-align: center;
  width: calc( 50% - 20px);
  background: #006caa;
  -webkit-box-shadow: 0 5px 20px rgba(105, 108, 109, 0.3), 0 0 8px 2px #d0dfe241 inset;
          box-shadow: 0 5px 20px rgba(105, 108, 109, 0.3), 0 0 8px 2px #d0dfe241 inset;
  margin: 10px;
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .msiforCreator .redeem__btns a {
    margin-bottom: 40px;
    width: 90%;
    padding: 10px 25px;
  }
}

.msiforCreator .redeem__btns a:hover {
  background: #4f87a8;
}

.msiforCreator .event-form {
  width: 100%;
  padding: 5% 0;
  position: relative;
}

.msiforCreator .event-form .bg-form {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
}

.msiforCreator .event-form__title h2 {
  font-size: 45px;
  font-family: 'DINPro-Black';
  line-height: 1;
  color: #444;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .msiforCreator .event-form__title h2 {
    font-size: 30px;
  }
}

.msiforCreator .event-form .form-send button {
  display: block;
  margin: 0 auto;
  width: 100%;
  background: #c4023f;
}

@media screen and (max-width: 480px) {
  .msiforCreator .event-form .form-send button {
    padding: 10px 25px;
  }
}

.msiforCreator .event-form .form-send button:hover {
  background: #c4abb3;
}

.msiforCreator .gleam-wall {
  width: 100%;
}

.msiforCreator .gleam-wall__title h2 {
  font-size: 45px;
  font-family: 'DINPro-Black';
  line-height: 1;
  color: #444;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .msiforCreator .gleam-wall__title h2 {
    font-size: 30px;
  }
}

.msiforCreator .gleam-wall__title p {
  font-size: 24px;
  font-family: 'DINPro-Black';
  line-height: 1;
  color: #444;
}

.msiforCreator .video {
  padding: 5% 0;
  width: 100%;
  position: relative;
}

.msiforCreator .video .bg-video {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
}

.msiforCreator .video__title h2 {
  font-size: 45px;
  font-family: 'DINPro-Black';
  line-height: 1;
  color: #444;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .msiforCreator .video__title h2 {
    font-size: 30px;
  }
}

.msiforCreator .video__wrapper {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media screen and (max-width: 480px) {
  .msiforCreator .video__wrapper {
    display: block;
    background: #eee;
  }
}

.msiforCreator .video__wrapper-item {
  position: relative;
  width: calc( 100% / 3 - 20px);
  opacity: 0.9;
}

@media screen and (max-width: 480px) {
  .msiforCreator .video__wrapper-item {
    width: 90%;
    margin: 0 auto;
  }
}

.msiforCreator .video__wrapper-item:hover {
  opacity: 1;
}

.msiforCreator .video__wrapper-item a {
  display: block;
}

.msiforCreator .video__wrapper-item a .btplay {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.msiforCreator .video__wrapper-item a .btplay .material-icons {
  font-size: 80px;
}

@media screen and (max-width: 1440px) {
  .msiforCreator .video__wrapper-item a .btplay .material-icons {
    font-size: 60px;
  }
}

@media screen and (max-width: 480px) {
  .msiforCreator .video__wrapper-item a .btplay .material-icons {
    font-size: 50px;
  }
}

.msiforCreator .more {
  padding: 5% 0;
  width: 100%;
  background: #eee;
}

.msiforCreator .more__title h2 {
  font-size: 45px;
  font-family: 'DINPro-Black';
  line-height: 1;
  color: #444;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .msiforCreator .more__title h2 {
    font-size: 30px;
  }
}

.msiforCreator .more__linkbox {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media screen and (max-width: 480px) {
  .msiforCreator .more__linkbox {
    display: block;
  }
}

.msiforCreator .more__linkbox a {
  width: calc( 100% / 3 - 20px);
  opacity: 0.9;
}

@media screen and (max-width: 480px) {
  .msiforCreator .more__linkbox a {
    display: block;
    margin: 0 auto;
    width: 90%;
    margin-top: 20px;
  }
}

.msiforCreator .more__linkbox a:hover {
  opacity: 1;
}

.msiforCreator .more__linkbox a img {
  width: 100%;
}

.conditions-modal {
  word-wrap: break-word;
  padding: inherit !important;
  width: 100%;
  min-width: 80%;
  border: 1px solid #222;
}

.conditions-modal h4 {
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  margin-top: 1em;
  color: #c4023f;
}

@media screen and (max-width: 480px) {
  .conditions-modal h4 {
    font-size: 2em;
  }
}

.conditions-modal__content-body {
  text-align: left;
  font-size: 1em;
  line-height: 20px;
  padding: 2em;
  text-align: justify;
  letter-spacing: 0.2px;
  color: #000;
}

@media (max-width: 425px) {
  .conditions-modal__content-body {
    font-size: 13px;
    padding: 0;
    padding-left: 1em;
  }
}

.conditions-modal__content-body ol {
  padding-left: 1em;
}

.conditions-modal__content-body ol ul {
  padding-left: 0;
}

.conditions-modal__content-body ol ul li {
  list-style-type: disc;
}

.conditions-modal__content-body ol ul table {
  display: block;
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0;
  overflow-x: auto;
  white-space: nowrap;
  max-width: -moz-fit-content;
  max-width: -webkit-fit-content;
  max-width: fit-content;
}

.conditions-modal__content-body ol ul table td, .conditions-modal__content-body ol ul table th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 8px;
}

.conditions-modal__content-body ol ul table th {
  background-color: #3d3d3d;
  color: #fff;
}

.conditions-modal__content-body h5 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 1em;
  color: #f6dd92;
}

.conditions-modal__content-body .title {
  font-weight: bold;
  font-size: 16px;
  margin: 2em 0 1.5em 0;
  color: #006caa;
  list-style-type: decimal !important;
}

.conditions-modal__content-body .title span {
  font-weight: normal;
}

.conditions-modal__content-body .pSty {
  color: #ab0739;
}

.conditions-modal__content-body .list-roman li {
  list-style-type: upper-roman !important;
}

.conditions-modal__content-body .forbidden-item {
  padding-left: 1em;
}

.conditions-modal__content-body .forbidden-item li {
  list-style: cjk-ideographic !important;
}

.conditions-modal__content-body .list-lower-alpha {
  list-style-type: lower-alpha !important;
}

.conditions-modal__content-body .list-none li {
  list-style: none;
}

.conditions-modal__content-body .hashtag-box {
  margin: 10px 0;
  font-weight: bold;
  color: #444;
}

.conditions-modal__content-body .hashtag-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 480px) {
  .conditions-modal__content-body .hashtag-box div {
    display: block;
  }
}

.conditions-modal__content-body .hashtag-box div p {
  margin: 0 10px;
}

.conditions-modal label {
  font-size: 16px;
}

.conditions-modal a {
  text-decoration: none;
  color: #0772cd;
}

.brush-intro {
  position: absolute;
  width: 40%;
}

.brush-recomended-circle {
  position: absolute;
  right: 0;
  width: 15%;
}

@media screen and (max-width: 480px) {
  .brush-recomended-circle {
    width: 25%;
    z-index: -1;
  }
}

.brush-recomended-rec {
  position: absolute;
  right: 0;
  width: 20%;
}

@media screen and (max-width: 480px) {
  .brush-recomended-rec {
    width: 35%;
  }
}

.brush-download {
  position: absolute;
  left: 15%;
  width: 20%;
}

@media screen and (max-width: 480px) {
  .brush-download {
    width: 40%;
  }
}

.split-download {
  position: absolute;
  left: 5%;
  width: 30%;
  z-index: 50;
}

@media screen and (max-width: 480px) {
  .split-download {
    width: 50%;
    z-index: -1;
  }
}

.brush-redeem {
  position: absolute;
  right: 0;
  width: 15%;
}

@media screen and (max-width: 480px) {
  .brush-redeem {
    width: 35%;
  }
}

.split-form {
  position: absolute;
  right: 5%;
  width: 20%;
  z-index: 50;
}

@media screen and (max-width: 480px) {
  .split-form {
    width: 50%;
    z-index: -1;
  }
}

.brush-form {
  position: absolute;
  left: 10%;
  width: 20%;
}

@media screen and (max-width: 480px) {
  .brush-form {
    display: none;
  }
}

.split-video {
  position: absolute;
  left: 25%;
  z-index: 20;
}

@media screen and (max-width: 480px) {
  .split-video {
    z-index: -1;
  }
}
/*# sourceMappingURL=project.css.map */