@charset "UTF-8";
/*@import
    'utilities/variables', 
    'utilities/functions',
    'utilities/mixins',
    'utilities/animations';*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*Test*/
/*@include foundation-global-styles;*/
/*@include foundation-forms;*/
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(19.78, 104.06, 159.96);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 81.25em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 106.25em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.cell.shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 81.25em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 106.25em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 106.25em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 81.25em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 106.25em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 81.25em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 106.25em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 81.25em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media screen and (min-width: 106.25em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 106.25em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 106.25em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 106.25em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 81.25em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 81.25em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 106.25em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 81.25em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 106.25em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 106.25em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 106.25em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 106.25em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 106.25em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 106.25em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 106.25em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media screen and (min-width: 81.25em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media screen and (min-width: 106.25em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 81.25em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
@media screen and (min-width: 106.25em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 106.25em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 81.25em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 106.25em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 81.25em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 106.25em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 81.25em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 106.25em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 106.25em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 81.25em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 106.25em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 81.25em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 106.25em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 81.25em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media screen and (min-width: 106.25em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media screen and (min-width: 81.25em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media screen and (min-width: 106.25em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}
.small-centered {
  margin-right: auto;
  margin-left: auto;
}

.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}
.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 81.25em) {
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xlarge-uncentered, .xlarge-uncentered:last-child:not(:first-child), .xlarge-push-0, .xlarge-push-0:last-child:not(:first-child), .xlarge-pull-0, .xlarge-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .xlarge-uncentered:last-child:not(:first-child), .xlarge-push-0:last-child:not(:first-child), .xlarge-pull-0:last-child:not(:first-child) {
    float: right;
  }
  .xlarge-uncentered, .xlarge-push-0, .xlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 106.25em) {
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xxlarge-uncentered, .xxlarge-uncentered:last-child:not(:first-child), .xxlarge-push-0, .xxlarge-push-0:last-child:not(:first-child), .xxlarge-pull-0, .xxlarge-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .xxlarge-uncentered:last-child:not(:first-child), .xxlarge-push-0:last-child:not(:first-child), .xxlarge-pull-0:last-child:not(:first-child) {
    float: right;
  }
  .xxlarge-uncentered, .xxlarge-push-0, .xxlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

[data-whatinput=mouse] .button {
  outline: 0;
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: rgb(19.55, 102.85, 158.1);
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(18.4, 96.8, 148.8);
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(11.5, 60.5, 93);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(11.5, 60.5, 93);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

/*@include foundation-button-group;*/
/*@include foundation-close-button;*/
/*@include foundation-label;
@include foundation-progress-bar;
@include foundation-slider;
@include foundation-switch;
@include foundation-table;*/
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

/*@include foundation-badge;
@include foundation-callout;*/
/*@include foundation-card;*/
/*@include foundation-dropdown;
@include foundation-pagination;
@include foundation-tooltip;
*/
/*@include foundation-accordion;
@include foundation-media-object;
@include foundation-orbit;
@include foundation-tabs;
@include foundation-thumbnail;
*/
.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

/*@include foundation-menu;
@include foundation-menu-icon;
@include foundation-accordion-menu;*/
.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

/*@include foundation-dropdown-menu;*/
/*@include foundation-off-canvas;
@include foundation-reveal;
@include foundation-sticky;
@include foundation-title-bar;
@include foundation-top-bar;
*/
/*@include foundation-float-classes;*/
.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 81.25em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media screen and (min-width: 106.25em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 81.25em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 106.25em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 81.24875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 81.25em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 81.25em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 81.24875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 81.25em) and (max-width: 106.24875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 81.24875em), screen and (min-width: 106.25em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 106.25em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 106.24875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 106.25em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 106.24875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* Screen reader only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 1.5rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
  font-size: 1rem;
  font-weight: bold;
}
#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 1.2rem;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.uppercase {
  text-transform: uppercase;
}

.sticky { /* Safari */
  position: sticky;
  top: 0;
  left: 0;
  transform: none;
  -webkit-transform: none;
}
@media only screen and (max-width: 40em) {
  .sticky.medium-up {
    position: relative;
  }
}

input.expanded {
  width: 100%;
}

input[type=checkbox].large {
  width: 32px;
  height: 32px;
}

input[type=radio] {
  cursor: pointer;
}

.v-align-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: center;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-us-links {
  font-size: 1rem;
}

/* Fix for IE11 background scrolling */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html {
    overflow: hidden;
    height: 100%;
  }
  body {
    overflow: auto;
    height: 100%;
  }
}
.selectable-list a {
  background-color: #2196f3;
  color: white;
  display: block;
  padding: 10px;
  text-align: center;
}
.selectable-list a > p {
  margin: 0;
}
.selectable-list a.selected {
  background-color: #22bb5b;
}

/**
* Basic typography style for copy text
*/
body, a, input, select, textarea {
  font-family: "Rubik", sans-serif;
}

body {
  color: #565656;
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", sans-serif;
}

h1 {
  font-size: 3rem;
}
h1 small {
  font-size: 0.8rem;
  color: #757575;
}
@media screen and (min-width: 40em) {
  h1.medium-inline {
    display: inline;
  }
}

h4 i {
  margin-right: 20px;
}
h4.underline {
  border-bottom: 2px solid #dcdcdc;
}

textarea {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a {
  color: #c00;
}

em {
  font-style: normal;
}

p.large, span.large, ul.large {
  font-size: 1rem;
}

.text-strikethrough {
  text-decoration: line-through;
}

.text-warning {
  font-weight: bold;
  color: red;
}
.text-warning a {
  color: #1779ba;
}

.text-price-sale {
  font-weight: bold;
  color: red;
}

html, body, .msv {
  height: 100%;
}

.off-canvas-content {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.page-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.hero-image img {
  width: 100%;
  display: block;
}

#cookies-eu-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: black;
  color: white;
  width: 100%;
  font-size: 1rem;
  padding: 10px;
}
#cookies-eu-banner .button {
  margin: 0;
  padding: 5px;
}
#cookies-eu-banner .button.alert {
  border: 0;
}

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.social-bar {
  font-size: 1rem;
  text-transform: uppercase;
}
.social-bar a {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-bar a strong {
  font-size: 0.75rem;
  margin-left: 10px;
}
.social-bar i {
  font-size: 2rem;
}
.social-bar .fb {
  background: #3C5A9A;
}
.social-bar .fb:hover {
  background: #2A3F6B;
}
.social-bar .tw {
  background: #1DA1F3;
}
.social-bar .tw:hover {
  background: #1470AA;
}
.social-bar .ig {
  background: #EF6429;
}
.social-bar .ig:hover {
  background: #A7461D;
}
.social-bar .nws {
  background: #D60000;
}
.social-bar .nws:hover {
  background: #950000;
}
.social-bar .yt {
  background: #FF0000;
}
.social-bar .yt:hover {
  background: #d60000;
}
.social-bar .tt {
  background: black;
}
.social-bar .tt:hover {
  background: black;
}
.social-bar .wb {
  background: #525252;
}
.social-bar .wb:hover {
  background: #383838;
}
.social-bar .wb i.fa-stack-1x {
  color: #525252;
  font-size: 1.4rem;
}
.social-bar .ts {
  background: #e3e3e3;
}
.social-bar .ts i {
  color: black;
}
.social-bar .ts:hover {
  background: rgba(227, 227, 227, 0.631372549);
}

/*@import
    'componentsv1/video-container',
    'componentsv1/calendar',
    'components/photo-gallery',
    'componentsv1/pagination',
    'components/basket',
    'components/toast',
    'components/data-table';*/
body, a, input, select, textarea {
  font-family: "Rubik", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", sans-serif;
}

html {
  scroll-behavior: smooth;
}

app {
  /*min-height: 100%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 16px;
  scrollbar-gutter: stable;
}
body.modal-opened {
  padding-right: 17px;
  overflow: hidden;
}
body.toast-visible #header {
  z-index: 101;
}
body.menu-open {
  overflow: hidden;
}

header {
  position: fixed;
  z-index: 1001;
  width: 100%;
  /*scrollbar-gutter: stable;*/
}
header .logo img {
  overflow: hidden;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .logo:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
header .menu-popup-overlay {
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  height: 100%;
  width: 25vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-y: auto;
}
@media (max-width: 106.25em) {
  header .menu-popup-overlay {
    width: 33vw;
  }
}
@media (max-width: 82em) {
  header .menu-popup-overlay {
    width: 50vw;
  }
}
@media (max-width: 64em) {
  header .menu-popup-overlay {
    width: 60vw;
  }
}
@media (max-width: 40em) {
  header .menu-popup-overlay {
    width: 100vw;
  }
}
header .sub-menu {
  width: 100%;
  height: 100%;
  color: black;
  text-transform: uppercase;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header .sub-menu .widget-header {
  color: black;
  padding: 0 4px 15px 5px;
  display: none;
}
header .sub-menu .widget-header .grid-x {
  border-bottom: 5px solid black;
  min-height: 50px;
  padding-bottom: 5px; /*long menu names need this */
}
header .sub-menu .widget-header .text {
  padding-left: 0;
}
header .sub-menu .widget-header .logo {
  width: 30px;
  height: 30px;
  bottom: -10px;
  right: -16px;
  font-size: 1.4rem;
  color: black;
}
header .sub-menu .widget-header {
  /*h5 {
      transform: skew(12deg) translateX(-4px);
  }*/
}
header .sub-menu.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .sub-menu.open > .grid-x {
  width: 100%;
  height: 100%;
}
header .sub-menu .sub-menus {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, -webkit-max-content));
  grid-template-columns: repeat(auto-fit, minmax(300px, max-content));
  grid-gap: 30px;
  padding: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (max-width: 40em) {
  header .sub-menu .sub-menus {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0 10px;
    padding-top: 20px;
    padding-bottom: 185px;
  }
}
header .sub-menu .sub-menus .menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
header .sub-menu h5 {
  font-weight: bold;
  font-size: 1.7rem;
  margin: 0;
  font-weight: 500;
  letter-spacing: -1px;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}
header .sub-menu ul {
  margin: 0;
  list-style: none;
  padding: 0 8px;
}
header .sub-menu ul li {
  font-size: 1.3rem;
  padding: 10px 0;
}
@media print, screen and (min-width: 64em) {
  header .sub-menu ul li {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1920px) {
  header .sub-menu ul li {
    font-size: 1.7rem;
  }
}
header .sub-menu ul li a {
  display: block;
  color: black;
  font-size: 1.3rem;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 300;
}
header .sub-menu ul li a:hover {
  text-decoration: underline;
}
header .sub-menu ul li.menu-subtitle {
  display: none;
}
header .sub-menu .mobile-title {
  background-color: #ec1d23;
  padding: 10px;
  color: white;
  margin-bottom: 10px;
}
header .sub-menu .mobile-title a {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
}
header .sub-menu .advert-image {
  height: 100%;
}
header .sub-menu .advert-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
header .sub-menu .advert-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #484848;
  color: white;
  height: 100%;
  text-align: center;
}
header .sub-menu .advert-content h2, header .sub-menu .advert-content h3 {
  text-transform: uppercase;
}
header .sub-menu .advert-content img {
  margin-bottom: 20px;
  max-width: 100px;
}
header .sub-menu .advert-content h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0;
}
header .sub-menu .advert-content h3 {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
header .sub-menu .menu.socials {
  -ms-grid-column: 2;
  grid-column: 2;
}
header .sub-menu .menu.msv-group {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row: 2;
}
@media print, screen and (min-width: 40em) {
  header .sub-menu .menu.msv-group ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media print, screen and (max-width: 40em) {
  header .sub-menu .menu.socials {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  header .sub-menu .menu.msv-group {
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }
}
header .sub-menu .menu .socials {
  margin-top: 10px;
}
header .sub-menu .menu .socials i {
  font-size: 2.5rem;
  color: white;
  padding: 0 15px 0 0;
}
header .sub-menu#menu-account {
  background-color: white;
}
header nav {
  background: rgb(0, 0, 0);
  padding: 25px 0;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 30px 1fr 30px -webkit-max-content;
  -ms-grid-columns: max-content 30px 1fr 30px max-content;
  grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
  grid-template-columns: max-content 1fr max-content;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 72em) {
  header nav {
    -ms-grid-columns: 1fr -webkit-max-content;
    -ms-grid-columns: 1fr max-content;
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  header nav {
    padding: 5px 0;
  }
}
header nav.toast-visible nav, header nav.basket-open nav {
  background-color: black;
  padding: 5px 0;
}
header nav.toast-visible nav img, header nav.basket-open nav img {
  max-height: 30px;
}
header nav.toast-visible nav .menu-icon span:nth-child(1), header nav.basket-open nav .menu-icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header nav.toast-visible nav .menu-icon span:nth-child(2), header nav.basket-open nav .menu-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header nav.toast-visible nav .menu-icon span:nth-child(3), header nav.basket-open nav .menu-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header nav.toast-visible nav .menu-icon span:nth-child(4), header nav.basket-open nav .menu-icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header nav img {
  padding: 5px 5px 5px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-height: 44px;
}
@media print, screen and (max-width: 40em) {
  header nav img {
    max-width: 130px;
    padding: 5px 5px 5px 8px;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 68em) {
  header nav img {
    max-width: 170px;
  }
}
header nav .top-bar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 72em) {
  header nav .top-bar-menu {
    display: none;
  }
}
header nav .menu-on-screen {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav .menu-on-screen li {
  display: inline-block;
  float: none;
  font-size: 1rem;
  padding: 5px 20px;
  border-left: unset;
  text-align: left;
  line-height: 10px;
  border-left: 1px solid white;
}
header nav .menu-on-screen li:first-child {
  border-left: 0;
}
@media print, screen and (max-width: 1439px) {
  header nav .menu-on-screen li {
    padding: 5px 10px;
  }
}
header nav .menu-on-screen li a {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 1439px) {
  header nav .menu-on-screen li a {
    font-size: 0.7rem;
  }
}
header nav .menu-on-screen li a span {
  display: block;
}
header nav .menu-on-screen li i {
  color: white;
  display: none;
}
@media print, screen and (min-width: 40em) {
  header nav .icon {
    padding-left: 20px;
  }
}
header nav .icon i {
  font-size: 1.4rem;
  color: white;
}
header nav .icon span {
  font-size: 0.7rem;
  color: white;
}
header nav .basket-holder {
  display: inline-block;
}
header nav .basket-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
header nav .basket-icon i {
  position: relative;
}
header nav .basket-icon .amount {
  background-color: #ec1d23;
  color: white;
  -webkit-transform: skew(-12deg);
          transform: skew(-12deg);
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header nav .basket-icon .amount span {
  font-size: 1rem;
}
header nav .menu {
  background-color: black;
  display: block;
  padding: 10px 25px 10px 10px;
  margin-left: 25px;
  margin-right: -5px;
}
@media print, screen and (max-width: 64em) {
  header nav .menu {
    margin-left: 20px;
    padding: 8px 20px 8px 8px;
  }
}
header nav .menu-icon {
  width: 26px;
  height: 22px;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media print, screen and (max-width: 64em) {
  header nav .menu-icon {
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
  }
}
header nav .menu-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header nav .menu-icon span:nth-child(1) {
  top: 0px;
}
header nav .menu-icon span:nth-child(2), header nav .menu-icon span:nth-child(3) {
  top: 9px;
}
header nav .menu-icon span:nth-child(4) {
  top: 18px;
}
header nav .menu-icon:hover span {
  backgroud-color: black;
}
header .menu-a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
header .menu-a i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
header .menu-a .user {
  max-width: 50px;
  font-size: 0.6rem;
  display: inline-block;
  text-transform: uppercase;
}
@media print, screen and (max-width: 1439px) {
  header .menu-a .user {
    display: none;
  }
}
header .menu-a:hover {
  color: #ec1d23;
}
header .menu-a:hover i {
  color: #ec1d23;
}
header .menu-a:hover span {
  color: #ec1d23;
}
header .menu-a:hover.menu {
  background-color: white;
}
header .menu-a:hover .menu-icon span {
  background-color: #ec1d23;
}
header #version {
  display: none;
}
header.menu-open {
  /*height: calc(100vh - 67px);*/ /* Height of the nav bar */
  /*background: rgb(236,29,35);
  background: linear-gradient(45deg, rgba(236,29,35,0.9) 0%, rgba(236,29,35,0.8) 5%, rgba(0,0,0,1) 100%);*/
  height: 100vh;
  /*overflow-y: auto;*/
  overflow: hidden;
}
header.menu-open .menu-popup-overlay {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  height: calc(100vh - 89px);
  position: absolute;
  background: white;
  width: 25vw;
  right: 0;
}
@media (max-width: 106.25em) {
  header.menu-open .menu-popup-overlay {
    width: 33vw;
  }
}
@media (max-width: 82em) {
  header.menu-open .menu-popup-overlay {
    width: 50vw;
  }
}
@media (max-width: 64em) {
  header.menu-open .menu-popup-overlay {
    width: 60vw;
  }
}
@media (max-width: 40em) {
  header.menu-open .menu-popup-overlay {
    width: 100vw;
  }
}
@media print, screen and (min-width: 64em) {
  header.menu-open .menu-popup-overlay {
    height: calc(100vh - 99px); /*Height of the nav bar */
  }
}
header.menu-open .menu-popup-overlay #version {
  display: none;
}
header.menu-open nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: black;
}
@media print, screen and (min-width: 64em) {
  header.menu-open nav {
    /*margin-right: 16px;*/ /* width of the scroll bar */
  }
}
header.menu-open nav .menu-a {
  color: grey;
}
header.menu-open nav .menu-a i {
  color: grey;
}
header.menu-open nav .menu-a.active {
  color: white;
}
header.menu-open nav .menu-a.active i {
  color: white;
}
header.menu-open nav .menu-a.active:not(.dont-rotate) i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
header.menu-open nav .menu-a:hover {
  color: #ec1d23;
}
header.menu-open nav .menu-a:hover i {
  color: #ec1d23;
}
header.menu-open nav .menu-a:hover span {
  color: #ec1d23;
}
header.menu-open .menu-icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header.menu-open .menu-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.menu-open .menu-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header.menu-open .menu-icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header.stuck nav {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 0;
}
header.stuck nav img {
  max-height: 30px;
}
header.stuck.menu-open {
  /*height: calc(100vh - 53px);*/ /* Height of the nav bar */
}
header.menu-open.stuck nav {
  background-color: black;
}
header .is-drilldown {
  /*max-width: 300px !important;*/
  width: 100% !important;
}
header .is-drilldown .drilldown a {
  background-color: unset;
  padding: 0.7rem 0;
}
header .is-drilldown .drilldown .is-drilldown-submenu {
  background-color: unset;
}
header .is-drilldown .drilldown .is-drilldown-submenu-parent > a:after {
  border-color: transparent transparent transparent white;
  right: -1rem;
}
header .is-drilldown .drilldown .js-drilldown-back > a {
  font-weight: bold;
}
header .is-drilldown .drilldown .js-drilldown-back > a:before {
  border-color: transparent white transparent transparent;
}
header #menu-basket {
  background-color: white;
}
header iframe {
  border: 0;
}

.basket {
  border-radius: 5px;
  overflow: hidden;
  font-size: 1rem;
  margin-bottom: 20px;
}
.basket .title {
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 10px;
  font-weight: 700;
  font-family: "Rubik";
  letter-spacing: -1px;
  margin-bottom: 5px;
}
.basket .title i {
  margin-right: 5px;
  font-size: 2rem;
  color: #ec1d23;
}
.basket .title .total {
  margin-left: 10px;
  font-size: 1.4rem;
}
.basket .expiry-timer {
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.basket .expiry-timer em {
  color: #ec1d23;
  font-weight: 700;
}
.basket .body {
  background-color: #ebebeb;
  border-radius: 5px;
  padding: 10px;
}
.basket .body p {
  margin: 0;
}
.basket .body p.price {
  font-family: "Rubik";
  font-weight: 800;
  color: black;
}
.basket .body .group-info .group-title {
  background-color: #7a7a7a;
  padding: 10px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: -0.48px;
  border-radius: 5px;
}
.basket .body .group-info .group-title em {
  display: block;
  font-weight: 400;
}
@media print, screen and (max-width: 40em) {
  .basket .body .group-info .group-title {
    font-size: 1.1rem;
  }
}
.basket .body .group-info .group-body {
  padding: 10px;
}
.basket .body .item-header {
  color: #565656;
  border-radius: 5px 5px 0 0;
  padding-bottom: 6px;
}
.basket .body .item-header a {
  color: #434343;
}
.basket .body .item-header .product-name {
  font-weight: 700;
  letter-spacing: -0.48px;
}
.basket .body .item-header .event-name {
  display: block;
}
.basket .body .product-details {
  font-size: 0.9rem;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #434343;
}
.basket .body .product-details.has-children {
  border-bottom: 0;
  margin-bottom: 0;
}
.basket .body .product-details.child-item {
  border-bottom: 0;
  margin-bottom: 0;
}
.basket .body .product-details.child-item.last-child {
  border-bottom: 1px solid #434343;
  margin-bottom: 20px;
}
.basket .body .product-details:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.basket .body .product-details .text-info {
  color: #565656;
  letter-spacing: -0.48px;
  padding-bottom: 6px;
}
.basket .body .product-details strong {
  font-weight: 700;
}
.basket .body .product-details .quantity-select {
  margin-right: 10px;
  max-width: 100px;
}
.basket .body .product-details .quantity-select input {
  color: #313131;
}
.basket .body .product-details .quantity-select .button {
  background-color: white;
  border: 1px solid #bcbcbc;
  color: #313131;
}
.basket .body .product-details .valid-for {
  letter-spacing: -0.48px;
  font-weight: 400;
}
.basket .body .product-details .valid-for em {
  font-weight: 700;
}
.basket .body .qty-label, .basket .body .price-label {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: white;
}
.basket .body .qty-label {
  padding-right: 5px;
  margin-left: 5px;
}
.basket .body .price {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  color: #656565;
  letter-spacing: -0.48px;
}
.basket .body .price-cell {
  background-color: white;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  padding: 8px 0;
}
.basket .body .price-cell .orig {
  text-decoration: line-through;
  margin-right: 5px;
}
.basket .body .btn-remove {
  color: white;
}
.basket .body .button.alert {
  background-color: rgba(105, 105, 105, 0);
  color: #525252;
  border: 1px solid white;
}
.basket .body .button.alert:hover {
  background-color: #525252;
  color: white;
}
.basket .body .optional-extras {
  margin-top: 20px;
  text-align: center;
}
.basket .body .optional-extras .button {
  margin: 0;
}
.basket .footer {
  margin-top: 15px;
}
.basket.entry-list {
  padding-bottom: 40px;
  left: 0;
  width: 100%;
}
.basket.pop-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.basket.pop-up .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 10px 0;
}
@media print, screen and (max-width: 40em) {
  .basket.pop-up .title {
    font-size: 1.2rem;
  }
}
.basket.pop-up .body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}
.basket.pop-up .body .items {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-height: 100%;
  position: relative;
}
.basket.pop-up .body .scrollable {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}
.basket.pop-up .body .scrollable::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.basket.pop-up .body .scrollable::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.basket.pop-up .body .scrollable::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.basket.pop-up .body .scrollable::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}
.basket.pop-up .body .scrollable::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.9);
}
.basket.pop-up .footer {
  margin-bottom: 15px;
}
.basket.pop-up .footer .button {
  margin: 0;
}
.basket.standalone .title {
  padding: 5px 0;
}

main {
  margin: 0;
  padding: 0;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  overflow: hidden;
}
@media (max-width: 40em) {
  main h2 {
    font-size: 2em;
  }
}
main .hot-line {
  z-index: 100;
  position: fixed;
  top: 100px;
  left: 0;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transform: skew(-12deg) translateX(-5px);
          transform: skew(-12deg) translateX(-5px);
}
@media print, screen and (max-width: 376px) {
  main .hot-line {
    display: none;
  }
}
main .hot-line.second {
  top: 150px;
}
main .hot-line .icon {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  padding: 10px;
  background-color: #ec1d23;
  color: white;
  font-size: 1.5rem;
  padding-left: 20px;
}
main .hot-line .icon i {
  -webkit-transform: skew(12deg);
          transform: skew(12deg);
}
main .hot-line .link {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  opacity: 0;
  background-color: black;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .hot-line .link span {
  -webkit-transform: skew(12deg);
          transform: skew(12deg);
}
main .hot-line:hover .icon {
  background-color: black;
}
main .hot-line:hover .link {
  opacity: 1;
}
main.with-video .item-list-grid-container {
  padding: 30px 0;
  padding-bottom: 70px;
}
main.menu-page {
  padding-top: 80px;
  background: rgb(236, 29, 35);
  background: linear-gradient(45deg, rgba(236, 29, 35, 0.9) 0%, rgba(236, 29, 35, 0.8) 5%, rgb(0, 0, 0) 100%);
}
main.menu-page .item-list-grid-container {
  background-color: transparent;
}
main.menu-page .item-list-grid-container .widget-header {
  color: white;
}
main.menu-page .item-list-grid-container .widget-header .icon {
  background-color: white;
}
main.menu-page .item-list-grid-container .widget-header .icon i.fas {
  color: #ec1d23;
}
main.menu-page .item-list-grid-container .widget-header .grid-x {
  border-bottom: 8px solid white;
}
main.menu-page .item-list-grid-container .widget-header .logo {
  color: white;
}
main.menu-page .item-list-grid-container .item .content {
  background-color: white;
}
main.with-img {
  background-color: white;
}
main.bottom-padding {
  padding-bottom: 100px;
}

footer {
  z-index: 2;
  background-color: black;
  color: white;
}
footer .footer-more-info {
  font-size: 0.9rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr -webkit-max-content;
  -ms-grid-columns: 1fr max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  padding-top: 30px;
}
@media screen and (max-width: 64em) {
  footer .footer-more-info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  footer .footer-more-info .site-map {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .footer-more-info .contact-footer {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 64em) {
  footer .footer-more-info .site-map .cell {
    padding: 0 0 3em 0;
  }
  footer .footer-more-info .site-map .cell ul li.socials {
    padding-top: 0;
  }
  footer .footer-more-info .site-map .cell ul li a {
    font-weight: 400;
    line-height: 24px; /*touch target sizing*/
  }
}
footer .footer-more-info .site-map .cell {
  text-align: center;
  padding-bottom: 20px;
}
footer .footer-more-info .site-map .cell h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.125rem;
}
footer .footer-more-info .site-map ul {
  list-style-type: none;
  margin: 0 15px;
  padding: 0;
  text-align: center;
}
footer .footer-more-info .site-map ul li a {
  color: white;
  line-height: 24px; /*touch target sizing*/
}
footer .footer-more-info .site-map ul li a:hover {
  color: #ec1d23;
}
footer .footer-more-info .site-map ul li.socials {
  padding-top: 25px;
}
footer .footer-more-info .site-map ul li.socials a {
  line-height: 24px; /*touch target sizing*/
  padding: 5px;
}
footer .footer-more-info .contact-footer {
  text-align: center;
}
footer .footer-more-info .contact-footer h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.125rem;
}
footer .partners {
  background-image: url("https://msvstatic.blob.core.windows.net/high-res/dd1c4b5b-46d5-4964-bd58-bcea59661b60.jpg");
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
  background-size: cover;
  /*background-attachment: fixed;*/
  padding: 40px 0 60px 0;
}
footer .partners .widget-header {
  color: white;
  padding-bottom: 50px;
}
footer .partners img {
  width: 100%;
}
footer.with-video .partners {
  background-image: none;
}
footer .copyright-logo {
  background-color: black;
  color: white;
  padding: 15px 0;
  font-size: 0.9rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: -webkit-max-content 1fr -webkit-max-content;
  -ms-grid-columns: max-content 1fr max-content;
  grid-template-columns: -webkit-max-content 1fr -webkit-max-content;
  grid-template-columns: max-content 1fr max-content;
}
footer .copyright-logo > div:first-child {
  text-align: left;
  text-transform: uppercase;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .copyright-logo > div.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .copyright-logo > div.links a {
  color: white;
}
footer .copyright-logo > div.links > span {
  padding: 0 4px;
}
footer .copyright-logo > div:last-child {
  text-align: right;
}
@media print, screen and (max-width: 64em) {
  footer .copyright-logo {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  footer .copyright-logo > div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .copyright-logo > div.links {
    text-align: left;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 10px 0;
  }
  footer .copyright-logo > div:last-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.static-banner {
  background-color: #ec1d23;
  color: white;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
}

.button, .button.primary {
  background-color: #ec1d23;
  position: relative;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
  /*overflow: hidden;*/
  border: 2px solid #ec1d23;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.button > span, .button > i, .button.primary > span, .button.primary > i {
  display: inline-block;
}
.button.alt, .button.primary.alt {
  background-color: white;
  border: 2px solid #ec1d23;
  color: black;
}
.button.secondary, .button.primary.secondary {
  background-color: #242d3c;
  border: 2px solid #242d3c;
  color: white;
}
.button.spotify, .button.primary.spotify {
  background-color: #1DB954;
  border: 2px solid #1DB954;
  color: black;
}
.button.spotify:focus, .button.spotify:hover, .button.primary.spotify:focus, .button.primary.spotify:hover {
  background-color: black;
  border: 2px solid black;
  color: #1DB954;
}
.button.spotify::after, .button.primary.spotify::after {
  background: black;
}
.button.xmas-parties, .button.primary.xmas-parties {
  background-color: #c17d16;
  border: 2px solid #c17d16;
  color: black;
}
.button.xmas-parties:focus, .button.xmas-parties:hover, .button.primary.xmas-parties:focus, .button.primary.xmas-parties:hover {
  background-color: black;
  border: 2px solid black;
  color: #c17d16;
}
.button.xmas-parties::after, .button.primary.xmas-parties::after {
  background: black;
}
.button::after, .button.primary::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  background: white;
  position: absolute;
  z-index: -1;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform: skew(-45deg) scale(0, 1);
          transform: skew(-45deg) scale(0, 1);
}
.button:hover, .button.primary:hover {
  color: #ec1d23;
}
.button:hover::after, .button.primary:hover::after {
  -webkit-transform: skew(0) scale(1, 1);
          transform: skew(0) scale(1, 1);
}
.button:focus, .button:hover, .button.primary:focus, .button.primary:hover {
  background-color: rgb(171.1142857143, 14.3857142857, 18.9285714286);
}
.button.alt::after, .button.primary.alt::after {
  background: black;
}
.button.alt:hover, .button.alt:focus, .button.primary.alt:hover, .button.primary.alt:focus {
  background-color: black;
  color: white;
}
.button.secondary:hover, .button.secondary:focus, .button.primary.secondary:hover, .button.primary.secondary:focus {
  color: black;
}
.button.summerfun, .button.primary.summerfun {
  background-color: #eb9822;
  border: 2px solid #eb9822;
}
.button.summerfun:focus, .button.summerfun:hover, .button.primary.summerfun:focus, .button.primary.summerfun:hover {
  border: 2px solid white;
  color: #eb9822;
}
.button.new-year, .button.primary.new-year {
  background-image: url(https://images.msv.com/images/temp/new-button-bkgrd-v3.gif);
  background-color: transparent;
  border: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 30px;
}
.button.new-year:focus, .button.new-year:hover, .button.primary.new-year:focus, .button.primary.new-year:hover {
  -webkit-filter: grayscale(1) brightness(4);
          filter: grayscale(1) brightness(4);
}
.button.new-year:focus::after, .button.new-year:hover::after, .button.primary.new-year:focus::after, .button.primary.new-year:hover::after {
  background: none;
}
.button.new-year:focus span, .button.new-year:hover span, .button.primary.new-year:focus span, .button.primary.new-year:hover span {
  color: black;
}
.button.disabled, .button.swiper-button-disabled, .button.primary.disabled, .button.primary.swiper-button-disabled {
  opacity: 0.25;
  cursor: not-allowed;
  background-color: rgb(171.1142857143, 14.3857142857, 18.9285714286);
  border: 2px solid rgb(171.1142857143, 14.3857142857, 18.9285714286);
}
.button.disabled:focus, .button.disabled:hover, .button.swiper-button-disabled:focus, .button.swiper-button-disabled:hover, .button.primary.disabled:focus, .button.primary.disabled:hover, .button.primary.swiper-button-disabled:focus, .button.primary.swiper-button-disabled:hover {
  background-color: rgb(171.1142857143, 14.3857142857, 18.9285714286);
}
.button.disabled:focus::after, .button.disabled:hover::after, .button.swiper-button-disabled:focus::after, .button.swiper-button-disabled:hover::after, .button.primary.disabled:focus::after, .button.primary.disabled:hover::after, .button.primary.swiper-button-disabled:focus::after, .button.primary.swiper-button-disabled:hover::after {
  -webkit-transform: skew(0) scale(0, 1);
          transform: skew(0) scale(0, 1);
}
.button.has-spinner, .button.primary.has-spinner {
  position: relative;
}
.button.has-spinner .loading-message, .button.primary.has-spinner .loading-message {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button.has-spinner .loading-message span, .button.primary.has-spinner .loading-message span {
  padding-left: 10px;
}
.button > i:first-child + span, .button.primary > i:first-child + span {
  padding-left: 10px;
}

.input-group > input {
  margin: 0;
}
.input-group .input-group-button > .button {
  -webkit-transform: none;
          transform: none;
}

.label-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
.label-container input {
  margin: 0;
}

/*.animate-on-scroll {
    .widget-header {
        .icon, .text {
            transform: translateX(-100px);
            opacity: 0;
            transition: opacity 1s linear 100ms, transform 1.5s cubic-bezier(0,0,0,.97) 100ms;
        }
    }

    &.show {
        .widget-header .icon, .widget-header .text {
            transform: none;
            opacity: 1;
        }
    }
}*/
/*.animate-on-scroll {
    transform: translateX(-100px);
    opacity: 0;
    transition: opacity 1s linear 100ms, transform 1.5s cubic-bezier(0,0,0,.97) 100ms;
}

.show {
    transform: none;
    opacity: 1;
}*/
.grid-container {
  max-width: 100rem;
}

.swiper-button-disabled {
  background-color: #2f2f2f;
}

/*
.video-container {
    z-index: 1;
    min-height: -webkit-fill-available;
    position: relative;
    display: block;

    &:not(.with-img) {
        .frame-container {
            position: fixed;
        }

        .swiper-wrapper.frame-container {
            position: inherit;
            left: 0;
            z-index: 0;

            img {
                object-fit: cover;
                width: auto;
                left: 50%;
                transform: translateX(-50%);
            }
        }
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);

        &.no-overlya {
            background: none;
        }

        i.fal {
            font-size: 6.0rem;
            color: white;
            animation-duration: 2s;
            animation-iteration-count: infinite;
            animation-name: bounce-7;
            animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
        }
    }

    &.swiper-container.video-container.with-img {
        .home-bg-image picture img {
            @keyframes zoom-in-slow {
                0% {
                    transform: scale(1);
                }

                50% {
                    transform: scale(1.1);
                }

                100% {
                    transform: scale(1);
                }
            }

            animation: 20s infinite ease-in-out zoom-in-slow;
        }

        .overlay {
            background: rgba(0,0,0,0.5);
        }
    }

    video {
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
    }

    .viewport-header {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        transform: translate(-50%, -50%);
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: white;

        @media print, screen and (max-width: 40em), (max-height: 500px) {
            left: 2%;
            transform: translate(0, -50%);
            width: 96%;

            &.seventy-percent {
                transform: translate(0, -70%);
            }
        }

        &.with-live-info {
            @media print, screen and (max-height: 690px) {
                top: 30%;
                transform: translate(-50%, -30%);
            }

            @media print, screen and (max-height: 690px) and (max-width: 40em) {
                transform: translate(0%, -30%);
            }
        }

        a > img {
            @media print, screen and (max-width: 60em) {
                max-width: 450px;
            }
        }
    }

    iframe {
        object-fit: fill;
    }

    .frame-container {
        position: static;
        width: 300%;
        left: -100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%;
    }

    &.with-img {
        z-index: 0;

        .frame-container {
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }
    }

    &.with-img:not(.center) {
        .viewport-header {
            width: 90%;
            left: 50%;
            transform: translate(-50%, -50%) skew(0deg,0);

            @media print, screen and (min-width: 40em) {
                transform: translate(-6%,-45%) skew(0deg,0);
                left: 0%;
                max-width: 640px;
                top: 50%;

                @media print, screen and (min-height: 744px) {
                    top: 60%;
                }

                @media print, screen and (min-height: 1080px) {
                    top: 70%;
                }
            }

            .corp-info-v1 {
                background-color: rgba(0,0,0,0.7);
                transform: skew(0deg,0);

                @media print, screen and (min-width: 40em) {
                    transform: skew(-12deg,0);
                }

                h1 {
                    background-color: $brand-color;
                    padding: 20px 10px;
                    text-align: center;

                    @media print, screen and (min-width: 1920px) {
                        font-size: 2.2rem;
                    }

                    @media print, screen and (min-width: 40em) {
                        text-align: right;
                        padding-right: 20px;

                        span {
                            display: block;
                            transform: skew(12deg,0);
                        }
                    }
                }

                > div {
                    padding: 20px;
                    text-align: center;

                    @media print, screen and (min-width: 40em) {
                        padding-left: 50px;
                        padding-right: 30px;
                        text-align: right;
                        transform: skew(12deg,0);
                    }

                    @media print, screen and (min-width: 1920px) {
                        font-size: 1.1rem;
                        padding-left: 60px;
                    }
                }
            }

            &.msv-logo {
                transform: translate(-50%, -50%);
                left: 50%;
                top: 50%;
                z-index: 3;
            }
        }
    }

    &.with-img.dark {
        .overlay {
            background-color: rgba(0,0,0,0.7);
        }
    }
}
*/
.mobile-video {
  display: none;
}

.car-selection {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  overflow: hidden;
}
.car-selection > div {
  position: relative;
  background: white;
  padding: 50px 0;
}
.car-selection > div .title {
  position: absolute;
  top: 4%;
  left: 10vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (max-width: 64em) {
  .car-selection > div .title {
    left: 5vw;
  }
}
.car-selection > div .title p {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 2rem;
  width: 50vw;
  margin: 0;
}
@media (max-width: 106.25em) {
  .car-selection > div .title p {
    font-size: 2rem;
    width: 70vw;
  }
}
@media (max-width: 64em) {
  .car-selection > div .title p {
    font-size: 1.5rem;
    width: 90vw;
  }
}
@media (max-width: 40em) {
  .car-selection > div .title p {
    font-size: 1.1rem;
  }
}
.car-selection > div .title h3 {
  font-weight: 800;
  font-size: 10rem;
  line-height: 8rem;
  color: black;
  text-transform: uppercase;
  max-width: 50vw;
}
@media (max-width: 106.25em) {
  .car-selection > div .title h3 {
    font-size: 8rem;
    line-height: 6rem;
    max-width: 70vw;
  }
}
@media (max-width: 64em) {
  .car-selection > div .title h3 {
    font-size: 7rem;
    line-height: 5.5rem;
    max-width: 90vw;
  }
}
@media (max-width: 40em) {
  .car-selection > div .title h3 {
    font-size: 4rem;
    line-height: 3.2rem;
  }
}
.car-selection > div .title::after {
  content: "";
  height: 240px;
  width: 80vw;
  position: absolute;
  left: -10vw;
  top: 100%;
  background-image: url("https://images.msv.com/images/driving-gifts/chevronRB.png");
  background-size: contain;
  background-repeat: repeat-x;
  -webkit-animation: 1.6s chevronLRlarge infinite linear;
          animation: 1.6s chevronLRlarge infinite linear;
  clip-path: polygon(calc(100% - 120px) 0, 100% 120px, calc(100% - 120px) 100%, 0 100%, 0 0);
}
.car-selection > div .info {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*padding: 0 30px;*/
}
@media (max-width: 106.25em) {
  .car-selection > div .info {
    padding: 0;
  }
}
.car-selection > div .info .photo {
  width: 100vw;
  margin-top: 10rem;
}
@media (max-width: 106.25em) {
  .car-selection > div .info .photo {
    margin-top: 8rem;
  }
}
@media (max-width: 64em) {
  .car-selection > div .info .photo {
    margin-top: 10rem;
  }
}
@media (max-width: 40em), (max-height: 500px) {
  .car-selection > div .info .photo {
    margin-top: 135px;
  }
}
.car-selection > div .info .photo img {
  width: 40vw;
  height: auto;
  max-width: 100%;
  position: relative;
  left: 50vw;
}
@media (max-width: 106.25em) {
  .car-selection > div .info .photo img {
    width: 60vw;
    left: 30vw;
  }
}
@media (max-width: 64em) {
  .car-selection > div .info .photo img {
    width: 100vw;
    left: 0;
  }
}
.car-selection > div .info .stats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (-webkit-min-content)[6];
  -ms-grid-columns: (min-content)[6];
  grid-template-columns: repeat(6, -webkit-min-content);
  grid-template-columns: repeat(6, min-content);
}
@media (max-width: 64em) {
  .car-selection > div .info .stats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.car-selection > div .info .stats > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-min-content -webkit-min-content 1fr;
  -ms-grid-rows: min-content min-content 1fr;
  grid-template-rows: -webkit-min-content -webkit-min-content 1fr;
  grid-template-rows: min-content min-content 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: 100%;
  min-width: 200px;
  padding: 10px;
  text-align: center;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-right: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to bottom, red, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 60%) 1 100%;
     border-image: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(5%, rgba(0, 0, 0, 0)), color-stop(5%, rgb(0, 0, 0)), color-stop(60%, rgb(0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0))) 1 100%;
     border-image: linear-gradient(to bottom, red, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 60%) 1 100%;
}
@media (max-width: 64em) {
  .car-selection > div .info .stats > div {
    border-right: 0;
    min-width: initial;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
  }
}
@media (max-width: 64em) {
  .car-selection > div .info .stats > div:nth-child(3n-1), .car-selection > div .info .stats > div:nth-child(3n-2) {
    border-right: 1px;
    border-style: solid;
    -o-border-image: linear-gradient(to bottom, red, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 60%) 1 100%;
       border-image: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(5%, rgba(0, 0, 0, 0)), color-stop(5%, rgb(0, 0, 0)), color-stop(60%, rgb(0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0))) 1 100%;
       border-image: linear-gradient(to bottom, red, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 60%) 1 100%;
  }
}
.car-selection > div .info .stats > div:last-child {
  border-right: 0;
}
.car-selection > div .info .stats > div i {
  font-size: 4em;
  color: #ec1d23;
  margin-bottom: 16px;
}
@media (max-width: 40em), (max-height: 500px) {
  .car-selection > div .info .stats > div i {
    font-size: 3em;
  }
}
.car-selection > div .info .stats > div h5 {
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.3rem;
}
.car-selection > div .info .stats > div p {
  color: black;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0;
  font-size: 0.9rem;
}
.car-selection > div:last-child {
  background-color: #ef2743;
  color: white;
}
.car-selection > div:last-child .title {
  left: initial;
  right: 10vw;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 64em) {
  .car-selection > div:last-child .title {
    right: 5vw;
  }
}
.car-selection > div:last-child .title h3 {
  color: white;
}
.car-selection > div:last-child .title::after {
  left: initial;
  right: -10vw;
  background-image: url("https://images.msv.com/images/driving-gifts/chevronLB.png");
  -webkit-filter: brightness(0) saturate(100%) invert(95%) sepia(95%) saturate(21%) hue-rotate(229deg) brightness(107%) contrast(106%);
          filter: brightness(0) saturate(100%) invert(95%) sepia(95%) saturate(21%) hue-rotate(229deg) brightness(107%) contrast(106%);
  -webkit-animation: 1.6s chevronRLlarge infinite linear;
          animation: 1.6s chevronRLlarge infinite linear;
  clip-path: polygon(120px 0, 100% 0, 100% 100%, 120px 100%, 0 120px);
}
.car-selection > div:last-child .info .photo img {
  left: 10vw;
}
@media (max-width: 64em) {
  .car-selection > div:last-child .info .photo img {
    left: 0;
  }
}
.car-selection > div:last-child .stats > div {
  -o-border-image: linear-gradient(to bottom, red, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 60%) 1 100%;
     border-image: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(5%, rgba(255, 255, 255, 0)), color-stop(5%, rgb(255, 255, 255)), color-stop(60%, rgb(255, 255, 255)), color-stop(60%, rgba(255, 255, 255, 0))) 1 100%;
     border-image: linear-gradient(to bottom, red, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 60%) 1 100%;
}
@media (max-width: 64em) {
  .car-selection > div:last-child .stats > div {
    border-right: 0;
    min-width: initial;
  }
}
@media (max-width: 64em) {
  .car-selection > div:last-child .stats > div:nth-child(3n-1), .car-selection > div:last-child .stats > div:nth-child(3n-2) {
    border-right: 1px;
    border-style: solid;
    -o-border-image: linear-gradient(to bottom, red, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 60%) 1 100%;
       border-image: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(0%, rgba(255, 255, 255, 0)), color-stop(5%, rgba(255, 255, 255, 0)), color-stop(5%, rgb(255, 255, 255)), color-stop(60%, rgb(255, 255, 255)), color-stop(60%, rgba(255, 255, 255, 0))) 1 100%;
       border-image: linear-gradient(to bottom, red, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 60%) 1 100%;
  }
}
.car-selection > div:last-child .stats > div:last-child {
  border-right: 0;
}
.car-selection > div:last-child .stats > div i {
  color: white;
}
.car-selection > div:last-child .stats > div h5 {
  color: white;
}
.car-selection > div:last-child .stats > div p {
  color: white;
}
.car-selection > div.youngdrive {
  background-color: #adf802;
  color: black;
}
.car-selection > div.youngdrive .title h3 {
  color: black;
  /*&::after {
      filter: initial;
  }*/
}
.car-selection > div.youngdrive .title::after {
  -webkit-filter: initial;
          filter: initial;
}
.car-selection > div.youngdrive .stats > div {
  border-right: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to bottom, red, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 60%) 1 100%;
     border-image: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(5%, rgba(0, 0, 0, 0)), color-stop(5%, rgb(0, 0, 0)), color-stop(60%, rgb(0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0))) 1 100%;
     border-image: linear-gradient(to bottom, red, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 60%) 1 100%;
}
.car-selection > div.youngdrive .stats > div i {
  color: black;
}
.car-selection > div.youngdrive .stats > div h5 {
  color: #ec1d23;
}
.car-selection > div.youngdrive .stats > div p {
  color: black;
}
.car-selection > div.youngdrive-i20 {
  background-color: #668a82;
  color: white;
}
.car-selection > div.youngdrive-i20 .title h3 {
  color: white;
  /*&::after {
      filter: initial;
  }*/
}
.car-selection > div.youngdrive-i20 .title::after {
  -webkit-filter: initial;
          filter: initial;
}
.car-selection > div.youngdrive-i20 .stats > div {
  border-right: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to bottom, red, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 60%) 1 100%;
     border-image: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(5%, rgba(0, 0, 0, 0)), color-stop(5%, rgb(0, 0, 0)), color-stop(60%, rgb(0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0))) 1 100%;
     border-image: linear-gradient(to bottom, red, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 60%) 1 100%;
}
.car-selection > div.youngdrive-i20 .stats > div i {
  color: white;
}
.car-selection > div.youngdrive-i20 .stats > div h5 {
  color: black;
}
.car-selection > div.youngdrive-i20 .stats > div p {
  color: black;
}
.car-selection > div.youngdrive-inster {
  background-color: white;
  color: black;
}
.car-selection > div.youngdrive-inster .title h3 {
  color: black;
  /*&::after {
      filter: initial;
  }*/
}
.car-selection > div.youngdrive-inster .title::after {
  -webkit-filter: initial;
          filter: initial;
}
.car-selection > div.youngdrive-inster .stats > div {
  border-right: 1px;
  border-style: solid;
  -o-border-image: linear-gradient(to bottom, red, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 60%) 1 100%;
     border-image: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(5%, rgba(0, 0, 0, 0)), color-stop(5%, rgb(0, 0, 0)), color-stop(60%, rgb(0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0))) 1 100%;
     border-image: linear-gradient(to bottom, red, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0) 60%) 1 100%;
}
.car-selection > div.youngdrive-inster .stats > div i {
  color: black;
}
.car-selection > div.youngdrive-inster .stats > div h5 {
  color: black;
}
.car-selection > div.youngdrive-inster .stats > div p {
  color: black;
}
.car-selection > div.rallymaster {
  background-color: #ec1d23;
  color: silver;
}
.car-selection > div.rallymaster .title h3 {
  color: white;
  /*&::after {
      filter: brightness(0) saturate(100%) invert(87%) sepia(1%) saturate(147%) hue-rotate(314deg) brightness(97%) contrast(87%);
  }*/
}
.car-selection > div.rallymaster .title::after {
  -webkit-filter: brightness(0) saturate(100%) invert(87%) sepia(1%) saturate(147%) hue-rotate(314deg) brightness(97%) contrast(87%);
          filter: brightness(0) saturate(100%) invert(87%) sepia(1%) saturate(147%) hue-rotate(314deg) brightness(97%) contrast(87%);
}
.car-selection > div.rallymaster .stats > div {
  /*border-right: 1px;
  border-style: solid;
  border-image: linear-gradient( to bottom, red, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 60% ) 1 100%;*/
}
.car-selection > div.rallymaster .stats > div i {
  color: white;
}
.car-selection > div.rallymaster .stats > div h5 {
  color: #cdcdcd;
}
.car-selection > div.rallymaster .stats > div p {
  color: white;
}
.car-selection > div.mudmaster {
  background-color: #2f2f2f;
  color: white;
}
.car-selection > div.mudmaster .title h3 {
  color: white;
  /*&::after {
      filter: brightness(0) saturate(100%) invert(12%) sepia(87%) saturate(6179%) hue-rotate(353deg) brightness(101%) contrast(85%);
  }*/
}
.car-selection > div.mudmaster .title::after {
  -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(87%) saturate(6179%) hue-rotate(353deg) brightness(101%) contrast(85%);
          filter: brightness(0) saturate(100%) invert(12%) sepia(87%) saturate(6179%) hue-rotate(353deg) brightness(101%) contrast(85%);
}
.car-selection > div.mudmaster .stats > div {
  /*border-right: 1px;
  border-style: solid;
  border-image: linear-gradient( to bottom, red, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 60% ) 1 100%;*/
}
.car-selection > div.mudmaster .stats > div i {
  color: white;
}
.car-selection > div.mudmaster .stats > div h5 {
  color: #ec1d23;
}
.car-selection > div.mudmaster .stats > div p {
  color: white;
}

