* {
  margin: 0;
  padding: 0;
  outline: none !important;
  box-sizing: border-box;
  text-decoration: none !important; }

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #fff;
  font-family: 'GothamProLight';
  line-height: normal;
  background: #252f3d; }
    
body {
  background: #252f3d; }

.justify-wrap {
  text-align: justify;
  font-size: 0;
  text-justify: newspaper; }

.justify-wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 0; }

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent !important; }

[placeholder]:focus:-moz-placeholder {
  color: transparent !important; }

[placeholder]:focus::-moz-placeholder {
  color: transparent !important; }

[placeholder]:focus:-ms-input-placeholder {
  color: transparent !important; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.container {
  margin: 0 auto;
  box-sizing: border-box;
  min-width: 320px; }

.wrapper {
  position: fixed;
  overflow: hidden;
  margin: 0 auto;
  min-width: 320px;
  height: 100vh;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.loader__title {
  text-transform: uppercase;
  font-size: 74px;
  line-height: 125px;
  font-family: "GothamProMedium";
  margin-bottom: 4px; }

.loader__subtitle {
  font-size: 50px;
  line-height: 50px;
  color: #c7d01e;
  text-transform: uppercase;
  padding-right: 55px;
  position: relative; }
  .loader__subtitle span {
    padding: 0 6px 0 12px;
    background: #252f3d;
    position: relative;
    z-index: 5; }
  .loader__subtitle:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 6px;
    left: 11px;
    height: 2px;
    background: #c7d01e;
    margin-top: -2px; }

.loader__text {
  text-align: center;
  text-transform: uppercase;
  left: 0;
  line-height: 48px;
  font-size: 48px;
  width: 100%;
  padding-left: 33px;
  position: absolute !important;
  bottom: 10vh; }
  .loader__text span {
    position: relative !important;
    top: 0 !important;
    left: 0 !important; }
    .loader__text span em {
      width: 33px !important;
      display: inline-block;
      text-align: left;
      font-style: normal; }

@media screen and (max-width: 992px) {
  .loader__title {
    font-size: 55px;
    line-height: 96px;
  }
  .loader__subtitle {
    font-size: 40px; }

  .loader__text {
    font-size: 37px; } }
@media screen and (max-width: 767px) {
  .loader__subtitle:before {
    right: 0;
    left: 3px;
    height: 1px;
    margin-top: -1px; }

  .loader__subtitle {
    font-size: 25px;
    line-height: 36px;
    padding-right: 20px; }

  .loader__content {
    padding-bottom: 10vh; }

  .loader__title {
    font-size: 40.2px;
    line-height: 47px;
    max-width: 280px;
  }

  .loader__text {
    font-size: 20px;
    line-height: 20px;
    bottom: 20vh; } }

/*# sourceMappingURL=style.css.map */
