@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes modelWave {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes modelWave {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@-webkit-keyframes steamWave {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes steamWave {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-filter: brightness(0);
            filter: brightness(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@-webkit-keyframes filter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes filter {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.twGamingGear618 {
  overflow: hidden;
}
.twGamingGear618 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.twGamingGear618 a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.twGamingGear618 .kv {
  position: relative;
}
.twGamingGear618 .kv h1 {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.twGamingGear618 .wtb {
  position: relative;
  padding: 5% 0;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#00075a), color-stop(#010b62), color-stop(#010f6a), color-stop(#011373), color-stop(#01177b), color-stop(#011984), color-stop(#001a8d), color-stop(#001c96), color-stop(#001ba1), color-stop(#0018ac), color-stop(#0015b7), to(#0010c2));
  background-image: linear-gradient(to right top, #00075a, #010b62, #010f6a, #011373, #01177b, #011984, #001a8d, #001c96, #001ba1, #0018ac, #0015b7, #0010c2);
}
.twGamingGear618 .wtb__titlebox {
  text-align: center;
  margin-bottom: -5%;
}
.twGamingGear618 .wtb__titlebox h2 {
  display: inline-block;
  color: #fff;
  padding: 5px 40px;
  font-size: 26px;
  font-weight: bold;
  background: #000;
  border-radius: 15px;
  border-color: #fff;
  border-width: 3px;
  border-style: solid;
}
.twGamingGear618 .wtb__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3% auto;
  padding: 5% 3%;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left bottom, right top, from(#ececec), color-stop(#e6e6e6), color-stop(#e1e1e1), color-stop(#dbdbdb), color-stop(#d6d6d6), color-stop(#d5d5d5), color-stop(#d4d4d4), color-stop(#d3d3d3), color-stop(#d6d6d6), color-stop(#d8d8d8), color-stop(#dbdbdb), to(#dedede));
  background-image: linear-gradient(to right top, #ececec, #e6e6e6, #e1e1e1, #dbdbdb, #d6d6d6, #d5d5d5, #d4d4d4, #d3d3d3, #d6d6d6, #d8d8d8, #dbdbdb, #dedede);
}
.twGamingGear618 .wtb__imgbox {
  max-width: 220px;
  margin: 2%;
}
.twGamingGear618 .wtb__imgbox a {
  display: block;
}
.twGamingGear618 .wtb__imgbox a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
          box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
@media (min-width: 996px) {
  .twGamingGear618 .wtb__titlebox h2 {
    font-size: 32px;
  }
  .twGamingGear618 .wtb__flexbox {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .twGamingGear618 .wtb__imgbox {
    max-width: 170px;
    margin: 0 1.5%;
  }
}/*# sourceMappingURL=main.css.map */