@media (max-width: 40em), (max-height: 500px) {
  .circuit-name div {
    display: none;
  }
}

@media print, screen and (max-width: 64em) {
  .nested-body {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .nested-body .right-child {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
            flex: 1 1 100% !important;
  }
  .nested-body .right-child img {
    width: 100vw !important;
    /*left: 0;
    right: unset;*/
  }
  .nested-body .right-child > div.small-12 > div h2 {
    position: relative;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 0.8em;
    max-width: 600px;
    z-index: 1;
    -webkit-transform: unset;
            transform: unset;
    right: 0;
    left: unset;
  }
}
@media print and (max-width: 64em), screen and (max-width: 64em) and (max-width: 64em) {
  .nested-body .right-child > div.small-12 > div h2 {
    text-align: center !important;
    max-width: initial;
    padding-top: 50px;
    font-size: 3em;
  }
}
@media print and (max-width: 64em), screen and (max-width: 64em) and (max-width: 64em) {
  .nested-body .right-child > div.small-12 > div h2::after {
    text-align: center !important;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
  }
}
@media print, screen and (max-width: 64em) {
  .nested-body .left-child, .nested-body .only-child {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
            flex: 1 1 100% !important;
  }
  .nested-body .left-child img, .nested-body .only-child img {
    width: 100vw !important;
    /*right: 0;
    left: unset;*/
  }
  .nested-body .left-child > div.small-12 > div h2, .nested-body .only-child > div.small-12 > div h2 {
    position: relative;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 0.8em;
    max-width: 600px;
    z-index: 1;
    -webkit-transform: unset;
            transform: unset;
    left: 0;
    right: unset;
    text-align: left !important;
  }
}
@media print and (max-width: 64em), screen and (max-width: 64em) and (max-width: 64em) {
  .nested-body .left-child > div.small-12 > div h2, .nested-body .only-child > div.small-12 > div h2 {
    text-align: center !important;
    max-width: initial;
    padding-top: 50px;
    font-size: 3em;
  }
}
@media print, screen and (max-width: 64em) {
  .nested-body .left-child > div.small-12 > div h2::after, .nested-body .only-child > div.small-12 > div h2::after {
    right: 0;
    background-image: url("https://images.msv.com/images/driving-gifts/chevronR.png");
    background-size: contain;
    background-repeat: repeat-x;
    -webkit-animation: 0.8s chevronLR infinite linear;
            animation: 0.8s chevronLR infinite linear;
    clip-path: polygon(calc(100% - 20px) 0, 100% 20px, calc(100% - 20px) 100%, 0 100%, 0 0);
  }
}
@media print and (max-width: 64em), screen and (max-width: 64em) and (max-width: 64em) {
  .nested-body .left-child > div.small-12 > div h2::after, .nested-body .only-child > div.small-12 > div h2::after {
    text-align: center !important;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes chevronLR {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: 40px;
  }
}
@keyframes chevronLR {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: 40px;
  }
}
@-webkit-keyframes chevronRL {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -40px;
  }
}
@keyframes chevronRL {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -40px;
  }
}
@-webkit-keyframes chevronLRlarge {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: 240px;
  }
}
@keyframes chevronLRlarge {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: 240px;
  }
}
@-webkit-keyframes chevronRLlarge {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -240px;
  }
}
@keyframes chevronRLlarge {
  0% {
    background-position: 0px;
  }
  100% {
    background-position: -240px;
  }
}
.chevron-above {
  position: relative;
  padding-top: 30px;
}
.chevron-above::before {
  content: "";
  background-image: url("https://images.msv.com/images/driving-gifts/chevronR.png");
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  height: 40px;
  width: 33vw;
  left: -33vw;
  top: -20px;
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(76%) saturate(4085%) hue-rotate(348deg) brightness(92%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(18%) sepia(76%) saturate(4085%) hue-rotate(348deg) brightness(92%) contrast(100%);
  -webkit-animation: 15s chevronLR infinite linear;
          animation: 15s chevronLR infinite linear;
  clip-path: polygon(calc(100% - 20px) 0, 100% 20px, calc(100% - 20px) 100%, 0 100%, 0 0);
}
@media (max-width: 64em) {
  .chevron-above::before {
    left: 0;
    width: 50vw;
  }
}

.option-header {
  background-image: url("https://images.msv.com/images/driving-gifts/voptions-top.jpg");
  background-size: cover;
  background-position: center;
  min-height: 300px;
  position: relative;
}
.option-header::after {
  content: "";
  background-image: url("https://images.msv.com/images/driving-gifts/chevronL.png");
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  height: 40px;
  width: 33vw;
  right: 0;
  bottom: -20px;
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(76%) saturate(4085%) hue-rotate(348deg) brightness(92%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(18%) sepia(76%) saturate(4085%) hue-rotate(348deg) brightness(92%) contrast(100%);
  -webkit-animation: 7.5s chevronRL infinite linear;
          animation: 7.5s chevronRL infinite linear;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 20px 100%, 0 20px);
}
@media (max-width: 64em) {
  .option-header::after {
    width: 50vw;
  }
}

.voucher-options {
  /*margin-top: 50px;
  padding: 50px 0;
  margin-bottom: 60px;*/
  padding: 100px 0;
}
@media (max-width: 40em), (max-height: 500px) {
  .voucher-options {
    position: relative;
    background: white;
  }
}
.voucher-options h3 {
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.8em;
  margin: 25px 0 50px 0;
  color: black;
}
@media (max-width: 48em), (max-height: 500px) {
  .voucher-options h3 {
    font-size: 2.5rem;
    line-height: 36px;
    text-align: center;
    margin: 10px 0 30px 0;
  }
}
.voucher-options h2 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.8em;
  font-size: 3em;
  color: black;
}
.voucher-options h2 span {
  color: #ec1d23;
}
.voucher-options h2 span.price {
  color: black;
}
.voucher-options .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70% 30%;
  grid-template-columns: 70% 30%;
}
@media (max-width: 40em), (max-height: 500px) {
  .voucher-options .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.voucher-options .container > .items {
  background-color: #e1e0e2;
  padding: 50px 50px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 40em), (max-height: 500px) {
  .voucher-options .container > .items {
    padding: 30px;
    margin: 0 5px;
  }
}
.voucher-options .container > .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
}
@media (max-width: 64em) {
  .voucher-options .container > .info {
    padding: 0 5px;
  }
}
@media (max-width: 40em), (max-height: 500px) {
  .voucher-options .container > .info {
    padding: 30px 30px 0 30px;
  }
}
.voucher-options .container > .info span.product-price, .voucher-options .container > .info h4 {
  text-align: center;
  color: black;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
.voucher-options .container > .info span.product-price > p, .voucher-options .container > .info h4 > p {
  display: inline-block;
  border-bottom: 5px solid #ec1d23;
  margin-bottom: 0;
  line-height: 60px;
  text-transform: uppercase;
}
.voucher-options .container > .info span.product-price em, .voucher-options .container > .info h4 em {
  display: block;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
}
.voucher-options ul {
  list-style-type: disc;
  color: black;
  margin: 0 0 40px 0;
  font-size: 1.2em;
}
.voucher-options ul li::marker {
  color: #ec1d23;
}
.voucher-options .options-info-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Centers items on the row */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Centers items vertically */
  margin: 0 10%; /* Centers the entire container */
}
@media (max-width: 40em), (max-height: 500px) {
  .voucher-options .options-info-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
  .voucher-options .options-info-icons div {
    padding: 0;
  }
}
.voucher-options .options-info-icons div {
  /* Define a maximum width for each item to encourage wrapping */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* Include padding and border in the element's total width and height */
  text-align: center; /* Center text within the item */
  padding: 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; /* Align items to stretch to fill the container */
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  margin: 5px; /* Optional spacing between items */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 50px);
          flex: 0 0 calc(33.33% - 50px); /* Each item takes up 1/3 of the row minus margins */
}
.voucher-options .options-info-icons div i {
  color: #2e882d;
  font-size: 4em;
  margin-bottom: 10px;
}
@media (max-width: 40em), (max-height: 500px) {
  .voucher-options .options-info-icons div i {
    font-size: 3em;
  }
}
.voucher-options .options-info-icons div p {
  /*width: 50%;
  overflow-wrap: break-word;*/
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 600;
  color: black;
}
.voucher-options {
  /*.options-info-icons {
      text-align: center;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 20px;

      @media (max-width: 40em), (max-height: 500px) {
          display: flex;
          flex-wrap: wrap;
          gap: 0;
          justify-content: center;
      }

      > div {

          @media (max-width: 40em), (max-height: 500px) {
              max-width: 150px;
              flex: 0 0 33.3333%;
          }

          i {
              color: #2e882d;
              font-size: 4em;
              margin-bottom: 10px;

              @media (max-width: 40em), (max-height: 500px) {
                  font-size: 3em;
              }
          }

          p {
              text-transform: uppercase;
              font-size: .8em;
              line-height: 1em;
              font-weight: 600;
              color: black;
          }
      }
  }*/
}

