@font-face {
  font-family: 'AGENCYB';
  src: url("http://storage-asset.msi.com/event/msifonts/fonts/AGENCYB.eot?#iefix") format("embedded-opentype"), url("http://storage-asset.msi.com/event/msifonts/fonts/AGENCYB.woff") format("woff"), url("http://storage-asset.msi.com/event/msifonts/fonts/AGENCYB.ttf") format("truetype"), url("http://storage-asset.msi.com/event/msifonts/fonts/AGENCYB.svg#DINPro-Bold") format("svg");
}

@font-face {
  font-family: 'PTSansNarrowRegular';
  src: url("font/PTN57F-webfont.eot?#iefix") format("embedded-opentype"), url("font/PTN57F-webfont.woff") format("woff"), url("font/PTN57F-webfont.ttf") format("truetype"), url("font/PTN57F-webfont.svg#PTSansNarrowRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.block {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: #fff;
  line-height: 1.8;
  background: #000;
}

.block img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

.block img.full {
  width: 100% !important;
}

.block .red {
  color: #f00;
}

.block .gray {
  color: #999;
}

.block .imgxs, .block img.imgxs {
  display: none;
}

.block .container {
  width: 85%;
  margin: 0 auto;
  max-width: 1800px;
}

.block .container-lg {
  width: 85%;
  margin: 0 auto;
  max-width: 2560px;
}

.block .container-lg-full {
  width: 100%;
  margin: 0 auto;
  max-width: 2560px;
}

.block ul, .block li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block h2 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #f00;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  padding: 0 0 25px;
  margin: 0;
}

.block h2.w {
  color: #fff;
}

.block figcaption {
  font-size: 100%;
}

.block p {
  font-size: 24px;
  line-height: 1.4;
}

.block .note {
  font-size: 18px;
  color: #666;
  line-height: 1.2;
  padding-top: 15px;
}

.block .note a {
  color: #666;
}

.block .note a.red {
  color: #f00;
}

.block.sp, .block .sp {
  padding: 6% 0;
}

.block.splg, .block .splg {
  padding: 10% 0;
}

.block.sptop, .block .sptop {
  padding-top: 6%;
}

.block.spbt, .block .spbt {
  padding-bottom: 6%;
}

.block.splgtop, .block .splgtop {
  padding-top: 10%;
}

.block.splgbt, .block .splgbt {
  padding-bottom: 10%;
}

.block.center, .block .center {
  text-align: center;
}

@media screen and (max-width: 1920px) {
  .block h2 {
    font-size: 34px;
  }
  .block p {
    font-size: 21px;
  }
  .block .container {
    max-width: 1400px;
  }
  .block.sp {
    padding: 10vh 0;
  }
  .block.spbt, .block .spbt {
    padding-bottom: 10vh;
  }
  .block.splgtop, .block .splgtop {
    padding-top: 6vh;
  }
  .block.splgbt, .block .splgbt {
    padding-bottom: 6vh;
  }
}

@media screen and (max-width: 960px) {
  .block {
    font-size: 20px;
  }
  .block .imglg, .block img.imglg {
    display: none;
  }
  .block .imgxs, .block img.imgxs {
    display: block;
  }
  .block.sp {
    padding: 45px 0;
  }
  .block.spbt, .block .spbt {
    padding-bottom: 45px;
  }
  .block.splgtop, .block .splgtop {
    padding-top: 6vh;
  }
  .block.splgbt, .block .splgbt {
    padding-bottom: 6vh;
  }
  .block h2 {
    font-size: 32px;
  }
  .block h3 {
    font-size: 28px;
  }
}

.box-sc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .box-sc {
    display: block;
  }
}

.box-cc {
  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;
}

.box-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-sc,
.box-cc,
.box-s,
.box-c {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

@media screen and (max-width: 960px) {
  .box-sc.box-xs,
  .box-cc.box-xs,
  .box-s.box-xs,
  .box-c.box-xs {
    display: block;
  }
  .ulxs {
    counter-reset: li;
  }
  .ulxs li {
    position: relative;
    width: 100%;
    text-align: left !important;
    margin-left: 40px !important;
    padding: 10px 0 !important;
  }
  .ulxs li::before {
    content: counter(li);
    counter-increment: li;
    border-radius: 25px;
    display: inline-block;
    width: 14px;
    text-align: center;
    position: absolute;
    left: -40px;
    font-weight: bold;
    background: #f00;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}

.btsty, a.btsty {
  color: #f00;
  border: #f00 2px solid;
  padding: 15px;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  text-decoration: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.btsty:hover, a.btsty:hover {
  background: #f00;
  color: #fff;
}

.vd-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

.vd-container iframe,
.vd-container object,
.vd-container embed,
.vd-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}
