/* line 5, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.1.0.alpha.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* Converts a fontsize as input to rem and em values, basefont-size is set to 12px */
/* Set $img as background-image & give the image dimensions to the element */
/* Create prefixed keyframes */
/* Create prefixed animation */
/* Font faces */
/* Break Points */
/* Global Styles */
/* line 3, ../../src/sass/modules/_general.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* line 8, ../../src/sass/modules/_general.scss */
html {
  font-size: 12px; }
  @media screen and (max-width: 800px) {
    /* line 8, ../../src/sass/modules/_general.scss */
    html {
      font-size: 11px; } }
  @media screen and (max-width: 640px) {
    /* line 8, ../../src/sass/modules/_general.scss */
    html {
      font-size: 10px; } }

/* line 19, ../../src/sass/modules/_general.scss */
body {
  background: #07254c;
  font-family: "helveticaneue-bdcn", Helvetica, Arial;
  color: black;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  outline: none; }

/* Text styles */
/* line 29, ../../src/sass/modules/_general.scss */
a, a img, img {
  outline: none; }

/* line 31, ../../src/sass/modules/_general.scss */
img, video {
  display: block;
  max-width: 100%; }

/* line 36, ../../src/sass/modules/_general.scss */
button {
  background: none;
  border: 0;
  cursor: pointer;
  font-family: #015196;
  font-weight: 600;
  padding: 0;
  letter-spacing: 1px;
  -webkit-border-radius: 0.83333rem;
          border-radius: 0.83333rem; }

/* line 47, ../../src/sass/modules/_general.scss */
li, p {
  color: white;
  font-family: "helveticaneue-bdcn", Helvetica, Arial;
  font-size: 1.33333rem;
  line-height: 1.4; }

/* line 54, ../../src/sass/modules/_general.scss */
h1, h2, h3, h4, h5 {
  font-family: "helveticaneue-bdcn", Helvetica, Arial;
  color: white;
  text-transform: uppercase;
  margin-bottom: 1.25rem; }

/* line 61, ../../src/sass/modules/_general.scss */
h1 {
  font-size: 3.33333rem; }
  @media screen and (max-width: 640px) {
    /* line 61, ../../src/sass/modules/_general.scss */
    h1 {
      font-size: 2.33333rem; } }

/* line 69, ../../src/sass/modules/_general.scss */
h2 {
  font-size: 2.5rem; }
  @media screen and (max-width: 640px) {
    /* line 69, ../../src/sass/modules/_general.scss */
    h2 {
      font-size: 2.08333rem; } }

/* line 77, ../../src/sass/modules/_general.scss */
h3 {
  font-size: 1.66667rem;
  text-transform: none; }

/* line 82, ../../src/sass/modules/_general.scss */
a {
  color: white;
  text-decoration: underline; }
  /* line 86, ../../src/sass/modules/_general.scss */
  a:hover {
    text-decoration: underline; }

/* line 91, ../../src/sass/modules/_general.scss */
strong {
  font-weight: 800; }

/* line 95, ../../src/sass/modules/_general.scss */
.italic {
  font-style: italic; }

/* line 98, ../../src/sass/modules/_general.scss */
.underline {
  text-decoration: underline; }

/* line 101, ../../src/sass/modules/_general.scss */
.text-center {
  text-align: center; }

/* line 104, ../../src/sass/modules/_general.scss */
.text-left {
  text-align: left; }

/* line 107, ../../src/sass/modules/_general.scss */
.text-right {
  text-align: right; }

/* line 111, ../../src/sass/modules/_general.scss */
.cta-btn {
  background-color: #015196;
  border: none;
  color: white;
  cursor: pointer;
  font-family: "helveticaneue-bdcn", Helvetica, Arial;
  font-size: 1.5rem;
  height: 5rem;
  padding: 0 2.5rem;
  min-width: 23.33333rem; }
  /* line 122, ../../src/sass/modules/_general.scss */
  .cta-btn--play {
    min-width: 16.66667rem;
    position: relative; }
    /* line 126, ../../src/sass/modules/_general.scss */
    .cta-btn--play span {
      line-height: 0;
      font-size: 10px;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      bottom: 1px;
      margin-left: -10px;
      margin-right: 5px; }
  /* line 138, ../../src/sass/modules/_general.scss */
  .cta-btn--compete {
    background-color: white;
    color: #015196;
    min-width: 16.66667rem;
    margin-left: 3.33333rem; }
    @media screen and (min-width: 640px) {
      /* line 145, ../../src/sass/modules/_general.scss */
      .cta-btn--compete:hover {
        background-color: #015196;
        color: white; } }
    @media screen and (max-width: 640px) {
      /* line 138, ../../src/sass/modules/_general.scss */
      .cta-btn--compete {
        margin-top: 1.66667rem;
        margin-left: 0; } }
  @media screen and (max-width: 640px) {
    /* line 111, ../../src/sass/modules/_general.scss */
    .cta-btn {
      padding: 0;
      width: 100%;
      font-size: 1.25rem; } }
  /* line 163, ../../src/sass/modules/_general.scss */
  .cta-btn--load-more {
    margin-top: 40px; }
  /* line 167, ../../src/sass/modules/_general.scss */
  .cta-btn.loading {
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px; }

/* line 3, ../../src/sass/modules/_grid.scss */
.content {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px; }

/* line 10, ../../src/sass/modules/_grid.scss */
.row:after {
  content: "";
  display: table;
  clear: both; }