.experience-details {
  /*margin-top: 50px;*/
  padding: 100px 0;
  /*margin-top: 50px;
  padding: 50px 0;*/
}
@media (max-width: 40em), (max-height: 500px) {
  .experience-details {
    background: white;
    position: relative;
  }
}
.experience-details h3 {
  font-size: 3.8em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.8em;
  color: black;
}
@media (max-width: 40em), (max-height: 500px) {
  .experience-details h3 {
    font-size: 3em;
  }
}
.experience-details h3 em {
  display: block;
  color: #ec1d23;
}
.experience-details .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 70%;
  grid-template-columns: 30% 70%;
}
@media (max-width: 106.25em) {
  .experience-details .container {
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
  }
}
@media (max-width: 82em) {
  .experience-details .container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 64em) {
  .experience-details .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.experience-details .container > .info {
  background-color: #e1e0e2;
  padding: 50px 50px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 40em), (max-height: 500px) {
  .experience-details .container > .info {
    padding: 30px;
  }
}
.experience-details .container > .info .further-info {
  padding: 0 25px 25px 25px;
  border: 5px solid #ec1d23;
  border-top: none;
  border-right: none;
  margin-bottom: 50px;
}
@media (max-width: 64em) {
  .experience-details .container > .info .further-info {
    padding: 0 0 25px 25px;
  }
}
.experience-details .container > .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 0 30px;
}
@media (max-width: 82em) {
  .experience-details .container > .gallery {
    padding: 0;
  }
}
@media (max-width: 40em), (max-height: 500px) {
  .experience-details .container > .gallery {
    max-width: 100vw;
  }
}
.experience-details .container > .gallery .holder {
  position: sticky;
  top: 180px;
}
.experience-details .container > .gallery h4 {
  text-align: center;
  color: black;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
.experience-details .container > .gallery h4 > p {
  display: inline-block;
  border-bottom: 5px solid #ec1d23;
  margin-bottom: 0;
  line-height: 30px;
}
.experience-details .container > .gallery h4 em {
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
}
.experience-details .holder {
  height: 100%;
}
.experience-details .image-carousel {
  height: 90%;
  width: 66.6666666667vw;
}
@media (max-width: 106.25em) {
  .experience-details .image-carousel {
    width: 100%;
  }
}
@media (max-width: 64em) {
  .experience-details .image-carousel {
    height: 500px;
  }
}
@media (max-width: 40em) {
  .experience-details .image-carousel {
    height: 300px;
  }
}
.experience-details .image-carousel .swiper-wrapper .swiper-slide.swiper-slide-prev {
  display: none;
}
.experience-details .image-carousel .swiper-wrapper .swiper-slide.swiper-slide-active {
  display: block;
}
.experience-details .image-carousel .swiper-wrapper .swiper-slide.swiper-slide-next {
  display: none;
}
.experience-details .image-carousel .swiper-wrapper .swiper-slide {
  display: none;
}
.experience-details .image-carousel .swiper-wrapper .swiper-slide img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.experience-details .thumbnail-image-carousel {
  height: 150px;
  width: 50vw;
  margin-top: -75px;
}
@media (max-width: 64em) {
  .experience-details .thumbnail-image-carousel {
    width: 100vw;
    margin-top: 0;
  }
}
.experience-details .thumbnail-image-carousel .swiper-wrapper .swiper-slide {
  display: block;
}
.experience-details .thumbnail-image-carousel .swiper-wrapper .swiper-slide img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 150px;
  height: 150px;
  border: 5px solid white;
  cursor: pointer;
}
@media (max-width: 81.25em) {
  .experience-details .thumbnail-image-carousel .swiper-wrapper .swiper-slide img {
    max-width: 60px;
    max-height: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 64em) {
  .experience-details .thumbnail-image-carousel .swiper-wrapper .swiper-slide img {
    max-width: 33.3333333333vw;
    max-height: 33.3333333333vw;
  }
}
.experience-details .thumbnail-image-carousel .swiper-wrapper .swiper-slide.swiper-slide-active img {
  border: 5px solid #ec1d23;
}

.useful-information {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(199, 199, 199)), color-stop(42%, rgb(225, 224, 226)), to(rgb(225, 224, 226)));
  background: linear-gradient(0deg, rgb(199, 199, 199) 0%, rgb(225, 224, 226) 42%, rgb(225, 224, 226) 100%);
  padding: 100px 0;
}
.useful-information h3 {
  font-size: 4.5em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.8em;
  color: black;
  margin: 0;
  padding: 50px 0;
  margin-bottom: 30px;
}
@media (max-width: 40em), (max-height: 500px) {
  .useful-information h3 {
    font-size: 2.5em;
  }
}
.useful-information h3 em {
  display: block;
  color: #ec1d23;
}
.useful-information .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin-bottom: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 82em) {
  .useful-information .items {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 64em) {
  .useful-information .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    row-gap: 20px;
    margin-bottom: 10px;
  }
}
.useful-information .items .tab-indicator-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (max-width: 64em) {
  .useful-information .items .tab-indicator-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.useful-information .items .tab-indicator-container .tab-indicator.active {
  background: #ec1d23;
}
.useful-information .items .tab-indicator-container .tab-indicator {
  border-radius: 4px;
  width: 15px;
  height: 15px;
  background: #5b5b5b;
}
.useful-information .items .item-header {
  padding: 0 20px;
}
@media (max-width: 64em) {
  .useful-information .items .item-header {
    display: none;
  }
}
.useful-information .items .item-header a {
  display: block;
  color: black;
  font-weight: 600;
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 32px;
  margin-bottom: 10px;
}
@media (max-width: 106.25em) {
  .useful-information .items .item-header a {
    font-size: 2rem;
    line-height: 25px;
  }
}
.useful-information .items .item-header.active {
  border-bottom: 5px solid #ec1d23;
}
.useful-information .content {
  position: relative;
}
.useful-information .content .useful-info-arrow-prev, .useful-information .content .useful-info-arrow-next {
  display: none;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0px;
  font-size: 2em;
}
@media (max-width: 64em) {
  .useful-information .content .useful-info-arrow-prev, .useful-information .content .useful-info-arrow-next {
    display: inline-block;
  }
}
.useful-information .content .useful-info-arrow-prev span, .useful-information .content .useful-info-arrow-next span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.useful-information .content .useful-info-arrow-prev {
  left: 0;
}
.useful-information .content .useful-info-arrow-next {
  right: 0;
}
.useful-information .content .body {
  display: none;
}
.useful-information .content .body.active {
  display: block;
}
.useful-information .content .body .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 40em) {
  .useful-information .content .body .stats {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.useful-information .content .body .stats > div {
  min-width: 150px;
  color: black;
  padding-right: 40px;
  text-align: center;
}
@media (max-width: 40em) {
  .useful-information .content .body .stats > div {
    padding-right: 0;
  }
}
.useful-information .content .body .stats > div > i {
  font-size: 6em;
  margin-bottom: 20px;
}
.useful-information .content .body .stats > div > p {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  font-size: 0.9rem;
}
.useful-information .content .hide-on-mobile {
  display: none;
}
@media (max-width: 64em) {
  .useful-information .content .hide-on-mobile {
    display: block;
  }
}

.driver-reqs {
  background: white;
  color: black;
  padding: 40px 0;
}
.driver-reqs h2 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.8em;
  font-size: 3em;
}
.driver-reqs h2 span {
  color: #ec1d23;
}
.driver-reqs .requirement-icons {
  text-align: center;
  margin: 40px 0;
}
.driver-reqs .requirement-icons i {
  font-size: 4em;
  color: #ec1d23;
  margin-bottom: 10px;
}
.driver-reqs .requirement-icons p {
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1em;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
}
.driver-reqs .requirement-icons .desc {
  font-size: 1.2em;
}

.graded-tickets {
  background: #E1E0E2;
  color: black;
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 40em), (max-height: 500px) {
  .graded-tickets {
    position: relative;
  }
}
.graded-tickets h3 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.8em;
  font-size: 3.8em;
  margin-bottom: 50px;
}
@media (max-width: 40em) {
  .graded-tickets h3 {
    font-size: 3em;
  }
}
.graded-tickets h3 em {
  color: #ec1d23;
}
.graded-tickets h4 {
  font-weight: 500;
  text-transform: uppercase;
}
.graded-tickets p {
  padding-right: 24px;
  font-size: 1.2em;
}
.graded-tickets .info {
  padding: 20px 40px;
  border-left: 5px solid #ec1d23;
  border-bottom: 5px solid #ec1d23;
  margin-right: 20px;
}
@media (max-width: 64em) {
  .graded-tickets .info {
    padding: 0px 0px 20px 40px;
  }
}
.graded-tickets img {
  position: relative;
  max-width: 100%;
}
@media (max-width: 64em) {
  .graded-tickets img {
    margin-top: 40px;
  }
}
.graded-tickets img::after {
  content: "";
  background-image: url("https://images.msv.com/images/driving-gifts/chevronL.png");
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  height: 40px;
  width: 40vw;
  right: -33vw;
  top: -20px;
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(76%) saturate(4085%) hue-rotate(348deg) brightness(92%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(18%) sepia(76%) saturate(4085%) hue-rotate(348deg) brightness(92%) contrast(100%);
  -webkit-animation: 7.5s chevronRL infinite linear;
          animation: 7.5s chevronRL infinite linear;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 20px 100%, 0 20px);
}
@media (max-width: 64em) {
  .graded-tickets img::after {
    right: -10vw;
  }
}

