/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'united';
  src: url("fonts/UnitedSansCond-Black.woff2") format("woff2"), url("fonts/UnitedSansCond-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'united';
  src: url("fonts/UnitedSansCond-Bold.woff2") format("woff2"), url("fonts/UnitedSansCond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

body, html {
  font-family: 'United', Arial Narrow, Arial, sans-serif;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  padding: 0;
  background: #000000; }

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  visibility: hidden; }
  .container .container-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    background: url("../img/background.jpg") no-repeat;
    background-size: 100% auto;
    background-position: bottom;
    max-width: 768px;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 10px 8%; }
    .container .container-inner a {
      text-decoration: none; }
    .container .container-inner h1 {
      font-size: 2.625rem;
      color: #ffffff;
      font-weight: bold;
      text-transform: uppercase; }
      .container .container-inner h1 span.blue {
        color: #86b8e3;
        font-weight: 900; }
      .container .container-inner h1 span.sup {
        font-size: 1.625rem;
        vertical-align: top; }
    .container .container-inner h2 {
      font-size: 2.625rem;
      color: #86b8e3;
      font-weight: 900;
      text-transform: uppercase; }
      .container .container-inner h2 span.white {
        color: #ffffff; }
      .container .container-inner h2 span.sup {
        font-size: 1.625rem;
        vertical-align: top; }
    .container .container-inner h3 {
      font-size: 2rem;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: bold; }
    .container .container-inner button {
      font-size: 2rem;
      font-weight: 900;
      text-transform: uppercase;
      background: #86b8e3;
      color: #000000;
      border-radius: 0;
      border: 0;
      padding: 9px 20px 2px 20px;
      margin-top: 5px;
      text-decoration: none;
      letter-spacing: 0.02em;
      -moz-transition: 0.4s all;
      -o-transition: 0.4s all;
      -webkit-transition: 0.4s all;
      transition: 0.4s all; }
    .container .container-inner .logo {
      margin-top: 20px;
      width: 100%;
      max-width: 620px;
      height: auto; }
    .container .container-inner .promos {
      margin: 30px 0;
      width: 100%; }
      .container .container-inner .promos a:last-child .promo-item:after {
        display: none; }
      .container .container-inner .promos a .promo-item {
        text-align: center;
        width: 100%; }
        .container .container-inner .promos a .promo-item:hover button {
          background: #ffffff;
          color: #000000; }
        .container .container-inner .promos a .promo-item:after {
          display: block;
          content: '';
          position: relative;
          margin: 20px auto;
          height: 4px;
          width: 90%;
          max-width: 385px;
          background: #ffffff; }
    .container .container-inner .product-display {
      width: 100%;
      text-align: center;
      margin: auto 0;
      padding: 0 5%; }
      .container .container-inner .product-display .product01 {
        display: block;
        width: 100%;
        max-width: 360px;
        height: auto;
        margin: 0 auto; }
      .container .container-inner .product-display .product02 {
        display: block;
        width: 100%;
        max-width: 460px;
        height: auto;
        margin: 0 auto; }
    .container .container-inner footer {
      position: absolute;
      bottom: 10px;
      left: 10px; }
      .container .container-inner footer .copyright {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-weight: normal;
        font-size: 0.5rem; }
