html {
  scroll-behavior: smooth;
}

.shoutout {
  color: white;
  background: url(https://storage-asset.msi.com/event/2024/CND/shoutout/images/all-bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  font-size: var(--body-font-size);
  font-family: var(--MSIBodyFont);
  scroll-behavior: smooth;
}
.shoutout img {
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 996px) {
  .shoutout .grid_mode .wtbitem {
    min-height: 200px;
  }
}
.shoutout .noshow {
  display: none !important;
}
.shoutout .common__container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1480px;
}
.shoutout .common__title {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-filter: drop-shadow(3px 3px 10em black);
          filter: drop-shadow(3px 3px 10em black);
}
.shoutout .common__title::before {
  background: -webkit-gradient(linear, right top, left top, from(#cd86ff), to(transparent));
  background: linear-gradient(to left, #cd86ff, transparent);
  height: 1px;
  width: 15%;
  content: "";
}
.shoutout .common__title::after {
  background: -webkit-gradient(linear, left top, right top, from(#4fbbe9), to(transparent));
  background: linear-gradient(to right, #4fbbe9, transparent);
  content: "";
  height: 1px;
  width: 15%;
}
.shoutout .common__title h2 {
  -ms-flex-preferred-size: 0 0 auto;
      flex-basis: 0 0 auto;
  margin: 10px 0;
  font-size: var(--title-xl);
  font-weight: bold;
  color: rgba(0, 0, 0, 0);
  background: radial-gradient(circle farthest-corner at right, #4fbbe9, #efdef6, #cd86ff, #fff 120%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: #000 5px 0 50px;
}
.shoutout .common__subtitle {
  font-size: var(--title-lg);
  text-align: center;
  font-weight: 500;
  margin: 10px 0;
}
.shoutout .kv {
  position: relative;
  overflow: hidden;
}
@media (min-width: 996px) {
  .shoutout .kv {
    margin-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.shoutout .kv__bg {
  position: relative;
}
.shoutout .kv__content {
  position: absolute;
  inset: 0;
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .shoutout .kv__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80%;
  }
}
.shoutout .kv__pd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.shoutout .kv__title {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.shoutout .kv__title-speaker, .shoutout .kv__title-shoutout {
  position: absolute;
}
.shoutout .kv__title-txt {
  position: absolute;
  left: 0;
  top: 60%;
  right: 0;
  text-align: center;
  z-index: 10;
  margin-top: 0;
}
@media (min-width: 768px) {
  .shoutout .kv__title-txt {
    top: 57%;
  }
}
.shoutout .kv__title-txt h5 {
  font-size: 5vw;
  font-weight: 900;
  font-family: klavika-web, sans-serif;
  font-style: italic;
  line-height: 0.5;
  width: 100%;
  margin: 10px 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .shoutout .kv__title-txt h5 {
    font-size: 12px;
  }
}
@media (min-width: 996px) {
  .shoutout .kv__title-txt h5 {
    font-size: 1.2vw;
  }
}
.shoutout .kv__title-txt h5 span {
  padding: 0 2px;
  -webkit-text-stroke: 1px #f44aaf;
  font-size: 150%;
}
@media (min-width: 996px) {
  .shoutout .kv__title-txt h5 span {
    font-size: 2.2vw;
  }
}
.shoutout .kv__title-shoutout {
  z-index: 10;
}
.shoutout .kv__title-speaker {
  -webkit-animation: bump 0.5s infinite alternate ease-in-out;
          animation: bump 0.5s infinite alternate ease-in-out;
}
.shoutout .kv__title-line {
  position: absolute;
  top: 0;
}
.shoutout .kv__title-line figure {
  -webkit-transform: scale(1.5, 1.6);
          transform: scale(1.5, 1.6);
  -webkit-transform-origin: 50% 40%;
          transform-origin: 50% 40%;
}
@media (min-width: 996px) {
  .shoutout .kv__title-line figure {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.shoutout .kv__title-linelight {
  position: relative;
  top: 0;
  -webkit-animation: linelight 0.5s infinite alternate ease-in-out;
          animation: linelight 0.5s infinite alternate ease-in-out;
}
.shoutout .kv__title-linelight figure {
  -webkit-transform: scale(1.5, 1.6);
          transform: scale(1.5, 1.6);
  -webkit-transform-origin: 50% 40%;
          transform-origin: 50% 40%;
}
@media (min-width: 996px) {
  .shoutout .kv__title-linelight figure {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes linelight {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes linelight {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.shoutout .menubox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  -webkit-animation: gradient 15s ease infinite;
          animation: gradient 15s ease infinite;
  width: 100%;
}
.shoutout .menubox__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 996px) {
  .shoutout .menubox__box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 15px;
    width: 80%;
  }
}
.shoutout .menubox__box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  text-decoration: none;
  color: white;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}
@media (min-width: 768px) {
  .shoutout .menubox__box a {
    width: 25%;
  }
}
@media (min-width: 996px) {
  .shoutout .menubox__box a {
    width: auto;
  }
}
.shoutout .menubox__box a:hover {
  -webkit-filter: brightness(1) drop-shadow(0 0 3px #4dcbff);
          filter: brightness(1) drop-shadow(0 0 3px #4dcbff);
}
.shoutout .menubox__box a.select {
  -webkit-filter: brightness(1) drop-shadow(3px 3px 10px #39ffc0);
          filter: brightness(1) drop-shadow(3px 3px 10px #39ffc0);
}
.shoutout .menubox__box a.select b {
  color: #4dcbff;
}
.shoutout .menubox__box a b {
  font-weight: normal;
  margin: 5px auto;
}
@media (min-width: 996px) {
  .shoutout .menubox__box a b {
    font-weight: bold;
    margin: 0 auto;
  }
}
.shoutout .menubox__box a img {
  -webkit-filter: hue-rotate(45deg);
          filter: hue-rotate(45deg);
}
.shoutout .menubox__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 3px dotted #2fba8d;
  width: 100%;
  text-align: center;
}
@media (min-width: 996px) {
  .shoutout .menubox__title {
    width: auto;
    border-right: 3px dotted #2fba8d;
    border-bottom: 0px;
  }
}
.shoutout .menubox h2 {
  color: #fff;
  padding-right: 15px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .shoutout .menubox h2 {
    margin: auto 0;
  }
}
.shoutout .pd {
  padding: 50px 0;
  margin-top: 130px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: linear-gradient(transparent, #000 100%);
}
@media (min-width: 996px) {
  .shoutout .pd {
    padding: 8% 0 5%;
    margin-top: 0px;
  }
}
.shoutout .pd__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3% 0 3%;
  font-size: var(--title-md);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.shoutout .pd__nav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  background: rgba(205, 134, 255, 0.15);
  border-radius: 15px;
  padding: 5px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
@media (min-width: 576px) {
  .shoutout .pd__nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .shoutout .pd__nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 5px);
            flex: 0 0 calc(25% - 5px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 996px) {
  .shoutout .pd__nav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.shoutout .pd__nav-item.active {
  background: rgba(205, 134, 255, 0.5);
  -webkit-filter: drop-shadow(0 0 10px #cd86ff);
          filter: drop-shadow(0 0 10px #cd86ff);
  color: #000;
}
.shoutout .pd__nav-item.active:hover {
  background: rgba(205, 134, 255, 0.5);
  color: #000;
  cursor: default;
}
.shoutout .pd__nav-item:hover {
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 20px rgba(205, 134, 255, 0.4), inset 0 0 150px rgba(205, 134, 255, 0.1);
          box-shadow: 0 0 20px rgba(205, 134, 255, 0.4), inset 0 0 150px rgba(205, 134, 255, 0.1);
}
.shoutout .pd__nav-item figure {
  position: relative;
}
.shoutout .pd__nav-item img {
  width: 80px;
}
@media (min-width: 996px) {
  .shoutout .pd__nav-item img {
    display: block;
    width: 100%;
    vertical-align: bottom;
  }
}
.shoutout .pd__nav-item p {
  -webkit-filter: drop-shadow(0 0 10px black);
          filter: drop-shadow(0 0 10px black);
}
@media (min-width: 996px) {
  .shoutout .pd__model .modelItem .modelFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 30px;
  }
  .shoutout .pd__model .modelItem .modelFlex .modelbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    border-radius: 15px;
    position: relative;
  }
  .shoutout .pd__model .modelItem .modelFlex .modelbox .modelItem__list a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
.shoutout .pd__model .modelItem__title {
  color: #cd86ff;
  padding: 2% 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.shoutout .pd__model .modelItem__title img {
  max-width: 190px;
}
.shoutout .pd__model .modelItem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.shoutout .pd__model .modelItem__list a {
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: rgba(205, 134, 255, 0.3);
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 10px);
          flex: 0 0 calc(100% - 10px);
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 768px) {
  .shoutout .pd__model .modelItem__list a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
@media (min-width: 996px) {
  .shoutout .pd__model .modelItem__list a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 10px);
            flex: 0 0 calc(25% - 10px);
  }
}
.shoutout .pd__model .modelItem__list a:hover {
  -webkit-filter: drop-shadow(0 0 0.6em #cd86ff);
          filter: drop-shadow(0 0 0.6em #cd86ff);
  -webkit-box-shadow: inset 0 0 0.6em #cd86ff;
          box-shadow: inset 0 0 0.6em #cd86ff;
}
.shoutout .prize__bg {
  background: url(https://storage-asset.msi.com/event/2024/CND/shoutout/images/prize-bg.jpg) no-repeat;
  background-size: cover;
  padding: 3em 0;
  position: relative;
}
.shoutout .prize__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background: linear-gradient(#000 0%, transparent);
}
.shoutout .prize__title {
  text-align: center;
  position: relative;
}
.shoutout .prize__title--txt {
  font-size: 46px;
  color: white;
  text-transform: uppercase;
  font-weight: bolder;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
}
@media (min-width: 996px) {
  .shoutout .prize__title--txt {
    font-size: 72px;
  }
}
.shoutout .prize__title--img {
  -webkit-animation: prizeAni 2s infinite;
          animation: prizeAni 2s infinite;
}
.shoutout .prize__title--img img {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .shoutout .prize__title--img img {
    width: 38%;
  }
}
.shoutout .prize__block {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2em auto 4em;
}
.shoutout .prize__block p {
  text-align: center;
}
.shoutout .prize__block p.title {
  color: #e7d60e;
}
.shoutout .prize__txt {
  text-align: center;
  padding-bottom: 30px;
}
.shoutout .prize__txt.active {
  display: none;
}
.shoutout .prize__txt--titleAct.active {
  display: none;
}
.shoutout .prize__txt--intro {
  background: radial-gradient(circle farthest-corner at right, #4fbbe9, #efdef6, #cd86ff, #fff 120%);
  font-weight: bold;
  -webkit-filter: drop-shadow(0 0 2em #cd86ff);
          filter: drop-shadow(0 0 2em #cd86ff);
  border-radius: 2em;
  padding: 15px 2%;
  text-align: center;
  margin: 1em auto;
  font-size: var(--text-xl);
  display: table;
  text-align: center;
  color: #000;
}
.shoutout .prize__txt--intro b {
  color: #f10ffd;
  font-size: 150%;
}
.shoutout .prize__txt h3 {
  padding: 20px 0 2px;
}
.shoutout .prize__txt--date {
  color: #a7c7ff;
  text-shadow: 2px 2px 5px black;
  border-radius: 0 1.5em 1.5em 1.5em;
  display: inline-block;
  font-weight: bold;
  font-size: var(--text-xl);
}
.shoutout .prize__txt--steam {
  margin: 3em auto 5em;
  width: 45%;
}
.shoutout .prize__gm, .shoutout .prize__claw, .shoutout .prize__nb {
  display: block;
  width: 100%;
  text-align: center;
}
.shoutout .prize__gm h4, .shoutout .prize__claw h4, .shoutout .prize__nb h4 {
  color: #fef480;
  text-shadow: 0 0 5px #2a1b00;
  -webkit-filter: drop-shadow(0 0 2em #ffa801);
          filter: drop-shadow(0 0 2em #ffa801);
  font-size: var(--title-lg);
}
.shoutout .prize__gm a, .shoutout .prize__claw a, .shoutout .prize__nb a {
  text-decoration: none;
  display: block;
  margin: 15px 0;
}
.shoutout .prize__gm a span, .shoutout .prize__claw a span, .shoutout .prize__nb a span {
  border: 1px solid #ef68cf;
  cursor: pointer;
  padding: 5px 15px;
  color: white;
  -webkit-filter: drop-shadow(0 0 15px #dd4dab);
          filter: drop-shadow(0 0 15px #dd4dab);
  font-size: var(--title-md);
  background: rgba(57, 33, 91, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.shoutout .prize__gm a span:hover, .shoutout .prize__claw a span:hover, .shoutout .prize__nb a span:hover {
  background: #39215b;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.shoutout .prize__gm .winner__btn, .shoutout .prize__claw .winner__btn, .shoutout .prize__nb .winner__btn {
  display: none;
}
.shoutout .prize__gm .winner__btn.active, .shoutout .prize__claw .winner__btn.active, .shoutout .prize__nb .winner__btn.active {
  display: block;
}
.shoutout .prize__gm p, .shoutout .prize__claw p, .shoutout .prize__nb p {
  color: white;
  font-size: var(--body-font-size);
  display: block;
  padding-top: 10px;
}
.shoutout .prize__gm p.note, .shoutout .prize__claw p.note, .shoutout .prize__nb p.note {
  color: #e7d60e;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  padding-top: 0;
}
.shoutout .prize__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  padding-top: 2em;
}
.shoutout .prize__box img {
  max-width: 290px;
  width: 80%;
}
.shoutout .prize__box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -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;
}
.shoutout .prize__box p {
  color: #ccc;
}
.shoutout .prize.shoutout__color-white .prize {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #6672a3), color-stop(60%, #104044));
  background: linear-gradient(to bottom, #6672a3 50%, #104044 60%);
  margin: auto;
}
.shoutout .prize.shoutout__color-white .prize__gm, .shoutout .prize.shoutout__color-white .prize__nb, .shoutout .prize.shoutout__color-white .prize__claw {
  display: none;
}
.shoutout .prize.shoutout__color-black .prize {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #7a508c), color-stop(60%, #262626));
  background: linear-gradient(to bottom, #7a508c 50%, #262626 60%);
}
.shoutout .prize.shoutout__color-black .prize__cc, .shoutout .prize.shoutout__color-black .prize__nb, .shoutout .prize.shoutout__color-black .prize__claw {
  display: none;
}
.shoutout .prize.shoutout__color-blue .prize {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #7a508c), color-stop(60%, #262626));
  background: linear-gradient(to bottom, #7a508c 50%, #262626 60%);
}
.shoutout .prize.shoutout__color-blue .prize__gm, .shoutout .prize.shoutout__color-blue .prize__cc, .shoutout .prize.shoutout__color-blue .prize__claw {
  display: none;
}
.shoutout .prize.shoutout__color-red .prize {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #7a508c), color-stop(60%, #262626));
  background: linear-gradient(to bottom, #7a508c 50%, #262626 60%);
}
.shoutout .prize.shoutout__color-red .prize__gm, .shoutout .prize.shoutout__color-red .prize__cc, .shoutout .prize.shoutout__color-red .prize__nb {
  display: none;
}
.shoutout .mediaAwards {
  position: relative;
  padding: 50px 0 20px;
}
.shoutout .mediaAwards__wrapper .main-title {
  color: #fff;
}
.shoutout .mediaAwards__wrapper .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shoutout .mediaAwards__wrapper .tab button {
  background-color: inherit;
  border: none;
  cursor: pointer;
  padding: 10px 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
  opacity: 0.3;
}
@media (min-width: 996px) {
  .shoutout .mediaAwards__wrapper .tab button {
    font-size: 17px;
    padding: 14px 16px;
  }
}
.shoutout .mediaAwards__wrapper .tab button:hover {
  opacity: 1;
}
.shoutout .mediaAwards__wrapper .tab button h4 {
  color: #fff;
}
.shoutout .mediaAwards__wrapper .tab button figure img {
  max-height: 60px;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .shoutout .mediaAwards__wrapper .tab button figure img {
    max-height: 85px;
  }
}
.shoutout .mediaAwards__wrapper .tab button.active {
  opacity: 1;
  border-bottom: 2px solid transparent;
  -o-border-image: linear-gradient(0.25turn, #24598b, #b915fd);
     border-image: -webkit-gradient(linear, left top, right top, from(#24598b), to(#b915fd));
     border-image: linear-gradient(0.25turn, #24598b, #b915fd);
  border-image-slice: 1;
}
.shoutout .mediaAwards__wrapper .tab button.active h4 {
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent {
  display: none;
  color: #fff;
  margin-top: 20px;
  border-top: none;
}
.shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem {
  background: -webkit-gradient(linear, left top, left bottom, from(#24598b), to(#b915fd));
  background: linear-gradient(#24598b, #b915fd);
  padding: 20px;
  margin: 5px;
  width: 45%;
  border: 2px solid transparent;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#b915fd), color-stop(#3aa0ff), to(#b915fd)) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(#b915fd, #3aa0ff, #b915fd) border-box;
}
@media (min-width: 996px) {
  .shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem {
    padding: 20px 10px;
    margin: 20px;
    width: 20%;
  }
}
.shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem:hover {
  -webkit-filter: drop-shadow(0 0 20px #3aa0ff) drop-shadow(0 0 10px #b915fd);
          filter: drop-shadow(0 0 20px #3aa0ff) drop-shadow(0 0 10px #b915fd);
}
.shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__imgBox {
  text-align: center;
}
.shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__imgBox img {
  margin: 0 auto;
  width: 120px;
}
.shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox {
  color: #000;
  margin-top: 20px;
  text-align: center;
  line-height: 1.4;
}
.shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox-mediaName {
  font-size: 14px;
  opacity: 0.7;
  font-weight: normal;
}
@media (min-width: 996px) {
  .shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox-mediaName {
    font-size: 18px;
  }
}
.shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox-date {
  font-size: 12px;
  opacity: 0.7;
  font-weight: normal;
}
@media (min-width: 996px) {
  .shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox-date {
    font-size: 14px;
  }
}
.shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox-pdName {
  opacity: 1;
  font-size: 14px;
}
@media (min-width: 996px) {
  .shoutout .mediaAwards__wrapper .tabcontent-block .tabcontent__wrapper .cardItem__txtBox-pdName {
    font-size: 18px;
  }
}
.shoutout .redeem {
  overflow: hidden;
  padding: 4em 0;
}
@media (min-width: 996px) {
  .shoutout .redeem {
    padding: 3.5em 0 8em;
  }
}
.shoutout .redeem__arrow {
  text-align: center;
  margin: 2% 0 3%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 768px) {
  .shoutout .redeem__arrow {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin: 6.5% 0 0 0;
  }
}
.shoutout .redeem__mainbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3em auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .shoutout .redeem__mainbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.shoutout .redeem__item {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.shoutout .redeem__item img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.shoutout .redeem__item:hover a {
  text-decoration: none;
}
.shoutout .redeem__item:hover img {
  -webkit-filter: drop-shadow(0 0 1em #3faefb);
          filter: drop-shadow(0 0 1em #3faefb);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.shoutout .redeem__item h4 {
  color: #f7ba15;
  font-weight: bold;
  text-transform: uppercase;
  font-size: var(--title-md);
  margin: 0.5em 0;
}
.shoutout .redeem__item p {
  color: white;
  padding: 0 5%;
}
.shoutout .redeem__tandcbox {
  padding: 3em;
  background: rgba(46, 133, 244, 0.3803921569);
  border-radius: 12px;
  margin-top: 40px;
  text-align: left;
}
.shoutout .redeem__tandcbox p {
  color: #28c9d7;
  font-weight: bold;
  font-size: var(--title-md);
  margin: 1em 0 15px;
}
.shoutout .redeem__tandcbox-btn {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 996px) {
  .shoutout .redeem__tandcbox-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.shoutout .redeem__tandcbox-btn a {
  padding: 7px 15px;
  background: #f7ba15;
  display: inline-block;
  border-radius: 25px;
  border: 2px solid #f7ba15;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #353535;
  font-weight: bold;
  display: block;
  margin: 10px 0;
}
.shoutout .redeem__tandcbox-btn a:hover {
  -webkit-filter: drop-shadow(0 0 10px #f7ba15);
          filter: drop-shadow(0 0 10px #f7ba15);
  background: rgba(247, 187, 21, 0.8862745098);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.shoutout .visit {
  padding: 50px 0;
}
.shoutout .visit__title {
  width: 100%;
  text-align: center;
}
.shoutout .visit__link {
  margin-top: 40px;
  gap: 1em;
}
.shoutout .visit__link a {
  width: 80%;
  display: block;
  margin: 0 auto 10px;
}
@media (min-width: 996px) {
  .shoutout .visit__link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 996px) {
  .shoutout .visit__gm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.shoutout .visit__cc {
  display: none;
}
.shoutout .wtb {
  margin-bottom: 100px;
}
@-webkit-keyframes bump {
  0% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bump {
  0% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes prizeAni {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(20px);
            transform: scale(0.8) translateY(20px);
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes prizeAni {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(20px);
            transform: scale(0.8) translateY(20px);
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.shoutout .terms {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  color: #333;
}
.shoutout .terms a {
  color: #2e85f4;
}
.shoutout .terms a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.shoutout .terms p {
  line-height: 1.5;
  text-align: left;
}
.shoutout .terms p span {
  text-decoration: underline;
}
.shoutout .terms__area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #f5f5f5;
  width: 90%;
  max-width: 1280px;
  margin: auto;
  height: 90vh;
  overflow-x: hidden;
  padding: 20px 20px 70px 20px;
  overflow-y: scroll;
}
.shoutout .terms__area::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.shoutout .terms__area::-webkit-scrollbar-track {
  background-color: #949494;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.shoutout .terms__area::-webkit-scrollbar-thumb {
  background-color: #949494;
}
.shoutout .terms__area-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 34px;
  z-index: 100;
  cursor: pointer;
}
.shoutout .terms__area-subtitle {
  font-size: var(--title-lg);
  margin-top: 40px;
  text-align: center;
}
.shoutout .terms__area-line {
  width: 100%;
  height: 1px;
  margin: 10px auto 40px auto;
  position: relative;
  background: #ccc;
  z-index: 5;
}
.shoutout .langchoose {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.77);
  position: fixed;
  z-index: 30;
  top: 0;
  text-align: center;
}
.shoutout .langchoose__block {
  width: 90%;
  max-width: 1280px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 80vh;
  background: #222;
  overflow-x: hidden;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.479);
          box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.479);
  border-radius: 10px;
}
.shoutout .langchoose__block h2 {
  margin: 0 auto;
  padding: 40px 0;
  background: url(https://storage-asset.msi.com/event/2023/CND/shoutout/images/kv-bg-2.jpg) repeat-y;
  background-size: contain;
  text-transform: uppercase;
  font-size: var(--title-lg);
}
.shoutout .langchoose__block-sel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1d1732;
}
.shoutout .langchoose__block-sel--active {
  background: rgba(238, 238, 238, 0.8);
}
.shoutout .langchoose__block-sel li {
  width: 25%;
  text-align: center;
  list-style-type: none;
  margin: 0;
  border-bottom: 1px solid #563a63;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 0;
  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;
  cursor: pointer;
  font-weight: bold;
}
.shoutout .langchoose__block-sel li.langchoose__block-sel--active a {
  color: #1d1732;
}
.shoutout .langchoose__block-sel li a {
  color: #0a8990;
  text-decoration: none;
}
.shoutout .langchoose__country {
  padding: 20px;
}
.shoutout .langchoose__country-item {
  display: none;
}
.shoutout .langchoose__country-item--active {
  display: block;
}
.shoutout .langchoose__country ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.shoutout .langchoose__country ul li {
  list-style-type: none;
  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;
  width: calc(25% - 10px);
  background: #222;
  margin: 5px;
  border: rgba(255, 255, 255, 0.094) 1px solid;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shoutout .langchoose__country ul li:hover {
  background: #333;
}
.shoutout .langchoose__country ul a {
  width: 100%;
  padding: 10px 0;
  font-size: var(--text-sm);
  text-align: center;
  color: #ddd;
  text-decoration: none;
}
.shoutout .wheretopost {
  position: relative;
  z-index: 50;
}
.shoutout .wheretopost ul {
  max-width: 900px;
  margin: 0 auto;
  padding: 2em 0;
}
.shoutout .wheretopost li {
  list-style: disc;
  margin-bottom: 10px;
}
.shoutout .wheretopost .etailerBox {
  position: relative;
  margin: 20px 0;
}
.shoutout .wheretopost .etailerBox .dropdown {
  position: relative;
  display: block;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .shoutout .wheretopost .etailerBox .dropdown {
    width: 50%;
  }
}
.shoutout .wheretopost .etailerBox .dropdown-label {
  display: block;
  padding: 10px;
  background-color: #327cff;
  cursor: pointer;
  text-align: center;
  border-radius: 50px;
  font-size: var(--text-lg);
  font-weight: bold;
  -webkit-filter: drop-shadow(0 0 2em black);
          filter: drop-shadow(0 0 2em black);
  position: relative;
  z-index: 20;
}
.shoutout .wheretopost .etailerBox .dropdown-label::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.shoutout .wheretopost .etailerBox .selector {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: #327cff;
  display: none;
  padding: 0 10px;
  z-index: 10;
  border-radius: 0 0 2em 2em;
}
.shoutout .wheretopost .etailerBox .selector li {
  padding: 10px;
  cursor: pointer;
  white-space: nowrap;
  font-size: var(--text-md);
  list-style: none;
}
.shoutout .wheretopost .etailerBox .selector li:hover {
  background: #1c62df !important;
  border-radius: 5em;
}
.shoutout .wheretopost .etailerBox .selector li:first-child {
  margin-top: 2.5em;
}
.shoutout .wheretopost .etailerBox .selector li:last-child {
  margin-bottom: 1.2em;
}
.shoutout .wheretopost .etailerBox .output {
  margin-top: 20px;
  font-size: 18px;
}
.shoutout .wheretopost .etailerBox .output a {
  display: block;
  margin-right: 10px;
  text-decoration: none;
  color: #fff;
  font-size: var(--text-lg);
  margin: 5px auto 0 auto;
  text-align: center;
  background: rgba(204, 204, 204, 0.192);
  padding: 10px 0;
  display: block;
  position: relative;
}
@media (min-width: 996px) {
  .shoutout .wheretopost .etailerBox .output a {
    width: 50%;
  }
}
.shoutout .wheretopost .etailerBox .output a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #ffffff;
  display: block;
  color: #ccc;
  top: 0;
  font-size: 40px;
  left: 0;
  overflow: hidden;
}
.shoutout .wheretopost .etailerBox .output a:hover {
  text-decoration: underline;
}
@-webkit-keyframes light {
  0% {
    bottom: -100%;
    opacity: 0.3;
  }
  99% {
    bottom: 100%;
    opacity: 0.3;
  }
  99.001% {
    opacity: 0;
  }
  100% {
    bottom: -100%;
    opacity: 0;
  }
}
@keyframes light {
  0% {
    bottom: -100%;
    opacity: 0.3;
  }
  99% {
    bottom: 100%;
    opacity: 0.3;
  }
  99.001% {
    opacity: 0;
  }
  100% {
    bottom: -100%;
    opacity: 0;
  }
}
@-webkit-keyframes animateaarrow {
  0% {
    -webkit-transform: rotate(90deg) translateX(0);
            transform: rotate(90deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(90deg) translateX(10px);
            transform: rotate(90deg) translateX(10px);
  }
  100% {
    -webkit-transform: rotate(90deg) translateX(0);
            transform: rotate(90deg) translateX(0);
  }
}
@keyframes animateaarrow {
  0% {
    -webkit-transform: rotate(90deg) translateX(0);
            transform: rotate(90deg) translateX(0);
  }
  50% {
    -webkit-transform: rotate(90deg) translateX(10px);
            transform: rotate(90deg) translateX(10px);
  }
  100% {
    -webkit-transform: rotate(90deg) translateX(0);
            transform: rotate(90deg) translateX(0);
  }
}
.shoutout .hidden {
  display: none !important;
}
.shoutout .visible {
  display: block !important;
}/*# sourceMappingURL=main.css.map */