.location-map {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(1) invert(1);
          filter: grayscale(1) invert(1);
}

.event-information {
  background: black;
  color: white;
}
.event-information h2 {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.8em;
  font-size: 3em;
}
.event-information h2 span {
  color: #ec1d23;
}
.event-information ul {
  list-style-type: disc;
}
.event-information ul li::marker {
  color: #ec1d23;
}
.event-information .options-info-icons {
  text-align: center;
}
.event-information .options-info-icons i {
  color: #34b233;
  font-size: 4em;
  margin-bottom: 10px;
}
.event-information .options-info-icons p {
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1em;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
}

.customer-reviews {
  background: #e1e0e2;
  color: black;
  padding: 40px 0 80px 0;
  overflow: hidden;
}
.customer-reviews .grid-container {
  overflow: hidden;
}
@media (max-width: 40em), (max-height: 500px) {
  .customer-reviews {
    position: relative;
  }
}
.customer-reviews h3 {
  margin: 50px 0;
  font-size: 3.8em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.8em;
  color: black;
}
@media (max-width: 40em), (max-height: 500px) {
  .customer-reviews h3 {
    margin: 50px 0 70px 0;
  }
}
.customer-reviews h3 em {
  display: block;
  color: #ec1d23;
}
.customer-reviews .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  overflow: visible;
}
@media (max-width: 64em), (max-height: 500px) {
  .customer-reviews .items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 40em) {
  .customer-reviews .items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }
  .customer-reviews .items .swiper-slide.review {
    width: 98dvw;
  }
}
.customer-reviews .items .review {
  padding: 0 20px;
}
.customer-reviews .items .review h4 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2rem;
  margin: 20px 0;
  line-height: 30px;
}
.customer-reviews .items .review .star-rating {
  color: #ec1d23;
}
.customer-reviews .items .review .star-rating > i {
  font-size: 2rem;
}
.customer-reviews .items .review .footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.customer-reviews .items .swiper-wrapper {
  margin-top: 20px;
}
@media (max-width: 40em), (max-height: 500px) {
  .customer-reviews .items .swiper-wrapper {
    margin-top: 0;
  }
}
.customer-reviews .items .swiper-button-prev, .customer-reviews .items .swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  top: -16px;
}
@media (max-width: 40em), (max-height: 500px) {
  .customer-reviews .items .swiper-button-prev, .customer-reviews .items .swiper-button-next {
    top: -35px;
  }
}
.customer-reviews .items .swiper-button-disabled {
  background-color: unset;
}

