/* line 5, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.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, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.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: #000000;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
  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: #ffffff;
    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: #ffffff; } }
    @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; }

@media screen and (min-width: 640px) {
  /* line 100, ../../src/sass/partials/_header.scss */
  .menu-item:last-child .menu-item__anchor {
    padding: 2px 6px 2px 6px;
    color: #015196;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: .4em;
            border-radius: .4em;
    background-color: #ffffff; }
    /* line 109, ../../src/sass/partials/_header.scss */
    .menu-item:last-child .menu-item__anchor:hover {
      text-decoration: none; } }
/* line 115, ../../src/sass/partials/_header.scss */
.menu-item__anchor {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 800;
  text-decoration: none; }

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

@media screen and (max-width: 640px) {
  /* line 129, ../../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 142, ../../src/sass/partials/_header.scss */
  .navigation {
    display: table;
    height: 100%;
    width: 100%; }

  /* line 148, ../../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 158, ../../src/sass/partials/_header.scss */
  .menu-item {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0.83333rem 0; }

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

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

  /* line 178, ../../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 189, ../../src/sass/partials/_header.scss */
  .navigation-toggle__bun {
    height: 3px;
    width: 30px;
    right: 0;
    background-color: #ffffff;
    position: absolute;
    display: block;
    -webkit-transition: all 150ms ease-in-out 50ms;
            transition: all 150ms ease-in-out 50ms; }
    /* line 198, ../../src/sass/partials/_header.scss */
    .navigation-toggle__bun--top {
      -webkit-transform: translateY(-7px);
          -ms-transform: translateY(-7px);
              transform: translateY(-7px); }
    /* line 202, ../../src/sass/partials/_header.scss */
    .navigation-toggle__bun--bottom {
      -webkit-transform: translateY(7px);
          -ms-transform: translateY(7px);
              transform: translateY(7px); }
    /* line 206, ../../src/sass/partials/_header.scss */
    .navigation-toggle.active .navigation-toggle__bun {
      background-color: #ffffff;
      -webkit-transition: all 150ms ease-in-out 0ms;
              transition: all 150ms ease-in-out 0ms; }
      /* line 210, ../../src/sass/partials/_header.scss */
      .navigation-toggle.active .navigation-toggle__bun--top {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      /* line 214, ../../src/sass/partials/_header.scss */
      .navigation-toggle.active .navigation-toggle__bun--mid {
        -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
                transform: translateY(20px); }
      /* line 218, ../../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 11, ../../src/sass/partials/_main.scss */
  .section-holder--video {
    overflow: hidden;
    padding: 0;
    opacity: 1;
    -webkit-transition: opacity 400ms;
            transition: opacity 400ms; }
    @media screen and (max-width: 640px) {
      /* line 11, ../../src/sass/partials/_main.scss */
      .section-holder--video {
        height: 100vh; } }
    /* line 21, ../../src/sass/partials/_main.scss */
    .section-holder--video #promo-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /*@media screen and (max-width: 1100px) {
      	background: transparent no-repeat url('../images/startframe_almondy.jpg'); background-size: cover; background-position: center;
      }*/ }
    @media screen and (min-width: 640px) and (max-width: 1100px) {
      /* line 11, ../../src/sass/partials/_main.scss */
      .section-holder--video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%; }
        /* line 38, ../../src/sass/partials/_main.scss */
        .section-holder--video video {
          height: 100%; } }
    /* line 43, ../../src/sass/partials/_main.scss */
    .section-holder--video.loaded {
      opacity: 1; }
    /* line 47, ../../src/sass/partials/_main.scss */
    .section-holder--video .poster-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      z-index: 0;
      background-image: url("../images/startframe_billys.jpg");
      background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (max-width: 640px) {
        /* line 47, ../../src/sass/partials/_main.scss */
        .section-holder--video .poster-image {
          background-image: url("../images/mob_startframe_billys.jpg"); } }
  /* line 65, ../../src/sass/partials/_main.scss */
  .section-holder--prizes {
    padding: 0; }
  /* line 69, ../../src/sass/partials/_main.scss */
  .section-holder--winners {
    background: #07254c; }
  /* line 73, ../../src/sass/partials/_main.scss */
  .section-holder--gallery {
    position: relative; }
    /* line 76, ../../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 76, ../../src/sass/partials/_main.scss */
        .section-holder--gallery .divider-image-wrapper {
          top: -20vw; } }
    /* line 86, ../../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 86, ../../src/sass/partials/_main.scss */
        .section-holder--gallery .billys-psg-logo {
          width: 190px; } }
      @media screen and (max-width: 640px) {
        /* line 86, ../../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 86, ../../src/sass/partials/_main.scss */
        .section-holder--gallery .billys-psg-logo {
          bottom: -20px; } }
  /* line 109, ../../src/sass/partials/_main.scss */
  .section-holder--conditions {
    text-align: left;
    margin-top: -65vw; }
    @media screen and (max-width: 640px) {
      /* line 109, ../../src/sass/partials/_main.scss */
      .section-holder--conditions {
        margin-top: -45vw; } }
  /* line 118, ../../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 118, ../../src/sass/partials/_main.scss */
      .section-holder--cake {
        background-image: none;
        padding-bottom: 5rem; } }
    @media screen and (min-width: 1440px) {
      /* line 118, ../../src/sass/partials/_main.scss */
      .section-holder--cake {
        background-size: 35%; } }

