  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;
  }

  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,
  q:before,
  q:after {
    content: '';
    content: none;
  }

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

  body {
    -webkit-text-size-adjust: none
  }

  mark {
    background-color: transparent;
    color: inherit
  }

  input::-moz-focus-inner {
    border: 0;
    padding: 0
  }

  input,
  select,
  textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none
  }

  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }

  body {
    min-width: 320px;
    min-height: 100vh;
    line-height: 1.0;
    word-wrap: break-word;
    overflow-x: hidden;
  }

  strong {
    color: inherit;
    font-weight: bolder;
  }

  em {
    font-style: italic;
  }

  code {
    font-family: "Lucida Console", "Courier New", monospace;
    font-weight: normal;
    text-indent: 0;
    letter-spacing: 0;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.5em;
    background-color: rgba(144, 144, 144, 0.25);
    border-radius: 0.25em;
  }

  mark {
    background-color: rgba(144, 144, 144, 0.25);
  }

  a {
    -moz-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    -ms-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
    color: inherit;
    text-decoration: underline;
  }

  s {
    text-decoration: line-through;
  }

  body:before {
    content: '';
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-image: linear-gradient(45deg, #503085 0%, #190F8A 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-color: #FFFFFF;
  }

  body:after {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2F354A;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.375s ease-in-out 0s, visibility 0.375s 0s;
    -webkit-transition: opacity 0.375s ease-in-out 0s, visibility 0.375s 0s;
    -ms-transition: opacity 0.375s ease-in-out 0s, visibility 0.375s 0s;
    transition: opacity 0.375s ease-in-out 0s, visibility 0.375s 0s;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  body.is-loading:after {
    opacity: 1;
    visibility: visible;
  }

  html {
    font-size: 18pt;
  }

  #wrapper {
    -webkit-overflow-scrolling: touch;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    z-index: 2;
    padding: 1.125rem 1.125rem 1.125rem 1.125rem;
  }

  #main {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    max-width: 100%;
    z-index: 1;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    background-color: rgba(37, 47, 54, 0.769);
    border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
    -moz-transition: opacity 0.75s ease 0.5s, -moz-transform 0.75s ease 0.5s;
    -webkit-transition: opacity 0.75s ease 0.5s, -webkit-transform 0.75s ease 0.5s;
    -ms-transition: opacity 0.75s ease 0.5s, -ms-transform 0.75s ease 0.5s;
    transition: opacity 0.75s ease 0.5s, transform 0.75s ease 0.5s;
  }

  #main>.inner {
    overflow-x: hidden;
    width: 25rem;
    max-width: 100%;
    /* padding: 2.8125rem 2.25rem; */
    padding: 1.5rem;
  }

  #main>.inner>* {
    margin-top: 1rem;
    margin-bottom: 1rem;
    -moz-transition: opacity 0.375s ease-in-out 1s, -moz-transform 0.375s ease-in-out 1s;
    -webkit-transition: opacity 0.375s ease-in-out 1s, -webkit-transform 0.375s ease-in-out 1s;
    -ms-transition: opacity 0.375s ease-in-out 1s, -ms-transform 0.375s ease-in-out 1s;
    transition: opacity 0.375s ease-in-out 1s, transform 0.375s ease-in-out 1s;
  }

  #main>.inner> :first-child {
    margin-top: 0 !important;
  }

  #main>.inner> :last-child {
    margin-bottom: 0 !important;
  }

  #main>.inner>.image {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  #main>.inner>.video {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  body.is-loading #main {
    opacity: 0;
    -moz-transform: scale(1.075);
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
  }

  body.is-loading #main>.inner>* {
    opacity: 0;
    -moz-transform: scale(1.075);
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
  }

  #main>.inner> :nth-child(2) {
    -moz-transition-delay: 1.125s;
    -webkit-transition-delay: 1.125s;
    -ms-transition-delay: 1.125s;
    transition-delay: 1.125s;
  }

  #main>.inner> :nth-child(3) {
    -moz-transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    transition-delay: 1.25s;
  }

  #main>.inner> :nth-child(4) {
    -moz-transition-delay: 1.375s;
    -webkit-transition-delay: 1.375s;
    -ms-transition-delay: 1.375s;
    transition-delay: 1.375s;
  }

  #main>.inner> :nth-child(5) {
    -moz-transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }

  #main>.inner> :nth-child(6) {
    -moz-transition-delay: 1.625s;
    -webkit-transition-delay: 1.625s;
    -ms-transition-delay: 1.625s;
    transition-delay: 1.625s;
  }

  #credits {
    cursor: default;
    margin-top: 1rem !important;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -ms-max-content;
    width: max-content;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.6em;
    line-height: 0.75;
    font-weight: 200;
  }

  #credits a {
    -moz-transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    -ms-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
    opacity: 0.5;
    text-decoration: none !important;
    text-decoration: underline;
  }

  #credits a:hover {
    opacity: 1;
    text-decoration: none !important;
    text-decoration: none;
  }

  h1 br+br,
  p br+br {
    display: block;
    content: ' ';
  }

  #text01 br+br {
    margin-top: 0.9rem;
  }

  #text01 {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.15rem;
    width: calc(100% + 0.15rem);
    font-size: 1.375em;
    line-height: 1.5;
    font-weight: 400;
  }

  #text02 br+br {
    margin-top: 1.125rem;
  }

  #text02 {
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.225rem;
    width: calc(100% + 0.225rem);
    font-size: 0.75em;
    line-height: 1.875;
    font-weight: 200;
  }

  #text03 br+br {
    margin-top: 0.45rem;
  }

  #text03 {
    color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.75em;
    line-height: 0.75;
    font-weight: 200;
  }

  #credits br+br {
    margin-top: 0.45rem;
  }

  #error {
    color: #FFFFFF;
    font-family: 'Montserrat';
    letter-spacing: 0.15rem;
    width: calc(100% + 0.15rem);
    font-size: 5em;
    line-height: 1.25;
    font-weight: 400;
  }

  hr {
    width: 100%;
    position: relative;
    padding: 0;
    border: 0;
  }

  hr:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
  }

  #divider02 {
    height: 1rem;
    line-height: 1rem;
  }

  #divider02:before {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.22);
    height: 1px;
  }

  .icons {
    cursor: default;
    padding: 0;
    letter-spacing: 0;
  }

  .icons li {
    display: inline-block;
    vertical-align: middle;
  }

  .icons li a {
    display: block;
    color: inherit;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0;
  }

  .icons li a .label {
    display: none;
  }

  #icons02 {
    font-size: 1.125em;
    width: calc(100% + 1.25rem);
    margin-left: -0.625rem;
  }

  #icons02 li {
    margin: 0.625rem;
  }

  #icons02 li a {
    border-radius: 100%;
    width: 2em;
    height: 2em;
    line-height: 2em;
  }

  #icons02 .n01 {
    background-color: transparent;
    color: #FFFFFF;
  }

  #icons02 .n01:hover {
    background-color: transparent;
  }

  #icons02 .n02 {
    background-color: transparent;
    color: #FFFFFF;
  }

  #icons02 .n02:hover {
    background-color: transparent;
  }

  #icons02 .n03 {
    background-color: transparent;
    color: #FFFFFF;
  }

  #icons02 .n04 {
    background-color: transparent;
    color: #FFFFFF;
  }

  @media (max-width: 1680px) {
    html {
      font-size: 13pt;
    }
  }

  @media (max-width: 1280px) {
    html {
      font-size: 13pt;
    }
  }

  @media (max-width: 980px) {
    html {
      font-size: 11pt;
    }
  }

  @media (max-width: 736px) {
    html {
      font-size: 11pt;
    }
    #main>.inner {
      /* padding: 3rem 2rem; */
    }
    #divider02 {
      height: 1rem;
      line-height: 1rem;
    }
  }

  @media (max-width: 360px) {
    #main>.inner {
      padding: 2.5rem 1.25rem;
    }
    #icons02 {
      width: calc(100% + 0.9375rem);
      margin-left: -0.46875rem;
    }
    #icons02 li {
      margin: 0.46875rem;
    }
  }