.retail-product-title h1 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 0.9em;
  font-size: 6em;
}
@media (max-width: 70em) {
  .retail-product-title h1 {
    font-size: 3.5em;
  }
}
@media (max-width: 40em), (max-height: 500px) {
  .retail-product-title h1 {
    font-size: 3em;
  }
}
.retail-product-title h1 em {
  font-weight: 300;
}
.retail-product-title h2 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 1.1rem;
}
@media (max-width: 40em), (max-height: 500px) {
  .retail-product-title h2 {
    letter-spacing: 5px;
  }
}
.retail-product-title h2 p {
  line-height: 1.2em;
}
.retail-product-title h3 {
  font-weight: 500;
  text-transform: uppercase;
  margin: 40px 0;
}
@media (max-height: 500px) {
  .retail-product-title h3 {
    margin: 10px 0;
  }
}
.retail-product-title h3 p {
  font-size: 4rem;
  letter-spacing: 4px;
  margin: 0;
  line-height: 60px;
}
.retail-product-title h3 em {
  display: block;
  font-size: 1rem;
  font-style: italic;
  line-height: 22px;
}

@media (max-width: 40em), (max-height: 500px) {
  #useful-information {
    position: relative;
    background: white;
  }
}

.useful-information {
  background: white;
  color: black;
  padding: 40px 0;
}
.useful-information h2 {
  font-size: 3em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.8em;
}
.useful-information h2 span {
  color: #ec1d23;
}
.useful-information {
  /*h2 {
      font-weight: 700;
      text-transform: uppercase;
      line-height: .8em;
      font-size: 3em;

      span {
          color: $brand-color;
      }
  }*/
}
.useful-information .requirement-icons {
  text-align: center;
  margin: 40px 0;
}
.useful-information .requirement-icons i {
  font-size: 4em;
  color: #ec1d23;
  margin-bottom: 10px;
}
.useful-information .requirement-icons p {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
}
.useful-information .requirement-icons .desc {
  font-size: 1.2em;
}