/* line 136, ../../src/sass/partials/_main.scss */
.prizes-content {
  padding: 0;
  margin: 0;
  max-width: 100%; }
  /* line 141, ../../src/sass/partials/_main.scss */
  .prizes-content .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 330px; }
    /* line 145, ../../src/sass/partials/_main.scss */
    .lte-ie9 .prizes-content .row {
      display: block;
      background: #fff; }
    @media screen and (max-width: 800px) {
      /* line 141, ../../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 158, ../../src/sass/partials/_main.scss */
  .prizes-content__info {
    background-color: #ffffff;
    padding: 8.33333rem;
    text-align: left;
    min-height: 450px; }
    @media screen and (min-width: 1440px) {
      /* line 158, ../../src/sass/partials/_main.scss */
      .prizes-content__info {
        padding: 12.5rem; } }
    /* line 168, ../../src/sass/partials/_main.scss */
    .prizes-content__info__wrapper {
      display: table-cell;
      vertical-align: middle; }
    @media screen and (max-width: 800px) {
      /* line 158, ../../src/sass/partials/_main.scss */
      .prizes-content__info {
        min-height: 100%;
        padding: 4.16667rem; } }
    /* line 178, ../../src/sass/partials/_main.scss */
    .prizes-content__info h1 {
      color: #07254c; }
    /* line 182, ../../src/sass/partials/_main.scss */
    .prizes-content__info p {
      color: #07254c;
      font-family: "helveticaneue-roman", Helvetica, Arial; }
  /* line 189, ../../src/sass/partials/_main.scss */
  .prizes-content__first-prize {
    background-image: url("../images/prize-paris.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    background-position: 0 50%;
    text-align: left;
    position: relative;
    overflow: hidden;
    min-height: 490px; }
    @media screen and (max-width: 800px) {
      /* line 189, ../../src/sass/partials/_main.scss */
      .prizes-content__first-prize {
        min-height: 300px; } }
  /* line 205, ../../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 205, ../../src/sass/partials/_main.scss */
      .prizes-content__first-prize-tickets {
        right: -160px; } }
  /* line 217, ../../src/sass/partials/_main.scss */
  .prizes-content__first-prize-info {
    position: absolute;
    z-index: 1;
    padding: 2.5rem;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 640px) {
      /* line 217, ../../src/sass/partials/_main.scss */
      .prizes-content__first-prize-info {
        display: none; } }
    /* line 229, ../../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 229, ../../src/sass/partials/_main.scss */
        .prizes-content__first-prize-info p {
          width: 80%;
          margin: 0 auto; } }
  /* line 240, ../../src/sass/partials/_main.scss */
  .prizes-content__mob-first-prize-info {
    display: none; }
    @media screen and (max-width: 640px) {
      /* line 240, ../../src/sass/partials/_main.scss */
      .prizes-content__mob-first-prize-info {
        background-color: #ffffff;
        display: block;
        padding: 4.16667rem; }
        /* line 248, ../../src/sass/partials/_main.scss */
        .prizes-content__mob-first-prize-info h2 {
          color: #07254c; }
        /* line 252, ../../src/sass/partials/_main.scss */
        .prizes-content__mob-first-prize-info p {
          font-family: "helveticaneue-roman", Helvetica, Arial;
          color: #07254c;
          text-align: left; } }
  /* line 261, ../../src/sass/partials/_main.scss */
  .prizes-content__player-prize, .prizes-content__highlight-prize, .prizes-content__skills-prize {
    padding: 3%; }
  /* line 265, ../../src/sass/partials/_main.scss */
  .prizes-content__player-prize, .prizes-content__skills-prize {
    background-color: #0e2b4f; }
  /* line 269, ../../src/sass/partials/_main.scss */
  .prizes-content__highlight-prize {
    background-color: #015196; }
  /* line 273, ../../src/sass/partials/_main.scss */
  .prizes-content__row {
    display: table;
    height: 100%;
    min-height: 250px; }
    @media screen and (max-width: 800px) {
      /* line 273, ../../src/sass/partials/_main.scss */
      .prizes-content__row {
        width: 100%;
        padding: 1.66667rem; } }
  /* line 285, ../../src/sass/partials/_main.scss */
  .prizes-content__col {
    display: table-cell;
    text-align: left;
    vertical-align: middle; }
    @media screen and (max-width: 1100px) {
      /* line 285, ../../src/sass/partials/_main.scss */
      .prizes-content__col {
        text-align: center; } }
    @media screen and (max-width: 800px) {
      /* line 285, ../../src/sass/partials/_main.scss */
      .prizes-content__col {
        text-align: left; } }
    @media screen and (max-width: 640px) {
      /* line 285, ../../src/sass/partials/_main.scss */
      .prizes-content__col {
        text-align: center; } }
  /* line 303, ../../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 303, ../../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 303, ../../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 321, ../../src/sass/partials/_main.scss */
    .prizes-content__skills-prize-pizza {
      width: 185px; } }
  @media screen and (max-width: 800px) {
    /* line 321, ../../src/sass/partials/_main.scss */
    .prizes-content__skills-prize-pizza {
      width: 150px; } }
  /* line 331, ../../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 331, ../../src/sass/partials/_main.scss */
      .prizes-content__text {
        width: 100%;
        display: block;
        vertical-align: none; } }
    @media screen and (max-width: 800px) {
      /* line 331, ../../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 331, ../../src/sass/partials/_main.scss */
      .prizes-content__text {
        display: block;
        width: 100%;
        vertical-align: none; } }

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

/* line 382, ../../src/sass/partials/_main.scss */
.upload-content {
  display: none; }
  /* line 385, ../../src/sass/partials/_main.scss */
  .upload-content__headline {
    margin-bottom: 2.5rem; }
  /* line 389, ../../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 400, ../../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 405, ../../src/sass/partials/_main.scss */
  .upload-content__input-file-wrapper {
    background-color: #ffffff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #c4211a;
    height: 28.5rem;
    position: relative;
    overflow: hidden; }
    /* line 415, ../../src/sass/partials/_main.scss */
    .upload-content__input-file-wrapper.filedrop {
      border: 5px solid yellow; }
  /* line 420, ../../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 433, ../../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 449, ../../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 456, ../../src/sass/partials/_main.scss */
    .upload-content__instructions {
      margin-top: 1.25rem; } }

/* line 464, ../../src/sass/partials/_main.scss */
.checkbox-wrapper {
  margin: 2.5rem 0; }
  /* line 467, ../../src/sass/partials/_main.scss */
  .checkbox-wrapper__checkbox {
    visibility: hidden; }
    /* line 470, ../../src/sass/partials/_main.scss */
    .checkbox-wrapper__checkbox:checked + label {
      background: #c4211a; }
  /* line 474, ../../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 483, ../../src/sass/partials/_main.scss */
  .checkbox-wrapper__desc {
    color: #c4211a;
    font-size: 1.33333rem;
    margin-left: 0.83333rem; }
    /* line 488, ../../src/sass/partials/_main.scss */
    .checkbox-wrapper__desc a {
      text-transform: lowercase; }

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

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

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

/* line 541, ../../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 546, ../../src/sass/partials/_main.scss */
  .gallery-item--video {
    position: relative;
    margin-bottom: 20px; }
    /* line 550, ../../src/sass/partials/_main.scss */
    .gallery-item--video__username {
      background-color: #fff;
      padding-bottom: 1.875rem;
      padding-top: 1.875rem;
      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 564, ../../src/sass/partials/_main.scss */
      .gallery-item--video__username a {
        color: #015196;
        text-decoration: none; }
        /* line 568, ../../src/sass/partials/_main.scss */
        .gallery-item--video__username a:hover {
          text-decoration: underline; }
      /* line 573, ../../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 584, ../../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 592, ../../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 599, ../../src/sass/partials/_main.scss */
  .insta-post-info__username {
    display: block;
    font-size: 1.16667rem;
    font-weight: 800;
    margin-bottom: 0.41667rem; }
  /* line 606, ../../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 613, ../../src/sass/partials/_main.scss */
  .insta-post-info__tag {
    font-size: 1.16667rem;
    font-weight: 800; }

/* line 619, ../../src/sass/partials/_main.scss */
.video-play-btn {
  background: transparent;
  border: solid 5px #ffffff;
  -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 619, ../../src/sass/partials/_main.scss */
    .video-play-btn {
      display: none; } }
  /* line 636, ../../src/sass/partials/_main.scss */
  .video-play-btn:before {
    color: #ffffff;
    display: block;
    font-size: 6.66667rem;
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px); }
  /* line 643, ../../src/sass/partials/_main.scss */
  .video-play-btn--small {
    border: solid 2px #ffffff;
    height: 4.16667rem;
    width: 4.16667rem; }
    /* line 648, ../../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 656, ../../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 668, ../../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 677, ../../src/sass/partials/_main.scss */
  .video-text h1 {
    font-size: 5.16667rem; }
    @media screen and (max-width: 800px) {
      /* line 677, ../../src/sass/partials/_main.scss */
      .video-text h1 {
        font-size: 3.33333rem; } }
  /* line 685, ../../src/sass/partials/_main.scss */
  .video-text h2 {
    font-size: 2.08333rem; }
  /* line 689, ../../src/sass/partials/_main.scss */
  .video-text .button-wrapper {
    margin-top: 4.16667rem; }

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

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

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