/* line 16, ../../src/sass/modules/_grid.scss */
.col {
  width: 100%;
  float: left;
  padding: 0 10px; }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--1 {
    width: -webkit-calc((100% / 12) * 1);
    width: calc((100% / 12) * 1); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-1 {
    margin-left: -webkit-calc((100% / 12) * 1);
    margin-left: calc((100% / 12) * 1); }
  /* line 31, ../../src/sass/modules/_grid.scss */
  .col--offset-0 {
    margin-left: 0; }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--2 {
    width: -webkit-calc((100% / 12) * 2);
    width: calc((100% / 12) * 2); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-2 {
    margin-left: -webkit-calc((100% / 12) * 2);
    margin-left: calc((100% / 12) * 2); }
  /* line 31, ../../src/sass/modules/_grid.scss */
  .col--offset-0 {
    margin-left: 0; }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--3 {
    width: -webkit-calc((100% / 12) * 3);
    width: calc((100% / 12) * 3); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-3 {
    margin-left: -webkit-calc((100% / 12) * 3);
    margin-left: calc((100% / 12) * 3); }
  /* line 31, ../../src/sass/modules/_grid.scss */
  .col--offset-0 {
    margin-left: 0; }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--4 {
    width: -webkit-calc((100% / 12) * 4);
    width: calc((100% / 12) * 4); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-4 {
    margin-left: -webkit-calc((100% / 12) * 4);
    margin-left: calc((100% / 12) * 4); }
  /* line 31, ../../src/sass/modules/_grid.scss */
  .col--offset-0 {
    margin-left: 0; }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--5 {
    width: -webkit-calc((100% / 12) * 5);
    width: calc((100% / 12) * 5); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-5 {
    margin-left: -webkit-calc((100% / 12) * 5);
    margin-left: calc((100% / 12) * 5); }
  /* line 31, ../../src/sass/modules/_grid.scss */
  .col--offset-0 {
    margin-left: 0; }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--6 {
    width: -webkit-calc((100% / 12) * 6);
    width: calc((100% / 12) * 6); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-6 {
    margin-left: -webkit-calc((100% / 12) * 6);
    margin-left: calc((100% / 12) * 6); }
  /* line 31, ../../src/sass/modules/_grid.scss */
  .col--offset-0 {
    margin-left: 0; }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--7 {
    width: -webkit-calc((100% / 12) * 7);
    width: calc((100% / 12) * 7); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-7 {
    margin-left: -webkit-calc((100% / 12) * 7);
    margin-left: calc((100% / 12) * 7); }
  /* line 31, ../../src/sass/modules/_grid.scss */
  .col--offset-0 {
    margin-left: 0; }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--8 {
    width: -webkit-calc((100% / 12) * 8);
    width: calc((100% / 12) * 8); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-8 {
    margin-left: -webkit-calc((100% / 12) * 8);
    margin-left: calc((100% / 12) * 8); }
  /* line 31, ../../src/sass/modules/_grid.scss */
  .col--offset-0 {
    margin-left: 0; }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--9 {
    width: -webkit-calc((100% / 12) * 9);
    width: calc((100% / 12) * 9); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-9 {
    margin-left: -webkit-calc((100% / 12) * 9);
    margin-left: calc((100% / 12) * 9); }
  /* line 31, ../../src/sass/modules/_grid.scss */
  .col--offset-0 {
    margin-left: 0; }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--10 {
    width: -webkit-calc((100% / 12) * 10);
    width: calc((100% / 12) * 10); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-10 {
    margin-left: -webkit-calc((100% / 12) * 10);
    margin-left: calc((100% / 12) * 10); }
  /* line 31, ../../src/sass/modules/_grid.scss */
  .col--offset-0 {
    margin-left: 0; }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--11 {
    width: -webkit-calc((100% / 12) * 11);
    width: calc((100% / 12) * 11); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-11 {
    margin-left: -webkit-calc((100% / 12) * 11);
    margin-left: calc((100% / 12) * 11); }
  /* line 31, ../../src/sass/modules/_grid.scss */
  .col--offset-0 {
    margin-left: 0; }
  /* line 23, ../../src/sass/modules/_grid.scss */
  .col--12 {
    width: -webkit-calc((100% / 12) * 12);
    width: calc((100% / 12) * 12); }
  /* line 27, ../../src/sass/modules/_grid.scss */
  .col--offset-12 {
    margin-left: -webkit-calc((100% / 12) * 12);
    margin-left: calc((100% / 12) * 12); }
  /* line 31, ../../src/sass/modules/_grid.scss */
  .col--offset-0 {
    margin-left: 0; }
  @media screen and (max-width: 1100px) {
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-1 {
      width: -webkit-calc(((100% / 12) * 1));
      width: calc(((100% / 12) * 1)); }
    /* line 43, ../../src/sass/modules/_grid.scss */
    .col--md-offset-1 {
      margin-left: -webkit-calc((100% / 12) * 1);
      margin-left: calc((100% / 12) * 1); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--md-offset-0 {
      margin-left: 0; }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-2 {
      width: -webkit-calc(((100% / 12) * 2));
      width: calc(((100% / 12) * 2)); }
    /* line 43, ../../src/sass/modules/_grid.scss */
    .col--md-offset-2 {
      margin-left: -webkit-calc((100% / 12) * 2);
      margin-left: calc((100% / 12) * 2); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--md-offset-0 {
      margin-left: 0; }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-3 {
      width: -webkit-calc(((100% / 12) * 3));
      width: calc(((100% / 12) * 3)); }
    /* line 43, ../../src/sass/modules/_grid.scss */
    .col--md-offset-3 {
      margin-left: -webkit-calc((100% / 12) * 3);
      margin-left: calc((100% / 12) * 3); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--md-offset-0 {
      margin-left: 0; }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-4 {
      width: -webkit-calc(((100% / 12) * 4));
      width: calc(((100% / 12) * 4)); }
    /* line 43, ../../src/sass/modules/_grid.scss */
    .col--md-offset-4 {
      margin-left: -webkit-calc((100% / 12) * 4);
      margin-left: calc((100% / 12) * 4); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--md-offset-0 {
      margin-left: 0; }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-5 {
      width: -webkit-calc(((100% / 12) * 5));
      width: calc(((100% / 12) * 5)); }
    /* line 43, ../../src/sass/modules/_grid.scss */
    .col--md-offset-5 {
      margin-left: -webkit-calc((100% / 12) * 5);
      margin-left: calc((100% / 12) * 5); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--md-offset-0 {
      margin-left: 0; }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-6 {
      width: -webkit-calc(((100% / 12) * 6));
      width: calc(((100% / 12) * 6)); }
    /* line 43, ../../src/sass/modules/_grid.scss */
    .col--md-offset-6 {
      margin-left: -webkit-calc((100% / 12) * 6);
      margin-left: calc((100% / 12) * 6); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--md-offset-0 {
      margin-left: 0; }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-7 {
      width: -webkit-calc(((100% / 12) * 7));
      width: calc(((100% / 12) * 7)); }
    /* line 43, ../../src/sass/modules/_grid.scss */
    .col--md-offset-7 {
      margin-left: -webkit-calc((100% / 12) * 7);
      margin-left: calc((100% / 12) * 7); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--md-offset-0 {
      margin-left: 0; }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-8 {
      width: -webkit-calc(((100% / 12) * 8));
      width: calc(((100% / 12) * 8)); }
    /* line 43, ../../src/sass/modules/_grid.scss */
    .col--md-offset-8 {
      margin-left: -webkit-calc((100% / 12) * 8);
      margin-left: calc((100% / 12) * 8); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--md-offset-0 {
      margin-left: 0; }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-9 {
      width: -webkit-calc(((100% / 12) * 9));
      width: calc(((100% / 12) * 9)); }
    /* line 43, ../../src/sass/modules/_grid.scss */
    .col--md-offset-9 {
      margin-left: -webkit-calc((100% / 12) * 9);
      margin-left: calc((100% / 12) * 9); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--md-offset-0 {
      margin-left: 0; }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-10 {
      width: -webkit-calc(((100% / 12) * 10));
      width: calc(((100% / 12) * 10)); }
    /* line 43, ../../src/sass/modules/_grid.scss */
    .col--md-offset-10 {
      margin-left: -webkit-calc((100% / 12) * 10);
      margin-left: calc((100% / 12) * 10); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--md-offset-0 {
      margin-left: 0; }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-11 {
      width: -webkit-calc(((100% / 12) * 11));
      width: calc(((100% / 12) * 11)); }
    /* line 43, ../../src/sass/modules/_grid.scss */
    .col--md-offset-11 {
      margin-left: -webkit-calc((100% / 12) * 11);
      margin-left: calc((100% / 12) * 11); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--md-offset-0 {
      margin-left: 0; }
    /* line 39, ../../src/sass/modules/_grid.scss */
    .col--md-12 {
      width: -webkit-calc(((100% / 12) * 12));
      width: calc(((100% / 12) * 12)); }
    /* line 43, ../../src/sass/modules/_grid.scss */
    .col--md-offset-12 {
      margin-left: -webkit-calc((100% / 12) * 12);
      margin-left: calc((100% / 12) * 12); }
    /* line 47, ../../src/sass/modules/_grid.scss */
    .col--md-offset-0 {
      margin-left: 0; } }
  @media screen and (max-width: 800px) {
    /* line 55, ../../src/sass/modules/_grid.scss */
    .col--sm-1 {
      width: -webkit-calc(((100% / 12) * 1));
      width: calc(((100% / 12) * 1)); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-1 {
      margin-left: -webkit-calc((100% / 12) * 1);
      margin-left: calc((100% / 12) * 1); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-0 {
      margin-left: 0; }
    /* line 55, ../../src/sass/modules/_grid.scss */
    .col--sm-2 {
      width: -webkit-calc(((100% / 12) * 2));
      width: calc(((100% / 12) * 2)); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-2 {
      margin-left: -webkit-calc((100% / 12) * 2);
      margin-left: calc((100% / 12) * 2); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-0 {
      margin-left: 0; }
    /* line 55, ../../src/sass/modules/_grid.scss */
    .col--sm-3 {
      width: -webkit-calc(((100% / 12) * 3));
      width: calc(((100% / 12) * 3)); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-3 {
      margin-left: -webkit-calc((100% / 12) * 3);
      margin-left: calc((100% / 12) * 3); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-0 {
      margin-left: 0; }
    /* line 55, ../../src/sass/modules/_grid.scss */
    .col--sm-4 {
      width: -webkit-calc(((100% / 12) * 4));
      width: calc(((100% / 12) * 4)); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-4 {
      margin-left: -webkit-calc((100% / 12) * 4);
      margin-left: calc((100% / 12) * 4); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-0 {
      margin-left: 0; }
    /* line 55, ../../src/sass/modules/_grid.scss */
    .col--sm-5 {
      width: -webkit-calc(((100% / 12) * 5));
      width: calc(((100% / 12) * 5)); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-5 {
      margin-left: -webkit-calc((100% / 12) * 5);
      margin-left: calc((100% / 12) * 5); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-0 {
      margin-left: 0; }
    /* line 55, ../../src/sass/modules/_grid.scss */
    .col--sm-6 {
      width: -webkit-calc(((100% / 12) * 6));
      width: calc(((100% / 12) * 6)); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-6 {
      margin-left: -webkit-calc((100% / 12) * 6);
      margin-left: calc((100% / 12) * 6); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-0 {
      margin-left: 0; }
    /* line 55, ../../src/sass/modules/_grid.scss */
    .col--sm-7 {
      width: -webkit-calc(((100% / 12) * 7));
      width: calc(((100% / 12) * 7)); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-7 {
      margin-left: -webkit-calc((100% / 12) * 7);
      margin-left: calc((100% / 12) * 7); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-0 {
      margin-left: 0; }
    /* line 55, ../../src/sass/modules/_grid.scss */
    .col--sm-8 {
      width: -webkit-calc(((100% / 12) * 8));
      width: calc(((100% / 12) * 8)); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-8 {
      margin-left: -webkit-calc((100% / 12) * 8);
      margin-left: calc((100% / 12) * 8); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-0 {
      margin-left: 0; }
    /* line 55, ../../src/sass/modules/_grid.scss */
    .col--sm-9 {
      width: -webkit-calc(((100% / 12) * 9));
      width: calc(((100% / 12) * 9)); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-9 {
      margin-left: -webkit-calc((100% / 12) * 9);
      margin-left: calc((100% / 12) * 9); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-0 {
      margin-left: 0; }
    /* line 55, ../../src/sass/modules/_grid.scss */
    .col--sm-10 {
      width: -webkit-calc(((100% / 12) * 10));
      width: calc(((100% / 12) * 10)); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-10 {
      margin-left: -webkit-calc((100% / 12) * 10);
      margin-left: calc((100% / 12) * 10); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-0 {
      margin-left: 0; }
    /* line 55, ../../src/sass/modules/_grid.scss */
    .col--sm-11 {
      width: -webkit-calc(((100% / 12) * 11));
      width: calc(((100% / 12) * 11)); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-11 {
      margin-left: -webkit-calc((100% / 12) * 11);
      margin-left: calc((100% / 12) * 11); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-0 {
      margin-left: 0; }
    /* line 55, ../../src/sass/modules/_grid.scss */
    .col--sm-12 {
      width: -webkit-calc(((100% / 12) * 12));
      width: calc(((100% / 12) * 12)); }
    /* line 59, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-12 {
      margin-left: -webkit-calc((100% / 12) * 12);
      margin-left: calc((100% / 12) * 12); }
    /* line 63, ../../src/sass/modules/_grid.scss */
    .col--sm-offset-0 {
      margin-left: 0; } }
  @media screen and (max-width: 640px) {
    /* line 72, ../../src/sass/modules/_grid.scss */
    .col--xs-1 {
      width: -webkit-calc(((100% / 12) * 1));
      width: calc(((100% / 12) * 1)); }
    /* line 76, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-1 {
      margin-left: -webkit-calc((100% / 12) * 1);
      margin-left: calc((100% / 12) * 1); }
    /* line 80, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-0 {
      margin-left: 0; }
    /* line 72, ../../src/sass/modules/_grid.scss */
    .col--xs-2 {
      width: -webkit-calc(((100% / 12) * 2));
      width: calc(((100% / 12) * 2)); }
    /* line 76, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-2 {
      margin-left: -webkit-calc((100% / 12) * 2);
      margin-left: calc((100% / 12) * 2); }
    /* line 80, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-0 {
      margin-left: 0; }
    /* line 72, ../../src/sass/modules/_grid.scss */
    .col--xs-3 {
      width: -webkit-calc(((100% / 12) * 3));
      width: calc(((100% / 12) * 3)); }
    /* line 76, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-3 {
      margin-left: -webkit-calc((100% / 12) * 3);
      margin-left: calc((100% / 12) * 3); }
    /* line 80, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-0 {
      margin-left: 0; }
    /* line 72, ../../src/sass/modules/_grid.scss */
    .col--xs-4 {
      width: -webkit-calc(((100% / 12) * 4));
      width: calc(((100% / 12) * 4)); }
    /* line 76, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-4 {
      margin-left: -webkit-calc((100% / 12) * 4);
      margin-left: calc((100% / 12) * 4); }
    /* line 80, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-0 {
      margin-left: 0; }
    /* line 72, ../../src/sass/modules/_grid.scss */
    .col--xs-5 {
      width: -webkit-calc(((100% / 12) * 5));
      width: calc(((100% / 12) * 5)); }
    /* line 76, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-5 {
      margin-left: -webkit-calc((100% / 12) * 5);
      margin-left: calc((100% / 12) * 5); }
    /* line 80, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-0 {
      margin-left: 0; }
    /* line 72, ../../src/sass/modules/_grid.scss */
    .col--xs-6 {
      width: -webkit-calc(((100% / 12) * 6));
      width: calc(((100% / 12) * 6)); }
    /* line 76, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-6 {
      margin-left: -webkit-calc((100% / 12) * 6);
      margin-left: calc((100% / 12) * 6); }
    /* line 80, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-0 {
      margin-left: 0; }
    /* line 72, ../../src/sass/modules/_grid.scss */
    .col--xs-7 {
      width: -webkit-calc(((100% / 12) * 7));
      width: calc(((100% / 12) * 7)); }
    /* line 76, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-7 {
      margin-left: -webkit-calc((100% / 12) * 7);
      margin-left: calc((100% / 12) * 7); }
    /* line 80, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-0 {
      margin-left: 0; }
    /* line 72, ../../src/sass/modules/_grid.scss */
    .col--xs-8 {
      width: -webkit-calc(((100% / 12) * 8));
      width: calc(((100% / 12) * 8)); }
    /* line 76, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-8 {
      margin-left: -webkit-calc((100% / 12) * 8);
      margin-left: calc((100% / 12) * 8); }
    /* line 80, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-0 {
      margin-left: 0; }
    /* line 72, ../../src/sass/modules/_grid.scss */
    .col--xs-9 {
      width: -webkit-calc(((100% / 12) * 9));
      width: calc(((100% / 12) * 9)); }
    /* line 76, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-9 {
      margin-left: -webkit-calc((100% / 12) * 9);
      margin-left: calc((100% / 12) * 9); }
    /* line 80, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-0 {
      margin-left: 0; }
    /* line 72, ../../src/sass/modules/_grid.scss */
    .col--xs-10 {
      width: -webkit-calc(((100% / 12) * 10));
      width: calc(((100% / 12) * 10)); }
    /* line 76, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-10 {
      margin-left: -webkit-calc((100% / 12) * 10);
      margin-left: calc((100% / 12) * 10); }
    /* line 80, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-0 {
      margin-left: 0; }
    /* line 72, ../../src/sass/modules/_grid.scss */
    .col--xs-11 {
      width: -webkit-calc(((100% / 12) * 11));
      width: calc(((100% / 12) * 11)); }
    /* line 76, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-11 {
      margin-left: -webkit-calc((100% / 12) * 11);
      margin-left: calc((100% / 12) * 11); }
    /* line 80, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-0 {
      margin-left: 0; }
    /* line 72, ../../src/sass/modules/_grid.scss */
    .col--xs-12 {
      width: -webkit-calc(((100% / 12) * 12));
      width: calc(((100% / 12) * 12)); }
    /* line 76, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-12 {
      margin-left: -webkit-calc((100% / 12) * 12);
      margin-left: calc((100% / 12) * 12); }
    /* line 80, ../../src/sass/modules/_grid.scss */
    .col--xs-offset-0 {
      margin-left: 0; } }

/* Color variables */
/* */
/* line 9, ../../src/sass/partials/_header.scss */
.header {
  background: transparent;
  display: table;
  height: 75px;
  padding: 1.25rem 3.33333rem;
  position: fixed;
  z-index: 10;
  width: 100%;
  -webkit-transition: -webkit-transform 200ms, background 100ms;
          transition: transform 200ms, background 100ms; }
  @media screen and (max-width: 640px) {
    /* line 9, ../../src/sass/partials/_header.scss */
    .header {
      padding-top: 0;
      padding-bottom: 0;
      height: 50px;
      background-color: #07254c; } }
  /* line 26, ../../src/sass/partials/_header.scss */
  .lte-ie9 .header {
    background: rgba(7, 37, 76, 0.8); }
  @media screen and (min-width: 640px) {
    /* line 31, ../../src/sass/partials/_header.scss */
    .header.scrolling {
      background: rgba(7, 37, 76, 0.8); } }
  /* line 37, ../../src/sass/partials/_header.scss */
  .header.menu-is-open .navigation-wrapper {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out 0ms;
            transition: all 300ms ease-in-out 0ms; }
  /* line 42, ../../src/sass/partials/_header.scss */
  .header.menu-is-open .menu {
    -webkit-transition: -webkit-transform 300ms ease-in 50ms, opacity 200ms linear 200ms;
            transition: transform 300ms ease-in 50ms, opacity 200ms linear 200ms;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  /* line 49, ../../src/sass/partials/_header.scss */
  .header.hidden {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }

/* line 54, ../../src/sass/partials/_header.scss */
.navigation-toggle-wrapper,
.navigation-wrapper,
.header-logo-wrapper {
  display: table-cell;
  vertical-align: middle; }

/* line 62, ../../src/sass/partials/_header.scss */
.navigation-toggle-wrapper {
  display: none; }

/* line 66, ../../src/sass/partials/_header.scss */
.header-logo {
  width: 200px;
  -webkit-transition: width 100ms;
          transition: width 100ms; }
  /* line 70, ../../src/sass/partials/_header.scss */
  .lte-ie9 .header-logo {
    width: 130px; }
  @media screen and (max-width: 1100px) {
    /* line 66, ../../src/sass/partials/_header.scss */
    .header-logo {
      width: 95px; } }
  @media screen and (max-width: 640px) {
    /* line 66, ../../src/sass/partials/_header.scss */
    .header-logo {
      width: 70px; } }
  @media screen and (min-width: 1100px) {
    /* line 82, ../../src/sass/partials/_header.scss */
    .header.scrolling .header-logo {
      width: 125px; } }

/* line 89, ../../src/sass/partials/_header.scss */
.menu {
  float: right; }

/* line 93, ../../src/sass/partials/_header.scss */
.menu-item {
  float: left;
  margin-right: 2.08333rem;
  line-height: 2;
  text-transform: uppercase;
  font-size: 1.66667rem; }

/* line 119, ../../src/sass/partials/_header.scss */
.menu-item__anchor {
  color: white;
  font-size: 1.25rem;
  font-weight: 800;
  text-decoration: none; }

/* line 126, ../../src/sass/partials/_header.scss */
.toggler {
  display: none; }

@media screen and (max-width: 640px) {
  /* line 133, ../../src/sass/partials/_header.scss */
  .navigation-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 300ms ease-in-out 100ms;
            transition: all 300ms ease-in-out 100ms;
    background-color: #07254c;
    opacity: 0.4; }

  /* line 146, ../../src/sass/partials/_header.scss */
  .navigation {
    display: table;
    height: 100%;
    width: 100%; }

  /* line 152, ../../src/sass/partials/_header.scss */
  .menu {
    float: none;
    display: table-cell;
    vertical-align: middle;
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px);
    opacity: 0;
    -webkit-transition: -webkit-transform 200ms ease-in 0ms, opacity 300ms linear 0ms;
            transition: transform 200ms ease-in 0ms, opacity 300ms linear 0ms; }

  /* line 162, ../../src/sass/partials/_header.scss */
  .menu-item {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0.83333rem 0; }

  /* line 169, ../../src/sass/partials/_header.scss */
  .menu-item__anchor {
    font-size: 1.83333rem;
    display: block;
    text-decoration: none; }

  /* Style for hamburger */
  /* line 177, ../../src/sass/partials/_header.scss */
  .navigation-toggle-wrapper {
    display: table-cell;
    vertical-align: middle; }

  /* line 182, ../../src/sass/partials/_header.scss */
  .navigation-toggle {
    display: block;
    position: relative;
    float: right;
    background: none;
    border: none;
    padding: 10px 18px 15px 18px;
    cursor: pointer;
    outline: none; }

  /* line 193, ../../src/sass/partials/_header.scss */
  .navigation-toggle__bun {
    height: 3px;
    width: 30px;
    right: 0;
    background-color: white;
    position: absolute;
    display: block;
    -webkit-transition: all 150ms ease-in-out 50ms;
            transition: all 150ms ease-in-out 50ms; }
    /* line 202, ../../src/sass/partials/_header.scss */
    .navigation-toggle__bun--top {
      -webkit-transform: translateY(-7px);
          -ms-transform: translateY(-7px);
              transform: translateY(-7px); }
    /* line 206, ../../src/sass/partials/_header.scss */
    .navigation-toggle__bun--bottom {
      -webkit-transform: translateY(7px);
          -ms-transform: translateY(7px);
              transform: translateY(7px); }
    /* line 210, ../../src/sass/partials/_header.scss */
    .navigation-toggle.active .navigation-toggle__bun {
      background-color: white;
      -webkit-transition: all 150ms ease-in-out 0ms;
              transition: all 150ms ease-in-out 0ms; }
      /* line 214, ../../src/sass/partials/_header.scss */
      .navigation-toggle.active .navigation-toggle__bun--top {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      /* line 218, ../../src/sass/partials/_header.scss */
      .navigation-toggle.active .navigation-toggle__bun--mid {
        -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
                transform: translateY(20px); }
      /* line 222, ../../src/sass/partials/_header.scss */
      .navigation-toggle.active .navigation-toggle__bun--bottom {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }

  /* */ }
/* line 2, ../../src/sass/partials/_nav.scss */
.nav ul {
  list-style: none; }

/* line 1, ../../src/sass/partials/_footer.scss */
.footer {
  background: #c4211a; }
  /* line 5, ../../src/sass/partials/_footer.scss */
  .footer__inner {
    max-width: 75%;
    margin: 0 auto; }
  /* line 10, ../../src/sass/partials/_footer.scss */
  .footer__col {
    float: left;
    width: 33%;
    line-height: 60px;
    text-align: center; }
    @media screen and (max-width: 640px) {
      /* line 10, ../../src/sass/partials/_footer.scss */
      .footer__col {
        line-height: 45px;
        width: 100%; } }
    /* line 21, ../../src/sass/partials/_footer.scss */
    .footer__col p, .footer__col a {
      color: #fce754;
      font-weight: 800;
      line-height: inherit;
      text-decoration: none; }

/* line 1, ../../src/sass/partials/_main.scss */
.wrapper {
  margin: 0 auto;
  width: 100%; }

/* line 6, ../../src/sass/partials/_main.scss */
.section-holder {
  padding: 60px 0;
  position: relative;
  text-align: center; }
  /* line 12, ../../src/sass/partials/_main.scss */
  .section-holder--image {
    overflow: hidden;
    padding: 0;
    opacity: 1;
    -webkit-transition: opacity 400ms;
            transition: opacity 400ms; }
    @media screen and (max-width: 640px) {
      /* line 12, ../../src/sass/partials/_main.scss */
      .section-holder--image {
        height: 100vh; } }
    @media screen and (min-width: 640px) and (max-width: 1100px) {
      /* line 12, ../../src/sass/partials/_main.scss */
      .section-holder--image {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%; }
        /* line 27, ../../src/sass/partials/_main.scss */
        .section-holder--image video {
          height: 100%; } }
    /* line 32, ../../src/sass/partials/_main.scss */
    .section-holder--image .poster-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      z-index: 0;
      background-image: url("../images/billys-promo-winners.jpg");
      background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (max-width: 640px) {
        /* line 32, ../../src/sass/partials/_main.scss */
        .section-holder--image .poster-image {
          background-image: url("../images/billys-promo-winners.jpg");
          background-position: center center; } }
    /* line 50, ../../src/sass/partials/_main.scss */
    .section-holder--image.final-view .poster-image {
      background-image: url("../images/billys-promo-paris.jpg"); }
      @media screen and (max-width: 640px) {
        /* line 50, ../../src/sass/partials/_main.scss */
        .section-holder--image.final-view .poster-image {
          background-image: url("../images/billys-promo-paris.jpg");
          background-position: center center; } }
    /* line 60, ../../src/sass/partials/_main.scss */
    .section-holder--image.final-view .final-tickets {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 10;
      background: url("../images/prize-tickets-5.png");
      background-size: cover;
      width: 431px;
      height: 272px; }
      @media screen and (max-width: 1100px) {
        /* line 60, ../../src/sass/partials/_main.scss */
        .section-holder--image.final-view .final-tickets {
          font-size: 1.66667rem;
          width: 300px;
          height: 180px; } }
    /* line 75, ../../src/sass/partials/_main.scss */
    .section-holder--image.final-view .final-winner-wrapper {
      max-width: 300px;
      margin: 20px auto;
      display: inline-block; }
      @media screen and (min-width: 801px) and (max-width: 1100px) {
        /* line 75, ../../src/sass/partials/_main.scss */
        .section-holder--image.final-view .final-winner-wrapper {
          margin-top: 0; } }
  /* line 140, ../../src/sass/partials/_main.scss */
  .section-holder--prizes {
    padding: 0; }
  /* line 144, ../../src/sass/partials/_main.scss */
  .section-holder--winners {
    background: #07254c; }
  /* line 148, ../../src/sass/partials/_main.scss */
  .section-holder--gallery {
    position: relative; }
    /* line 151, ../../src/sass/partials/_main.scss */
    .section-holder--gallery .divider-image-wrapper {
      top: -34vw;
      position: relative;
      z-index: -1; }
      @media screen and (max-width: 640px) {
        /* line 151, ../../src/sass/partials/_main.scss */
        .section-holder--gallery .divider-image-wrapper {
          top: -20vw; } }
    /* line 161, ../../src/sass/partials/_main.scss */
    .section-holder--gallery .billys-psg-logo {
      position: absolute;
      width: 250px;
      bottom: 55%;
      right: 5%; }
      @media screen and (min-width: 640px) and (max-width: 1100px) {
        /* line 161, ../../src/sass/partials/_main.scss */
        .section-holder--gallery .billys-psg-logo {
          width: 190px; } }
      @media screen and (max-width: 640px) {
        /* line 161, ../../src/sass/partials/_main.scss */
        .section-holder--gallery .billys-psg-logo {
          width: 170px;
          right: 50%;
          -webkit-transform: translateX(50%);
              -ms-transform: translateX(50%);
                  transform: translateX(50%);
          bottom: 4vw; } }
      @media screen and (max-width: 375px) {
        /* line 161, ../../src/sass/partials/_main.scss */
        .section-holder--gallery .billys-psg-logo {
          bottom: -20px; } }
  /* line 184, ../../src/sass/partials/_main.scss */
  .section-holder--conditions {
    text-align: left;
    margin-top: -65vw; }
    @media screen and (max-width: 640px) {
      /* line 184, ../../src/sass/partials/_main.scss */
      .section-holder--conditions {
        margin-top: -45vw; } }
  /* line 193, ../../src/sass/partials/_main.scss */
  .section-holder--cake {
    background-image: url("../images/cake-info-image.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 45%;
    padding: 5rem 0 11.25rem; }
    @media screen and (max-width: 800px) {
      /* line 193, ../../src/sass/partials/_main.scss */
      .section-holder--cake {
        background-image: none;
        padding-bottom: 5rem; } }
    @media screen and (min-width: 1440px) {
      /* line 193, ../../src/sass/partials/_main.scss */
      .section-holder--cake {
        background-size: 35%; } }

/* line 211, ../../src/sass/partials/_main.scss */
.prizes-content {
  padding: 0;
  margin: 0;
  max-width: 100%; }
  /* line 216, ../../src/sass/partials/_main.scss */
  .prizes-content .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 330px; }
    /* line 220, ../../src/sass/partials/_main.scss */
    .lte-ie9 .prizes-content .row {
      display: block;
      background: #fff; }
    @media screen and (max-width: 800px) {
      /* line 216, ../../src/sass/partials/_main.scss */
      .prizes-content .row {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: 300px; } }
  /* line 233, ../../src/sass/partials/_main.scss */
  .prizes-content__info {
    background-color: white;
    padding: 8.33333rem;
    text-align: left;
    min-height: 450px; }
    @media screen and (min-width: 1440px) {
      /* line 233, ../../src/sass/partials/_main.scss */
      .prizes-content__info {
        padding: 12.5rem; } }
    /* line 243, ../../src/sass/partials/_main.scss */
    .prizes-content__info__wrapper {
      display: table-cell;
      vertical-align: middle; }
    @media screen and (max-width: 800px) {
      /* line 233, ../../src/sass/partials/_main.scss */
      .prizes-content__info {
        min-height: 100%;
        padding: 4.16667rem; } }
    /* line 253, ../../src/sass/partials/_main.scss */
    .prizes-content__info h1 {
      color: #07254c; }
    /* line 257, ../../src/sass/partials/_main.scss */
    .prizes-content__info p {
      color: #07254c;
      font-family: "helveticaneue-roman", Helvetica, Arial; }
  /* line 264, ../../src/sass/partials/_main.scss */
  .prizes-content__first-prize {
    background: #163863;
    padding: 0;
    background-position: 0 50%;
    text-align: left;
    position: relative;
    overflow: hidden;
    min-height: 490px; }
    /* line 276, ../../src/sass/partials/_main.scss */
    .prizes-content__first-prize .prizes-content__headline {
      font-size: 3.16667rem; }
      @media screen and (max-width: 640px) {
        /* line 276, ../../src/sass/partials/_main.scss */
        .prizes-content__first-prize .prizes-content__headline {
          margin-top: 2.5rem; } }
    /* line 283, ../../src/sass/partials/_main.scss */
    .prizes-content__first-prize .pizza-item {
      display: inline-block;
      max-width: 40%;
      margin-right: -12%; }
      @media screen and (max-width: 640px) {
        /* line 283, ../../src/sass/partials/_main.scss */
        .prizes-content__first-prize .pizza-item {
          max-width: 100%;
          margin-right: 0; }
          /* line 291, ../../src/sass/partials/_main.scss */
          .prizes-content__first-prize .pizza-item.first-item {
            margin-left: 0 !important; } }
      /* line 297, ../../src/sass/partials/_main.scss */
      .prizes-content__first-prize .pizza-item.first-item {
        margin-left: -8%; }
      /* line 300, ../../src/sass/partials/_main.scss */
      .prizes-content__first-prize .pizza-item h2 {
        font-size: 1.66667rem;
        text-transform: none;
        margin-top: -15%;
        font-family: helveticaneue-roman; }
        @media screen and (max-width: 640px) {
          /* line 300, ../../src/sass/partials/_main.scss */
          .prizes-content__first-prize .pizza-item h2 {
            font-size: 1.25rem; } }
    @media screen and (max-width: 800px) {
      /* line 264, ../../src/sass/partials/_main.scss */
      .prizes-content__first-prize {
        min-height: 690px; } }
  /* line 318, ../../src/sass/partials/_main.scss */
  .prizes-content__first-prize-tickets {
    position: absolute;
    z-index: 0;
    width: 450px;
    bottom: -100px;
    right: -200px; }
    @media screen and (max-width: 640px) {
      /* line 318, ../../src/sass/partials/_main.scss */
      .prizes-content__first-prize-tickets {
        right: -160px; } }
  /* line 330, ../../src/sass/partials/_main.scss */
  .prizes-content__first-prize-info {
    position: absolute;
    width: 100%;
    z-index: 1;
    padding: 3.33333rem;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 640px) {
      /* line 330, ../../src/sass/partials/_main.scss */
      .prizes-content__first-prize-info {
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        top: inherit; } }
    /* line 346, ../../src/sass/partials/_main.scss */
    .prizes-content__first-prize-info p {
      font-family: "helveticaneue-roman", Helvetica, Arial;
      letter-spacing: 1px; }
      @media screen and (min-width: 1100px) {
        /* line 346, ../../src/sass/partials/_main.scss */
        .prizes-content__first-prize-info p {
          width: 80%;
          margin: 40px auto 0;
          font-family: HelveticaNeue-BdCn;
          font-size: 1.83333rem; } }
  /* line 359, ../../src/sass/partials/_main.scss */
  .prizes-content__mob-first-prize-info {
    display: none; }
    @media screen and (max-width: 640px) {
      /* line 359, ../../src/sass/partials/_main.scss */
      .prizes-content__mob-first-prize-info {
        background-color: white;
        display: block;
        padding: 4.16667rem; }
        /* line 367, ../../src/sass/partials/_main.scss */
        .prizes-content__mob-first-prize-info h2 {
          color: #07254c; }
        /* line 371, ../../src/sass/partials/_main.scss */
        .prizes-content__mob-first-prize-info p {
          font-family: "helveticaneue-roman", Helvetica, Arial;
          color: #07254c;
          text-align: left; } }
  /* line 380, ../../src/sass/partials/_main.scss */
  .prizes-content__player-prize, .prizes-content__highlight-prize, .prizes-content__skills-prize {
    padding: 3%; }
  /* line 384, ../../src/sass/partials/_main.scss */
  .prizes-content__player-prize, .prizes-content__skills-prize {
    background-color: #0e2b4f; }
  /* line 388, ../../src/sass/partials/_main.scss */
  .prizes-content__highlight-prize {
    background-color: #015196; }
  /* line 392, ../../src/sass/partials/_main.scss */
  .prizes-content__row {
    display: table;
    height: 100%;
    min-height: 250px; }
    @media screen and (max-width: 800px) {
      /* line 392, ../../src/sass/partials/_main.scss */
      .prizes-content__row {
        width: 100%;
        padding: 1.66667rem; } }
  /* line 404, ../../src/sass/partials/_main.scss */
  .prizes-content__col {
    display: table-cell;
    text-align: left;
    vertical-align: middle; }
    @media screen and (max-width: 1100px) {
      /* line 404, ../../src/sass/partials/_main.scss */
      .prizes-content__col {
        text-align: center; } }
    @media screen and (max-width: 800px) {
      /* line 404, ../../src/sass/partials/_main.scss */
      .prizes-content__col {
        text-align: left; } }
    @media screen and (max-width: 640px) {
      /* line 404, ../../src/sass/partials/_main.scss */
      .prizes-content__col {
        text-align: center; } }
  /* line 422, ../../src/sass/partials/_main.scss */
  .prizes-content__player-prize-football, .prizes-content__highlight-prize-shirt, .prizes-content__skills-prize-pizza {
    width: 150px;
    max-width: none;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 1100px) {
      /* line 422, ../../src/sass/partials/_main.scss */
      .prizes-content__player-prize-football, .prizes-content__highlight-prize-shirt, .prizes-content__skills-prize-pizza {
        width: 120px; } }
    @media screen and (max-width: 800px) {
      /* line 422, ../../src/sass/partials/_main.scss */
      .prizes-content__player-prize-football, .prizes-content__highlight-prize-shirt, .prizes-content__skills-prize-pizza {
        width: 150px;
        display: inline-block;
        vertical-align: middle; } }
  @media screen and (max-width: 1100px) {
    /* line 440, ../../src/sass/partials/_main.scss */
    .prizes-content__skills-prize-pizza {
      width: 185px; } }
  @media screen and (max-width: 800px) {
    /* line 440, ../../src/sass/partials/_main.scss */
    .prizes-content__skills-prize-pizza {
      width: 150px; } }
  /* line 450, ../../src/sass/partials/_main.scss */
  .prizes-content__text {
    display: inline-block;
    vertical-align: middle;
    width: -webkit-calc(100% - 154px);
    width: calc(100% - 154px); }
    @media screen and (max-width: 1100px) {
      /* line 450, ../../src/sass/partials/_main.scss */
      .prizes-content__text {
        width: 100%;
        display: block;
        vertical-align: none; } }
    @media screen and (max-width: 800px) {
      /* line 450, ../../src/sass/partials/_main.scss */
      .prizes-content__text {
        display: inline-block;
        vertical-align: middle;
        width: -webkit-calc(100% - 154px);
        width: calc(100% - 154px); } }
    @media screen and (max-width: 640px) {
      /* line 450, ../../src/sass/partials/_main.scss */
      .prizes-content__text {
        display: block;
        width: 100%;
        vertical-align: none; } }

/* line 475, ../../src/sass/partials/_main.scss */
.howto-content {
  display: none; }
  /* line 478, ../../src/sass/partials/_main.scss */
  .howto-content__headline {
    margin-bottom: 2.5rem; }
  /* line 482, ../../src/sass/partials/_main.scss */
  .howto-content__subheadline {
    font-family: 'gibson';
    font-size: 2.66667rem;
    font-weight: 400;
    margin-bottom: 1.25rem; }
  /* line 489, ../../src/sass/partials/_main.scss */
  .howto-content__list {
    list-style-type: decimal;
    text-align: left; }
  /* line 494, ../../src/sass/partials/_main.scss */
  .howto-content__paragraph {
    margin-bottom: 2.5rem;
    text-align: left; }

/* line 501, ../../src/sass/partials/_main.scss */
.upload-content {
  display: none; }
  /* line 504, ../../src/sass/partials/_main.scss */
  .upload-content__headline {
    margin-bottom: 2.5rem; }
  /* line 508, ../../src/sass/partials/_main.scss */
  .upload-content__input, .upload-content__textarea {
    background: #ffef92;
    border: 0;
    color: #c4211a;
    font-family: "helveticaneue-bdcn", Helvetica, Arial;
    font-size: 1.66667rem;
    padding: 1.25rem 1.25rem;
    margin-bottom: 2.5rem;
    width: 100%; }
    /* line 519, ../../src/sass/partials/_main.scss */
    .upload-content__input::-webkit-input-placeholder, .upload-content__textarea::-webkit-input-placeholder {
      color: #c4211a; }
    .upload-content__input::-moz-placeholder, .upload-content__textarea::-moz-placeholder {
      color: #c4211a; }
    .upload-content__input:-ms-input-placeholder, .upload-content__textarea:-ms-input-placeholder {
      color: #c4211a; }
    .upload-content__input::placeholder, .upload-content__textarea::placeholder {
      color: #c4211a; }
  /* line 524, ../../src/sass/partials/_main.scss */
  .upload-content__input-file-wrapper {
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #c4211a;
    height: 28.5rem;
    position: relative;
    overflow: hidden; }
    /* line 534, ../../src/sass/partials/_main.scss */
    .upload-content__input-file-wrapper.filedrop {
      border: 5px solid yellow; }
  /* line 539, ../../src/sass/partials/_main.scss */
  .upload-content__input-file-desc {
    color: #c4211a;
    display: block;
    font-family: "helveticaneue-bdcn", Helvetica, Arial;
    font-size: 2rem;
    max-width: 75%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: opacity 200ms;
            transition: opacity 200ms; }
  /* line 552, ../../src/sass/partials/_main.scss */
  .upload-content__input-file {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }
  /* line 568, ../../src/sass/partials/_main.scss */
  .upload-content__error-msg {
    color: #c4211a;
    font-size: 1.66667rem;
    margin-top: 1.66667rem;
    min-height: 2.5rem; }
  @media screen and (max-width: 640px) {
    /* line 575, ../../src/sass/partials/_main.scss */
    .upload-content__instructions {
      margin-top: 1.25rem; } }

/* line 583, ../../src/sass/partials/_main.scss */
.checkbox-wrapper {
  margin: 2.5rem 0; }
  /* line 586, ../../src/sass/partials/_main.scss */
  .checkbox-wrapper__checkbox {
    visibility: hidden; }
    /* line 589, ../../src/sass/partials/_main.scss */
    .checkbox-wrapper__checkbox:checked + label {
      background: #c4211a; }
  /* line 593, ../../src/sass/partials/_main.scss */
  .checkbox-wrapper__label {
    background: transparent;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border: solid 1px #c4211a; }
  /* line 602, ../../src/sass/partials/_main.scss */
  .checkbox-wrapper__desc {
    color: #c4211a;
    font-size: 1.33333rem;
    margin-left: 0.83333rem; }
    /* line 607, ../../src/sass/partials/_main.scss */
    .checkbox-wrapper__desc a {
      text-transform: lowercase; }

/* line 615, ../../src/sass/partials/_main.scss */
.conditions-content__headline {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  text-align: center; }
/* line 621, ../../src/sass/partials/_main.scss */
.conditions-content__subheadline {
  margin-bottom: 0.83333rem; }
/* line 625, ../../src/sass/partials/_main.scss */
.conditions-content__article {
  margin-top: 1.66667rem; }
  /* line 627, ../../src/sass/partials/_main.scss */
  .conditions-content__article p {
    margin-bottom: 1.66667rem;
    font-family: "helveticaneue-roman", Helvetica, Arial;
    letter-spacing: 1px; }

/* line 635, ../../src/sass/partials/_main.scss */
.cake-content {
  text-align: left; }
  /* line 638, ../../src/sass/partials/_main.scss */
  .cake-content__headline {
    margin-bottom: 2.5rem;
    text-align: center; }
  /* line 643, ../../src/sass/partials/_main.scss */
  .cake-content__subheadline {
    font-size: 2.33333rem;
    margin-bottom: 1.25rem; }
  /* line 648, ../../src/sass/partials/_main.scss */
  .cake-content__anchor {
    display: block;
    font-weight: 800;
    line-height: 1.4;
    margin-top: 2.5rem; }

/* line 656, ../../src/sass/partials/_main.scss */
.gallery-wrapper, .winners-wrapper {
  margin-top: 3.75rem; }

/* line 660, ../../src/sass/partials/_main.scss */
.gallery-item {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  /* line 665, ../../src/sass/partials/_main.scss */
  .gallery-item--video {
    position: relative;
    margin-bottom: 20px; }
    /* line 669, ../../src/sass/partials/_main.scss */
    .gallery-item--video video {
      position: absolute;
      top: 0;
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px);
      height: -webkit-calc(100% - 45px);
      height: calc(100% - 45px);
      max-width: 100%; }
    /* line 677, ../../src/sass/partials/_main.scss */
    .gallery-item--video__ratio {
      width: 100%; }
    /* line 681, ../../src/sass/partials/_main.scss */
    .gallery-item--video__username {
      background-color: #fff;
      padding-bottom: 22.5px;
      padding-top: 22.5px;
      font-size: 1.33333rem;
      color: #015196;
      line-height: 0;
      position: relative;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      padding-left: 2rem;
      padding-right: 2rem; }
      /* line 695, ../../src/sass/partials/_main.scss */
      .gallery-item--video__username a {
        color: #015196;
        text-decoration: none; }
        /* line 699, ../../src/sass/partials/_main.scss */
        .gallery-item--video__username a:hover {
          text-decoration: underline; }
      /* line 704, ../../src/sass/partials/_main.scss */
      .gallery-item--video__username span {
        line-height: 0;
        font-size: 2.08333rem;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin-left: -10px;
        margin-right: 5px; }
    /* line 715, ../../src/sass/partials/_main.scss */
    .gallery-item--video__control {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
          -ms-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%); }

/* line 723, ../../src/sass/partials/_main.scss */
.insta-post-info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
  padding: 0 10%; }
  /* line 730, ../../src/sass/partials/_main.scss */
  .insta-post-info__username {
    display: block;
    font-size: 1.16667rem;
    font-weight: 800;
    margin-bottom: 0.41667rem; }
  /* line 737, ../../src/sass/partials/_main.scss */
  .insta-post-info__caption {
    font-size: 1.16667rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0.41667rem; }
  /* line 744, ../../src/sass/partials/_main.scss */
  .insta-post-info__tag {
    font-size: 1.16667rem;
    font-weight: 800; }

/* line 750, ../../src/sass/partials/_main.scss */
.video-play-btn {
  background: transparent;
  border: solid 5px white;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  height: 12.5rem;
  width: 12.5rem;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateY(-40%) translateX(-50%);
      -ms-transform: translateY(-40%) translateX(-50%);
          transform: translateY(-40%) translateX(-50%);
  outline: 0; }
  @media screen and (max-width: 640px) {
    /* line 750, ../../src/sass/partials/_main.scss */
    .video-play-btn {
      display: none; } }
  /* line 767, ../../src/sass/partials/_main.scss */
  .video-play-btn:before {
    color: white;
    display: block;
    font-size: 6.66667rem;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px); }
  /* line 774, ../../src/sass/partials/_main.scss */
  .video-play-btn--small {
    border: solid 2px white;
    height: 4.16667rem;
    width: 4.16667rem; }
    /* line 779, ../../src/sass/partials/_main.scss */
    .video-play-btn--small:before {
      font-size: 1.66667rem;
      -webkit-transform: translateX(3px);
          -ms-transform: translateX(3px);
              transform: translateX(3px); }

/* line 787, ../../src/sass/partials/_main.scss */
.video-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 0;
  display: none; }

/* line 799, ../../src/sass/partials/_main.scss */
.video-text {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 1.25rem; }
  /* line 808, ../../src/sass/partials/_main.scss */
  .video-text h1 {
    font-size: 5.16667rem; }
    @media screen and (max-width: 800px) {
      /* line 808, ../../src/sass/partials/_main.scss */
      .video-text h1 {
        font-size: 3.33333rem; } }
  /* line 816, ../../src/sass/partials/_main.scss */
  .video-text h2 {
    font-size: 2.08333rem; }
  /* line 820, ../../src/sass/partials/_main.scss */
  .video-text .button-wrapper {
    margin-top: 4.16667rem; }

/* line 825, ../../src/sass/partials/_main.scss */
.image-text {
  position: absolute;
  top: 18%;
  text-align: center;
  min-width: 300px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1.25rem; }
  @media screen and (max-width: 1100px) {
    /* line 825, ../../src/sass/partials/_main.scss */
    .image-text {
      top: 14%; } }
  /* line 840, ../../src/sass/partials/_main.scss */
  .image-text h1 {
    font-size: 3.33333rem; }
    @media screen and (max-width: 640px) {
      /* line 840, ../../src/sass/partials/_main.scss */
      .image-text h1 {
        font-size: 1.33333rem; } }
    @media screen and (max-width: 800px) {
      /* line 840, ../../src/sass/partials/_main.scss */
      .image-text h1 {
        font-size: 2.33333rem; } }
    @media screen and (min-width: 801px) and (max-width: 1100px) {
      /* line 840, ../../src/sass/partials/_main.scss */
      .image-text h1 {
        font-size: 1.5rem; } }
  /* line 854, ../../src/sass/partials/_main.scss */
  .image-text h2 {
    font-size: 1.25rem;
    font-family: helveticaneue-roman;
    text-transform: none;
    line-height: 1.3em; }
    @media screen and (max-width: 800px) {
      /* line 854, ../../src/sass/partials/_main.scss */
      .image-text h2 {
        font-size: 1.16667rem; } }
  /* line 865, ../../src/sass/partials/_main.scss */
  .image-text .button-wrapper {
    margin-top: 4.16667rem; }

/* line 872, ../../src/sass/partials/_main.scss */
.final-view .image-text h1 {
  font-size: 3.33333rem; }
  @media screen and (max-width: 640px) {
    /* line 872, ../../src/sass/partials/_main.scss */
    .final-view .image-text h1 {
      font-size: 1.33333rem; } }
  @media screen and (max-width: 800px) {
    /* line 872, ../../src/sass/partials/_main.scss */
    .final-view .image-text h1 {
      font-size: 1.33333rem; } }
  @media screen and (min-width: 801px) and (max-width: 1100px) {
    /* line 872, ../../src/sass/partials/_main.scss */
    .final-view .image-text h1 {
      font-size: 1.5rem; } }

/* line 888, ../../src/sass/partials/_main.scss */
.packshot-mobile {
  display: none;
  margin: 0 auto 25px;
  max-width: 172px; }
  @media screen and (max-width: 640px) {
    /* line 888, ../../src/sass/partials/_main.scss */
    .packshot-mobile {
      display: block; } }

@media screen and (min-width: 768px) {
  /* line 901, ../../src/sass/partials/_main.scss */
  html, body {
    height: 100%; } }

/* line 907, ../../src/sass/partials/_main.scss */
.default-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    /* line 907, ../../src/sass/partials/_main.scss */
    .default-wrapper {
      min-height: 100%; } }
  /* line 919, ../../src/sass/partials/_main.scss */
  .default-wrapper img {
    display: inherit;
    max-width: none; }
  /* line 924, ../../src/sass/partials/_main.scss */
  .default-wrapper.start {
    background-image: url("/images/bg-players.jpg");
    background-position: center 20%;
    padding-bottom: 18.33333rem; }
    /* line 930, ../../src/sass/partials/_main.scss */
    .default-wrapper.start.ipad {
      background-image: url("/images/ipad/bg-players.jpg"); }
      @media screen and (max-width: 768px) {
        /* line 930, ../../src/sass/partials/_main.scss */
        .default-wrapper.start.ipad {
          background-size: 160% auto;
          background-position: center bottom;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#07254c), color-stop(20%, #07254c), color-stop(30%, transparent)), url("/images/ipad/bg-players.jpg");
          background-image: -webkit-linear-gradient(top, #07254c 0%, #07254c 20%, transparent 30%), url("/images/ipad/bg-players.jpg");
          background-image: linear-gradient(top, #07254c 0%, #07254c 20%, transparent 30%), url("/images/ipad/bg-players.jpg"); } }
    /* line 945, ../../src/sass/partials/_main.scss */
    .default-wrapper.start.mobile {
      background-size: 110% auto;
      background-position: center bottom;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#07254c), color-stop(20%, #07254c), color-stop(30%, transparent)), url("/images/m-bg-players.jpg");
      background-image: -webkit-linear-gradient(top, #07254c 0%, #07254c 20%, transparent 30%), url("/images/m-bg-players.jpg");
      background-image: linear-gradient(top, #07254c 0%, #07254c 20%, transparent 30%), url("/images/m-bg-players.jpg"); }
  /* line 958, ../../src/sass/partials/_main.scss */
  .default-wrapper.sortiment, .default-wrapper.press, .default-wrapper.kontakt {
    background-image: url("/images/bg.jpg");
    padding-bottom: 10rem;
    background-position: center bottom; }
    /* line 964, ../../src/sass/partials/_main.scss */
    .default-wrapper.sortiment.mobile, .default-wrapper.press.mobile, .default-wrapper.kontakt.mobile {
      background-image: url("/images/m-bg.jpg");
      background-size: 100% auto;
      background-position: center bottom;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#07254c), color-stop(20%, #07254c), color-stop(30%, transparent)), url("/images/m-bg.jpg");
      background-image: -webkit-linear-gradient(top, #07254c 0%, #07254c 20%, transparent 30%), url("/images/m-bg.jpg");
      background-image: linear-gradient(top, #07254c 0%, #07254c 20%, transparent 30%), url("/images/m-bg.jpg"); }
    /* line 978, ../../src/sass/partials/_main.scss */
    .default-wrapper.sortiment.ipad, .default-wrapper.press.ipad, .default-wrapper.kontakt.ipad {
      background-image: url("/images/m-bg.jpg");
      background-size: cover;
      background-position: center bottom; }
      @media screen and (min-width: 1024px) {
        /* line 978, ../../src/sass/partials/_main.scss */
        .default-wrapper.sortiment.ipad, .default-wrapper.press.ipad, .default-wrapper.kontakt.ipad {
          background-image: url("/images/bg.jpg");
          background-size: cover;
          background-position: center bottom;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#07254c), color-stop(20%, #07254c), color-stop(30%, transparent)), url("/images/bg.jpg");
          background-image: -webkit-linear-gradient(top, #07254c 0%, #07254c 20%, transparent 30%), url("/images/bg.jpg");
          background-image: linear-gradient(top, #07254c 0%, #07254c 20%, transparent 30%), url("/images/bg.jpg"); } }
  /* line 998, ../../src/sass/partials/_main.scss */
  .default-wrapper h1, .default-wrapper h2, .default-wrapper a {
    font-family: 'HelveticaNeue-BdCn';
    text-transform: uppercase; }
  /* line 1003, ../../src/sass/partials/_main.scss */
  .default-wrapper h1 {
    font-size: 2.08333rem;
    margin-bottom: 0.66667rem; }
  /* line 1008, ../../src/sass/partials/_main.scss */
  .default-wrapper h2 {
    font-size: 1.33333rem; }
  /* line 1012, ../../src/sass/partials/_main.scss */
  .default-wrapper h3 {
    font-family: 'HelveticaNeue-BdCn';
    font-size: 2rem; }
  /* line 1017, ../../src/sass/partials/_main.scss */
  .default-wrapper p {
    font-size: 1.08333rem;
    line-height: 1.5rem;
    font-family: "helveticaneue-roman", Helvetica, Arial; }
  @media screen and (min-width: 768px) {
    /* line 1024, ../../src/sass/partials/_main.scss */
    .default-wrapper h1 {
      font-size: 3.5rem;
      margin-bottom: 0.66667rem; }
    /* line 1029, ../../src/sass/partials/_main.scss */
    .default-wrapper h2 {
      font-size: 2.33333rem; }
    /* line 1033, ../../src/sass/partials/_main.scss */
    .default-wrapper h3 {
      font-family: 'HelveticaNeue-BdCn';
      font-size: 2rem; }
    /* line 1038, ../../src/sass/partials/_main.scss */
    .default-wrapper p {
      font-size: 1.41667rem;
      line-height: 2rem; } }
  /* line 1044, ../../src/sass/partials/_main.scss */
  .default-wrapper .logo {
    position: absolute;
    z-index: 5;
    top: 0;
    left: -webkit-calc(50% - 90px);
    left: calc(50% - 90px);
    width: 15rem; }
    /* line 1051, ../../src/sass/partials/_main.scss */
    .default-wrapper .logo img {
      width: 100%; }
    @media screen and (min-width: 768px) {
      /* line 1044, ../../src/sass/partials/_main.scss */
      .default-wrapper .logo {
        width: 21.66667rem;
        left: -webkit-calc(50% - 130px);
        left: calc(50% - 130px); } }
    @media screen and (min-width: 1024px) {
      /* line 1044, ../../src/sass/partials/_main.scss */
      .default-wrapper .logo {
        width: 25%;
        left: 0; } }
  /* line 1066, ../../src/sass/partials/_main.scss */
  .default-wrapper .text-content, .default-wrapper .sign-up {
    width: 100%;
    padding: 0.83333rem;
    margin: 0 auto;
    text-align: center;
    color: white; }
    @media screen and (min-width: 768px) {
      /* line 1066, ../../src/sass/partials/_main.scss */
      .default-wrapper .text-content, .default-wrapper .sign-up {
        max-width: 54.16667rem; } }
    @media screen and (min-width: 769px) {
      /* line 1066, ../../src/sass/partials/_main.scss */
      .default-wrapper .text-content, .default-wrapper .sign-up {
        max-width: 70.83333rem; } }
    @media screen and (min-width: 1025px) {
      /* line 1066, ../../src/sass/partials/_main.scss */
      .default-wrapper .text-content, .default-wrapper .sign-up {
        width: 70%;
        padding: 0;
        max-width: 66.66667rem; } }
  /* line 1088, ../../src/sass/partials/_main.scss */
  .default-wrapper .text-content {
    padding-top: 9.16667rem;
    padding-bottom: 0.83333rem;
    padding-top: 14.16667rem; }
    /* line 1093, ../../src/sass/partials/_main.scss */
    .default-wrapper .text-content h2 {
      margin-bottom: 1.25rem; }
    @media screen and (min-width: 1024px) {
      /* line 1099, ../../src/sass/partials/_main.scss */
      .default-wrapper .text-content h1, .default-wrapper .text-content h2 {
        max-width: 35.83333rem;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (min-width: 1025px) {
      /* line 1108, ../../src/sass/partials/_main.scss */
      .default-wrapper .text-content h2 {
        margin-bottom: 2.08333rem; } }
  /* line 1114, ../../src/sass/partials/_main.scss */
  .default-wrapper .press-links {
    margin-top: 5.83333rem; }
    /* line 1118, ../../src/sass/partials/_main.scss */
    .default-wrapper .press-links li {
      height: 4.16667rem; }
    /* line 1122, ../../src/sass/partials/_main.scss */
    .default-wrapper .press-links a {
      color: white;
      text-align: center;
      font-size: 1.66667rem; }
  /* line 1132, ../../src/sass/partials/_main.scss */
  .default-wrapper .sign-up h2 {
    margin-bottom: 1rem; }
  /* line 1137, ../../src/sass/partials/_main.scss */
  .default-wrapper .pizzas {
    width: 90%;
    max-width: 91.66667rem;
    margin: 0 auto;
    text-align: center;
    color: white; }
    /* line 1144, ../../src/sass/partials/_main.scss */
    .default-wrapper .pizzas .pizza {
      display: inline-block;
      width: 100%;
      margin: 0;
      vertical-align: top; }
      /* line 1150, ../../src/sass/partials/_main.scss */
      .default-wrapper .pizzas .pizza p {
        font-size: 1.16667rem;
        line-height: 1.66667rem; }
      /* line 1155, ../../src/sass/partials/_main.scss */
      .default-wrapper .pizzas .pizza h3 {
        margin-bottom: 1rem;
        margin-top: -4.16667rem; }
      @media screen and (min-width: 600px) {
        /* line 1144, ../../src/sass/partials/_main.scss */
        .default-wrapper .pizzas .pizza {
          width: 44%;
          margin: 2%; }
          /* line 1164, ../../src/sass/partials/_main.scss */
          .default-wrapper .pizzas .pizza:last-child {
            margin-bottom: 5.83333rem; } }
      @media screen and (min-width: 1024px) {
        /* line 1144, ../../src/sass/partials/_main.scss */
        .default-wrapper .pizzas .pizza {
          width: 28%;
          margin: 2%;
          /*&:last-child {
          	margin-bottom: rem(150);
          }*/ } }
  /* line 1180, ../../src/sass/partials/_main.scss */
  .default-wrapper .contact {
    width: 90%;
    max-width: 75rem;
    margin: 1.66667rem auto 0 auto;
    position: relative;
    z-index: 7; }
    @media screen and (min-width: 768px) {
      /* line 1180, ../../src/sass/partials/_main.scss */
      .default-wrapper .contact {
        margin: 3.33333rem auto 0 auto; } }
  @media screen and (min-width: 1025px) {
    /* line 907, ../../src/sass/partials/_main.scss */
    .default-wrapper {
      padding-bottom: 0; } }

/* line 1, ../../src/sass/partials/_share-modal.scss */
.share-modal {
  background: #c4211a;
  color: #fce754;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  position: absolute;
  width: 50%;
  max-width: 33.33333rem;
  z-index: 2;
  visibility: hidden;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 550ms ease-in-out 200ms, visibility 0ms linear 700ms;
          transition: transform 550ms ease-in-out 200ms, visibility 0ms linear 700ms; }
  /* line 17, ../../src/sass/partials/_share-modal.scss */
  .share-modal.open {
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 550ms ease-in-out 0ms, visibility 0ms linear 0ms;
            transition: transform 550ms ease-in-out 0ms, visibility 0ms linear 0ms; }
  @media screen and (max-width: 640px) {
    /* line 1, ../../src/sass/partials/_share-modal.scss */
    .share-modal {
      max-width: none;
      width: 100%; } }

/* line 29, ../../src/sass/partials/_share-modal.scss */
.share-modal__inner {
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media screen and (max-width: 640px) {
    /* line 29, ../../src/sass/partials/_share-modal.scss */
    .share-modal__inner {
      width: 100%; } }

/* line 43, ../../src/sass/partials/_share-modal.scss */
.share-modal__close {
  border: none;
  background: url("../images/close-icon.svg") no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 32px;
  width: 32px;
  padding: 0;
  position: absolute;
  top: 15%;
  left: 15px;
  z-index: 5; }
  @media screen and (max-width: 640px) {
    /* line 43, ../../src/sass/partials/_share-modal.scss */
    .share-modal__close {
      height: 25px;
      width: 25px; } }

/* line 62, ../../src/sass/partials/_share-modal.scss */
.share-modal__headline {
  color: inherit;
  font-size: 28px;
  font-weight: 300;
  line-height: 31px;
  margin-bottom: 30px; }
  @media screen and (max-width: 640px) {
    /* line 62, ../../src/sass/partials/_share-modal.scss */
    .share-modal__headline {
      font-size: 20px;
      line-height: 23px; } }

/* line 75, ../../src/sass/partials/_share-modal.scss */
.share-modal__anchor {
  display: block;
  margin-bottom: 25px; }
  @media screen and (max-width: 640px) {
    /* line 75, ../../src/sass/partials/_share-modal.scss */
    .share-modal__anchor {
      margin-bottom: 15px; } }

/* line 84, ../../src/sass/partials/_share-modal.scss */
.share-modal__anchor img {
  margin: 0 auto;
  width: 77px; }
  @media screen and (max-width: 800px) {
    /* line 84, ../../src/sass/partials/_share-modal.scss */
    .share-modal__anchor img {
      width: 35px; } }

/* line 93, ../../src/sass/partials/_share-modal.scss */
.share-btn {
  border: none;
  font-size: 24px;
  position: absolute;
  padding: 0;
  top: 15%;
  right: 5%;
  width: 45px;
  height: 45px;
  background: rgba(159, 10, 12, 0.3);
  cursor: pointer;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  color: #c4211a; }
  /* line 107, ../../src/sass/partials/_share-modal.scss */
  .share-btn:before {
    right: 2px;
    position: relative; }

/* line 3, ../../src/sass/partials/_form.scss */
form#signup-form {
  -webkit-border-radius: 0.83333rem;
          border-radius: 0.83333rem;
  height: 4.16667rem;
  max-width: 41.66667rem;
  margin: 0 auto;
  padding: 0;
  overflow: hidden; }
  /* line 10, ../../src/sass/partials/_form.scss */
  form#signup-form input[type="text"] {
    width: 70%;
    float: left; }
  /* line 15, ../../src/sass/partials/_form.scss */
  form#signup-form input[type="submit"] {
    width: 30%;
    float: left; }
  @media screen and (min-width: 1025px) {
    /* line 3, ../../src/sass/partials/_form.scss */
    form#signup-form {
      height: 5rem; }
      /* line 23, ../../src/sass/partials/_form.scss */
      form#signup-form input[type="text"] {
        width: 80%; }
      /* line 26, ../../src/sass/partials/_form.scss */
      form#signup-form input[type="submit"] {
        width: 20%; } }
/* line 32, ../../src/sass/partials/_form.scss */
form#contact-form {
  width: 100%; }
  /* line 37, ../../src/sass/partials/_form.scss */
  form#contact-form .contact-input .left, form#contact-form .contact-input .right {
    width: 100%; }
    /* line 40, ../../src/sass/partials/_form.scss */
    form#contact-form .contact-input .left input, form#contact-form .contact-input .left textarea, form#contact-form .contact-input .right input, form#contact-form .contact-input .right textarea {
      margin-bottom: 1.66667rem; }
  /* line 46, ../../src/sass/partials/_form.scss */
  form#contact-form input[type="text"], form#contact-form textarea {
    -webkit-border-radius: 0.83333rem;
            border-radius: 0.83333rem;
    width: 100%; }
  /* line 51, ../../src/sass/partials/_form.scss */
  form#contact-form input[type="text"] {
    height: 4.16667rem; }
    @media screen and (min-width: 1025px) {
      /* line 51, ../../src/sass/partials/_form.scss */
      form#contact-form input[type="text"] {
        height: 5rem; } }
  /* line 59, ../../src/sass/partials/_form.scss */
  form#contact-form input[type="submit"] {
    -webkit-border-radius: 0.83333rem;
            border-radius: 0.83333rem;
    height: 4.16667rem;
    width: 16.66667rem;
    display: block;
    margin: 0 auto; }
    @media screen and (min-width: 1025px) {
      /* line 59, ../../src/sass/partials/_form.scss */
      form#contact-form input[type="submit"] {
        height: 5rem; } }
  @media screen and (min-width: 600px) {
    /* line 72, ../../src/sass/partials/_form.scss */
    form#contact-form .contact-input {
      height: 13.33333rem;
      margin-bottom: 2.08333rem; }
      /* line 76, ../../src/sass/partials/_form.scss */
      form#contact-form .contact-input .left {
        height: 100%;
        width: 48%;
        float: left;
        margin-right: 4%; }
        /* line 82, ../../src/sass/partials/_form.scss */
        form#contact-form .contact-input .left input[type="text"] {
          height: 5rem; }
          /* line 86, ../../src/sass/partials/_form.scss */
          form#contact-form .contact-input .left input[type="text"]:first-child {
            margin-bottom: 3.33333rem; }
      /* line 91, ../../src/sass/partials/_form.scss */
      form#contact-form .contact-input .right {
        height: 100%;
        width: 48%;
        float: right; } }

/* line 101, ../../src/sass/partials/_form.scss */
#signup-response, #contact-response {
  margin-top: 0.83333rem; }

/* line 105, ../../src/sass/partials/_form.scss */
#contact-response {
  text-align: center;
  color: white; }

/* line 110, ../../src/sass/partials/_form.scss */
input[type="text"], input[type="submit"], textarea {
  margin: 0;
  font-family: 'HelveticaNeue-BdCn';
  font-size: 1.33333rem;
  color: white;
  display: inline-block;
  height: 100%;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none; }
  @media screen and (min-width: 1025px) {
    /* line 110, ../../src/sass/partials/_form.scss */
    input[type="text"], input[type="submit"], textarea {
      font-size: 1.5rem; } }

/* line 128, ../../src/sass/partials/_form.scss */
input[type="text"], textarea {
  background-color: rgba(0, 0, 0, 0.33);
  padding-left: 2.08333rem; }

/* line 133, ../../src/sass/partials/_form.scss */
textarea {
  resize: none;
  padding: 1.66667rem 2.08333rem; }

/* line 138, ../../src/sass/partials/_form.scss */
input[type="submit"] {
  background-color: #015196;
  opacity: 0.35;
  pointer-events: none;
  padding-top: 3px; }
  /* line 144, ../../src/sass/partials/_form.scss */
  input[type="submit"].active {
    opacity: 1;
    pointer-events: auto;
    cursor: pointer; }

/* line 151, ../../src/sass/partials/_form.scss */
::-webkit-input-placeholder {
  color: white;
  padding-top: 2px; }

/* line 156, ../../src/sass/partials/_form.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  padding-top: 2px; }

/* line 161, ../../src/sass/partials/_form.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  padding-top: 2px; }

/* line 166, ../../src/sass/partials/_form.scss */
:-ms-input-placeholder {
  color: white;
  padding-top: 2px; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?-d9cewe");
  src: url("../fonts/icomoon/icomoon.eot?#iefix-d9cewe") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff?-d9cewe") format("woff"), url("../fonts/icomoon/icomoon.ttf?-d9cewe") format("truetype"), url("../fonts/icomoon/icomoon.svg?-d9cewe#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 12, ../../src/sass/modules/_typography.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 26, ../../src/sass/modules/_typography.scss */
.icon-ic-down:before {
  content: "\e600"; }

/* line 30, ../../src/sass/modules/_typography.scss */
.icon-ic-f:before {
  content: "\e601"; }

/* line 34, ../../src/sass/modules/_typography.scss */
.icon-ic-pause:before {
  content: "\e604"; }

/* line 38, ../../src/sass/modules/_typography.scss */
.icon-ic-play:before {
  content: "\e605"; }

/* line 42, ../../src/sass/modules/_typography.scss */
.icon-ic-restart:before {
  content: "\e606"; }

/* line 46, ../../src/sass/modules/_typography.scss */
.icon-ic-share:before {
  content: "\e605"; }

/* line 50, ../../src/sass/modules/_typography.scss */
.icon-shirt:before {
  content: "\e602"; }

/* line 54, ../../src/sass/modules/_typography.scss */
.icon-ticket:before {
  content: "\e603"; }

/* line 58, ../../src/sass/modules/_typography.scss */
.icon-pizza:before {
  content: "\e601"; }

/* line 62, ../../src/sass/modules/_typography.scss */
.icon-football:before {
  content: "\e600";
  line-height: 0; }

@font-face {
  font-family: 'helveticaneue-roman';
  src: url("../fonts/helveticaneue/HelveticaNeueLTStd-Roman.eot");
  src: url("../fonts/helveticaneue/HelveticaNeueLTStd-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneue/HelveticaNeueLTStd-Roman.woff") format("woff"), url("../fonts/helveticaneue/HelveticaNeueLTStd-Roman.ttf") format("truetype"), url("../fonts/helveticaneue/HelveticaNeueLTStd-Roman.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'helveticaneue-bdcn';
  src: url("../fonts/helveticaneue/HelveticaNeueLTStd-BdCn.eot");
  src: url("../fonts/helveticaneue/HelveticaNeueLTStd-BdCn.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneue/HelveticaNeueLTStd-BdCn.woff") format("woff"), url("../fonts/helveticaneue/HelveticaNeueLTStd-BdCn.ttf") format("truetype"), url("../fonts/helveticaneue/HelveticaNeueLTStd-BdCn.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Center a block element */
/* line 2, ../../src/sass/modules/_helpers.scss */
.center {
  margin: 0 auto; }

/* Clearfix */
/* line 7, ../../src/sass/modules/_helpers.scss */
.clear:before, .clear:after {
  content: ' ';
  display: table;
  visibility: hidden;
  height: 0; }

/* line 13, ../../src/sass/modules/_helpers.scss */
.clear {
  *zoom: 1; }
  /* line 18, ../../src/sass/modules/_helpers.scss */
  .clear:after {
    clear: both; }

/* No padding / margin */
/* line 25, ../../src/sass/modules/_helpers.scss */
.nopadding {
  padding: 0 !important; }

/* line 28, ../../src/sass/modules/_helpers.scss */
.nomargin {
  margin: 0 !important; }

/* For CSS 3D Transforms */
/* line 33, ../../src/sass/modules/_helpers.scss */
.no-backface {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden; }

@media print {
  /* line 2, ../../src/sass/modules/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }

  /* line 8, ../../src/sass/modules/_print.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 12, ../../src/sass/modules/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 15, ../../src/sass/modules/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /* line 18, ../../src/sass/modules/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 23, ../../src/sass/modules/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 28, ../../src/sass/modules/_print.scss */
  thead {
    display: table-header-group; }

  /* line 31, ../../src/sass/modules/_print.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 35, ../../src/sass/modules/_print.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  /* line 41, ../../src/sass/modules/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 47, ../../src/sass/modules/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