.anchor-bar {
  background: #242d3c;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: sticky;
  top: 98px;
  z-index: 1000;
}
@media (max-width: 64em) {
  .anchor-bar {
    top: 88px;
  }
}
@media print, screen and (max-width: 40em), (max-height: 500px) {
  .anchor-bar {
    padding: 15px 0;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*display: none;*/
  }
  .anchor-bar > a {
    margin-bottom: 5px;
  }
}
.anchor-bar ul {
  margin: 0;
}
.anchor-bar ul li {
  float: left;
  list-style: none;
  margin: 5px 0;
}
.anchor-bar ul li:last-child {
  float: right;
}
@media print, screen and (max-width: 40em), (max-height: 500px) {
  .anchor-bar ul li {
    display: none;
  }
  .anchor-bar ul li:last-child {
    display: block;
    float: unset;
    width: 100%;
  }
}
.anchor-bar .button {
  background-color: transparent;
  border: none;
  margin: 0;
}
.anchor-bar .button.active {
  background-color: #ec1d23;
}
.anchor-bar .button.purchase {
  padding: 0;
  background-color: red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
@media (max-width: 40em), (max-height: 500px) {
  .anchor-bar .button.purchase {
    margin: 8px auto 0 auto;
  }
}
.anchor-bar .button.purchase > .price {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  background-color: #242d3c;
  border: 1px solid red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
.anchor-bar .button.purchase > .price > p {
  display: inline;
  margin: 0;
  font-size: 1.1rem;
}
.anchor-bar .button.purchase > .price > p em {
  font-size: 0.8rem;
  font-weight: 300;
  font-style: italic;
  margin-right: 5px;
}
.anchor-bar .button.purchase > .info {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 40px;
}

.product-wrapper {
  /*height: fit-content;*/
}
@media (max-width: 40em), (max-height: 500px) {
  .product-wrapper .product-images {
    position: fixed;
  }
}
.product-wrapper .product-images.video-container {
  height: 100vh;
  width: 100dvw;
}
.product-wrapper .product-images.video-container video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 64em) {
  .product-wrapper .product-images.video-container video {
    height: 100vh;
    margin-top: 0;
  }
}
@media (max-width: 40em), (max-height: 500px) {
  .product-wrapper .product-images .overlay {
    height: 100dvh;
    width: 100dvw;
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0) 100%);
  }
}
.product-wrapper .product-images img {
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-height: 500px) {
  .product-wrapper .product-images img {
    height: auto;
    width: 100dvw;
  }
}

.product-info {
  z-index: 4;
  height: 100dvh;
  position: absolute;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: white;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.73)), color-stop(26%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0.5) 26%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 40em), (max-height: 500px) {
  .product-info {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    background: none;
  }
}
@media (max-width: 40em), (max-height: 500px) {
  .product-info .retail-product-title {
    margin-top: 30vh;
  }
}

@media (max-width: 40em), (max-height: 500px) {
  .product-description {
    /*overflow: scroll;
    max-height: 200px;*/
  }
}

.product-locations {
  padding: 25px 0;
}
@media (max-width: 40em), (max-height: 500px) {
  .product-locations {
    position: relative;
    background: white;
  }
}
.product-locations .available-locations {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 64em) {
  .product-locations .available-locations {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
@media (max-width: 40em), (max-height: 500px) {
  .product-locations .available-locations {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-locations h4 {
  margin: 30px 0;
  color: #515052;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  letter-spacing: 6px;
}
@media (max-width: 40em), (max-height: 500px) {
  .product-locations h4 {
    margin: 0 0 30px 0;
  }
}
.product-locations .circuit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0.2;
}
.product-locations .circuit-wrapper.active {
  opacity: 1;
}
.product-locations .circuit-wrapper h5 {
  text-transform: uppercase;
  color: black;
  font-weight: 600;
}
.product-locations .circuit-wrapper .circuit-name div {
  text-align: center;
}
.product-locations .circuit-wrapper .circuit-name div span {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product-locations .circuit-wrapper img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
  width: 60%;
}
@media (max-width: 64em) {
  .product-locations .circuit-wrapper img {
    display: none;
  }
}

#leaflet-map {
  min-height: 400px;
}
@media (max-width: 40em), (max-height: 500px) {
  #leaflet-map {
    position: relative;
    background: #565656;
  }
}
#leaflet-map .leaflet-tile-container img {
  -webkit-filter: grayscale(1) invert(1);
          filter: grayscale(1) invert(1);
}
#leaflet-map .leaflet-marker-pane img {
  -webkit-filter: hue-rotate(144deg);
          filter: hue-rotate(144deg);
}

.grouped-experience-container.monetary-vouchers .grid-item:first-child {
  width: 50%;
}

.grouped-experiences.no-animation .grid-item .experience-details, .grouped-experiences.no-animation .grid-item .text {
  bottom: 25px;
}
.grouped-experiences.no-animation .grid-item .experience-details a, .grouped-experiences.no-animation .grid-item .text a {
  margin-bottom: 0;
}
.grouped-experiences.no-animation .grid-item .experience-details h2, .grouped-experiences.no-animation .grid-item .experience-details h3, .grouped-experiences.no-animation .grid-item .text h2, .grouped-experiences.no-animation .grid-item .text h3 {
  display: none;
  -webkit-transition: none;
  transition: none;
}
.grouped-experiences.no-animation .grid-item .experience-details h4, .grouped-experiences.no-animation .grid-item .text h4 {
  -webkit-transition: none;
  transition: none;
}
.grouped-experiences.no-animation .grid-item:hover h2 {
  -webkit-transform: none;
          transform: none;
  padding: 0;
  border-bottom: none;
}
.grouped-experiences.no-animation .grid-item:hover {
  cursor: pointer;
}
.grouped-experiences.no-animation .grid-item:hover h3 {
  -webkit-transform: none;
          transform: none;
  padding: 0;
  border-bottom: none;
}

