@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);.welcomeContainer:before {
  background-color: #FFBE00;
  background-image: url(/images/welcome_mobile.png?73630c949ed8ee8c60f79b13ef8d1b2c);
  background-position: 150px top;
  background-repeat: no-repeat;
  background-size: 46%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .welcomeContainer:before {
    background-size: cover;
  }
}

@media screen and (max-width: 769px) {
  .welcomeContainer:before {
    background-image: url(/images/welcome_mobile.png?73630c949ed8ee8c60f79b13ef8d1b2c);
  }
}

@font-face {
  font-family: 'GT Pressura Mono';
  src: url(/fonts/GTPressuraMonoRegularRegular.woff?b7c66da5e0aeabe6b23bb0dbab11f5ba) format("woff");
}

