/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/*
 * The base font size which makes the chosen font match photoshop.
 * For Open Sans this is 7.1pt, for Source Sans Pro this is 7.6pt 
 */
.rubik {
  font-family: 'Rubik', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: underline;
}
body {
  font-family: 'Rubik', sans-serif;
  color: #444444;
}
.ei-css-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.ei-css-grid .row {
  grid-column: span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.ei-css-grid .xs12 {
  grid-column: span 12;
}
.ei-css-grid .xs11 {
  grid-column: span 11;
}
.ei-css-grid .xs10 {
  grid-column: span 10;
}
.ei-css-grid .xs9 {
  grid-column: span 9;
}
.ei-css-grid .xs8 {
  grid-column: span 8;
}
.ei-css-grid .xs7 {
  grid-column: span 7;
}
.ei-css-grid .xs6 {
  grid-column: span 6;
}
.ei-css-grid .xs5 {
  grid-column: span 5;
}
.ei-css-grid .xs4 {
  grid-column: span 4;
}
.ei-css-grid .xs3 {
  grid-column: span 3;
}
.ei-css-grid .xs2 {
  grid-column: span 2;
}
.ei-css-grid .xs1 {
  grid-column: span 1;
}
@media (min-width: 770px) {
  .ei-css-grid .t12 {
    grid-column: span 12;
  }
  .ei-css-grid .t11 {
    grid-column: span 11;
  }
  .ei-css-grid .t10 {
    grid-column: span 10;
  }
  .ei-css-grid .t9 {
    grid-column: span 9;
  }
  .ei-css-grid .t8 {
    grid-column: span 8;
  }
  .ei-css-grid .t7 {
    grid-column: span 7;
  }
  .ei-css-grid .t6 {
    grid-column: span 6;
  }
  .ei-css-grid .t5 {
    grid-column: span 5;
  }
  .ei-css-grid .t4 {
    grid-column: span 4;
  }
  .ei-css-grid .t3 {
    grid-column: span 3;
  }
  .ei-css-grid .t2 {
    grid-column: span 2;
  }
  .ei-css-grid .t1 {
    grid-column: span 1;
  }
}
@media (min-width: 1170px) {
  .ei-css-grid .d12 {
    grid-column: span 12;
  }
  .ei-css-grid .d11 {
    grid-column: span 11;
  }
  .ei-css-grid .d10 {
    grid-column: span 10;
  }
  .ei-css-grid .d9 {
    grid-column: span 9;
  }
  .ei-css-grid .d8 {
    grid-column: span 8;
  }
  .ei-css-grid .d7 {
    grid-column: span 7;
  }
  .ei-css-grid .d6 {
    grid-column: span 6;
  }
  .ei-css-grid .d5 {
    grid-column: span 5;
  }
  .ei-css-grid .d4 {
    grid-column: span 4;
  }
  .ei-css-grid .d3 {
    grid-column: span 3;
  }
  .ei-css-grid .d2 {
    grid-column: span 2;
  }
  .ei-css-grid .d1 {
    grid-column: span 1;
  }
}
.ei-form .form-control {
  display: block;
  width: 100%;
  height: calc(4.25rem);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ei-form .form-control {
    transition: none;
  }
}
.ei-form .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.ei-form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ei-form .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.ei-form .form-control:disabled,
.ei-form .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.ei-form select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.ei-form .form-control-file,
.ei-form .form-control-range {
  display: block;
  width: 100%;
}
.ei-form .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ei-form .btn {
    transition: none;
  }
}
.ei-form .btn:hover,
.ei-form .btn:focus {
  text-decoration: none;
}
.ei-form .btn:focus,
.ei-form .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ei-form .btn.disabled,
.ei-form .btn:disabled {
  opacity: 0.65;
}
.ei-form .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.ei-form a.btn.disabled,
.ei-form fieldset:disabled a.btn {
  pointer-events: none;
}
.ei-form .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.ei-form .btn-primary:focus,
.ei-form .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-primary.disabled,
.ei-form .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-primary:not(:disabled):not(.disabled):active,
.ei-form .btn-primary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.ei-form .btn-primary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-primary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.ei-form .btn-secondary:focus,
.ei-form .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-secondary.disabled,
.ei-form .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-secondary:not(:disabled):not(.disabled):active,
.ei-form .btn-secondary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.ei-form .btn-secondary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-secondary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.ei-form .btn-success:focus,
.ei-form .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-success.disabled,
.ei-form .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-success:not(:disabled):not(.disabled):active,
.ei-form .btn-success:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.ei-form .btn-success:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-success:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.ei-form .btn-info:focus,
.ei-form .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-info.disabled,
.ei-form .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-info:not(:disabled):not(.disabled):active,
.ei-form .btn-info:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.ei-form .btn-info:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-info:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.ei-form .btn-warning:focus,
.ei-form .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-warning.disabled,
.ei-form .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-warning:not(:disabled):not(.disabled):active,
.ei-form .btn-warning:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.ei-form .btn-warning:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-warning:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.ei-form .btn-danger:focus,
.ei-form .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-danger.disabled,
.ei-form .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-danger:not(:disabled):not(.disabled):active,
.ei-form .btn-danger:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.ei-form .btn-danger:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-danger:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.ei-form .btn-light:focus,
.ei-form .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-light.disabled,
.ei-form .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-light:not(:disabled):not(.disabled):active,
.ei-form .btn-light:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.ei-form .btn-light:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-light:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.ei-form .btn-dark:focus,
.ei-form .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-dark.disabled,
.ei-form .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-dark:not(:disabled):not(.disabled):active,
.ei-form .btn-dark:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.ei-form .btn-dark:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-dark:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:focus,
.ei-form .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-outline-primary.disabled,
.ei-form .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.ei-form .btn-outline-primary:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-primary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.ei-form .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.ei-form .btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:focus,
.ei-form .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-outline-secondary.disabled,
.ei-form .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.ei-form .btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.ei-form .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-outline-success:focus,
.ei-form .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-outline-success.disabled,
.ei-form .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.ei-form .btn-outline-success:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-success:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.ei-form .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.ei-form .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:focus,
.ei-form .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-outline-info.disabled,
.ei-form .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.ei-form .btn-outline-info:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-info:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.ei-form .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.ei-form .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:focus,
.ei-form .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-outline-warning.disabled,
.ei-form .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.ei-form .btn-outline-warning:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-warning:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ei-form .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.ei-form .btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:focus,
.ei-form .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-outline-danger.disabled,
.ei-form .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.ei-form .btn-outline-danger:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-danger:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ei-form .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.ei-form .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:focus,
.ei-form .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-outline-light.disabled,
.ei-form .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.ei-form .btn-outline-light:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-light:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ei-form .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.ei-form .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:focus,
.ei-form .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-outline-dark.disabled,
.ei-form .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.ei-form .btn-outline-dark:not(:disabled):not(.disabled):active,
.ei-form .btn-outline-dark:not(:disabled):not(.disabled).active,
.ei-form .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.ei-form .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.ei-form .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.ei-form .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.ei-form .btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.ei-form .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.ei-form .btn-link:focus,
.ei-form .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.ei-form .btn-link:disabled,
.ei-form .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.ei-form .btn-lg,
.ei-form .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.ei-form .btn-sm,
.ei-form .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.ei-form .btn-block {
  display: block;
  width: 100%;
}
.ei-form .btn-block + .btn-block {
  margin-top: 0.5rem;
}
.ei-form input[type="submit"].btn-block,
.ei-form input[type="reset"].btn-block,
.ei-form input[type="button"].btn-block {
  width: 100%;
}
.ei-form table.listing td,
.ei-form table.listing th {
  padding: 3px 4px;
}
.ei-form table.listing button {
  background: none;
  border: 0;
  opacity: 0;
  transition: opacity .3s;
}
.ei-form table.listing tr:hover button {
  opacity: 1;
}
.ei-form label {
  display: block;
  margin-bottom: 15px;
}
.ei-form input,
.ei-form textarea,
.ei-form select {
  width: 100%;
  height: calc(4.25rem);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: block;
  box-sizing: border-box;
  height: auto;
  margin-top: 8px;
}
.container {
  max-width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1170px) {
  .container {
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }
}
.container-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
.container-wrapper .container {
  padding-left: 0px;
  padding-right: 0px;
}
.full-back {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*
.ei-grid {
	#ei-grid-1.grid;
}

.ei-gutterless-grid {
	#ei-grid-1.gutterless-grid;
}
*/
.clear {
  clear: both;
}
.clear-inner:after {
  content: '';
  display: table;
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
@media (max-width: 1170px) {
  .only-desktop {
    display: none;
  }
}
.pull-right {
  float: right;
}
.white-button {
  background-color: white;
  color: #970e1a;
  display: inline-block;
  padding: 8px 14px;
  border-radius: 7px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11.1px;
  font-weight: 600;
}
.white-button img {
  vertical-align: middle;
  padding-right: 10px;
}
.white-button .txt {
  vertical-align: middle;
}
.100-percent-picture img {
  width: 304px;
}
.ready-to-load-img .100-percent-picture-background,
.ready-to-load-img .100-percent-picture-background-with-ratio {
  background-image: url("/img/100-percent.png");
}
.webp .ready-to-load-img .100-percent-picture-background,
.webp .ready-to-load-img .100-percent-picture-background-with-ratio {
  background-image: url("/img/100-percent.webp");
}
@media (max-width: 152px) {
  .ready-to-load-img .100-percent-picture-background,
  .ready-to-load-img .100-percent-picture-background-with-ratio {
    background-image: url("/img/100-percent-half.png");
  }
  .webp .ready-to-load-img .100-percent-picture-background,
  .webp .ready-to-load-img .100-percent-picture-background-with-ratio {
    background-image: url("/img/100-percent-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .100-percent-picture-background,
  .ready-to-load-img .100-percent-picture-background-with-ratio {
    background-image: url("/img/100-percent-2x.png");
  }
  .webp .ready-to-load-img .100-percent-picture-background,
  .webp .ready-to-load-img .100-percent-picture-background-with-ratio {
    background-image: url("/img/100-percent-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 152px), (min-resolution: 144dpi) and (max-width: 152px) {
  .ready-to-load-img .100-percent-picture-background,
  .ready-to-load-img .100-percent-picture-background-with-ratio {
    background-image: url("/img/100-percent.png");
  }
  .webp .ready-to-load-img .100-percent-picture-background,
  .webp .ready-to-load-img .100-percent-picture-background-with-ratio {
    background-image: url("/img/100-percent.webp");
  }
}
.100-percent-picture-background-ratio,
.100-percent-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.100-percent-picture-background-ratio:before,
.100-percent-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 36.01973684%;
  padding-bottom: 36.01973684%;
  vertical-align: middle;
}
.cheese-flow-picture img {
  width: 483px;
}
.ready-to-load-img .cheese-flow-picture-background,
.ready-to-load-img .cheese-flow-picture-background-with-ratio {
  background-image: url("/img/cheese-flow.jpg");
}
.webp .ready-to-load-img .cheese-flow-picture-background,
.webp .ready-to-load-img .cheese-flow-picture-background-with-ratio {
  background-image: url("/img/cheese-flow.webp");
}
@media (max-width: 241.5px) {
  .ready-to-load-img .cheese-flow-picture-background,
  .ready-to-load-img .cheese-flow-picture-background-with-ratio {
    background-image: url("/img/cheese-flow-half.jpg");
  }
  .webp .ready-to-load-img .cheese-flow-picture-background,
  .webp .ready-to-load-img .cheese-flow-picture-background-with-ratio {
    background-image: url("/img/cheese-flow-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .cheese-flow-picture-background,
  .ready-to-load-img .cheese-flow-picture-background-with-ratio {
    background-image: url("/img/cheese-flow-2x.jpg");
  }
  .webp .ready-to-load-img .cheese-flow-picture-background,
  .webp .ready-to-load-img .cheese-flow-picture-background-with-ratio {
    background-image: url("/img/cheese-flow-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 241.5px), (min-resolution: 144dpi) and (max-width: 241.5px) {
  .ready-to-load-img .cheese-flow-picture-background,
  .ready-to-load-img .cheese-flow-picture-background-with-ratio {
    background-image: url("/img/cheese-flow.jpg");
  }
  .webp .ready-to-load-img .cheese-flow-picture-background,
  .webp .ready-to-load-img .cheese-flow-picture-background-with-ratio {
    background-image: url("/img/cheese-flow.webp");
  }
}
.cheese-flow-picture-background-ratio,
.cheese-flow-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.cheese-flow-picture-background-ratio:before,
.cheese-flow-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 32.50517598%;
  padding-bottom: 32.50517598%;
  vertical-align: middle;
}
.chili-helmet-picture img {
  width: 471px;
}
.ready-to-load-img .chili-helmet-picture-background,
.ready-to-load-img .chili-helmet-picture-background-with-ratio {
  background-image: url("/img/chili-helmet.png");
}
.webp .ready-to-load-img .chili-helmet-picture-background,
.webp .ready-to-load-img .chili-helmet-picture-background-with-ratio {
  background-image: url("/img/chili-helmet.webp");
}
@media (max-width: 235.5px) {
  .ready-to-load-img .chili-helmet-picture-background,
  .ready-to-load-img .chili-helmet-picture-background-with-ratio {
    background-image: url("/img/chili-helmet-half.png");
  }
  .webp .ready-to-load-img .chili-helmet-picture-background,
  .webp .ready-to-load-img .chili-helmet-picture-background-with-ratio {
    background-image: url("/img/chili-helmet-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .chili-helmet-picture-background,
  .ready-to-load-img .chili-helmet-picture-background-with-ratio {
    background-image: url("/img/chili-helmet-2x.png");
  }
  .webp .ready-to-load-img .chili-helmet-picture-background,
  .webp .ready-to-load-img .chili-helmet-picture-background-with-ratio {
    background-image: url("/img/chili-helmet-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 235.5px), (min-resolution: 144dpi) and (max-width: 235.5px) {
  .ready-to-load-img .chili-helmet-picture-background,
  .ready-to-load-img .chili-helmet-picture-background-with-ratio {
    background-image: url("/img/chili-helmet.png");
  }
  .webp .ready-to-load-img .chili-helmet-picture-background,
  .webp .ready-to-load-img .chili-helmet-picture-background-with-ratio {
    background-image: url("/img/chili-helmet.webp");
  }
}
.chili-helmet-picture-background-ratio,
.chili-helmet-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.chili-helmet-picture-background-ratio:before,
.chili-helmet-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 40.02123142%;
  padding-bottom: 40.02123142%;
  vertical-align: middle;
}
.chili-logo-picture img {
  width: 224px;
}
.ready-to-load-img .chili-logo-picture-background,
.ready-to-load-img .chili-logo-picture-background-with-ratio {
  background-image: url("/img/chili-logo.png");
}
.webp .ready-to-load-img .chili-logo-picture-background,
.webp .ready-to-load-img .chili-logo-picture-background-with-ratio {
  background-image: url("/img/chili-logo.webp");
}
@media (max-width: 112px) {
  .ready-to-load-img .chili-logo-picture-background,
  .ready-to-load-img .chili-logo-picture-background-with-ratio {
    background-image: url("/img/chili-logo-half.png");
  }
  .webp .ready-to-load-img .chili-logo-picture-background,
  .webp .ready-to-load-img .chili-logo-picture-background-with-ratio {
    background-image: url("/img/chili-logo-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .chili-logo-picture-background,
  .ready-to-load-img .chili-logo-picture-background-with-ratio {
    background-image: url("/img/chili-logo-2x.png");
  }
  .webp .ready-to-load-img .chili-logo-picture-background,
  .webp .ready-to-load-img .chili-logo-picture-background-with-ratio {
    background-image: url("/img/chili-logo-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 112px), (min-resolution: 144dpi) and (max-width: 112px) {
  .ready-to-load-img .chili-logo-picture-background,
  .ready-to-load-img .chili-logo-picture-background-with-ratio {
    background-image: url("/img/chili-logo.png");
  }
  .webp .ready-to-load-img .chili-logo-picture-background,
  .webp .ready-to-load-img .chili-logo-picture-background-with-ratio {
    background-image: url("/img/chili-logo.webp");
  }
}
.chili-logo-picture-background-ratio,
.chili-logo-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.chili-logo-picture-background-ratio:before,
.chili-logo-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 27.90178571%;
  padding-bottom: 27.90178571%;
  vertical-align: middle;
}
.desktop-banner-picture img {
  width: 1440px;
}
.ready-to-load-img .desktop-banner-picture-background,
.ready-to-load-img .desktop-banner-picture-background-with-ratio {
  background-image: url("/img/desktop-banner.jpg");
}
.webp .ready-to-load-img .desktop-banner-picture-background,
.webp .ready-to-load-img .desktop-banner-picture-background-with-ratio {
  background-image: url("/img/desktop-banner.webp");
}
@media (max-width: 720px) {
  .ready-to-load-img .desktop-banner-picture-background,
  .ready-to-load-img .desktop-banner-picture-background-with-ratio {
    background-image: url("/img/desktop-banner-half.jpg");
  }
  .webp .ready-to-load-img .desktop-banner-picture-background,
  .webp .ready-to-load-img .desktop-banner-picture-background-with-ratio {
    background-image: url("/img/desktop-banner-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .desktop-banner-picture-background,
  .ready-to-load-img .desktop-banner-picture-background-with-ratio {
    background-image: url("/img/desktop-banner-2x.jpg");
  }
  .webp .ready-to-load-img .desktop-banner-picture-background,
  .webp .ready-to-load-img .desktop-banner-picture-background-with-ratio {
    background-image: url("/img/desktop-banner-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 720px), (min-resolution: 144dpi) and (max-width: 720px) {
  .ready-to-load-img .desktop-banner-picture-background,
  .ready-to-load-img .desktop-banner-picture-background-with-ratio {
    background-image: url("/img/desktop-banner.jpg");
  }
  .webp .ready-to-load-img .desktop-banner-picture-background,
  .webp .ready-to-load-img .desktop-banner-picture-background-with-ratio {
    background-image: url("/img/desktop-banner.webp");
  }
}
.desktop-banner-picture-background-ratio,
.desktop-banner-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.desktop-banner-picture-background-ratio:before,
.desktop-banner-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 24.54861111%;
  padding-bottom: 24.54861111%;
  vertical-align: middle;
}
.desktop-headline-picture img {
  width: 1170px;
}
.ready-to-load-img .desktop-headline-picture-background,
.ready-to-load-img .desktop-headline-picture-background-with-ratio {
  background-image: url("/img/desktop-headline.png");
}
.webp .ready-to-load-img .desktop-headline-picture-background,
.webp .ready-to-load-img .desktop-headline-picture-background-with-ratio {
  background-image: url("/img/desktop-headline.webp");
}
@media (max-width: 585px) {
  .ready-to-load-img .desktop-headline-picture-background,
  .ready-to-load-img .desktop-headline-picture-background-with-ratio {
    background-image: url("/img/desktop-headline-half.png");
  }
  .webp .ready-to-load-img .desktop-headline-picture-background,
  .webp .ready-to-load-img .desktop-headline-picture-background-with-ratio {
    background-image: url("/img/desktop-headline-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .desktop-headline-picture-background,
  .ready-to-load-img .desktop-headline-picture-background-with-ratio {
    background-image: url("/img/desktop-headline-2x.png");
  }
  .webp .ready-to-load-img .desktop-headline-picture-background,
  .webp .ready-to-load-img .desktop-headline-picture-background-with-ratio {
    background-image: url("/img/desktop-headline-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 585px), (min-resolution: 144dpi) and (max-width: 585px) {
  .ready-to-load-img .desktop-headline-picture-background,
  .ready-to-load-img .desktop-headline-picture-background-with-ratio {
    background-image: url("/img/desktop-headline.png");
  }
  .webp .ready-to-load-img .desktop-headline-picture-background,
  .webp .ready-to-load-img .desktop-headline-picture-background-with-ratio {
    background-image: url("/img/desktop-headline.webp");
  }
}
.desktop-headline-picture-background-ratio,
.desktop-headline-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.desktop-headline-picture-background-ratio:before,
.desktop-headline-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 10.51282051%;
  padding-bottom: 10.51282051%;
  vertical-align: middle;
}
.document-icon-picture img {
  width: 16px;
}
.ready-to-load-img .document-icon-picture-background,
.ready-to-load-img .document-icon-picture-background-with-ratio {
  background-image: url("/img/document-icon.png");
}
.webp .ready-to-load-img .document-icon-picture-background,
.webp .ready-to-load-img .document-icon-picture-background-with-ratio {
  background-image: url("/img/document-icon.webp");
}
@media (max-width: 8px) {
  .ready-to-load-img .document-icon-picture-background,
  .ready-to-load-img .document-icon-picture-background-with-ratio {
    background-image: url("/img/document-icon-half.png");
  }
  .webp .ready-to-load-img .document-icon-picture-background,
  .webp .ready-to-load-img .document-icon-picture-background-with-ratio {
    background-image: url("/img/document-icon-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .document-icon-picture-background,
  .ready-to-load-img .document-icon-picture-background-with-ratio {
    background-image: url("/img/document-icon-2x.png");
  }
  .webp .ready-to-load-img .document-icon-picture-background,
  .webp .ready-to-load-img .document-icon-picture-background-with-ratio {
    background-image: url("/img/document-icon-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 8px), (min-resolution: 144dpi) and (max-width: 8px) {
  .ready-to-load-img .document-icon-picture-background,
  .ready-to-load-img .document-icon-picture-background-with-ratio {
    background-image: url("/img/document-icon.png");
  }
  .webp .ready-to-load-img .document-icon-picture-background,
  .webp .ready-to-load-img .document-icon-picture-background-with-ratio {
    background-image: url("/img/document-icon.webp");
  }
}
.document-icon-picture-background-ratio,
.document-icon-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.document-icon-picture-background-ratio:before,
.document-icon-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 70.3125%;
  padding-bottom: 70.3125%;
  vertical-align: middle;
}
.double-jerseys-picture img {
  width: 764px;
}
.ready-to-load-img .double-jerseys-picture-background,
.ready-to-load-img .double-jerseys-picture-background-with-ratio {
  background-image: url("/img/double-jerseys.png");
}
.webp .ready-to-load-img .double-jerseys-picture-background,
.webp .ready-to-load-img .double-jerseys-picture-background-with-ratio {
  background-image: url("/img/double-jerseys.webp");
}
@media (max-width: 382px) {
  .ready-to-load-img .double-jerseys-picture-background,
  .ready-to-load-img .double-jerseys-picture-background-with-ratio {
    background-image: url("/img/double-jerseys-half.png");
  }
  .webp .ready-to-load-img .double-jerseys-picture-background,
  .webp .ready-to-load-img .double-jerseys-picture-background-with-ratio {
    background-image: url("/img/double-jerseys-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .double-jerseys-picture-background,
  .ready-to-load-img .double-jerseys-picture-background-with-ratio {
    background-image: url("/img/double-jerseys-2x.png");
  }
  .webp .ready-to-load-img .double-jerseys-picture-background,
  .webp .ready-to-load-img .double-jerseys-picture-background-with-ratio {
    background-image: url("/img/double-jerseys-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 382px), (min-resolution: 144dpi) and (max-width: 382px) {
  .ready-to-load-img .double-jerseys-picture-background,
  .ready-to-load-img .double-jerseys-picture-background-with-ratio {
    background-image: url("/img/double-jerseys.png");
  }
  .webp .ready-to-load-img .double-jerseys-picture-background,
  .webp .ready-to-load-img .double-jerseys-picture-background-with-ratio {
    background-image: url("/img/double-jerseys.webp");
  }
}
.double-jerseys-picture-background-ratio,
.double-jerseys-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.double-jerseys-picture-background-ratio:before,
.double-jerseys-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 29.58115183%;
  padding-bottom: 29.58115183%;
  vertical-align: middle;
}
.greatness-background-picture img {
  width: 1919px;
}
.ready-to-load-img .greatness-background-picture-background,
.ready-to-load-img .greatness-background-picture-background-with-ratio {
  background-image: url("/img/greatness-background.jpg");
}
.webp .ready-to-load-img .greatness-background-picture-background,
.webp .ready-to-load-img .greatness-background-picture-background-with-ratio {
  background-image: url("/img/greatness-background.webp");
}
@media (max-width: 959.5px) {
  .ready-to-load-img .greatness-background-picture-background,
  .ready-to-load-img .greatness-background-picture-background-with-ratio {
    background-image: url("/img/greatness-background-half.jpg");
  }
  .webp .ready-to-load-img .greatness-background-picture-background,
  .webp .ready-to-load-img .greatness-background-picture-background-with-ratio {
    background-image: url("/img/greatness-background-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .greatness-background-picture-background,
  .ready-to-load-img .greatness-background-picture-background-with-ratio {
    background-image: url("/img/greatness-background-2x.jpg");
  }
  .webp .ready-to-load-img .greatness-background-picture-background,
  .webp .ready-to-load-img .greatness-background-picture-background-with-ratio {
    background-image: url("/img/greatness-background-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 959.5px), (min-resolution: 144dpi) and (max-width: 959.5px) {
  .ready-to-load-img .greatness-background-picture-background,
  .ready-to-load-img .greatness-background-picture-background-with-ratio {
    background-image: url("/img/greatness-background.jpg");
  }
  .webp .ready-to-load-img .greatness-background-picture-background,
  .webp .ready-to-load-img .greatness-background-picture-background-with-ratio {
    background-image: url("/img/greatness-background.webp");
  }
}
.greatness-background-picture-background-ratio,
.greatness-background-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.greatness-background-picture-background-ratio:before,
.greatness-background-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 31.22720167%;
  padding-bottom: 31.22720167%;
  vertical-align: middle;
}
.hormel-chili-logo-small-picture img {
  width: 135px;
}
.ready-to-load-img .hormel-chili-logo-small-picture-background,
.ready-to-load-img .hormel-chili-logo-small-picture-background-with-ratio {
  background-image: url("/img/hormel-chili-logo-small.png");
}
.webp .ready-to-load-img .hormel-chili-logo-small-picture-background,
.webp .ready-to-load-img .hormel-chili-logo-small-picture-background-with-ratio {
  background-image: url("/img/hormel-chili-logo-small.webp");
}
@media (max-width: 67.5px) {
  .ready-to-load-img .hormel-chili-logo-small-picture-background,
  .ready-to-load-img .hormel-chili-logo-small-picture-background-with-ratio {
    background-image: url("/img/hormel-chili-logo-small-half.png");
  }
  .webp .ready-to-load-img .hormel-chili-logo-small-picture-background,
  .webp .ready-to-load-img .hormel-chili-logo-small-picture-background-with-ratio {
    background-image: url("/img/hormel-chili-logo-small-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .hormel-chili-logo-small-picture-background,
  .ready-to-load-img .hormel-chili-logo-small-picture-background-with-ratio {
    background-image: url("/img/hormel-chili-logo-small-2x.png");
  }
  .webp .ready-to-load-img .hormel-chili-logo-small-picture-background,
  .webp .ready-to-load-img .hormel-chili-logo-small-picture-background-with-ratio {
    background-image: url("/img/hormel-chili-logo-small-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 67.5px), (min-resolution: 144dpi) and (max-width: 67.5px) {
  .ready-to-load-img .hormel-chili-logo-small-picture-background,
  .ready-to-load-img .hormel-chili-logo-small-picture-background-with-ratio {
    background-image: url("/img/hormel-chili-logo-small.png");
  }
  .webp .ready-to-load-img .hormel-chili-logo-small-picture-background,
  .webp .ready-to-load-img .hormel-chili-logo-small-picture-background-with-ratio {
    background-image: url("/img/hormel-chili-logo-small.webp");
  }
}
.hormel-chili-logo-small-picture-background-ratio,
.hormel-chili-logo-small-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.hormel-chili-logo-small-picture-background-ratio:before,
.hormel-chili-logo-small-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 30.74074074%;
  padding-bottom: 30.74074074%;
  vertical-align: middle;
}
.hormel-foods-logo-picture img {
  width: 213px;
}
.ready-to-load-img .hormel-foods-logo-picture-background,
.ready-to-load-img .hormel-foods-logo-picture-background-with-ratio {
  background-image: url("/img/hormel-foods-logo.jpg");
}
.webp .ready-to-load-img .hormel-foods-logo-picture-background,
.webp .ready-to-load-img .hormel-foods-logo-picture-background-with-ratio {
  background-image: url("/img/hormel-foods-logo.webp");
}
@media (max-width: 106.5px) {
  .ready-to-load-img .hormel-foods-logo-picture-background,
  .ready-to-load-img .hormel-foods-logo-picture-background-with-ratio {
    background-image: url("/img/hormel-foods-logo-half.jpg");
  }
  .webp .ready-to-load-img .hormel-foods-logo-picture-background,
  .webp .ready-to-load-img .hormel-foods-logo-picture-background-with-ratio {
    background-image: url("/img/hormel-foods-logo-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .hormel-foods-logo-picture-background,
  .ready-to-load-img .hormel-foods-logo-picture-background-with-ratio {
    background-image: url("/img/hormel-foods-logo-2x.jpg");
  }
  .webp .ready-to-load-img .hormel-foods-logo-picture-background,
  .webp .ready-to-load-img .hormel-foods-logo-picture-background-with-ratio {
    background-image: url("/img/hormel-foods-logo-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 106.5px), (min-resolution: 144dpi) and (max-width: 106.5px) {
  .ready-to-load-img .hormel-foods-logo-picture-background,
  .ready-to-load-img .hormel-foods-logo-picture-background-with-ratio {
    background-image: url("/img/hormel-foods-logo.jpg");
  }
  .webp .ready-to-load-img .hormel-foods-logo-picture-background,
  .webp .ready-to-load-img .hormel-foods-logo-picture-background-with-ratio {
    background-image: url("/img/hormel-foods-logo.webp");
  }
}
.hormel-foods-logo-picture-background-ratio,
.hormel-foods-logo-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.hormel-foods-logo-picture-background-ratio:before,
.hormel-foods-logo-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 23.4741784%;
  padding-bottom: 23.4741784%;
  vertical-align: middle;
}
.jersey-with-rib-picture img {
  width: 517px;
}
.ready-to-load-img .jersey-with-rib-picture-background,
.ready-to-load-img .jersey-with-rib-picture-background-with-ratio {
  background-image: url("/img/jersey-with-rib.png");
}
.webp .ready-to-load-img .jersey-with-rib-picture-background,
.webp .ready-to-load-img .jersey-with-rib-picture-background-with-ratio {
  background-image: url("/img/jersey-with-rib.webp");
}
@media (max-width: 258.5px) {
  .ready-to-load-img .jersey-with-rib-picture-background,
  .ready-to-load-img .jersey-with-rib-picture-background-with-ratio {
    background-image: url("/img/jersey-with-rib-half.png");
  }
  .webp .ready-to-load-img .jersey-with-rib-picture-background,
  .webp .ready-to-load-img .jersey-with-rib-picture-background-with-ratio {
    background-image: url("/img/jersey-with-rib-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .jersey-with-rib-picture-background,
  .ready-to-load-img .jersey-with-rib-picture-background-with-ratio {
    background-image: url("/img/jersey-with-rib-2x.png");
  }
  .webp .ready-to-load-img .jersey-with-rib-picture-background,
  .webp .ready-to-load-img .jersey-with-rib-picture-background-with-ratio {
    background-image: url("/img/jersey-with-rib-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 258.5px), (min-resolution: 144dpi) and (max-width: 258.5px) {
  .ready-to-load-img .jersey-with-rib-picture-background,
  .ready-to-load-img .jersey-with-rib-picture-background-with-ratio {
    background-image: url("/img/jersey-with-rib.png");
  }
  .webp .ready-to-load-img .jersey-with-rib-picture-background,
  .webp .ready-to-load-img .jersey-with-rib-picture-background-with-ratio {
    background-image: url("/img/jersey-with-rib.webp");
  }
}
.jersey-with-rib-picture-background-ratio,
.jersey-with-rib-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.jersey-with-rib-picture-background-ratio:before,
.jersey-with-rib-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 40.32882012%;
  padding-bottom: 40.32882012%;
  vertical-align: middle;
}
.jerseys-with-hem-picture img {
  width: 812px;
}
.ready-to-load-img .jerseys-with-hem-picture-background,
.ready-to-load-img .jerseys-with-hem-picture-background-with-ratio {
  background-image: url("/img/jerseys-with-hem.png");
}
.webp .ready-to-load-img .jerseys-with-hem-picture-background,
.webp .ready-to-load-img .jerseys-with-hem-picture-background-with-ratio {
  background-image: url("/img/jerseys-with-hem.webp");
}
@media (max-width: 406px) {
  .ready-to-load-img .jerseys-with-hem-picture-background,
  .ready-to-load-img .jerseys-with-hem-picture-background-with-ratio {
    background-image: url("/img/jerseys-with-hem-half.png");
  }
  .webp .ready-to-load-img .jerseys-with-hem-picture-background,
  .webp .ready-to-load-img .jerseys-with-hem-picture-background-with-ratio {
    background-image: url("/img/jerseys-with-hem-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .jerseys-with-hem-picture-background,
  .ready-to-load-img .jerseys-with-hem-picture-background-with-ratio {
    background-image: url("/img/jerseys-with-hem-2x.png");
  }
  .webp .ready-to-load-img .jerseys-with-hem-picture-background,
  .webp .ready-to-load-img .jerseys-with-hem-picture-background-with-ratio {
    background-image: url("/img/jerseys-with-hem-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 406px), (min-resolution: 144dpi) and (max-width: 406px) {
  .ready-to-load-img .jerseys-with-hem-picture-background,
  .ready-to-load-img .jerseys-with-hem-picture-background-with-ratio {
    background-image: url("/img/jerseys-with-hem.png");
  }
  .webp .ready-to-load-img .jerseys-with-hem-picture-background,
  .webp .ready-to-load-img .jerseys-with-hem-picture-background-with-ratio {
    background-image: url("/img/jerseys-with-hem.webp");
  }
}
.jerseys-with-hem-picture-background-ratio,
.jerseys-with-hem-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.jerseys-with-hem-picture-background-ratio:before,
.jerseys-with-hem-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 36.94581281%;
  padding-bottom: 36.94581281%;
  vertical-align: middle;
}
.keg-poster-picture img {
  width: 960px;
}
.ready-to-load-img .keg-poster-picture-background,
.ready-to-load-img .keg-poster-picture-background-with-ratio {
  background-image: url("/img/keg-poster.jpg");
}
.webp .ready-to-load-img .keg-poster-picture-background,
.webp .ready-to-load-img .keg-poster-picture-background-with-ratio {
  background-image: url("/img/keg-poster.webp");
}
@media (max-width: 480px) {
  .ready-to-load-img .keg-poster-picture-background,
  .ready-to-load-img .keg-poster-picture-background-with-ratio {
    background-image: url("/img/keg-poster-half.jpg");
  }
  .webp .ready-to-load-img .keg-poster-picture-background,
  .webp .ready-to-load-img .keg-poster-picture-background-with-ratio {
    background-image: url("/img/keg-poster-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .keg-poster-picture-background,
  .ready-to-load-img .keg-poster-picture-background-with-ratio {
    background-image: url("/img/keg-poster-2x.jpg");
  }
  .webp .ready-to-load-img .keg-poster-picture-background,
  .webp .ready-to-load-img .keg-poster-picture-background-with-ratio {
    background-image: url("/img/keg-poster-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 480px), (min-resolution: 144dpi) and (max-width: 480px) {
  .ready-to-load-img .keg-poster-picture-background,
  .ready-to-load-img .keg-poster-picture-background-with-ratio {
    background-image: url("/img/keg-poster.jpg");
  }
  .webp .ready-to-load-img .keg-poster-picture-background,
  .webp .ready-to-load-img .keg-poster-picture-background-with-ratio {
    background-image: url("/img/keg-poster.webp");
  }
}
.keg-poster-picture-background-ratio,
.keg-poster-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.keg-poster-picture-background-ratio:before,
.keg-poster-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 28.125%;
  padding-bottom: 28.125%;
  vertical-align: middle;
}
.phone-banner-picture img {
  width: 373px;
}
.ready-to-load-img .phone-banner-picture-background,
.ready-to-load-img .phone-banner-picture-background-with-ratio {
  background-image: url("/img/phone-banner.jpg");
}
.webp .ready-to-load-img .phone-banner-picture-background,
.webp .ready-to-load-img .phone-banner-picture-background-with-ratio {
  background-image: url("/img/phone-banner.webp");
}
@media (max-width: 186.5px) {
  .ready-to-load-img .phone-banner-picture-background,
  .ready-to-load-img .phone-banner-picture-background-with-ratio {
    background-image: url("/img/phone-banner-half.jpg");
  }
  .webp .ready-to-load-img .phone-banner-picture-background,
  .webp .ready-to-load-img .phone-banner-picture-background-with-ratio {
    background-image: url("/img/phone-banner-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .phone-banner-picture-background,
  .ready-to-load-img .phone-banner-picture-background-with-ratio {
    background-image: url("/img/phone-banner-2x.jpg");
  }
  .webp .ready-to-load-img .phone-banner-picture-background,
  .webp .ready-to-load-img .phone-banner-picture-background-with-ratio {
    background-image: url("/img/phone-banner-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 186.5px), (min-resolution: 144dpi) and (max-width: 186.5px) {
  .ready-to-load-img .phone-banner-picture-background,
  .ready-to-load-img .phone-banner-picture-background-with-ratio {
    background-image: url("/img/phone-banner.jpg");
  }
  .webp .ready-to-load-img .phone-banner-picture-background,
  .webp .ready-to-load-img .phone-banner-picture-background-with-ratio {
    background-image: url("/img/phone-banner.webp");
  }
}
.phone-banner-picture-background-ratio,
.phone-banner-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.phone-banner-picture-background-ratio:before,
.phone-banner-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 80.16085791%;
  padding-bottom: 80.16085791%;
  vertical-align: middle;
}
.phone-headline-picture img {
  width: 354px;
}
.ready-to-load-img .phone-headline-picture-background,
.ready-to-load-img .phone-headline-picture-background-with-ratio {
  background-image: url("/img/phone-headline.png");
}
.webp .ready-to-load-img .phone-headline-picture-background,
.webp .ready-to-load-img .phone-headline-picture-background-with-ratio {
  background-image: url("/img/phone-headline.webp");
}
@media (max-width: 177px) {
  .ready-to-load-img .phone-headline-picture-background,
  .ready-to-load-img .phone-headline-picture-background-with-ratio {
    background-image: url("/img/phone-headline-half.png");
  }
  .webp .ready-to-load-img .phone-headline-picture-background,
  .webp .ready-to-load-img .phone-headline-picture-background-with-ratio {
    background-image: url("/img/phone-headline-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .phone-headline-picture-background,
  .ready-to-load-img .phone-headline-picture-background-with-ratio {
    background-image: url("/img/phone-headline-2x.png");
  }
  .webp .ready-to-load-img .phone-headline-picture-background,
  .webp .ready-to-load-img .phone-headline-picture-background-with-ratio {
    background-image: url("/img/phone-headline-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 177px), (min-resolution: 144dpi) and (max-width: 177px) {
  .ready-to-load-img .phone-headline-picture-background,
  .ready-to-load-img .phone-headline-picture-background-with-ratio {
    background-image: url("/img/phone-headline.png");
  }
  .webp .ready-to-load-img .phone-headline-picture-background,
  .webp .ready-to-load-img .phone-headline-picture-background-with-ratio {
    background-image: url("/img/phone-headline.webp");
  }
}
.phone-headline-picture-background-ratio,
.phone-headline-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.phone-headline-picture-background-ratio:before,
.phone-headline-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 38.06497175%;
  padding-bottom: 38.06497175%;
  vertical-align: middle;
}
.phone-jersey-picture img {
  width: 218px;
}
.ready-to-load-img .phone-jersey-picture-background,
.ready-to-load-img .phone-jersey-picture-background-with-ratio {
  background-image: url("/img/phone-jersey.png");
}
.webp .ready-to-load-img .phone-jersey-picture-background,
.webp .ready-to-load-img .phone-jersey-picture-background-with-ratio {
  background-image: url("/img/phone-jersey.webp");
}
@media (max-width: 109px) {
  .ready-to-load-img .phone-jersey-picture-background,
  .ready-to-load-img .phone-jersey-picture-background-with-ratio {
    background-image: url("/img/phone-jersey-half.png");
  }
  .webp .ready-to-load-img .phone-jersey-picture-background,
  .webp .ready-to-load-img .phone-jersey-picture-background-with-ratio {
    background-image: url("/img/phone-jersey-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .phone-jersey-picture-background,
  .ready-to-load-img .phone-jersey-picture-background-with-ratio {
    background-image: url("/img/phone-jersey-2x.png");
  }
  .webp .ready-to-load-img .phone-jersey-picture-background,
  .webp .ready-to-load-img .phone-jersey-picture-background-with-ratio {
    background-image: url("/img/phone-jersey-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 109px), (min-resolution: 144dpi) and (max-width: 109px) {
  .ready-to-load-img .phone-jersey-picture-background,
  .ready-to-load-img .phone-jersey-picture-background-with-ratio {
    background-image: url("/img/phone-jersey.png");
  }
  .webp .ready-to-load-img .phone-jersey-picture-background,
  .webp .ready-to-load-img .phone-jersey-picture-background-with-ratio {
    background-image: url("/img/phone-jersey.webp");
  }
}
.phone-jersey-picture-background-ratio,
.phone-jersey-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.phone-jersey-picture-background-ratio:before,
.phone-jersey-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 61.46788991%;
  padding-bottom: 61.46788991%;
  vertical-align: middle;
}
.play-button-picture img {
  width: 107px;
}
.ready-to-load-img .play-button-picture-background,
.ready-to-load-img .play-button-picture-background-with-ratio {
  background-image: url("/img/play-button.png");
}
.webp .ready-to-load-img .play-button-picture-background,
.webp .ready-to-load-img .play-button-picture-background-with-ratio {
  background-image: url("/img/play-button.webp");
}
@media (max-width: 53.5px) {
  .ready-to-load-img .play-button-picture-background,
  .ready-to-load-img .play-button-picture-background-with-ratio {
    background-image: url("/img/play-button-half.png");
  }
  .webp .ready-to-load-img .play-button-picture-background,
  .webp .ready-to-load-img .play-button-picture-background-with-ratio {
    background-image: url("/img/play-button-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .play-button-picture-background,
  .ready-to-load-img .play-button-picture-background-with-ratio {
    background-image: url("/img/play-button-2x.png");
  }
  .webp .ready-to-load-img .play-button-picture-background,
  .webp .ready-to-load-img .play-button-picture-background-with-ratio {
    background-image: url("/img/play-button-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 53.5px), (min-resolution: 144dpi) and (max-width: 53.5px) {
  .ready-to-load-img .play-button-picture-background,
  .ready-to-load-img .play-button-picture-background-with-ratio {
    background-image: url("/img/play-button.png");
  }
  .webp .ready-to-load-img .play-button-picture-background,
  .webp .ready-to-load-img .play-button-picture-background-with-ratio {
    background-image: url("/img/play-button.webp");
  }
}
.play-button-picture-background-ratio,
.play-button-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.play-button-picture-background-ratio:before,
.play-button-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 50%;
  padding-bottom: 50%;
  vertical-align: middle;
}
.recipe-tile-background-picture img {
  width: 717px;
}
.ready-to-load-img .recipe-tile-background-picture-background,
.ready-to-load-img .recipe-tile-background-picture-background-with-ratio {
  background-image: url("/img/recipe-tile-background.jpg");
}
.webp .ready-to-load-img .recipe-tile-background-picture-background,
.webp .ready-to-load-img .recipe-tile-background-picture-background-with-ratio {
  background-image: url("/img/recipe-tile-background.webp");
}
@media (max-width: 358.5px) {
  .ready-to-load-img .recipe-tile-background-picture-background,
  .ready-to-load-img .recipe-tile-background-picture-background-with-ratio {
    background-image: url("/img/recipe-tile-background-half.jpg");
  }
  .webp .ready-to-load-img .recipe-tile-background-picture-background,
  .webp .ready-to-load-img .recipe-tile-background-picture-background-with-ratio {
    background-image: url("/img/recipe-tile-background-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .recipe-tile-background-picture-background,
  .ready-to-load-img .recipe-tile-background-picture-background-with-ratio {
    background-image: url("/img/recipe-tile-background-2x.jpg");
  }
  .webp .ready-to-load-img .recipe-tile-background-picture-background,
  .webp .ready-to-load-img .recipe-tile-background-picture-background-with-ratio {
    background-image: url("/img/recipe-tile-background-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 358.5px), (min-resolution: 144dpi) and (max-width: 358.5px) {
  .ready-to-load-img .recipe-tile-background-picture-background,
  .ready-to-load-img .recipe-tile-background-picture-background-with-ratio {
    background-image: url("/img/recipe-tile-background.jpg");
  }
  .webp .ready-to-load-img .recipe-tile-background-picture-background,
  .webp .ready-to-load-img .recipe-tile-background-picture-background-with-ratio {
    background-image: url("/img/recipe-tile-background.webp");
  }
}
.recipe-tile-background-picture-background-ratio,
.recipe-tile-background-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.recipe-tile-background-picture-background-ratio:before,
.recipe-tile-background-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 36.05299861%;
  padding-bottom: 36.05299861%;
  vertical-align: middle;
}
.red-fill-tall-picture img {
  width: 389px;
}
.ready-to-load-img .red-fill-tall-picture-background,
.ready-to-load-img .red-fill-tall-picture-background-with-ratio {
  background-image: url("/img/red-fill-tall.jpg");
}
.webp .ready-to-load-img .red-fill-tall-picture-background,
.webp .ready-to-load-img .red-fill-tall-picture-background-with-ratio {
  background-image: url("/img/red-fill-tall.webp");
}
@media (max-width: 194.5px) {
  .ready-to-load-img .red-fill-tall-picture-background,
  .ready-to-load-img .red-fill-tall-picture-background-with-ratio {
    background-image: url("/img/red-fill-tall-half.jpg");
  }
  .webp .ready-to-load-img .red-fill-tall-picture-background,
  .webp .ready-to-load-img .red-fill-tall-picture-background-with-ratio {
    background-image: url("/img/red-fill-tall-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .red-fill-tall-picture-background,
  .ready-to-load-img .red-fill-tall-picture-background-with-ratio {
    background-image: url("/img/red-fill-tall-2x.jpg");
  }
  .webp .ready-to-load-img .red-fill-tall-picture-background,
  .webp .ready-to-load-img .red-fill-tall-picture-background-with-ratio {
    background-image: url("/img/red-fill-tall-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 194.5px), (min-resolution: 144dpi) and (max-width: 194.5px) {
  .ready-to-load-img .red-fill-tall-picture-background,
  .ready-to-load-img .red-fill-tall-picture-background-with-ratio {
    background-image: url("/img/red-fill-tall.jpg");
  }
  .webp .ready-to-load-img .red-fill-tall-picture-background,
  .webp .ready-to-load-img .red-fill-tall-picture-background-with-ratio {
    background-image: url("/img/red-fill-tall.webp");
  }
}
.red-fill-tall-picture-background-ratio,
.red-fill-tall-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.red-fill-tall-picture-background-ratio:before,
.red-fill-tall-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 86.88946015%;
  padding-bottom: 86.88946015%;
  vertical-align: middle;
}
.red-fill-picture img {
  width: 720px;
}
.ready-to-load-img .red-fill-picture-background,
.ready-to-load-img .red-fill-picture-background-with-ratio {
  background-image: url("/img/red-fill.jpg");
}
.webp .ready-to-load-img .red-fill-picture-background,
.webp .ready-to-load-img .red-fill-picture-background-with-ratio {
  background-image: url("/img/red-fill.webp");
}
@media (max-width: 360px) {
  .ready-to-load-img .red-fill-picture-background,
  .ready-to-load-img .red-fill-picture-background-with-ratio {
    background-image: url("/img/red-fill-half.jpg");
  }
  .webp .ready-to-load-img .red-fill-picture-background,
  .webp .ready-to-load-img .red-fill-picture-background-with-ratio {
    background-image: url("/img/red-fill-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .red-fill-picture-background,
  .ready-to-load-img .red-fill-picture-background-with-ratio {
    background-image: url("/img/red-fill-2x.jpg");
  }
  .webp .ready-to-load-img .red-fill-picture-background,
  .webp .ready-to-load-img .red-fill-picture-background-with-ratio {
    background-image: url("/img/red-fill-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 360px), (min-resolution: 144dpi) and (max-width: 360px) {
  .ready-to-load-img .red-fill-picture-background,
  .ready-to-load-img .red-fill-picture-background-with-ratio {
    background-image: url("/img/red-fill.jpg");
  }
  .webp .ready-to-load-img .red-fill-picture-background,
  .webp .ready-to-load-img .red-fill-picture-background-with-ratio {
    background-image: url("/img/red-fill.webp");
  }
}
.red-fill-picture-background-ratio,
.red-fill-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.red-fill-picture-background-ratio:before,
.red-fill-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 51.38888889%;
  padding-bottom: 51.38888889%;
  vertical-align: middle;
}
.small-keg-picture img {
  width: 233px;
}
.ready-to-load-img .small-keg-picture-background,
.ready-to-load-img .small-keg-picture-background-with-ratio {
  background-image: url("/img/small-keg.png");
}
.webp .ready-to-load-img .small-keg-picture-background,
.webp .ready-to-load-img .small-keg-picture-background-with-ratio {
  background-image: url("/img/small-keg.webp");
}
@media (max-width: 116.5px) {
  .ready-to-load-img .small-keg-picture-background,
  .ready-to-load-img .small-keg-picture-background-with-ratio {
    background-image: url("/img/small-keg-half.png");
  }
  .webp .ready-to-load-img .small-keg-picture-background,
  .webp .ready-to-load-img .small-keg-picture-background-with-ratio {
    background-image: url("/img/small-keg-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .small-keg-picture-background,
  .ready-to-load-img .small-keg-picture-background-with-ratio {
    background-image: url("/img/small-keg-2x.png");
  }
  .webp .ready-to-load-img .small-keg-picture-background,
  .webp .ready-to-load-img .small-keg-picture-background-with-ratio {
    background-image: url("/img/small-keg-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 116.5px), (min-resolution: 144dpi) and (max-width: 116.5px) {
  .ready-to-load-img .small-keg-picture-background,
  .ready-to-load-img .small-keg-picture-background-with-ratio {
    background-image: url("/img/small-keg.png");
  }
  .webp .ready-to-load-img .small-keg-picture-background,
  .webp .ready-to-load-img .small-keg-picture-background-with-ratio {
    background-image: url("/img/small-keg.webp");
  }
}
.small-keg-picture-background-ratio,
.small-keg-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.small-keg-picture-background-ratio:before,
.small-keg-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 49.67811159%;
  padding-bottom: 49.67811159%;
  vertical-align: middle;
}
.sorry-picture img {
  width: 566px;
}
.ready-to-load-img .sorry-picture-background,
.ready-to-load-img .sorry-picture-background-with-ratio {
  background-image: url("/img/sorry.png");
}
.webp .ready-to-load-img .sorry-picture-background,
.webp .ready-to-load-img .sorry-picture-background-with-ratio {
  background-image: url("/img/sorry.webp");
}
@media (max-width: 283px) {
  .ready-to-load-img .sorry-picture-background,
  .ready-to-load-img .sorry-picture-background-with-ratio {
    background-image: url("/img/sorry-half.png");
  }
  .webp .ready-to-load-img .sorry-picture-background,
  .webp .ready-to-load-img .sorry-picture-background-with-ratio {
    background-image: url("/img/sorry-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .sorry-picture-background,
  .ready-to-load-img .sorry-picture-background-with-ratio {
    background-image: url("/img/sorry-2x.png");
  }
  .webp .ready-to-load-img .sorry-picture-background,
  .webp .ready-to-load-img .sorry-picture-background-with-ratio {
    background-image: url("/img/sorry-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 283px), (min-resolution: 144dpi) and (max-width: 283px) {
  .ready-to-load-img .sorry-picture-background,
  .ready-to-load-img .sorry-picture-background-with-ratio {
    background-image: url("/img/sorry.png");
  }
  .webp .ready-to-load-img .sorry-picture-background,
  .webp .ready-to-load-img .sorry-picture-background-with-ratio {
    background-image: url("/img/sorry.webp");
  }
}
.sorry-picture-background-ratio,
.sorry-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.sorry-picture-background-ratio:before,
.sorry-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 9.71731449%;
  padding-bottom: 9.71731449%;
  vertical-align: middle;
}
.tablet-headline-picture img {
  width: 712px;
}
.ready-to-load-img .tablet-headline-picture-background,
.ready-to-load-img .tablet-headline-picture-background-with-ratio {
  background-image: url("/img/tablet-headline.png");
}
.webp .ready-to-load-img .tablet-headline-picture-background,
.webp .ready-to-load-img .tablet-headline-picture-background-with-ratio {
  background-image: url("/img/tablet-headline.webp");
}
@media (max-width: 356px) {
  .ready-to-load-img .tablet-headline-picture-background,
  .ready-to-load-img .tablet-headline-picture-background-with-ratio {
    background-image: url("/img/tablet-headline-half.png");
  }
  .webp .ready-to-load-img .tablet-headline-picture-background,
  .webp .ready-to-load-img .tablet-headline-picture-background-with-ratio {
    background-image: url("/img/tablet-headline-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .tablet-headline-picture-background,
  .ready-to-load-img .tablet-headline-picture-background-with-ratio {
    background-image: url("/img/tablet-headline-2x.png");
  }
  .webp .ready-to-load-img .tablet-headline-picture-background,
  .webp .ready-to-load-img .tablet-headline-picture-background-with-ratio {
    background-image: url("/img/tablet-headline-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 356px), (min-resolution: 144dpi) and (max-width: 356px) {
  .ready-to-load-img .tablet-headline-picture-background,
  .ready-to-load-img .tablet-headline-picture-background-with-ratio {
    background-image: url("/img/tablet-headline.png");
  }
  .webp .ready-to-load-img .tablet-headline-picture-background,
  .webp .ready-to-load-img .tablet-headline-picture-background-with-ratio {
    background-image: url("/img/tablet-headline.webp");
  }
}
.tablet-headline-picture-background-ratio,
.tablet-headline-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.tablet-headline-picture-background-ratio:before,
.tablet-headline-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 17.13483146%;
  padding-bottom: 17.13483146%;
  vertical-align: middle;
}
.tail-great-picture img {
  width: 1193px;
}
.ready-to-load-img .tail-great-picture-background,
.ready-to-load-img .tail-great-picture-background-with-ratio {
  background-image: url("/img/tail-great.png");
}
.webp .ready-to-load-img .tail-great-picture-background,
.webp .ready-to-load-img .tail-great-picture-background-with-ratio {
  background-image: url("/img/tail-great.webp");
}
@media (max-width: 596.5px) {
  .ready-to-load-img .tail-great-picture-background,
  .ready-to-load-img .tail-great-picture-background-with-ratio {
    background-image: url("/img/tail-great-half.png");
  }
  .webp .ready-to-load-img .tail-great-picture-background,
  .webp .ready-to-load-img .tail-great-picture-background-with-ratio {
    background-image: url("/img/tail-great-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .tail-great-picture-background,
  .ready-to-load-img .tail-great-picture-background-with-ratio {
    background-image: url("/img/tail-great-2x.png");
  }
  .webp .ready-to-load-img .tail-great-picture-background,
  .webp .ready-to-load-img .tail-great-picture-background-with-ratio {
    background-image: url("/img/tail-great-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 596.5px), (min-resolution: 144dpi) and (max-width: 596.5px) {
  .ready-to-load-img .tail-great-picture-background,
  .ready-to-load-img .tail-great-picture-background-with-ratio {
    background-image: url("/img/tail-great.png");
  }
  .webp .ready-to-load-img .tail-great-picture-background,
  .webp .ready-to-load-img .tail-great-picture-background-with-ratio {
    background-image: url("/img/tail-great.webp");
  }
}
.tail-great-picture-background-ratio,
.tail-great-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.tail-great-picture-background-ratio:before,
.tail-great-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 11.23218776%;
  padding-bottom: 11.23218776%;
  vertical-align: middle;
}
.tap-into-greatness-background-tile-picture img {
  width: 235.5px;
}
.ready-to-load-img .tap-into-greatness-background-tile-picture-background,
.ready-to-load-img .tap-into-greatness-background-tile-picture-background-with-ratio {
  background-image: url("/img/tap-into-greatness-background-tile.png");
}
.webp .ready-to-load-img .tap-into-greatness-background-tile-picture-background,
.webp .ready-to-load-img .tap-into-greatness-background-tile-picture-background-with-ratio {
  background-image: url("/img/tap-into-greatness-background-tile.webp");
}
@media (max-width: 117.75px) {
  .ready-to-load-img .tap-into-greatness-background-tile-picture-background,
  .ready-to-load-img .tap-into-greatness-background-tile-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-background-tile-half.png");
  }
  .webp .ready-to-load-img .tap-into-greatness-background-tile-picture-background,
  .webp .ready-to-load-img .tap-into-greatness-background-tile-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-background-tile-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .tap-into-greatness-background-tile-picture-background,
  .ready-to-load-img .tap-into-greatness-background-tile-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-background-tile-2x.png");
  }
  .webp .ready-to-load-img .tap-into-greatness-background-tile-picture-background,
  .webp .ready-to-load-img .tap-into-greatness-background-tile-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-background-tile-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 117.75px), (min-resolution: 144dpi) and (max-width: 117.75px) {
  .ready-to-load-img .tap-into-greatness-background-tile-picture-background,
  .ready-to-load-img .tap-into-greatness-background-tile-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-background-tile.png");
  }
  .webp .ready-to-load-img .tap-into-greatness-background-tile-picture-background,
  .webp .ready-to-load-img .tap-into-greatness-background-tile-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-background-tile.webp");
  }
}
.tap-into-greatness-background-tile-picture-background-ratio,
.tap-into-greatness-background-tile-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.tap-into-greatness-background-tile-picture-background-ratio:before,
.tap-into-greatness-background-tile-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 15.71125265%;
  padding-bottom: 15.71125265%;
  vertical-align: middle;
}
.tap-into-greatness-background-picture img {
  width: 3257px;
}
.ready-to-load-img .tap-into-greatness-background-picture-background,
.ready-to-load-img .tap-into-greatness-background-picture-background-with-ratio {
  background-image: url("/img/tap-into-greatness-background.jpg");
}
.webp .ready-to-load-img .tap-into-greatness-background-picture-background,
.webp .ready-to-load-img .tap-into-greatness-background-picture-background-with-ratio {
  background-image: url("/img/tap-into-greatness-background.webp");
}
@media (max-width: 1628.5px) {
  .ready-to-load-img .tap-into-greatness-background-picture-background,
  .ready-to-load-img .tap-into-greatness-background-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-background-half.jpg");
  }
  .webp .ready-to-load-img .tap-into-greatness-background-picture-background,
  .webp .ready-to-load-img .tap-into-greatness-background-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-background-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .tap-into-greatness-background-picture-background,
  .ready-to-load-img .tap-into-greatness-background-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-background-2x.jpg");
  }
  .webp .ready-to-load-img .tap-into-greatness-background-picture-background,
  .webp .ready-to-load-img .tap-into-greatness-background-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-background-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1628.5px), (min-resolution: 144dpi) and (max-width: 1628.5px) {
  .ready-to-load-img .tap-into-greatness-background-picture-background,
  .ready-to-load-img .tap-into-greatness-background-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-background.jpg");
  }
  .webp .ready-to-load-img .tap-into-greatness-background-picture-background,
  .webp .ready-to-load-img .tap-into-greatness-background-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-background.webp");
  }
}
.tap-into-greatness-background-picture-background-ratio,
.tap-into-greatness-background-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.tap-into-greatness-background-picture-background-ratio:before,
.tap-into-greatness-background-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 17.61590421%;
  padding-bottom: 17.61590421%;
  vertical-align: middle;
}
.tap-into-greatness-top-picture img {
  width: 1238px;
}
.ready-to-load-img .tap-into-greatness-top-picture-background,
.ready-to-load-img .tap-into-greatness-top-picture-background-with-ratio {
  background-image: url("/img/tap-into-greatness-top.png");
}
.webp .ready-to-load-img .tap-into-greatness-top-picture-background,
.webp .ready-to-load-img .tap-into-greatness-top-picture-background-with-ratio {
  background-image: url("/img/tap-into-greatness-top.webp");
}
@media (max-width: 619px) {
  .ready-to-load-img .tap-into-greatness-top-picture-background,
  .ready-to-load-img .tap-into-greatness-top-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-top-half.png");
  }
  .webp .ready-to-load-img .tap-into-greatness-top-picture-background,
  .webp .ready-to-load-img .tap-into-greatness-top-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-top-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .tap-into-greatness-top-picture-background,
  .ready-to-load-img .tap-into-greatness-top-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-top-2x.png");
  }
  .webp .ready-to-load-img .tap-into-greatness-top-picture-background,
  .webp .ready-to-load-img .tap-into-greatness-top-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-top-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 619px), (min-resolution: 144dpi) and (max-width: 619px) {
  .ready-to-load-img .tap-into-greatness-top-picture-background,
  .ready-to-load-img .tap-into-greatness-top-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-top.png");
  }
  .webp .ready-to-load-img .tap-into-greatness-top-picture-background,
  .webp .ready-to-load-img .tap-into-greatness-top-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-top.webp");
  }
}
.tap-into-greatness-top-picture-background-ratio,
.tap-into-greatness-top-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.tap-into-greatness-top-picture-background-ratio:before,
.tap-into-greatness-top-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 13.30775444%;
  padding-bottom: 13.30775444%;
  vertical-align: middle;
}
.tap-into-greatness-picture img {
  width: 347px;
}
.ready-to-load-img .tap-into-greatness-picture-background,
.ready-to-load-img .tap-into-greatness-picture-background-with-ratio {
  background-image: url("/img/tap-into-greatness.png");
}
.webp .ready-to-load-img .tap-into-greatness-picture-background,
.webp .ready-to-load-img .tap-into-greatness-picture-background-with-ratio {
  background-image: url("/img/tap-into-greatness.webp");
}
@media (max-width: 173.5px) {
  .ready-to-load-img .tap-into-greatness-picture-background,
  .ready-to-load-img .tap-into-greatness-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-half.png");
  }
  .webp .ready-to-load-img .tap-into-greatness-picture-background,
  .webp .ready-to-load-img .tap-into-greatness-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .tap-into-greatness-picture-background,
  .ready-to-load-img .tap-into-greatness-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-2x.png");
  }
  .webp .ready-to-load-img .tap-into-greatness-picture-background,
  .webp .ready-to-load-img .tap-into-greatness-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 173.5px), (min-resolution: 144dpi) and (max-width: 173.5px) {
  .ready-to-load-img .tap-into-greatness-picture-background,
  .ready-to-load-img .tap-into-greatness-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness.png");
  }
  .webp .ready-to-load-img .tap-into-greatness-picture-background,
  .webp .ready-to-load-img .tap-into-greatness-picture-background-with-ratio {
    background-image: url("/img/tap-into-greatness.webp");
  }
}
.tap-into-greatness-picture-background-ratio,
.tap-into-greatness-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.tap-into-greatness-picture-background-ratio:before,
.tap-into-greatness-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 30.61959654%;
  padding-bottom: 30.61959654%;
  vertical-align: middle;
}
.thank-you-picture img {
  width: 243px;
}
.ready-to-load-img .thank-you-picture-background,
.ready-to-load-img .thank-you-picture-background-with-ratio {
  background-image: url("/img/thank-you.png");
}
.webp .ready-to-load-img .thank-you-picture-background,
.webp .ready-to-load-img .thank-you-picture-background-with-ratio {
  background-image: url("/img/thank-you.webp");
}
@media (max-width: 121.5px) {
  .ready-to-load-img .thank-you-picture-background,
  .ready-to-load-img .thank-you-picture-background-with-ratio {
    background-image: url("/img/thank-you-half.png");
  }
  .webp .ready-to-load-img .thank-you-picture-background,
  .webp .ready-to-load-img .thank-you-picture-background-with-ratio {
    background-image: url("/img/thank-you-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .thank-you-picture-background,
  .ready-to-load-img .thank-you-picture-background-with-ratio {
    background-image: url("/img/thank-you-2x.png");
  }
  .webp .ready-to-load-img .thank-you-picture-background,
  .webp .ready-to-load-img .thank-you-picture-background-with-ratio {
    background-image: url("/img/thank-you-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 121.5px), (min-resolution: 144dpi) and (max-width: 121.5px) {
  .ready-to-load-img .thank-you-picture-background,
  .ready-to-load-img .thank-you-picture-background-with-ratio {
    background-image: url("/img/thank-you.png");
  }
  .webp .ready-to-load-img .thank-you-picture-background,
  .webp .ready-to-load-img .thank-you-picture-background-with-ratio {
    background-image: url("/img/thank-you.webp");
  }
}
.thank-you-picture-background-ratio,
.thank-you-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.thank-you-picture-background-ratio:before,
.thank-you-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 22.42798354%;
  padding-bottom: 22.42798354%;
  vertical-align: middle;
}
.top-keg-picture img {
  width: 494px;
}
.ready-to-load-img .top-keg-picture-background,
.ready-to-load-img .top-keg-picture-background-with-ratio {
  background-image: url("/img/top-keg.png");
}
.webp .ready-to-load-img .top-keg-picture-background,
.webp .ready-to-load-img .top-keg-picture-background-with-ratio {
  background-image: url("/img/top-keg.webp");
}
@media (max-width: 247px) {
  .ready-to-load-img .top-keg-picture-background,
  .ready-to-load-img .top-keg-picture-background-with-ratio {
    background-image: url("/img/top-keg-half.png");
  }
  .webp .ready-to-load-img .top-keg-picture-background,
  .webp .ready-to-load-img .top-keg-picture-background-with-ratio {
    background-image: url("/img/top-keg-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .top-keg-picture-background,
  .ready-to-load-img .top-keg-picture-background-with-ratio {
    background-image: url("/img/top-keg-2x.png");
  }
  .webp .ready-to-load-img .top-keg-picture-background,
  .webp .ready-to-load-img .top-keg-picture-background-with-ratio {
    background-image: url("/img/top-keg-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 247px), (min-resolution: 144dpi) and (max-width: 247px) {
  .ready-to-load-img .top-keg-picture-background,
  .ready-to-load-img .top-keg-picture-background-with-ratio {
    background-image: url("/img/top-keg.png");
  }
  .webp .ready-to-load-img .top-keg-picture-background,
  .webp .ready-to-load-img .top-keg-picture-background-with-ratio {
    background-image: url("/img/top-keg.webp");
  }
}
.top-keg-picture-background-ratio,
.top-keg-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.top-keg-picture-background-ratio:before,
.top-keg-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 79.90890688%;
  padding-bottom: 79.90890688%;
  vertical-align: middle;
}
.video-preview-picture img {
  width: 1392px;
}
.ready-to-load-img .video-preview-picture-background,
.ready-to-load-img .video-preview-picture-background-with-ratio {
  background-image: url("/img/video-preview.jpg");
}
.webp .ready-to-load-img .video-preview-picture-background,
.webp .ready-to-load-img .video-preview-picture-background-with-ratio {
  background-image: url("/img/video-preview.webp");
}
@media (max-width: 696px) {
  .ready-to-load-img .video-preview-picture-background,
  .ready-to-load-img .video-preview-picture-background-with-ratio {
    background-image: url("/img/video-preview-half.jpg");
  }
  .webp .ready-to-load-img .video-preview-picture-background,
  .webp .ready-to-load-img .video-preview-picture-background-with-ratio {
    background-image: url("/img/video-preview-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .video-preview-picture-background,
  .ready-to-load-img .video-preview-picture-background-with-ratio {
    background-image: url("/img/video-preview-2x.jpg");
  }
  .webp .ready-to-load-img .video-preview-picture-background,
  .webp .ready-to-load-img .video-preview-picture-background-with-ratio {
    background-image: url("/img/video-preview-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 696px), (min-resolution: 144dpi) and (max-width: 696px) {
  .ready-to-load-img .video-preview-picture-background,
  .ready-to-load-img .video-preview-picture-background-with-ratio {
    background-image: url("/img/video-preview.jpg");
  }
  .webp .ready-to-load-img .video-preview-picture-background,
  .webp .ready-to-load-img .video-preview-picture-background-with-ratio {
    background-image: url("/img/video-preview.webp");
  }
}
.video-preview-picture-background-ratio,
.video-preview-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.video-preview-picture-background-ratio:before,
.video-preview-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 28.25071839%;
  padding-bottom: 28.25071839%;
  vertical-align: middle;
}
.yellow-fill-tall-picture img {
  width: 381px;
}
.ready-to-load-img .yellow-fill-tall-picture-background,
.ready-to-load-img .yellow-fill-tall-picture-background-with-ratio {
  background-image: url("/img/yellow-fill-tall.jpg");
}
.webp .ready-to-load-img .yellow-fill-tall-picture-background,
.webp .ready-to-load-img .yellow-fill-tall-picture-background-with-ratio {
  background-image: url("/img/yellow-fill-tall.webp");
}
@media (max-width: 190.5px) {
  .ready-to-load-img .yellow-fill-tall-picture-background,
  .ready-to-load-img .yellow-fill-tall-picture-background-with-ratio {
    background-image: url("/img/yellow-fill-tall-half.jpg");
  }
  .webp .ready-to-load-img .yellow-fill-tall-picture-background,
  .webp .ready-to-load-img .yellow-fill-tall-picture-background-with-ratio {
    background-image: url("/img/yellow-fill-tall-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .yellow-fill-tall-picture-background,
  .ready-to-load-img .yellow-fill-tall-picture-background-with-ratio {
    background-image: url("/img/yellow-fill-tall-2x.jpg");
  }
  .webp .ready-to-load-img .yellow-fill-tall-picture-background,
  .webp .ready-to-load-img .yellow-fill-tall-picture-background-with-ratio {
    background-image: url("/img/yellow-fill-tall-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 190.5px), (min-resolution: 144dpi) and (max-width: 190.5px) {
  .ready-to-load-img .yellow-fill-tall-picture-background,
  .ready-to-load-img .yellow-fill-tall-picture-background-with-ratio {
    background-image: url("/img/yellow-fill-tall.jpg");
  }
  .webp .ready-to-load-img .yellow-fill-tall-picture-background,
  .webp .ready-to-load-img .yellow-fill-tall-picture-background-with-ratio {
    background-image: url("/img/yellow-fill-tall.webp");
  }
}
.yellow-fill-tall-picture-background-ratio,
.yellow-fill-tall-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.yellow-fill-tall-picture-background-ratio:before,
.yellow-fill-tall-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 88.71391076%;
  padding-bottom: 88.71391076%;
  vertical-align: middle;
}
.yellow-fill-picture img {
  width: 720px;
}
.ready-to-load-img .yellow-fill-picture-background,
.ready-to-load-img .yellow-fill-picture-background-with-ratio {
  background-image: url("/img/yellow-fill.jpg");
}
.webp .ready-to-load-img .yellow-fill-picture-background,
.webp .ready-to-load-img .yellow-fill-picture-background-with-ratio {
  background-image: url("/img/yellow-fill.webp");
}
@media (max-width: 360px) {
  .ready-to-load-img .yellow-fill-picture-background,
  .ready-to-load-img .yellow-fill-picture-background-with-ratio {
    background-image: url("/img/yellow-fill-half.jpg");
  }
  .webp .ready-to-load-img .yellow-fill-picture-background,
  .webp .ready-to-load-img .yellow-fill-picture-background-with-ratio {
    background-image: url("/img/yellow-fill-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .yellow-fill-picture-background,
  .ready-to-load-img .yellow-fill-picture-background-with-ratio {
    background-image: url("/img/yellow-fill-2x.jpg");
  }
  .webp .ready-to-load-img .yellow-fill-picture-background,
  .webp .ready-to-load-img .yellow-fill-picture-background-with-ratio {
    background-image: url("/img/yellow-fill-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 360px), (min-resolution: 144dpi) and (max-width: 360px) {
  .ready-to-load-img .yellow-fill-picture-background,
  .ready-to-load-img .yellow-fill-picture-background-with-ratio {
    background-image: url("/img/yellow-fill.jpg");
  }
  .webp .ready-to-load-img .yellow-fill-picture-background,
  .webp .ready-to-load-img .yellow-fill-picture-background-with-ratio {
    background-image: url("/img/yellow-fill.webp");
  }
}
.yellow-fill-picture-background-ratio,
.yellow-fill-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.yellow-fill-picture-background-ratio:before,
.yellow-fill-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 51.38888889%;
  padding-bottom: 51.38888889%;
  vertical-align: middle;
}
.yellow-stadium-back-picture img {
  width: 1440px;
}
.ready-to-load-img .yellow-stadium-back-picture-background,
.ready-to-load-img .yellow-stadium-back-picture-background-with-ratio {
  background-image: url("/img/yellow-stadium-back.jpg");
}
.webp .ready-to-load-img .yellow-stadium-back-picture-background,
.webp .ready-to-load-img .yellow-stadium-back-picture-background-with-ratio {
  background-image: url("/img/yellow-stadium-back.webp");
}
@media (max-width: 720px) {
  .ready-to-load-img .yellow-stadium-back-picture-background,
  .ready-to-load-img .yellow-stadium-back-picture-background-with-ratio {
    background-image: url("/img/yellow-stadium-back-half.jpg");
  }
  .webp .ready-to-load-img .yellow-stadium-back-picture-background,
  .webp .ready-to-load-img .yellow-stadium-back-picture-background-with-ratio {
    background-image: url("/img/yellow-stadium-back-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .ready-to-load-img .yellow-stadium-back-picture-background,
  .ready-to-load-img .yellow-stadium-back-picture-background-with-ratio {
    background-image: url("/img/yellow-stadium-back-2x.jpg");
  }
  .webp .ready-to-load-img .yellow-stadium-back-picture-background,
  .webp .ready-to-load-img .yellow-stadium-back-picture-background-with-ratio {
    background-image: url("/img/yellow-stadium-back-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 720px), (min-resolution: 144dpi) and (max-width: 720px) {
  .ready-to-load-img .yellow-stadium-back-picture-background,
  .ready-to-load-img .yellow-stadium-back-picture-background-with-ratio {
    background-image: url("/img/yellow-stadium-back.jpg");
  }
  .webp .ready-to-load-img .yellow-stadium-back-picture-background,
  .webp .ready-to-load-img .yellow-stadium-back-picture-background-with-ratio {
    background-image: url("/img/yellow-stadium-back.webp");
  }
}
.yellow-stadium-back-picture-background-ratio,
.yellow-stadium-back-picture-background-with-ratio {
  background-position: center center;
  background-size: cover;
}
.yellow-stadium-back-picture-background-ratio:before,
.yellow-stadium-back-picture-background-with-ratio:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 17.91666667%;
  padding-bottom: 17.91666667%;
  vertical-align: middle;
}
.page {
  position: relative;
}
.page-landing .jumbo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #ed1c24;
}
.page-landing .jumbo .container {
  max-width: 1000px;
}
.page-landing .jumbo h1 {
  margin: 80px auto;
  position: relative;
  font-size: 0;
  /*
			.tail-great-picture {
				img {
					position: absolute;
					top: 0;
					left: 16%;
					max-width: 80%;
				}
			}
			*/
}
@media (min-width: 1000px) {
  .page-landing .jumbo h1 {
    padding-top: 130px;
  }
}
.page-landing .jumbo h1 .tap-into-greatness-top-picture img,
.page-landing .jumbo h1 .sorry-picture img {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 80%;
  width: 702px;
  transform: translateX(-50%);
}
.page-landing .jumbo h1 .sorry-picture img {
  width: auto;
}
.page-landing .jumbo h1 .top-keg-picture img {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-6.03%);
}
@media (max-width: 1000px) {
  .page-landing .jumbo h1 .top-keg-picture img {
    width: 395px;
    padding-top: 14%;
  }
}
.page-landing .jumbo h1 .sorry-picture + .top-keg-picture img {
  margin-top: -60px;
}
.page-landing .jumbo .msg-holder {
  text-align: center;
}
.page-landing .jumbo .msg {
  margin: 20px auto 80px auto;
  font-weight: 600;
}
.page-landing .jumbo .msg p {
  font-size: 15.2pt;
  text-transform: uppercase;
  color: #fccb12;
}
.page-landing .jumbo .msg .white-button {
  font-size: 15.2pt;
  background-color: #fccb12;
  color: #970e1a;
  padding: 8px 14px;
  border-radius: 15x;
}
.page-landing .jumbo .msg .right,
.page-landing .jumbo .msg .left {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.page-landing .jumbo .msg .center {
  padding: 0 20px;
}
.page-landing .jumbo .msg .center p {
  margin: 10px auto;
  max-width: 500px;
}
@media (min-width: 770px) {
  .page-landing .jumbo .msg {
    display: inline-grid;
    column-gap: 20px;
    grid-template-columns: auto 355px;
  }
  .page-landing .jumbo .msg .left {
    text-align: right;
  }
  .page-landing .jumbo .msg .right {
    text-align: left;
  }
  .page-landing .jumbo .msg .center {
    text-align: center;
    grid-column: span 2;
  }
}
@media (min-width: 1170px) {
  .page-landing .jumbo {
    background-position: center center;
  }
}
.page-landing .jumbo .container {
  padding-left: 0;
  padding-right: 0;
}
.page-landing .four-up {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.page-landing .four-up .tap-into:before,
.page-landing .four-up .keg:before,
.page-landing .four-up .diem:before,
.page-landing .four-up .cheese-flow:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 32.29166665%;
  padding-bottom: 32.29166665%;
  vertical-align: middle;
}
.page-landing .four-up .tap-into,
.page-landing .four-up .keg,
.page-landing .four-up .diem {
  background-color: #970e1a;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-landing .four-up .tap-into img,
.page-landing .four-up .keg img,
.page-landing .four-up .diem img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.page-landing .four-up .tap-into {
  background-color: #970e1a;
}
.page-landing .four-up .keg {
  background-color: #ed1c24;
}
.page-landing .four-up .diem {
  background-color: #ffce00;
}
.page-landing .four-up .tap-into {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/img/animations/hand-pump-mobile.gif');
}
@media (min-width: 770px) {
  .page-landing .four-up .tap-into {
    background-image: url('/img/animations/hand-pump-desk.gif');
  }
}
.webp .page-landing .four-up .tap-into {
  background-image: url('/img/animations/hand-pump.webp');
}
@media (min-width: 770px) {
  .webp .page-landing .four-up .tap-into {
    background-image: url('/img/animations/hand-pump.webp');
  }
}
.page-landing .four-up .keg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/img/animations/stocked-mobile.gif');
}
@media (min-width: 770px) {
  .page-landing .four-up .keg {
    background-image: url('/img/animations/stocked-desk.gif');
  }
}
.webp .page-landing .four-up .keg {
  background-image: url('/img/animations/stocked.webp');
}
@media (min-width: 770px) {
  .webp .page-landing .four-up .keg {
    background-image: url('/img/animations/stocked.webp');
  }
}
.page-landing .four-up .diem {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/img/animations/diem-mobile.gif');
}
@media (min-width: 770px) {
  .page-landing .four-up .diem {
    background-image: url('/img/animations/diem-desk.gif');
  }
}
.webp .page-landing .four-up .diem {
  background-image: url('/img/animations/diem.webp');
}
@media (min-width: 770px) {
  .webp .page-landing .four-up .diem {
    background-image: url('/img/animations/diem.webp');
  }
}
.page-landing .four-up .cheese-flow {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/img/animations/cheese-pump-mobile.gif');
}
@media (min-width: 770px) {
  .page-landing .four-up .cheese-flow {
    background-image: url('/img/animations/cheese-pump-desk.gif');
  }
}
.webp .page-landing .four-up .cheese-flow {
  background-image: url('/img/animations/cheese-pump.webp');
}
@media (min-width: 770px) {
  .webp .page-landing .four-up .cheese-flow {
    background-image: url('/img/animations/cheese-pump.webp');
  }
}
@media (min-width: 770px) {
  .page-landing .four-up {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.page-landing .tap-into-greatness {
  background-position: center center;
  background-image: url("/img/tap-into-greatness-background-tile.png");
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-landing .tap-into-greatness {
    background-image: url("/img/tap-into-greatness-background-tile-2x.png");
  }
}
.page-landing .tap-into-greatness .container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/img/keg-poster.jpg");
  position: relative;
  max-width: 702px;
  cursor: pointer;
}
.page-landing .tap-into-greatness .container:before {
  content: '\00a0';
  display: inline-block;
  width: 0;
  font-size: 0;
  height: 0;
  padding-top: 28.125%;
  padding-bottom: 28.125%;
  vertical-align: middle;
}
.webp .page-landing .tap-into-greatness .container {
  background-image: url("/img/keg-poster.webp");
}
@media (max-width: 480px) {
  .page-landing .tap-into-greatness .container {
    background-image: url("/img/keg-poster-half.jpg");
  }
  .webp .page-landing .tap-into-greatness .container {
    background-image: url("/img/keg-poster-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-landing .tap-into-greatness .container {
    background-image: url("/img/keg-poster-2x.jpg");
  }
  .webp .page-landing .tap-into-greatness .container {
    background-image: url("/img/keg-poster-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 480px), (min-resolution: 144dpi) and (max-width: 480px) {
  .page-landing .tap-into-greatness .container {
    background-image: url("/img/keg-poster.jpg");
  }
  .webp .page-landing .tap-into-greatness .container {
    background-image: url("/img/keg-poster.webp");
  }
}
.page-landing .tap-into-greatness .container #player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.page-landing .tap-into-greatness .container .play-button-picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.page-landing .taste-the-glory {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #ffce00;
}
.page-landing .taste-the-glory .container {
  display: grid;
  max-width: 770px;
  column-gap: 60px;
}
@media (min-width: 770px) {
  .page-landing .taste-the-glory .container {
    grid-template-columns: 3fr 10fr;
  }
}
.page-landing .taste-the-glory .msg h1 {
  font-size: 42.56pt;
  font-weight: 800;
  color: #ea242e;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: .2em;
}
.page-landing .taste-the-glory .msg p {
  color: #970e1a;
}
.page-landing .taste-the-glory .enter-part {
  color: #970e1a;
}
.page-landing .taste-the-glory .enter-part input,
.page-landing .taste-the-glory .enter-part select {
  border-radius: 0;
}
.page-landing .taste-the-glory .enter-part a {
  color: #970e1a;
}
.page-landing .taste-the-glory .enter-part button {
  border: 0;
  background-color: #ea242e;
  color: white;
  border-radius: 0;
  float: right;
  font-size: 22.2px;
  padding: 16px 28px;
}
.page-landing .taste-the-glory .enter-part .ei-css-grid .row {
  row-gap: 0px;
}
.std-header {
  color: white;
  background-color: #970e1a;
  position: relative;
  z-index: 15;
}
@media (min-width: 770px) {
}
.std-header .logo {
  color: white;
  text-decoration: none;
}
.std-header .logo img {
  max-width: 80%;
}
.std-header .menu {
  list-style: none;
}
.std-header .menu li {
  margin-left: 10px;
  padding-bottom: 10px;
}
.std-header .menu li a {
  font-size: 12.16pt;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 2px;
}
@media (min-width: 1170px) {
  .std-header .menu {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr repeat(3, auto);
    width: 100%;
    align-items: center;
  }
  .std-header .menu li {
    text-align: center;
    padding: 20px 10px;
  }
  .std-header .menu li.top-logo {
    position: relative;
    align-self: start;
    padding: 0 10px;
  }
  .std-header .menu li.top-logo img {
    position: absolute;
    left: 30px;
  }
  .std-header .m-header {
    display: none;
  }
}
@media (max-width: 1170px) {
  .std-header nav {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 21;
    top: 0;
    left: -20000px;
    max-width: 350px;
    opacity: 0;
    transition: opacity .3s;
    overflow: auto;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
    background-color: black;
  }
  .std-header nav .menu {
    padding: 0;
  }
  .std-header nav > li {
    display: block;
    text-align: center;
  }
  .std-header nav > li > a {
    text-align: center;
    font-weight: 600;
  }
  .std-header nav > li > ul {
    position: relative;
    left: auto;
    opacity: 1;
    text-align: center;
  }
  .std-header nav > li > ul a {
    text-align: center;
  }
  .std-header nav .top-logo {
    display: none;
  }
  .std-header nav.open {
    left: 0;
    opacity: 1;
  }
  .std-header .m-header {
    display: block;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    z-index: 19;
    height: 60px;
    background-color: #970e1a;
  }
  .std-header .m-header .hormel-chili-logo-small-picture img {
    position: absolute;
    left: 30px;
  }
  .std-header + * {
    margin-top: 60px;
  }
  .std-header .tribar {
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
  }
  .std-header .tribar .one,
  .std-header .tribar .two,
  .std-header .tribar .three {
    border-bottom: solid 3px;
    border-color: white;
  }
  .std-header .tribar .two {
    margin: 7px 0;
  }
}
header {
  color: white;
  background-color: #970e1a;
  position: relative;
  z-index: 15;
}
@media (min-width: 770px) {
}
header .logo {
  color: white;
  text-decoration: none;
}
header .logo img {
  max-width: 80%;
}
header .menu {
  list-style: none;
}
header .menu li {
  margin-left: 10px;
  padding-bottom: 10px;
}
header .menu li a {
  font-size: 12.16pt;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-top: 2px;
}
@media (min-width: 1170px) {
  header .menu {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr repeat(3, auto);
    width: 100%;
    align-items: center;
  }
  header .menu li {
    text-align: center;
    padding: 20px 10px;
  }
  header .menu li.top-logo {
    position: relative;
    align-self: start;
    padding: 0 10px;
  }
  header .menu li.top-logo img {
    position: absolute;
    left: 30px;
  }
  header .m-header {
    display: none;
  }
}
@media (max-width: 1170px) {
  header nav {
    position: fixed;
    width: 100%;
    width: 100vw;
    height: 100%;
    height: 100vh;
    z-index: 21;
    top: 0;
    left: -20000px;
    max-width: 350px;
    opacity: 0;
    transition: opacity .3s;
    overflow: auto;
    padding: 50px 15px 0 15px;
    box-sizing: border-box;
    background-color: black;
  }
  header nav .menu {
    padding: 0;
  }
  header nav > li {
    display: block;
    text-align: center;
  }
  header nav > li > a {
    text-align: center;
    font-weight: 600;
  }
  header nav > li > ul {
    position: relative;
    left: auto;
    opacity: 1;
    text-align: center;
  }
  header nav > li > ul a {
    text-align: center;
  }
  header nav .top-logo {
    display: none;
  }
  header nav.open {
    left: 0;
    opacity: 1;
  }
  header .m-header {
    display: block;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    z-index: 19;
    height: 60px;
    background-color: #970e1a;
  }
  header .m-header .hormel-chili-logo-small-picture img {
    position: absolute;
    left: 30px;
  }
  header + * {
    margin-top: 60px;
  }
  header .tribar {
    width: 30px;
    margin: 10px 10px 0 0;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
  }
  header .tribar .one,
  header .tribar .two,
  header .tribar .three {
    border-bottom: solid 3px;
    border-color: white;
  }
  header .tribar .two {
    margin: 7px 0;
  }
}
footer#colophon {
  background-color: #970e1a;
  padding: 40px 20px;
}
footer#colophon .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: .4em;
}
footer#colophon .menu li {
  display: inline-block;
  padding: 0;
}
footer#colophon .menu li a {
  font-size: 9.12pt;
  color: white;
  text-decoration: none;
  font-weight: 800;
  border-right: solid 1px white;
  padding: 0 10px;
}
footer#colophon .menu li:first-child a {
  padding-left: 0;
}
footer#colophon .menu li:last-of-type a {
  border-right: 0;
}
footer#colophon .copyright {
  font-size: 9.12pt;
  color: white;
}
@supports (display: grid) {
  footer#colophon .site-info {
    display: grid;
    text-align: center;
  }
  @media (min-width: 770px) {
    footer#colophon .site-info {
      grid-template-columns: 1fr auto;
      text-align: left;
    }
  }
  footer#colophon .logo {
    align-self: center;
  }
}
.page-early {
  display: grid;
  min-height: 101vh;
  grid-template-rows: auto 1fr auto;
}
.page-early header .m-header {
  top: 0;
}
.page-early .jumbo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/img/yellow-stadium-back.jpg");
  position: relative;
  padding-top: 60px;
  display: flex;
  align-items: center;
}
.webp .page-early .jumbo {
  background-image: url("/img/yellow-stadium-back.webp");
}
@media (max-width: 720px) {
  .page-early .jumbo {
    background-image: url("/img/yellow-stadium-back-half.jpg");
  }
  .webp .page-early .jumbo {
    background-image: url("/img/yellow-stadium-back-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-early .jumbo {
    background-image: url("/img/yellow-stadium-back-2x.jpg");
  }
  .webp .page-early .jumbo {
    background-image: url("/img/yellow-stadium-back-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 720px), (min-resolution: 144dpi) and (max-width: 720px) {
  .page-early .jumbo {
    background-image: url("/img/yellow-stadium-back.jpg");
  }
  .webp .page-early .jumbo {
    background-image: url("/img/yellow-stadium-back.webp");
  }
}
.page-early .jumbo .container {
  margin: 0 auto;
}
@media (min-width: 1170px) {
}
.page-early .jumbo .intro {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  row-gap: 30px;
  align-items: end;
}
@media (min-width: 770px) {
  .page-early .jumbo .intro {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.page-early .jumbo .intro .msg {
  align-self: start;
  color: white;
}
@media (min-width: 770px) {
  .page-early .jumbo .intro .msg {
    padding-right: 60px;
    padding-bottom: 70px;
  }
}
.page-early .jumbo .intro .msg h1 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: .9em;
  margin-bottom: 0;
  font-size: 30.4pt;
}
.page-early .jumbo .intro .msg p {
  font-size: 12.16pt;
  max-width: 500px;
}
.page-early .jumbo .intro .msg .small-print {
  font-size: 7.6pt;
  font-weight: 600;
}
@media (min-width: 1170px) {
  .page-early .jumbo .intro .msg h1 {
    font-size: 45.6pt;
  }
  .page-early .jumbo .intro .msg p {
    font-size: 15.2pt;
  }
}
.page-early .jumbo .intro .jersey {
  position: relative;
  align-self: end;
  /*
				.jerseys-with-hem-picture img {
					display: none;
				}
				.double-jerseys-picture img {
					display: block;
				}
				
				.tablet({
					.double-jerseys-picture img {
						display: none;
					}
					.jerseys-with-hem-picture img {
						display: block;
					}
				});
				*/
}
.page-early .jumbo .intro .jersey .jerseys-with-hem-picture img,
.page-early .jumbo .intro .jersey .double-jerseys-picture img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.page-enter .jumbo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/img/desktop-banner.jpg");
  position: relative;
  padding-top: 60px;
  padding-bottom: 140px;
}
.webp .page-enter .jumbo {
  background-image: url("/img/desktop-banner.webp");
}
@media (max-width: 720px) {
  .page-enter .jumbo {
    background-image: url("/img/desktop-banner-half.jpg");
  }
  .webp .page-enter .jumbo {
    background-image: url("/img/desktop-banner-half.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  .page-enter .jumbo {
    background-image: url("/img/desktop-banner-2x.jpg");
  }
  .webp .page-enter .jumbo {
    background-image: url("/img/desktop-banner-2x.webp");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 720px), (min-resolution: 144dpi) and (max-width: 720px) {
  .page-enter .jumbo {
    background-image: url("/img/desktop-banner.jpg");
  }
  .webp .page-enter .jumbo {
    background-image: url("/img/desktop-banner.webp");
  }
}
.page-enter .jumbo:before {
  content: '\00a0';
  display: block;
  background-color: rgba(151, 14, 26, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  mix-blend-mode: hard-light;
}
.page-enter .jumbo .intro {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  row-gap: 30px;
  align-items: center;
}
@media (min-width: 770px) {
  .page-enter .jumbo .intro {
    grid-template-columns: 2fr 3fr;
  }
}
.page-enter .jumbo .intro .msg {
  padding-right: 60px;
  color: white;
}
.page-enter .jumbo .intro .msg h1 {
  font-weight: 700;
  font-size: 49.4pt;
  text-transform: uppercase;
  line-height: .9em;
  margin-bottom: 0;
}
.page-enter .jumbo .intro .msg p {
  font-size: 15.2pt;
}
.page-enter .jumbo .intro .jersey {
  position: relative;
}
.page-enter .jumbo .intro .jersey .double-jerseys-picture img {
  width: 100%;
}
.page-enter .jumbo .intro .jersey .chili-helmet-picture img {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translate(-50%);
  width: 60%;
}
.page-enter .entry {
  background-color: #fccb12;
  color: #970e1a;
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-enter .entry .txt {
  font-weight: 600;
}
.page-enter .entry input,
.page-enter .entry select {
  border-radius: 8px;
  padding: 12px;
  color: #970e1a;
}
.page-enter .entry input::placeholder {
  color: #970e1a;
}
.page-enter .entry input[type=checkbox] {
  margin-top: 0;
}
.page-enter .entry .ei-form,
.page-enter .entry .ei-form .row {
  row-gap: 0;
}
.page-enter .entry .rules {
  margin-top: 40px;
}
.page-enter .entry .rules a {
  color: inherit;
}
.page-enter .entry .rules .row {
  align-items: center;
}
.page-enter .entry .rules + .rules {
  margin-top: 0;
}
.page-enter .entry .submission {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-enter .entry .submission button {
  font-size: 12.16pt;
  text-transform: none;
  border: 0;
  background-color: #ea242e;
  color: white;
  padding-left: 80px;
  padding-right: 80px;
}
.page-enter .fine-print {
  font-size: 10.64pt;
}
.page-rules .color {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #970e1a;
}
.page-rules .color .container {
  padding-left: 0px;
  padding-right: 0px;
}
.page-rules .color p:first-child strong:first-child {
  text-transform: uppercase;
  display: block;
  font-size: 19pt;
  font-weight: 600;
  margin-bottom: 14px;
}
.page-rules .color:nth-child(3n-1) {
  background-color: #ea242e;
  color: white;
}
.page-rules .color:nth-child(3n-2),
.page-rules .color:nth-child(1) {
  background-color: #fccb12;
  color: #ea242e;
}
.page-rules a {
  color: inherit;
}
.page-thanks .jumbo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #ed1c24;
}
.page-thanks .jumbo h1 {
  margin: 80px auto;
  position: relative;
  font-size: 0;
}
.page-thanks .jumbo h1 img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.page-thanks .jumbo .msg {
  column-gap: 20px;
  max-width: 350px;
  margin: 20px auto 80px auto;
  text-align: center;
  font-weight: 600;
}
.page-thanks .jumbo .msg p {
  font-size: 15.2pt;
  text-transform: uppercase;
  color: #fccb12;
}
.page-thanks .jumbo .msg .white-button {
  font-size: 15.2pt;
  background-color: #fccb12;
  color: #970e1a;
  border-radius: 22px;
  font-weight: 800;
}
.page-thanks .jumbo .msg .visit-site {
  margin-top: 120px;
}
.page-thanks .jumbo .container {
  padding-left: 0;
  padding-right: 0;
  margin: auto;
}