.grouped-experience-container {
  padding: 50px 0;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(20%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
}
.grouped-experience-container.overview {
  padding: 0 0 50px 0;
  background: white;
  margin-bottom: 20px;
}
.grouped-experience-container.overview h2 {
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.8em;
  margin: 0.8em 0 0.4em 0;
  color: black;
}
.grouped-experience-container.overview h2 em {
  font-weight: 300;
  color: black;
}
@media (min-width: 90em) {
  .grouped-experience-container.overview h2 {
    font-size: 4rem;
    line-height: 0.8em;
  }
}
@media (max-width: 40em), (max-height: 500px) {
  .grouped-experience-container.overview h2 {
    font-size: 2rem;
    line-height: 1em;
  }
}
.grouped-experience-container.overview p {
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 64em) {
  .grouped-experience-container.overview p {
    font-size: 0.8em;
  }
}
.grouped-experience-container::after {
  content: "";
  background-image: url(https://images.msv.com/images/driving-gifts/chevronL.png);
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  height: 40px;
  width: 50vw;
  right: 0;
  bottom: -20px;
  -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(76%) saturate(4085%) hue-rotate(348deg) brightness(92%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(18%) sepia(76%) saturate(4085%) hue-rotate(348deg) brightness(92%) contrast(100%);
  -webkit-animation: 15s chevronRL infinite linear;
  animation: 15s chevronRL infinite linear;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 20px 100%, 0 20px);
}
.grouped-experience-container.no-chevrons::after {
  background-image: none;
}
.grouped-experience-container .grouped-experiences {
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 64em) {
  .grouped-experience-container .grouped-experiences {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .grouped-experience-container .grouped-experiences.two-lines {
    -ms-grid-rows: -webkit-max-content 550px;
    -ms-grid-rows: max-content 550px;
    grid-template-rows: -webkit-max-content 550px;
    grid-template-rows: max-content 550px;
  }
  .grouped-experience-container .grouped-experiences.two-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grouped-experience-container .grouped-experiences.two-items .grid-item.focus {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.grouped-experience-container .grouped-experiences .grid-item {
  position: relative;
  height: 100%;
}
@media (max-width: 64em) {
  .grouped-experience-container .grouped-experiences .grid-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
    height: 300px;
  }
}
@media (min-width: 64em) {
  .grouped-experience-container .grouped-experiences .grid-item {
    max-height: 600px;
  }
  .grouped-experience-container .grouped-experiences .grid-item.focus {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}
.grouped-experience-container .grouped-experiences .grid-item .text {
  position: absolute;
  bottom: 50px;
  left: 40px;
}
@media (max-width: 64em) {
  .grouped-experience-container .grouped-experiences .grid-item .text {
    bottom: 20px;
    left: 20px;
  }
}
@media (max-width: 40em), (max-height: 500px) {
  .grouped-experience-container .grouped-experiences .grid-item .text {
    background: none;
    max-width: calc(100% - 80px);
  }
}
.grouped-experience-container .grouped-experiences .grid-item .text a {
  color: white;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.grouped-experience-container .grouped-experiences .grid-item .text a:hover {
  color: #ec1d23;
}
.grouped-experience-container .grouped-experiences .grid-item .text a.best-seller h4::after {
  content: "BEST SELLER";
  background: #ec1d23;
  color: white;
  padding: 4px 8px;
  margin-left: 12px;
  font-weight: 700;
  font-size: 0.8em;
  letter-spacing: 1px;
  position: relative;
  bottom: 2px;
}
@media (max-width: 40em), (max-height: 500px) {
  .grouped-experience-container .grouped-experiences .grid-item .text a.best-seller h4::after {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: initial;
  }
}
@media (min-width: 64em) {
  .grouped-experience-container .grouped-experiences .grid-item .text a {
    visibility: hidden;
  }
}
.grouped-experience-container .grouped-experiences .grid-item .text h2, .grouped-experience-container .grouped-experiences .grid-item .text h3 {
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 5px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  font-size: 2rem;
  color: white;
}
@media (max-width: 40em), (max-height: 500px) {
  .grouped-experience-container .grouped-experiences .grid-item .text h2, .grouped-experience-container .grouped-experiences .grid-item .text h3 {
    font-size: 1.5rem;
    letter-spacing: 2px;
  }
}
.grouped-experience-container .grouped-experiences .grid-item .text h4 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 64em) {
  .grouped-experience-container .grouped-experiences .grid-item .text h4 {
    opacity: 0;
  }
}
@media (max-width: 40em), (max-height: 500px) {
  .grouped-experience-container .grouped-experiences .grid-item .text h4 {
    letter-spacing: 1px;
  }
}
.grouped-experience-container .grouped-experiences .grid-item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.grouped-experience-container .grouped-experiences .grid-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.grouped-experience-container .grouped-experiences .grid-item .img::after {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.45)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 20%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
@media (min-width: 64em) {
  .grouped-experience-container .grouped-experiences .grid-item:hover a {
    visibility: visible;
  }
  .grouped-experience-container .grouped-experiences .grid-item:hover h3 {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
    padding: 10px 0;
    /*border-bottom: solid 2px white;*/
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: white;
  }
  .grouped-experience-container .grouped-experiences .grid-item:hover h4 {
    margin-bottom: 10px;
    display: block;
    line-height: 1;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 1;
    height: auto;
    width: auto;
  }
  .grouped-experience-container .grouped-experiences .grid-item:hover .experience-overlay {
    opacity: 1.3;
  }
  .grouped-experience-container .grouped-experiences .grid-item:hover h2 {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
    padding: 10px 0;
    border-bottom: solid 2px white;
  }
}

footer {
  position: relative;
}
footer::before {
  content: "";
  background-image: url(https://images.msv.com/images/driving-gifts/chevronR.png);
  background-size: contain;
  background-repeat: repeat-x;
  position: absolute;
  height: 40px;
  width: 50vw;
  left: 0;
  top: -20px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-animation: 10s chevronLR infinite linear;
  animation: 10s chevronLR infinite linear;
  clip-path: polygon(calc(100% - 20px) 0, 100% 20px, calc(100% - 20px) 100%, 0 100%, 0 0);
}

.swiper.focus-swiper {
  padding-top: 95px;
}
@media (max-width: 40em), (max-height: 500px) {
  .swiper.focus-swiper {
    padding-top: 0;
  }
}

.focus-swiper {
  height: 70dvh;
}
@media (max-width: 40em), (max-height: 500px) {
  .focus-swiper {
    height: 90dvh;
  }
}
.focus-swiper .focus-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(275deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.6) 100%);
}
@media (max-width: 40em), (max-height: 500px) {
  .focus-swiper .focus-overlay {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0.1)), color-stop(70%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 40%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.7) 100%);
  }
}
.focus-swiper .swiper-wrapper {
  height: 100%;
}
.focus-swiper .swiper-wrapper .swiper-slide {
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  bottom: 0;
  z-index: 0;
  visibility: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.focus-swiper .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 16/9;
}
.focus-swiper .swiper-wrapper .swiper-slide img.top {
  -o-object-position: top;
     object-position: top;
}
.focus-swiper .swiper-wrapper .swiper-slide img.center {
  -o-object-position: center;
     object-position: center;
}
.focus-swiper .swiper-wrapper .swiper-slide img.bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.focus-swiper .listing-details {
  padding: 0 25px;
  position: absolute;
  bottom: 10%;
  left: 70px;
  color: white;
  /*filter: drop-shadow(0px 7px 7px black);*/
}
@media (max-width: 40em), (max-height: 500px) {
  .focus-swiper .listing-details {
    text-align: center;
    width: 100%;
    left: 0;
    top: 43vh;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
}
.focus-swiper .listing-details h1, .focus-swiper .listing-details h2, .focus-swiper .listing-details h3 {
  text-transform: uppercase;
}
.focus-swiper .listing-details h1 span, .focus-swiper .listing-details h2 span, .focus-swiper .listing-details h3 span {
  font-weight: 800;
}
.focus-swiper .listing-details h2 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 0.9em;
  font-size: 6em;
}
@media (max-width: 64em) {
  .focus-swiper .listing-details h2 {
    font-size: 3.5em;
  }
}
@media (max-width: 40em), (max-height: 500px) {
  .focus-swiper .listing-details h2 {
    font-size: 3em;
  }
}
.focus-swiper .listing-details h2 em {
  /*display: block;*/
  font-weight: 300;
}
.focus-swiper .listing-details h3 {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 1.1rem;
}
.focus-swiper .listing-details h3 p {
  line-height: 1.2em;
  letter-spacing: 5px;
}
.focus-swiper .listing-details h4 {
  font-weight: 500;
  text-transform: uppercase;
  margin: 40px 0;
  font-size: 4rem;
  letter-spacing: 4px;
  line-height: 60px;
}
@media (max-width: 40em), (max-height: 500px) {
  .focus-swiper .listing-details h4 {
    margin: 10px 0;
  }
}
.focus-swiper .listing-details h4 em {
  display: block;
  font-size: 1rem;
  font-style: italic;
  line-height: 22px;
}
@media screen and (max-width: 64em) {
  .focus-swiper .listing-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100%;
  }
  .focus-swiper .listing-details h2 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 0;
  }
  .focus-swiper .listing-details h3 {
    visibility: hidden;
    font-size: 0rem;
    line-height: 0em;
    margin-bottom: 0;
  }
  .focus-swiper .listing-details h3 p {
    margin-bottom: 0;
  }
  .focus-swiper .listing-details h4 {
    margin-top: 0;
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .focus-swiper .listing-details h2 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 0;
  }
  .focus-swiper .listing-details h3 {
    visibility: hidden;
    font-size: 0rem;
    line-height: 0em;
    margin-bottom: 0;
  }
  .focus-swiper .listing-details h3 p {
    margin-bottom: 0;
  }
  .focus-swiper .listing-details h4 {
    margin-top: 0;
    font-size: 2rem;
    line-height: 2rem;
  }
}

.thumbnail-swiper-container {
  position: relative;
  height: 30dvh;
}
@media (max-width: 64em) {
  .thumbnail-swiper-container {
    display: none;
  }
}

.swiper-initialized.focus-swiper .swiper-wrapper > .swiper-slide {
  visibility: visible;
}

.swiper-initialized.thumbnail-swiper > .swiper-wrapper > .swiper-slide {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.swiper-initialized.thumbnail-swiper > .swiper-wrapper > .swiper-slide .focus-overlay {
  width: 100%;
  visibility: visible;
}

.thumbnail-swiper {
  margin-top: -60px;
  height: 100%;
}
.thumbnail-swiper .swiper-wrapper {
  height: 100%;
}
.thumbnail-swiper .swiper-wrapper .swiper-slide {
  -webkit-transition: none;
  transition: none;
  bottom: -30px;
  z-index: 0;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.thumbnail-swiper .swiper-wrapper .swiper-slide img {
  -webkit-filter: brightness(0.8) contrast(0.8);
          filter: brightness(0.8) contrast(0.8);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top: 10px solid #000;
  max-width: 100%;
}
.thumbnail-swiper .swiper-wrapper .swiper-slide .focus-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  visibility: hidden;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgb(0, 0, 0) 100%);
  z-index: 1;
}
.thumbnail-swiper .swiper-wrapper .swiper-slide .thumbnail-details {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  padding: 0 25px;
  position: absolute;
  bottom: 0;
  color: white;
  width: 100%;
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}
@media (max-width: 90em) {
  .thumbnail-swiper .swiper-wrapper .swiper-slide .thumbnail-details {
    padding: 0 10px;
  }
}
.thumbnail-swiper .swiper-wrapper .swiper-slide .thumbnail-details span.title {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 0.9em;
}
.thumbnail-swiper .swiper-wrapper .swiper-slide .thumbnail-details span.title em {
  font-weight: 300;
}
@media (max-width: 90em) {
  .thumbnail-swiper .swiper-wrapper .swiper-slide .thumbnail-details span.title {
    font-size: 1.1rem;
  }
}
.thumbnail-swiper .swiper-wrapper .swiper-slide .thumbnail-details span.description {
  margin-top: 16px;
  display: block;
  padding-left: 4px;
  font-size: 2rem;
  letter-spacing: 4px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (max-width: 90em) {
  .thumbnail-swiper .swiper-wrapper .swiper-slide .thumbnail-details span.description {
    margin-top: 0px;
    font-size: 1rem;
  }
}
.thumbnail-swiper .swiper-wrapper .swiper-slide .thumbnail-details span.description em {
  text-transform: uppercase;
  display: block;
  font-size: 1rem;
  letter-spacing: 4px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 22px;
}
@media (max-width: 90em) {
  .thumbnail-swiper .swiper-wrapper .swiper-slide .thumbnail-details span.description em {
    display: inline;
    margin-right: 8px;
    letter-spacing: 0;
  }
}
.thumbnail-swiper .swiper-wrapper .swiper-slide:nth-child(3) .thumbnail-details .price::after {
  content: "BEST SELLER";
  background: #ec1d23;
  color: white;
  padding: 4px 8px;
  margin-left: 12px;
  font-weight: 700;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.25rem;
  margin: 0 auto 12px;
}
.thumbnail-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  bottom: 0;
  z-index: 1;
}
.thumbnail-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active img {
  -webkit-filter: none;
          filter: none;
  border-top: none;
}
.thumbnail-swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .thumbnail-details {
  opacity: 1;
  z-index: 2;
}
.thumbnail-swiper .swiper {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.swiper-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.97);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.loader {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top: 4px solid #007bff;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.collection-pagination {
  background: black;
  padding: 20px 0;
}
.collection-pagination .swiper-button-prev, .collection-pagination .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  width: 90px;
  height: 50px;
  z-index: 50;
  font-weight: 700;
  top: 60%;
}
@media (max-width: 40em), (max-height: 500px) {
  .collection-pagination .swiper-button-prev, .collection-pagination .swiper-button-next {
    width: 70px;
    height: 40px;
  }
}
.collection-pagination .swiper-button-prev::after, .collection-pagination .swiper-button-next::after {
  font-size: 2em;
}
@media (max-width: 40em), (max-height: 500px) {
  .collection-pagination .swiper-button-prev::after, .collection-pagination .swiper-button-next::after {
    font-size: 1.4em;
  }
}
.collection-pagination .swiper-button-prev {
  left: 0;
}
.collection-pagination .swiper-button-prev::after {
  content: "prev prev prev";
}
.collection-pagination .swiper-button-next {
  right: 0;
}
.collection-pagination .swiper-button-next::after {
  content: "next next next";
}
.collection-pagination > .swiper-pagination.swiper-pagination-horizontal {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}
.collection-pagination > .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  border-radius: 0;
  width: 20px;
  height: 20px;
  background: #515052;
  opacity: 0.4;
}
.collection-pagination > .swiper-pagination.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #ec1d23;
  opacity: 1;
}

