/* CSS compiled from SCSS */
/* --------------------------------------- */
/* Reset */
/* --------------------------------------- */
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html, body {
  height: 100%; }

a img {
  border: none; }

blockquote {
  quotes: none; }

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

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* Typography */
/* --------------------------------------- */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 75%; }
  @media screen and (min-width: 40em) {
    html {
      font-size: 87.5%; } }
  @media screen and (min-width: 50em) {
    html {
      font-size: 93.75%; } }
  @media screen and (min-width: 64em) {
    html {
      font-size: 106.25%; } }
  @media screen and (min-width: 100em) {
    html {
      font-size: 112.5%; } }

body {
  line-height: 2rem;
  text-align: center;
  -webkit-font-feature-settings: 'kern' 1;
  -moz-font-feature-settings: 'kern' 1;
  -ms-font-feature-settings: 'kern' 1;
  -o-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1; }

a {
  -webkit-transition: color .1s, background-color .1s;
  -moz-transition: color .1s, background-color .1s;
  -ms-transition: color .1s, background-color .1s;
  -o-transition: color .1s, background-color .1s;
  transition: color .1s, background-color .1s;
  color: #3391e7;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #494949;
    text-decoration: none; }

span {
  display: block; }

.line1 {
  font-family: "freight-display-pro", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 3.33333rem;
  line-height: 4rem; }
  @media screen and (min-width: 40em) {
    .line1 {
      font-size: 6.07143rem;
      line-height: 7rem; } }
  @media screen and (min-width: 50em) {
    .line1 {
      font-size: 6.33333rem; } }
  @media screen and (min-width: 64em) {
    .line1 {
      font-size: 6.17647rem; } }
  @media screen and (min-width: 100em) {
    .line1 {
      font-size: 6.66667rem; } }

.line2 {
  //font-family: "abril-titling-semicondensed", sans-serif;
  font-family: "abril-titling", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.91667rem;
  line-height: 3rem; }
  @media screen and (min-width: 40em) {
    .line2 {
//      font-size: 3.57143rem;
      font-size: 3.27143rem;
      line-height: 4rem; } }
  @media screen and (min-width: 50em) {
    .line2 {
      font-size: 3.36667rem; } }
      //font-size: 3.66667rem; } }
  @media screen and (min-width: 64em) {
    .line2 {
      font-size: 3.32941rem; } }
      //font-size: 3.52941rem; } }
  @media screen and (min-width: 100em) {
    .line2 {
      //font-size: 3.88889rem;
      font-size: 3.38rem;
      line-height: 5rem; } }

.line3 {
  font-family: "acta-poster-swashes", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 5rem; }
  @media screen and (min-width: 40em) {
    .line3 {
      font-size: 4.64286rem;
      line-height: 9rem; } }
  @media screen and (min-width: 50em) {
    .line3 {
      font-size: 4.8rem; } }
  @media screen and (min-width: 64em) {
    .line3 {
      font-size: 4.70588rem; } }
  @media screen and (min-width: 100em) {
    .line3 {
      font-size: 5.11111rem;
      line-height: 10rem; } }

.line4 {
  font-family: "alize", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.41667rem;
  line-height: 5rem;
  margin-top: -2.5rem; }
  @media screen and (min-width: 40em) {
    .line4 {
      font-size: 4.42857rem; } }
  @media screen and (min-width: 50em) {
    .line4 {
      font-size: 4.66667rem; } }
  @media screen and (min-width: 64em) {
    .line4 {
      font-size: 4.41176rem; } }
  @media screen and (min-width: 100em) {
    .line4 {
      font-size: 4.88889rem; } }

.line5 {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.16667rem;
  margin-top: 4rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0 2rem; }
  .line5 .contact {
    display: block;
    float: right;
    width: 100%;
    margin-top: 2rem; }
  @media screen and (min-width: 40em) {
    .line5 {
      font-size: 1rem; }
      .line5 .contact {
        margin-top: 1rem; } }
  @media screen and (min-width: 50em) {
    .line5 {
      font-size: 0.93333rem;
      padding: 0 0.5rem;
      text-align: left; }
      .line5 .contact {
        display: inline;
        width: auto;
        margin-top: 0; } }
  @media screen and (min-width: 64em) {
    .line5 {
      font-size: 0.88235rem;
      padding: 0 1.5rem; } }
  @media screen and (min-width: 100em) {
    .line5 {
      font-size: 0.88889rem;
      padding: 0 0.75rem; } }

body {
  background-color: #fcfcfc;
  color: #494949;
  overflow-x: hidden; }

section {
  padding: 4rem 0; }

.container {
  margin: 0 auto;
  position: relative;
  width: 94%;
  max-width: 41.66667rem; }
  .container:before, .container:after {
    display: table;
    content: ""; }
  .container:after {
    clear: both; }
  @media screen and (min-width: 40em) {
    .container {
      max-width: 39.28571rem; } }
  @media screen and (min-width: 50em) {
    .container {
      max-width: 40rem; } }
  @media screen and (min-width: 64em) {
    .container {
      max-width: 40rem; } }
  @media screen and (min-width: 100em) {
    .container {
      max-width: 41.66667rem; } }