.redeem-voucher-wrapper {
  background: #515052;
  padding: 20px;
}
@media (max-width: 64em) {
  .redeem-voucher-wrapper {
    margin-top: 0;
  }
}
.redeem-voucher-wrapper div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.redeem-voucher-wrapper .redeem-voucher-button {
  margin-bottom: 0;
}
.redeem-voucher-wrapper .redeem-voucher-field {
  max-width: 500px;
  margin-bottom: 0;
  margin-left: 24px;
  width: 100%;
  padding: 0 0 0 0.5em;
}
@media (max-width: 64em) {
  .redeem-voucher-wrapper .redeem-voucher-field {
    max-width: 100%;
    padding: 0.5em;
  }
}
@media (max-width: 40em), (max-height: 500px) {
  .redeem-voucher-wrapper .redeem-voucher-field {
    margin-left: 0;
    margin-top: 24px;
  }
}

/*.intro {
    h1 {
        color: black;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        margin: 60px 0 20px 0;
        font-size: 4rem;
        line-height: 60px;

        em {
            font-weight: 300;
        }

        @media (min-width: 90em) {
            font-size: 6rem;
            line-height: 90px;
        }

        @media (max-width: 40em), (max-height: 500px) {
            font-size: 2.5rem;
            line-height: 35px;
        }
    }

    p {
        color: black;
        font-size: 1.3rem;
        margin: 0 auto 30px auto;
        padding: 40px 0;
        text-align: center;

        @media (max-width: 40em), (max-height: 500px) {
            padding: 20px 0;
            font-size: 1.0rem;
        }
    }
}
*/
.points {
  background: #ec1d23;
  width: 100%;
}
.points .venue-bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 30px 0;
  gap: 20px;
  width: 100%;
}
.points .venue-bullets .venue-bullet {
  width: 100%;
  color: white;
  gap: 10px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  max-width: 400px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 40em), (max-height: 500px) {
  .points .venue-bullets .venue-bullet {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 1fr;
    grid-template-columns: 30% 1fr;
  }
}
@media (max-width: 64em) {
  .points .venue-bullets .venue-bullet {
    max-width: 80vw;
  }
}
.points .venue-bullets .venue-bullet h2 {
  font-size: 1.1rem !important;
  margin-bottom: 0 !important;
  padding-left: 16px !important;
  text-align: left !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: 2px !important;
  /*This is so that the h tags are in sequential order*/
}
.points .venue-bullets .venue-bullet i {
  font-size: 5rem;
}
@media (max-width: 64em) {
  .points .venue-bullets .venue-bullet i {
    font-size: 3rem;
  }
}

.venue-experiences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 50px 0;
  gap: 70px;
}
@media (max-width: 40em), (max-height: 500px) {
  .venue-experiences {
    gap: 0px;
  }
}
.venue-experiences:not(.full) {
  padding-bottom: 40px;
}
@media (max-width: 40em) {
  .venue-experiences .venue {
    margin-bottom: 60px;
    width: 100%;
  }
}
@media (max-height: 500px) {
  .venue-experiences .venue {
    margin-bottom: 30px;
  }
}
.venue-experiences .venue > h3 {
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 16px;
}
.venue-experiences .venue > h3 span {
  font-weight: 600;
  margin-right: 10px;
}
.venue-experiences .venue > .activities {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 40em), (max-height: 500px) {
  .venue-experiences .venue > .activities {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-items: center;
  }
}
.venue-experiences .venue > .activities > img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 150px;
}
.venue-experiences .venue > .activities div {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.venue-experiences .venue > .activities div a {
  color: #565656;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.venue-experiences .venue > .activities div a:hover {
  color: #ec1d23;
}
.venue-experiences .venue > .activities div p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.8rem;
  line-height: 24px; /*touch target sizing*/
}

.faq {
  margin-top: 2em;
}
.faq h2 {
  margin-bottom: 20px;
}

.faq-list {
  padding: 0 18%;
  padding-bottom: 20px;
}
@media screen and (max-width: 64em) {
  .faq-list {
    padding: 0;
    margin: 0 55px;
  }
}
@media screen and (max-width: 40em), (max-height: 500px) {
  .faq-list {
    padding: 20px;
    margin: 0;
  }
}
.faq-list .catergory {
  margin-bottom: 40px;
}
.faq-list .catergory > h4 {
  margin-bottom: 20px;
}
.faq-list .catergory h4 {
  text-transform: uppercase;
}
.faq-list .item .grid-x {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #5b5b5b;
}
.faq-list .item .grid-x h4 {
  margin: 0;
  padding: 8px;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 1.5em;
  color: black;
}
.faq-list .item .grid-x i {
  padding-right: 5px;
  font-size: 2rem;
  color: #bbb9b9;
}
.faq-list .item a:hover .grid-x {
  background-color: #999999;
  color: white;
}
.faq-list .item a:hover .grid-x h4 {
  color: white;
}
.faq-list .item a:hover .grid-x i {
  color: white;
}
.faq-list .item.open .answer {
  max-height: 1000px;
  padding: 10px 5px;
  margin-bottom: 10px;
  overflow: visible;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
.faq-list .item.open .grid-x {
  /*margin-bottom: 0;*/
}
.faq-list .item.open i.fa-caret-down {
  display: none;
}
.faq-list .item.open i.fa-caret-up {
  display: block;
}
.faq-list .item .answer {
  display: block;
  opacity: 0;
  background-color: white;
  padding: 0px 0px;
  color: black;
  margin-bottom: 0px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.faq-list .item i.fa-caret-down {
  display: block;
}
.faq-list .item i.fa-caret-up {
  display: none;
}

.circuit-configs-container h2 {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  line-height: 0.8em;
  margin: 0.8em 0 1em 0;
  color: black;
}
.circuit-configs-container h2 em {
  font-weight: 300;
  color: black;
}
@media (min-width: 90em) {
  .circuit-configs-container h2 {
    font-size: 3rem;
    line-height: 0.8em;
  }
}
@media (max-width: 40em), (max-height: 500px) {
  .circuit-configs-container h2 {
    font-size: 2rem;
    line-height: 1em;
  }
}
.circuit-configs-container {
  margin-top: 30px;
  margin-bottom: 60px;
}
.circuit-configs-container img {
  max-width: 100%;
}
.circuit-configs-container .image-details {
  text-align: center;
}
@media (max-width: 40em) {
  .circuit-configs-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.hero-image {
  position: relative;
}
@media (max-width: 64em) {
  .hero-image.with-bottom-border {
    padding-top: 12vh;
  }
}
.hero-image picture img {
  max-height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 40em), (max-height: 500px) {
  .hero-image picture img {
    height: 30vh;
    -o-object-position: top;
       object-position: top;
  }
}
.hero-image .overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.35)), color-stop(40%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 20%, rgba(0, 0, 0, 0) 40%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-image .grid-container {
  position: relative;
}

.title-container .page-title .cell.small-12.large-8 {
  padding-right: 20px;
}
.title-container .page-title h1, .title-container .page-title h2 {
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 60px 0 20px 0;
  font-size: 4rem;
  line-height: 60px;
}
.title-container .page-title h1 em, .title-container .page-title h2 em {
  font-weight: 300;
  color: black;
}
@media (min-width: 90em) {
  .title-container .page-title h1, .title-container .page-title h2 {
    font-size: 6rem;
    line-height: 90px;
  }
}
@media (max-width: 40em), (max-height: 500px) {
  .title-container .page-title h1, .title-container .page-title h2 {
    font-size: 2.5rem;
    line-height: 35px;
    margin: 20px 0 20px 0;
  }
}
.title-container .page-title .intro h1 {
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 60px 0 20px 0;
  font-size: 4rem;
  line-height: 60px;
}
.title-container .page-title .intro h1 em {
  font-weight: 300;
  color: black;
}
@media (min-width: 90em) {
  .title-container .page-title .intro h1 {
    font-size: 6rem;
    line-height: 90px;
  }
}
@media (max-width: 40em), (max-height: 500px) {
  .title-container .page-title .intro h1 {
    font-size: 2.5rem;
    line-height: 35px;
  }
}
.title-container .page-title .intro p {
  color: black;
  font-size: 1.3rem;
  margin: 0 auto 30px auto;
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 40em), (max-height: 500px) {
  .title-container .page-title .intro p {
    padding: 20px 0;
    font-size: 1rem;
  }
}

.grid-container .page-title h2 {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  line-height: 0.8em;
  margin: 0.8em 0 0.4em 0;
  color: black;
}
.grid-container .page-title h2 em {
  font-weight: 300;
  color: black;
}
@media (min-width: 90em) {
  .grid-container .page-title h2 {
    font-size: 3rem;
    line-height: 0.8em;
  }
}
@media (max-width: 40em), (max-height: 500px) {
  .grid-container .page-title h2 {
    font-size: 2rem;
    line-height: 1em;
  }
}

.intro h1 {
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 60px 0 20px 0;
  font-size: 4rem;
  line-height: 60px;
}
.intro h1 em {
  font-weight: 300;
  color: black;
}
@media (min-width: 90em) {
  .intro h1 {
    font-size: 6rem;
    line-height: 90px;
  }
}
@media (max-width: 40em), (max-height: 500px) {
  .intro h1 {
    font-size: 2.5rem;
    line-height: 35px;
  }
}
.intro p {
  color: black;
  font-size: 1.3rem;
  margin: 0 auto 30px auto;
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 40em), (max-height: 500px) {
  .intro p {
    padding: 20px 0;
    font-size: 1rem;
  }
}

span.more-information {
  min-width: 150px;
}
span.more-information::after {
  content: "More Information";
}

.date-emphasis {
  color: #ec1d23;
}

.contact-padding {
  padding: 30px 0;
}

.circuit-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 45px 0;
  padding: 0 15px;
}
.circuit-intro h1 {
  margin: 0;
}
.circuit-intro p {
  margin-bottom: 0 !important;
}
.circuit-intro p a {
  margin: 0;
}
@media (max-width: 40em), (max-height: 500px) {
  .circuit-intro {
    margin: 15px 0 25px 0;
    padding: 0 5px;
  }
}

.contact-grid {
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact-grid .item .text {
  padding-left: 100px;
}
@media (max-width: 64rem) {
  .contact-grid .item .text {
    padding-left: 0px;
  }
}
.contact-grid .item .text .content h2 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.8em;
  margin: 0.8em 0 0.4em 0;
  color: black;
}
.contact-grid .item .text .content h2 em {
  font-weight: 300;
  color: black;
}
@media (min-width: 90em) {
  .contact-grid .item .text .content h2 {
    font-size: 2rem;
    line-height: 0.8em;
  }
}
@media (max-width: 40em), (max-height: 500px) {
  .contact-grid .item .text .content h2 {
    font-size: 2rem;
    line-height: 1em;
  }
}

.instructors {
  padding-bottom: 80px;
}
.instructors .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media (max-width: 64em) {
  .instructors .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 64em) {
  .instructors .item.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.instructors .item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.instructors .item .img, .instructors .item .text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (max-width: 64em) {
  .instructors .item .img, .instructors .item .text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.instructors .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.instructors .item .text h2 {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.8em;
  margin: 0.8em 0 0.4em 0;
  color: black;
}
.instructors .item .text h2 em {
  font-weight: 300;
  color: black;
}
@media (min-width: 90em) {
  .instructors .item .text h2 {
    font-size: 3rem;
    line-height: 0.8em;
  }
}
@media (max-width: 40em), (max-height: 500px) {
  .instructors .item .text h2 {
    font-size: 2rem;
    line-height: 1em;
  }
}
.instructors .item-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.instructors .item-reverse .img, .instructors .item-reverse .text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.instructors .item img, .contact-grid .item img {
  width: 100%;
}

.palmersport-container {
  padding-bottom: 40px;
}
.palmersport-container > div .grid-container > .grid-x > .cell h2 {
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 60px 0 20px 0;
  font-size: 4rem;
  line-height: 60px;
}
.palmersport-container > div .grid-container > .grid-x > .cell h2 em {
  font-weight: 300;
}
.palmersport-container > div .grid-container > .grid-x > .cell p {
  font-size: 1.5rem;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
}
@media (max-width: 64em) {
  .palmersport-container > div .grid-container > .grid-x > .cell h2 {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }
  .palmersport-container > div .grid-container > .grid-x > .cell p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}

.monetary-vouchers {
  padding-bottom: 4em;
}
.monetary-vouchers .img img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/*# sourceMappingURL=drivinggifts-2024.css.map */