@charset "UTF-8";
/* VARS
Questa cartella contiene uno o più file contententi tutte le variabili globali
del progetto. Qui si possono sovrascrivere le variabili di default di Foundation
e all'occorrenza crearne di nuove, organizzandole come meglio si crede.
*/
/* foundation override */
/* layout settings */
/* bw palette */
/* color palette */
/* font color */
/* background color */
/* icons color */
/* layout color */
/* logo */
/* foundation override */
/* font */
/* foundation override */
/* BOURBON
Può essere incluso Bourbon se necessario, previa installazione tramite Bower.
*/
/* FOUNDATION
Qui vengono inclusi singolarmente tutti i moduli componenti sass di Foundation
in base alle esigenze del progetto.
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:300,400,500,700");
@media print, screen and (min-width: 48em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 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.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* 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-.
     */
figcaption,
figure {
  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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

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

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

/* Text-level semantics
       ========================================================================== */
/**
     * 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 */
  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.
     */
button {
  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 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  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 */
}

/**
     * 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 {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* 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-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 90rem;
  margin: 0 auto;
}

@media print, screen and (min-width: 48em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 48em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -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 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .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 {
    -webkit-flex-basis: auto;
        -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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: 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: 48em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    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;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    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%;
  }
}

.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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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%;
  }
}

.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: 48em) {
  .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);
  }
  .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);
  }
}

.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: 48em) {
  .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%;
  }
}

.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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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 print, screen and (min-width: 48em) {
  .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 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;
  }
}

.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: 48em) {
  .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);
  }
}

.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.grid-y > .cell {
  width: auto;
}

.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 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .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 {
    -webkit-flex-basis: auto;
        -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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: 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: 48em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: 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;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: 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%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: 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-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media print, screen and (min-width: 48em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: 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-stype: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: 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-stype: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 48em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: 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;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 48em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 48em) {
  .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: 48em) {
  .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: 48em) {
  .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);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 48em) {
  .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 print, screen and (min-width: 48em) {
  .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);
  }
}

.row {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before, .row::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -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.9375rem;
  margin-left: -0.9375rem;
}

@media print, screen and (min-width: 48em) {
  .row .row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}

.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.9375rem;
  padding-left: 0.9375rem;
}

.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media print, screen and (min-width: 48em) {
  .column, .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.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.9375rem;
  padding-left: 0.9375rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}

.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 48em) {
  .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: 1.25rem;
    padding-left: 1.25rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    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: 1.25rem;
    padding-left: 1.25rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

.column-block {
  margin-bottom: 1.875rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .column-block {
    margin-bottom: 2.5rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  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-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #fed206;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #dcb501;
  color: #fefefe;
}

.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.primary {
  background-color: #fed206;
  color: #0a0a0a;
}

.button.primary:hover, .button.primary:focus {
  background-color: #cfab01;
  color: #0a0a0a;
}

.button.secondary {
  background-color: #141515;
  color: #fefefe;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #101111;
  color: #fefefe;
}

.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert {
  background-color: #D32F2F;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #aa2424;
  color: #fefefe;
}

.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #fed206;
  color: #fefefe;
}

.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #fed206;
  color: #0a0a0a;
}

.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #141515;
  color: #fefefe;
}

.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #D32F2F;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #fed206;
  color: #fed206;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.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:hover, .button.hollow:focus {
  border-color: #816b01;
  color: #816b01;
}

.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #fed206;
  color: #fed206;
}

.button.hollow.primary {
  border: 1px solid #fed206;
  color: #fed206;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #816b01;
  color: #816b01;
}

.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #fed206;
  color: #fed206;
}

.button.hollow.secondary {
  border: 1px solid #141515;
  color: #141515;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #0a0b0b;
  color: #0a0b0b;
}

.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #141515;
  color: #141515;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.alert {
  border: 1px solid #D32F2F;
  color: #D32F2F;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #6a1717;
  color: #6a1717;
}

.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #D32F2F;
  color: #D32F2F;
}

.button.clear {
  border: 1px solid #fed206;
  color: #fed206;
}

.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}

.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}

.button.clear:hover, .button.clear:focus {
  border-color: #816b01;
  color: #816b01;
}

.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #fed206;
  color: #fed206;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #fed206;
  color: #fed206;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #816b01;
  color: #816b01;
}

.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #fed206;
  color: #fed206;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #141515;
  color: #141515;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #0a0b0b;
  color: #0a0b0b;
}

.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #141515;
  color: #141515;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success:hover, .button.clear.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #D32F2F;
  color: #D32F2F;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #6a1717;
  color: #6a1717;
}

.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #D32F2F;
  color: #D32F2F;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}

.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 {
  border-top-color: #fed206;
}

.button.dropdown.hollow.primary::after {
  border-top-color: #fed206;
}

.button.dropdown.hollow.secondary::after {
  border-top-color: #141515;
}

.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}

.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.alert::after {
  border-top-color: #D32F2F;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
          transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
          transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type='search'] {
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  height: auto;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: auto;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
          transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
          transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #D32F2F;
  background-color: #fae9e9;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #D32F2F;
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #D32F2F;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #D32F2F;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #D32F2F;
}

.is-invalid-label {
  color: #D32F2F;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #D32F2F;
}

.form-error.is-visible {
  display: block;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 48em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .reveal {
    width: 600px;
    max-width: 90rem;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 48em) {
  .reveal.tiny {
    width: 30%;
    max-width: 90rem;
  }
}

@media print, screen and (min-width: 48em) {
  .reveal.small {
    width: 50%;
    max-width: 90rem;
  }
}

@media print, screen and (min-width: 48em) {
  .reveal.large {
    width: 90%;
    max-width: 90rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 47.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #fff;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #fff;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #fff;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #fff transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

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: "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: 48em) {
  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: #fed206;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #dfb701;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 90rem;
  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, ol ul, ul ol, 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;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

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

.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: 48em) {
  .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;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !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;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em), 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.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

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

/* UTILS
Questa cartella contiene tutti gli helper sass che possono
servire l'interno del progetto come ad esempio funzioni, mixin e placeholder.
Come regola generale da questa cartella non deve uscire nessuna riga di css.
Questi file non dovrebbero essere intesi come specifici del progetto in quanto
contengono solamente delle utility che possono essere riutilizzate ovunque.
*/
/* Slightly lighten a color */
/* Slightly darken a color */
/* BASE
Questa cartella contiente gli stili di default dei tag HTML.
Dovrebbe essere utilizzata solo nel caso ci sia la necessità di dare uno stile
base e condiviso in tutto il sito a determinati elementi html. Pensatelo come ad
una sorta di normalizer specifico del progetto. Per una questione di ordine e
coerenza non è consentito l'utilizzo di selettori diversi dagli element
selector, quindi non è consentita la presenza di selettori di classe, id,
attributo, ecc.. É importante evitare di utilizzare stili troppo "aggressivi" in
per evitare di doverli sovrascrivere in seguito.
*/
/* general */
body {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  opacity: 1.00;
  background-color: #ffffff;
}

hr {
  border-color: #f7f7f7;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

/* figure */
figure {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  color: #000000;
}

img {
  border: none;
  font-size: 0.75rem;
}

/* canvas */
canvas {
  -ms-touch-action: none;
      touch-action: none;
}

.content-padding {
  padding: 0 0;
}

@media screen and (min-width: 48em) {
  .content-padding {
    padding: 0 1.25rem;
  }
}

@media screen and (min-width: 75em) {
  .content-padding {
    padding: 0 2.5rem;
  }
}

@media screen and (min-width: 90em) {
  .content-padding {
    padding: 0 5.625rem;
  }
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
  .content-padding {
    padding: 0 0.9375rem;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1281px) {
  .content-padding {
    padding: 0 0.9375rem;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .content-padding {
    padding: 0 0.9375rem;
  }
}

.content-padding-left {
  padding: 0 0;
}

@media screen and (min-width: 48em) {
  .content-padding-left {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 75em) {
  .content-padding-left {
    padding-left: 2.5rem;
    padding-right: 0;
  }
}

@media screen and (min-width: 90em) {
  .content-padding-left {
    padding-left: 6.25rem;
  }
}

.content-padding-right {
  padding: 0 0;
}

@media screen and (min-width: 48em) {
  .content-padding-right {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (min-width: 75em) {
  .content-padding-right {
    padding-right: 2.5rem;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .content-padding-right {
    padding-right: 6.25rem;
  }
}

/* typography */
body {
  color: #000000;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.625rem;
}

p {
  color: #000000;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}

ul li,
ol li {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover, a:focus {
  color: inherit;
}

/* GLOBALS
Questa cartella contiene stili utilizzati in tutto il sito e non specifici di un
determinato componente. I selettori da utilizzare per questi elementi sono
esclusivamente selettori di classe oppure at-rule. Generalmente sono stili
generici che si possono applicare a in molteplici casi indpendentemente
dall'elemento/componente in cui vengono utilizzati. In linea di massima possono
far parte di questa cartella classi helpers  (es. clearfix, text-align, ecc..),
classi relative a griglie e spaziature, classi relative a sfondi, bordi,
visibility ecc..oppure at-rule globali come @font-face, @keyframes ecc..
Le regole di questi stili possono essere utilizzate con la direttiva !important
in quanto vanno a sovrascrivere gli stili di default. Le classi globali non
possono avere selettori innestati, nel caso ci si trovi nella situazione di
sentirne il bisogno probabilmente è più conveniente creare un componente.
*/
/* backgrounds */
.background-color-black {
  background-color: #000000;
}

.background-color-yellow {
  background-color: #fed206;
}

.bg-concrete {
  background: url(../images/backgrounds/bg-light.jpg) no-repeat 50% 0;
  background-size: cover;
  position: relative;
  z-index: 5;
}

.bg-dark {
  background: url(../images/backgrounds/bg-dark.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 5;
}

.bg-dark * {
  color: #999 !important;
}

.small-bg-gray {
  background: #f2f2f2;
}

@media print, screen and (min-width: 64em) {
  .small-bg-gray {
    background: #fff;
  }
}

@media screen and (max-width: 47.9375em) {
  .small-bg-gray {
    padding: 0 !important;
  }
}

/* general */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.relative {
  position: relative;
}

.clearfix {
  overflow: auto;
}

.position-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.uppercase {
  text-transform: uppercase;
}

/* spinner */
.spinner:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: -26px;
  margin-bottom: 0;
  margin-right: 0;
  width: 52px;
  height: 52px;
  border: solid 2px transparent;
  border-top-color: #fed206;
  border-left-color: #fed206;
  border-radius: 50%;
  -webkit-animation: spinner 700ms linear infinite;
          animation: spinner 700ms linear infinite;
}

.spinner-white:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: -26px;
  margin-bottom: 0;
  margin-right: 0;
  width: 52px;
  height: 52px;
  border: solid 2px transparent;
  border-top-color: #fefefe;
  border-left-color: #fefefe;
  border-radius: 50%;
  -webkit-animation: spinner 700ms linear infinite;
          animation: spinner 700ms linear infinite;
}

/* margin */
.margin-remove {
  margin: 0;
}

.margin-top-remove {
  margin-top: 0;
}

.margin-bottom-remove {
  margin-bottom: 0;
}

.vmt-1 {
  margin-top: 0.625rem;
}

.vmb-1 {
  margin-bottom: 0.625rem;
}

.vmt-2 {
  margin-top: 1.25rem;
}

.vmb-2 {
  margin-bottom: 1.25rem;
}

.vmt-3 {
  margin-top: 1.875rem;
}

.vmb-3 {
  margin-bottom: 1.875rem;
}

.vmt-4 {
  margin-top: 2.5rem;
}

.vmb-4 {
  margin-bottom: 2.5rem;
}

.vmt-5 {
  margin-top: 3.125rem;
}

.vmb-5 {
  margin-bottom: 3.125rem;
}

.vmt-6 {
  margin-top: 3.75rem;
}

.vmb-6 {
  margin-bottom: 3.75rem;
}

.vmt-7 {
  margin-top: 4.375rem;
}

.vmb-7 {
  margin-bottom: 4.375rem;
}

.vmt-8 {
  margin-top: 5rem;
}

.vmb-8 {
  margin-bottom: 5rem;
}

.vmt-9 {
  margin-top: 5.625rem;
}

.vmb-9 {
  margin-bottom: 5.625rem;
}

.vmt-10 {
  margin-top: 6.25rem;
}

.vmb-10 {
  margin-bottom: 6.25rem;
}

/* padding */
.padding-remove {
  padding: 0;
}

.padding-top-remove {
  padding-top: 0;
}

.padding-bottom-remove {
  padding-bottom: 0 !important;
}

.vpt-1 {
  padding-top: 0.625rem;
}

.vpb-1 {
  padding-bottom: 0.625rem;
}

.vpt-2 {
  padding-top: 1.25rem;
}

.vpb-2 {
  padding-bottom: 1.25rem;
}

.vpt-3 {
  padding-top: 1.875rem;
}

.vpb-3 {
  padding-bottom: 1.875rem;
}

.vpt-4 {
  padding-top: 2.5rem;
}

.vpb-4 {
  padding-bottom: 2.5rem;
}

.vpt-5 {
  padding-top: 3.125rem;
}

.vpb-5 {
  padding-bottom: 3.125rem;
}

.vpt-6 {
  padding-top: 3.75rem;
}

.vpb-6 {
  padding-bottom: 3.75rem;
}

.vpt-7 {
  padding-top: 4.375rem;
}

.vpb-7 {
  padding-bottom: 4.375rem;
}

.vpt-8 {
  padding-top: 5rem;
}

.vpb-8 {
  padding-bottom: 5rem;
}

/* height */
.height-1-1 {
  height: 100%;
}

.height-full {
  height: 100vh;
}

@media print, screen and (min-width: 64em) {
  .v-centered {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.clearsection {
  clear: left;
  position: relative;
  z-index: 0;
}

/* icons */
.icon {
  width: 16px;
  height: 16px;
  fill: #000000;
  position: relative;
  display: inline-block;
  vertical-align: sub;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.icon.icon_small {
  width: 12px;
  height: 12px;
}

.icon.icon_large {
  width: 32px;
  height: 32px;
}

.icon.icon_left {
  margin-right: 0.625rem;
}

.icon.icon_right {
  margin-left: 0.625rem;
}

.icon.icon_primary {
  fill: #fed206;
}

.icon.icon_secondary {
  fill: #141515;
}

.icon.icon_white {
  fill: #ffffff;
}

@-webkit-keyframes spinner {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* units */
.unit {
  position: relative;
  padding: 1.875rem 0;
}

@media print, screen and (min-width: 64em) {
  .unit {
    padding: 3.75rem 0;
  }
}

@media screen and (min-width: 90em) {
  .unit {
    padding: 5rem 0;
  }
}

.unit.unit_small {
  position: relative;
  padding: 1.25rem 0;
}

@media screen and (min-width: 90em) {
  .unit.unit_small {
    padding: 2.5rem 0;
  }
}

.unit.unit_large {
  position: relative;
  padding: 3.75rem 0;
}

@media print, screen and (min-width: 64em) {
  .unit.unit_large {
    padding: 6.25rem 0;
  }
}

@media screen and (min-width: 90em) {
  .unit.unit_large {
    padding: 12.5rem 0;
  }
}

.unit.unit_remove_padding-top {
  padding-top: 0;
}

.unit.unit_remove_padding-bottom {
  padding-bottom: 0;
}

@media print, screen and (min-width: 48em) {
  .unit.unit_negative-margin {
    padding-top: 0;
    -webkit-transform: translate(0, -100px);
        -ms-transform: translate(0, -100px);
            transform: translate(0, -100px);
    z-index: 1;
  }
}

.unit.unit_top_spacing {
  padding-top: calc(120px + 30px);
}

@media print, screen and (min-width: 48em) {
  .unit.unit_top_spacing {
    padding-top: calc(170px + 40px);
  }
}

@media screen and (max-width: 47.9375em) {
  .unit.unit_small_top_spacing,
  .unit_small_top_spacing {
    padding-top: 45.8px;
  }
}

.unit.unit_medium_top_spacing,
.unit_medium_top_spacing {
  padding-top: calc(120px + 30px);
}

@media print, screen and (min-width: 48em) {
  .unit.unit_medium_top_spacing,
  .unit_medium_top_spacing {
    padding-top: calc(170px + 40px);
  }
}

@media print, screen and (min-width: 64em) {
  .unit.unit_medium_top_spacing,
  .unit_medium_top_spacing {
    padding-top: 0;
  }
}

/* typography title */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto Condensed", Arial, sans-serif;
}

.title {
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.subtitle, .section-title {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
}

.title {
  position: relative;
  display: block;
  color: #000000;
  font-family: "Roboto", Arial, sans-serif;
  margin-bottom: 30px;
  font-size: 36px;
}

.subtitle {
  display: block;
  position: relative;
  color: #000000;
  font-size: 1.125rem;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 48em) {
  .subtitle {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 90em) {
  .subtitle {
    font-size: 2.25rem;
  }
}

.subtitle.inverted {
  color: #fefefe !important;
  font-weight: 300;
}

.section-title {
  display: block;
  position: relative;
  color: #000000;
  font-size: 1.25rem;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.2em;
}

@media print, screen and (min-width: 48em) {
  .section-title {
    font-size: 1.5rem;
    font-weight: 500;
  }
}

@media screen and (min-width: 90em) {
  .section-title {
    font-size: 2.25rem;
  }
}

@media print, screen and (min-width: 48em) {
  .section-title.big {
    font-size: 2.25rem;
    font-weight: 700;
  }
}

@media screen and (min-width: 90em) {
  .section-title.big {
    font-size: 3rem;
  }
}

@media print, screen and (min-width: 48em) {
  .section-title.big + .subtitle {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 90em) {
  .section-title.big + .subtitle {
    font-size: 2rem;
  }
}

/* typography */
p,
.text {
  font-family: "Roboto", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.has-tip {
  text-decoration: none;
  border-bottom: none;
}

/* type sizes */
.text.text_small,
.text.text_small p,
.text.text_small ul li,
.text.text_small ol li {
  font-size: 0.75rem;
}

.text.text_large,
.text.text_large p,
.text.text_large ul li,
.text.text_large ol li {
  font-size: 1rem;
}

.text.text_xlarge,
.text.text_xlarge p,
.text.text_xlarge ul li,
.text.text_xlarge ol li {
  font-size: 1.125rem;
}

.text.text_xxlarge,
.text.text_xxlarge p,
.text.text_xxlarge ul li,
.text.text_xxlarge ol li {
  font-size: 1.25rem;
}

/* type utils */
small,
.text-small {
  font-size: 80%;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-lowercase {
  text-transform: lowercase;
}

strong,
.font-weight-bold,
.font-weight-bold p,
.font-weight-bold li {
  font-weight: 600;
}

/* type colors utils */
.font-color-white,
.font-color-white p,
.font-color-white a {
  color: #ffffff !important;
}

.font-color-muted,
.font-color-muted p {
  color: #B2B2B2;
}

.text-inverted .title {
  margin-bottom: 10px;
  color: #fed206;
}

.text-inverted p {
  line-height: 1.8em;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.5px;
}

.text-inverted a {
  color: #fff;
}

.text-inverted a:hover {
  color: #fed206;
  text-decoration: none;
}

/* COMPONENTS
Questa cartella contiente la maggior parte degli stili del sito ed
è suddivisa in componenti indipendenti tra loro. I selettori consentiti per i
componenti sono solamente selettori di classe ed è consigliato utilizzare una
sintssi di tipo BEM o similari. All'interno del componente è consentito ma
sconsigliato, l'utilizzo di altri tipi di selettori. Ogni file deve contenere
all'interno un solo componente principale, definito da una classe con lo stesso
nome del file. Se necessario, è possibile raggruppare i componenti dello stesso
tipo in sottocartelle per una miglior organizzazione. I componenti possono
essere innestati uno dentro l'altro ma non devono interagire tra di loro, ovvero
lo stile di un componente non deve dipendere dal componente che lo contiene.
*/
/* buttons */
.button-link {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: #000000;
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  background-color: #fed206;
  padding: 15px 30px;
  border-radius: 30px;
  border: 0px;
  -webkit-transition: color 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition: color 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  /* button icon */
  /* button hollow */
}

.button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition: transform 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button:hover, .button:focus {
  outline: none;
  color: #fed206;
}

.button:hover .button__icon svg, .button:focus .button__icon svg {
  fill: #fed206;
}

.button:hover::before, .button:focus::before {
  background-color: #000000;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.dark-theme .button:hover, .dark-theme .button:focus {
  color: #000000;
}

.dark-theme .button:hover::before, .dark-theme .button:focus::before {
  background-color: #ffffff;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.button.button_icon svg {
  fill: #000000;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-transition: fill 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition: fill 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  margin: 0 0 0 15px;
  -webkit-transform: translate3d(0, 15%, 0);
          transform: translate3d(0, 15%, 0);
}

.button.button_icon:hover svg {
  fill: #fed206;
}

.button.button_hollow {
  position: relative;
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
}

.button.button_hollow:hover, .button.button_hollow:focus {
  color: #fed206;
}

.button.big {
  font-size: 16px;
  padding: 20px 20px;
  border-radius: 40px;
  font-weight: 500;
}

@media print, screen and (min-width: 64em) {
  .button.big {
    font-size: 15px;
  }
}

@media screen and (min-width: 90em) {
  .button.big {
    font-size: 16px;
  }
}

@media screen and (min-width: 64em) {
  .button-group .cell:first-child {
    padding-left: 0;
  }
  .button-group .cell:last-child {
    padding-right: 0;
  }
}

/* fancybox */
.fancybox-container.fancybox-container_full {
  /* close */
  /* utils */
  /* open effect */
}

.fancybox-container.fancybox-container_full .fancybox-bg {
  background: rgba(30, 30, 30, 0.87) !important;
  -webkit-transition: background 0.55s cubic-bezier(1, 0.005, 0.33, 1);
          transition: background 0.55s cubic-bezier(1, 0.005, 0.33, 1);
}

.fancybox-container.fancybox-container_full .fancybox-content {
  margin-bottom: 0;
}

.fancybox-container.fancybox-container_full .fancybox-slide {
  padding: 0;
}

.fancybox-container.fancybox-container_full .fancybox-close-gallery {
  position: absolute;
  display: block;
  padding: 20px;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
}

.fancybox-container.fancybox-container_full .fancybox-close-gallery__icon {
  display: block;
  fill: #000000;
  width: 24px;
  height: 24px;
  opacity: 1.00;
}

.fancybox-container.fancybox-container_full .fancybox-close-gallery:hover, .fancybox-container.fancybox-container_full .fancybox-close-gallery:focus {
  outline: none;
}

.fancybox-container.fancybox-container_full .fancybox-infobar,
.fancybox-container.fancybox-container_full .fancybox-toolbar,
.fancybox-container.fancybox-container_full .fancybox-navigation {
  display: none;
}

.fancybox-container.fancybox-container_full.fancybox-is-open .fancybox-bg {
  background: white;
  opacity: 1.00;
}

/* iframe small */
.fancybox-slide.fancybox-slide--iframe {
  padding: 0;
}

.fancybox-slide.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
}

.fancybox-container.fancybox-container_iframe .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
}

.fancybox-container.fancybox-container_iframe .fancybox-button.fancybox-button--close-iframe {
  background: transparent;
  position: absolute;
  display: block;
  padding: 20px;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  opacity: 1;
  z-index: 10;
  cursor: pointer;
}

.fancybox-container.fancybox-container_iframe .fancybox-button.fancybox-button--close-iframe svg {
  display: block;
  fill: #000000;
  width: 24px;
  height: 24px;
  opacity: 1.00;
}

.fancybox-container.fancybox-container_iframe .fancybox-button.fancybox-button--close-iframe:hover, .fancybox-container.fancybox-container_iframe .fancybox-button.fancybox-button--close-iframe:focus {
  outline: none;
}

/* Custom animation */
.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
}

.fancybox-fx-material.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* overflow */
body.compensate-for-scrollbar {
  overflow: hidden !important;
}

/* loader */
.fancybox-loading {
  border: 6px solid #000000;
}

.fancybox-modal {
  display: none;
  width: 100%;
  max-width: 1024px;
}

.fancybox-content {
  padding: 40px 0;
}

/* Color settings */
/* Customize the label (the custom-checkbox) */
.custom-checkbox {
  display: block;
  position: relative;
  padding: 0 0 0 32px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  border: 1px solid rgba(10, 10, 10, 0.5);
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #333;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #fed206;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form .row.collapse .column, .form .row.collapse .columns,
.form .row.collapse .columns {
  padding: 0 0.4375rem;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
input[type="file"],
textarea,
select {
  font-family: "Roboto", Arial, sans-serif;
  color: rgba(10, 10, 10, 0.7);
  font-size: 0.8125rem;
  height: 2.875rem;
  border: 0;
  background-color: white;
  background-color: transparent;
  box-shadow: none;
  padding: 0 0.625rem;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
  margin-bottom: 10px;
}

@media screen and (min-width: 48em) {
  input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    font-size: 0.875rem;
  }
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: #fefefe;
  background-color: #fefefe;
  box-shadow: 0px 0px 5px #575757;
}

textarea {
  padding: 0.625rem;
  height: 100px !important;
  resize: none;
}

input[type="file"] {
  line-height: 2.4375rem;
  padding-left: 0;
  outline: none;
}

select {
  background-image: url(../images/spritesheet/arrow-down--dark.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  padding: 0.5rem 0 0.5rem 0.9375rem !important;
  -webkit-transition: none;
          transition: none;
  color: rgba(10, 10, 10, 0.7) !important;
  outline: none;
  font-weight: 400;
}

select option {
  color: #0a0a0a;
}

select.select-outline {
  background: transparent;
  border: 0.0625rem solid #4a4a4a;
  background-image: url(../images/spritesheet/arrow-down--dark.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  font-weight: 400;
  font-size: 0.875rem;
  border-radius: 3px;
}

.inline-label select {
  display: inline-block;
  width: 70%;
  margin-left: 0.625rem;
}

.inline-label strong {
  font-weight: 500;
  color: #0a0a0a;
}

.prefix,
.postfix {
  height: 2.9375rem;
}

label {
  font-family: "Roboto", Arial, sans-serif;
  padding: 0.625rem 0 0.3125rem 0;
  font-size: 0.8125rem;
  color: #0a0a0a;
  font-weight: 700;
}

@media screen and (min-width: 48em) {
  label {
    font-size: 0.875rem;
  }
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  width: 100%;
  vertical-align: top;
  line-height: 1.3;
  font-weight: normal;
}

input[type="checkbox"] + label a,
input[type="radio"] + label a {
  color: rgba(10, 10, 10, 0.8);
  text-decoration: none;
  display: inline-block;
  font-size: 0.8125rem;
}

@media screen and (min-width: 48em) {
  input[type="checkbox"] + label a,
  input[type="radio"] + label a {
    font-size: 0.875rem;
  }
}

input[type="checkbox"] + label a:hover,
input[type="radio"] + label a:hover {
  text-decoration: underline;
}

input[type="checkbox"] + label span,
input[type="radio"] + label span {
  margin-bottom: 1rem;
}

/*-------------------
FORM GENERICO
-------------------*/
form.form--generic {
  text-align: left;
  /*-------------------
PLACEHOLDER
-------------------*/
}

form.form--generic legend {
  color: #0a0a0a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875rem;
  display: block;
}

form.form--generic label {
  color: #0a0a0a;
  font-weight: 500;
}

form.form--generic label small {
  font-weight: 300;
  font-size: 0.75rem;
  color: #0a0a0a;
}

form.form--generic input,
form.form--generic select,
form.form--generic textarea {
  font-weight: 400;
  font-size: 0.875rem;
  border: 0.0625rem solid rgba(10, 10, 10, 0.5);
  background-color: #fefefe;
  border-radius: 3px;
}

form.form--generic .custom-checkbox__label a {
  color: #0a0a0a;
  text-decoration: underline;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

form.form--generic .custom-checkbox__label a:hover {
  text-decoration: none;
  color: #0a0a0a;
}

@media screen and (min-width: 48em) {
  form.form--generic .two-columns .columns:first-child {
    padding-right: 0.9375rem !important;
  }
  form.form--generic .two-columns .columns:last-child {
    padding-left: 0.9375rem !important;
  }
}

form.form--generic ::-webkit-input-placeholder {
  color: rgba(10, 10, 10, 0.7);
  font-style: normal;
  font-weight: 300;
}

form.form--generic :-moz-placeholder {
  color: rgba(10, 10, 10, 0.7);
  font-style: normal;
  font-weight: 300;
}

form.form--generic ::-moz-placeholder {
  color: rgba(10, 10, 10, 0.7);
  font-style: normal;
  font-weight: 300;
}

form.form--generic :-ms-input-placeholder {
  color: rgba(10, 10, 10, 0.7);
  font-style: normal;
  font-weight: 300;
}

.dark-theme form.form--generic {
  padding: 0;
}

.dark-theme form.form--generic input,
.dark-theme form.form--generic select,
.dark-theme form.form--generic textarea {
  font-weight: 400;
  font-size: 0.875rem;
  border: 0 solid rgba(10, 10, 10, 0.5);
  border-bottom: 2px solid rgba(254, 254, 254, 0.7);
  background-color: transparent;
  padding: 0 !important;
  border-radius: 0px;
  outline: none;
  color: rgba(254, 254, 254, 0.9) !important;
}

.dark-theme form.form--generic input:focus, .dark-theme form.form--generic input:hover,
.dark-theme form.form--generic select:focus,
.dark-theme form.form--generic select:hover,
.dark-theme form.form--generic textarea:focus,
.dark-theme form.form--generic textarea:hover {
  box-shadow: 0px 0px 0px transparent;
}

.dark-theme form.form--generic input:focus,
.dark-theme form.form--generic select:focus,
.dark-theme form.form--generic textarea:focus {
  border-color: #fed206;
}

.dark-theme form.form--generic label {
  color: #fefefe;
  text-transform: uppercase;
}

.dark-theme form.form--generic ::-webkit-input-placeholder {
  color: rgba(254, 254, 254, 0.7);
  font-style: normal;
  font-weight: 300;
}

.dark-theme form.form--generic :-moz-placeholder {
  color: rgba(254, 254, 254, 0.7);
  font-style: normal;
  font-weight: 300;
}

.dark-theme form.form--generic ::-moz-placeholder {
  color: rgba(254, 254, 254, 0.7);
  font-style: normal;
  font-weight: 300;
}

.dark-theme form.form--generic :-ms-input-placeholder {
  color: rgba(254, 254, 254, 0.7);
  font-style: normal;
  font-weight: 300;
}

.dark-theme {
  position: relative;
  z-index: 20;
}

.dark-theme > .row > .column, .dark-theme > .row > .columns {
  padding: 0 0px;
}

.dark-theme .field-wrapper .form-bg {
  padding: 60px 60px 40px;
  background: url(../images/backgrounds/bg-dark.jpg) no-repeat 50% 50%;
  border-radius: 6px !important;
  -webkit-transform: translate3d(0, 30%, 0);
          transform: translate3d(0, 30%, 0);
}

.dark-theme .title {
  color: #fed206;
  margin-bottom: 40px;
}

.modal-form .form--generic {
  padding-top: 20px;
}

.modal-form .title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 30px;
}

/*-------------------
PLACEHOLDER
-------------------*/
::-webkit-input-placeholder {
  color: rgba(10, 10, 10, 0.7);
  font-style: normal;
  font-weight: 300;
}

:-moz-placeholder {
  color: rgba(10, 10, 10, 0.7);
  font-style: normal;
  font-weight: 300;
}

::-moz-placeholder {
  color: rgba(10, 10, 10, 0.7);
  font-style: normal;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: rgba(10, 10, 10, 0.7);
  font-style: normal;
  font-weight: 300;
}

/*-------------------
CUSTOM CHECKBOX
-------------------*/
.custom-checkbox {
  margin: 0 0 0.625rem 0;
  position: relative;
}

.custom-checkbox label {
  font-weight: 400 !important;
}

form:not(.form--generic) .custom-checkbox__label {
  color: rgba(10, 10, 10, 0.8);
}

.footer-form form:not(.form--generic) .custom-checkbox__label {
  color: rgba(10, 10, 10, 0.7) !important;
}

form:not(.form--generic) .custom-checkbox__label a {
  color: #0a0a0a;
}

.footer-form form:not(.form--generic) .custom-checkbox__label a {
  color: rgba(10, 10, 10, 0.7);
}

div:not(.switch) input[type="checkbox"].custom-checkbox__checkbox {
  position: absolute;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  opacity: 0;
}

div:not(.switch) input[type="checkbox"].custom-checkbox__checkbox + .custom-checkbox__label {
  margin: 0;
  text-align: left;
  padding: 0;
  text-transform: none;
  color: rgba(10, 10, 10, 0.8);
}

div:not(.switch) input[type="checkbox"].custom-checkbox__checkbox + .custom-checkbox__label span.custom-checkbox__shape {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0.625rem 0 0;
  border: 1px solid #b8b8bb;
  background-color: transparent;
  cursor: pointer;
  float: left;
}

.footer-form div:not(.switch) input[type="checkbox"].custom-checkbox__checkbox + .custom-checkbox__label span.custom-checkbox__shape {
  border-color: rgba(10, 10, 10, 0.45) !important;
}

div:not(.switch) input[type="checkbox"].custom-checkbox__checkbox:checked + .custom-checkbox__label span.custom-checkbox__shape {
  background-color: transparent;
}

div:not(.switch) input[type="checkbox"]:checked + .custom-checkbox__label span.custom-checkbox__shape:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  line-height: 1.4;
  text-align: center;
  width: 20px;
  height: 20px;
  background-image: url("../images/spritesheet/check.svg");
  background-position: 25% center;
  background-size: 70% 70%;
  background-repeat: no-repeat;
}

.switch input[type="checkbox"] + .custom-checkbox__label {
  color: inherit !important;
  text-indent: 4.375rem;
  white-space: nowrap;
}

.switch input[type="checkbox"] + .custom-checkbox__label:hover {
  background-color: #999;
  color: #262626 !important;
}

@media screen and (max-width: 47.9375em) {
  .form .button {
    width: 100%;
    margin-top: 0.625rem;
  }
}

.custom-radio div {
  margin: 0 0 0;
  padding: 0;
}

.custom-radio input[type="radio"] {
  display: none;
}

.custom-radio input[type="radio"] + label {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  width: 100%;
  padding: 0;
}

.custom-radio input[type="radio"] + label em {
  font-style: normal;
  display: inline-block;
  width: 85%;
  vertical-align: middle;
  letter-spacing: -0.0125rem;
  font-size: 0.875rem;
  line-height: 1.1em;
  color: #4a4a4a;
}

@media screen and (max-width: 1439px) and (min-width: 1024px) {
  .custom-radio input[type="radio"] + label em {
    width: 75%;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1440px) {
  .custom-radio input[type="radio"] + label em {
    width: 75%;
  }
}

.custom-radio input[type="radio"] + label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -2px 6px 0 0;
  padding: 0px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
}

.custom-radio input[type="radio"] + label::before {
  background-color: #fefefe;
  border: 0.0625rem solid #8a8a8a;
}

.custom-radio input[type="radio"]:checked + label::before {
  background-color: #0a0a0a;
  border: 0.1875rem solid #fefefe;
  box-shadow: 0 0 0 0.0625rem #575757;
}

.custom-radio input[type="radio"] + label::before,
.custom-radio input[type="radio"]:checked + label::before {
  -webkit-transition: background-color 0.2s linear;
          transition: background-color 0.2s linear;
}

.custom-radio .is-invalid-label::before {
  border: 1px solid #D32F2F !important;
}

.custom-radio .is-invalid-label em {
  color: #D32F2F !important;
}

.privacy-agreement {
  margin-bottom: 1.875rem;
  padding: 0 20px;
}

.privacy-agreement__text * {
  color: #636363;
  font-size: 0.875rem;
}

.dark-theme .privacy-agreement__text a, .dark-theme .privacy-agreement__text p, .dark-theme .privacy-agreement__text span {
  color: rgba(254, 254, 254, 0.7);
}

.privacy-agreement__item {
  background: #eee;
  padding: 0.9375rem 0 !important;
  border-bottom: 0px solid #d9d9d9;
}

.privacy-agreement__item * {
  color: #0a0a0a;
}

@media screen and (min-width: 48em) {
  .privacy-agreement__item {
    border-top: 0px solid #d9d9d9;
    border-bottom: 0px solid #d9d9d9;
    border-right: 0.0625rem solid #d9d9d9;
  }
  .privacy-agreement__item:first-child {
    border-left: 0 solid #d9d9d9;
  }
  .privacy-agreement__item:last-child {
    border-right: 0 solid #d9d9d9;
  }
}

.privacy-agreement__item .row .columns {
  padding: 0 0.3125rem;
}

.no-border .privacy-agreement__item {
  border: 0 !important;
  padding: 0 !important;
}

.privacy-agreement__cta {
  margin: 0.3125rem 0 0.3125rem 0;
  padding: 0 0.4375rem !important;
  font-size: 0.875rem;
}

.privacy-agreement__dropdown {
  padding: 0.9375rem 2.5rem 0.9375rem 1.25rem !important;
}

@media screen and (min-width: 64em) {
  .privacy-agreement__dropdown {
    min-width: 25rem;
  }
}

.privacy-agreement__dropdown .close-button {
  position: absolute;
  top: 0;
  right: 0.5rem;
  outline: none;
}

.privacy-agreement__dropdown .close-button span {
  color: #bdbdbd;
}

.privacy-agreement__dropdown .close-button:hover span {
  color: #0a0a0a;
}

.privacy-agreement__dropdown p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.3em;
}

.privacy-agreement__dropdown p strong {
  line-height: 1.2em;
  display: block;
  margin-bottom: 0.625rem;
}

.privacy-agreement__dropdown p strong + br {
  display: none;
}

.privacy-agreement__info {
  color: #4a4a4a;
  line-height: 1.2em !important;
  display: block;
}

.privacy-agreement__info:hover {
  text-decoration: none;
}

.privacy-agreement label em.uppercase {
  font-size: 0.75rem !important;
}

.privacy-agreement .radio-alert {
  position: relative;
  display: none;
}

.privacy-agreement .radio-alert .form-error {
  margin: 0.3125rem 0 0;
  padding: 0px 7px 0;
  font-size: 0.75rem;
  color: #D32F2F;
  width: 100%;
  font-weight: 600;
  position: relative;
  text-align: left;
}

.privacy-agreement .is-invalid-radio .radio-alert {
  display: block;
}

.privacy-agreement .is-invalid-radio .radio-alert .form-error {
  display: block;
  margin-bottom: 0;
}

.custom-gdpr p {
  font-size: 0.875rem;
  margin-bottom: 10px;
  color: #575757;
}

.custom-gdpr a {
  text-decoration: underline;
}

.custom-gdpr .panel {
  border-top: 0px solid #ccc;
  border-bottom: 0px solid #ccc;
  margin-top: 20px;
  padding: 10px 0px 0;
  display: block;
}

.custom-gdpr .panel p {
  margin: 0 0 15px;
}

.custom-gdpr .panel .custom-checkbox .form-error {
  margin: -5px 0 0 0 !important;
  font-weight: 700;
  color: #D32F2F;
}

.custom-gdpr .panel .custom-element__shape:after {
  left: 0 !important;
}

.dark-theme .custom-gdpr a, .dark-theme .custom-gdpr p {
  color: rgba(254, 254, 254, 0.7);
}

/* main visual */
.main-visual {
  display: block;
  position: relative;
  width: 100%;
  height: calc(100vh - 15vh);
  overflow: hidden;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  /* caption */
  /* typography */
}

@media print, screen and (min-width: 48em) {
  .main-visual {
    height: calc(100vh - 85px);
  }
}

.main-visual:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #0a0a0a;
  z-index: 0;
  opacity: 0.65;
}

@media print, screen and (min-width: 48em) {
  .main-visual:after {
    opacity: 0.65;
  }
}

@media print, screen and (min-width: 64em) {
  .main-visual:after {
    opacity: 0.65;
  }
}

.main-visual__content-wrapper {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  z-index: 15;
}

.main-visual__content-wrapper > .row {
  position: static;
}

@media print, screen and (min-width: 64em) {
  .main-visual__content-wrapper {
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0%;
    left: 0% !important;
    bottom: 0%;
    right: 0%;
    -webkit-transform: translate(0%, 0%) !important;
        -ms-transform: translate(0%, 0%) !important;
            transform: translate(0%, 0%) !important;
    z-index: 15;
  }
  .main-visual__content-wrapper > .row {
    position: static;
  }
}

@media screen and (min-width: 75em) {
  .main-visual__content-wrapper {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0% !important;
    -webkit-transform: translate(0%, -50%) !important;
        -ms-transform: translate(0%, -50%) !important;
            transform: translate(0%, -50%) !important;
    z-index: 15;
  }
  .main-visual__content-wrapper > .row {
    position: relative;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  .main-visual__content-wrapper {
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 0%;
    left: 0% !important;
    bottom: 0%;
    right: 0%;
    -webkit-transform: translate(0%, 0%) !important;
        -ms-transform: translate(0%, 0%) !important;
            transform: translate(0%, 0%) !important;
    z-index: 15;
  }
  .main-visual__content-wrapper > .row {
    position: static;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1201px) {
  .main-visual__content-wrapper {
    width: 90% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .main-visual__content-wrapper {
    width: 90% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
}

.main-visual--centered .main-visual__content-wrapper {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.main-visual--centered .main-visual__content-wrapper > .row {
  position: static;
}

.main-visual__caption {
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
  text-align: center;
  z-index: 10;
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media print, screen and (min-width: 48em) {
  .main-visual__caption {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.main-visual__caption:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 64em) {
  .main-visual__caption {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-85%);
        -ms-transform: translateY(-85%);
            transform: translateY(-85%);
    text-align: center;
    z-index: 10;
    width: 100%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
  .main-visual__caption {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .main-visual__caption:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 75em) {
  .main-visual__caption {
    display: block;
    position: absolute;
    top: 0%;
    left: 0px;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    text-align: center;
    z-index: 10;
    width: 50%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 75em) and (min-width: 48em) {
  .main-visual__caption {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 75em) {
  .main-visual__caption:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 90em) {
  .main-visual__caption {
    display: block;
    position: absolute;
    left: 0px;
    text-align: center;
    z-index: 10;
    width: 50%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) and (min-width: 48em) {
  .main-visual__caption {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 90em) {
  .main-visual__caption:last-child:not(:first-child) {
    float: right;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  .main-visual__caption {
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-85%);
        -ms-transform: translateY(-85%);
            transform: translateY(-85%);
    text-align: center;
    z-index: 10;
    width: 100%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) and (min-width: 48em) {
  .main-visual__caption {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  .main-visual__caption:last-child:not(:first-child) {
    float: right;
  }
}

.main-visual--centered .main-visual__caption {
  -webkit-transform: translateY(-80%);
      -ms-transform: translateY(-80%);
          transform: translateY(-80%);
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  left: 0px;
}

@media print, screen and (min-width: 48em) {
  .main-visual--centered .main-visual__caption {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.main-visual--centered .main-visual__caption:last-child:not(:first-child) {
  float: right;
}

.main-visual__cta {
  display: block;
  width: 91.6666666667%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 15;
}

@media print, screen and (min-width: 48em) {
  .main-visual__cta {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.main-visual__cta:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 48em) {
  .main-visual__cta {
    width: 66.6666666667%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    bottom: 40px;
  }
}

@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .main-visual__cta {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media print, screen and (min-width: 48em) {
  .main-visual__cta:last-child:not(:first-child) {
    float: right;
  }
}

@media print, screen and (min-width: 64em) {
  .main-visual__cta {
    width: 100%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 90rem;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 20px;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
  .main-visual__cta {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .main-visual__cta:last-child:not(:first-child) {
    float: right;
  }
  .main-visual__cta > .row {
    position: relative;
  }
  .main-visual__cta .main-cta {
    width: 100%;
  }
  .main-visual__cta .main-cta__item {
    margin: 0 0px 0px;
    width: 33.333%;
    padding: 0 8px;
  }
}

@media screen and (min-width: 75em) {
  .main-visual__cta .main-cta {
    width: 100%;
  }
  .main-visual__cta .main-cta__item {
    margin: 0 0px 0px;
    width: 100%;
    padding: 0 0px;
  }
  .main-visual__cta .main-cta__button {
    padding: 60px;
  }
  .main-visual__cta .main-cta__button svg {
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 90em) {
  .main-visual__cta {
    display: block;
    width: 33.3333333333%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    position: relative;
    right: 0px;
    left: auto;
    z-index: 15;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@media screen and (min-width: 90em) and (min-width: 48em) {
  .main-visual__cta {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 90em) {
  .main-visual__cta:last-child:not(:first-child) {
    float: right;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  .main-visual__cta {
    width: 100%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 90rem;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 20px;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) and (min-width: 48em) {
  .main-visual__cta {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  .main-visual__cta:last-child:not(:first-child) {
    float: right;
  }
  .main-visual__cta > .row {
    position: relative;
  }
  .main-visual__cta .main-cta {
    width: 100%;
  }
  .main-visual__cta .main-cta__item {
    margin: 0 0px 0px;
    width: 33.333%;
    padding: 0 8px;
  }
}

@media only screen and (max-width: 1439px) and (min-width: 1201px) {
  .main-visual__cta {
    display: block;
    width: 38.3333333333%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    position: relative;
    right: 0px;
    left: auto;
    z-index: 15;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@media only screen and (max-width: 1439px) and (min-width: 1201px) and (min-width: 48em) {
  .main-visual__cta {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media only screen and (max-width: 1439px) and (min-width: 1201px) {
  .main-visual__cta:last-child:not(:first-child) {
    float: right;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .main-visual__cta {
    width: 41.6666666667%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) and (min-width: 48em) {
  .main-visual__cta {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
  .main-visual__cta:last-child:not(:first-child) {
    float: right;
  }
}

.main-visual__cta .main-cta {
  width: 100%;
}

.main-visual__cta .main-cta__item {
  margin: 0 0 15px;
}

@media print, screen and (min-width: 64em) {
  .main-visual__cta .main-cta__item {
    margin: 0 0 15px;
  }
  .main-visual__cta .main-cta__item:last-child {
    margin: 0;
  }
}

@media screen and (min-width: 90em) {
  .main-visual__cta .main-cta__item {
    margin: 0 0 25px;
  }
  .main-visual__cta .main-cta__item:last-child {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 1441px) {
  .main-visual__cta .main-cta__item {
    margin: 0 0 20px;
  }
}

.main-visual__cta .main-cta__button {
  background: #fed206;
  display: block;
  text-align: left;
  border-radius: 6px !important;
  padding: 20px 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 400ms cubic-bezier(0.75, 0, 0.125, 1);
          transition: all 400ms cubic-bezier(0.75, 0, 0.125, 1);
}

@media print, screen and (min-width: 48em) {
  .main-visual__cta .main-cta__button {
    padding: 30px;
    height: 110px;
  }
}

@media print, screen and (min-width: 64em) {
  .main-visual__cta .main-cta__button {
    padding: 30px;
    height: 110px;
  }
}

@media screen and (min-width: 90em) {
  .main-visual__cta .main-cta__button {
    padding: 40px 50px;
    height: 145px;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .main-visual__cta .main-cta__button {
    height: 120px;
  }
}

.main-visual__cta .main-cta__button:after {
  content: '';
  display: block;
  position: absolute;
  width: 0%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fed206;
  opacity: 0.5;
  border-radius: 100%;
  z-index: 0;
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.125, 1);
          transition: all 800ms cubic-bezier(0.75, 0, 0.125, 1);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
}

.main-visual__cta .main-cta__button em {
  font-style: normal;
  font-size: 16px;
  display: block;
  padding-left: 55px;
  line-height: 1.2em;
  position: relative;
  z-index: 1;
  -webkit-transition: all 600ms cubic-bezier(0.75, 0, 0.125, 1);
          transition: all 600ms cubic-bezier(0.75, 0, 0.125, 1);
}

@media print, screen and (min-width: 48em) {
  .main-visual__cta .main-cta__button em {
    padding-left: 80px;
    font-size: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media print, screen and (min-width: 64em) {
  .main-visual__cta .main-cta__button em {
    padding-left: 100px;
    font-size: 20px;
  }
}

@media screen and (min-width: 75em) {
  .main-visual__cta .main-cta__button em {
    padding-left: 100px;
    font-size: 20px;
  }
}

@media screen and (min-width: 90em) {
  .main-visual__cta .main-cta__button em {
    padding-left: 100px;
    font-size: 24px;
  }
}

.main-visual__cta .main-cta__button svg {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 22px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
  -webkit-transition: all 600ms cubic-bezier(0.75, 0, 0.125, 1);
          transition: all 600ms cubic-bezier(0.75, 0, 0.125, 1);
}

@media print, screen and (min-width: 48em) {
  .main-visual__cta .main-cta__button svg {
    width: 42px;
    height: 42px;
    left: 35px;
  }
}

@media print, screen and (min-width: 64em) {
  .main-visual__cta .main-cta__button svg {
    width: 56px;
    height: 56px;
    left: 40px;
  }
}

@media screen and (min-width: 75em) {
  .main-visual__cta .main-cta__button svg {
    width: 56px;
    height: 56px;
    left: 50px;
  }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .main-visual__cta .main-cta__button svg {
    width: 48px;
    height: 48px;
    left: 45px;
  }
}

.main-visual__cta .main-cta__button:hover em {
  color: #fed206;
}

.main-visual__cta .main-cta__button:hover:after {
  background: #141515;
  width: 700px;
  height: 700px;
  opacity: 1;
}

.main-visual__cta .main-cta__button:hover svg {
  fill: #fed206;
}

@media print, screen and (min-width: 64em) {
  .main-visual__cta .main-cta__button:hover svg {
    -webkit-transform: scale(1.2) translate3d(-2px, -25px, 0);
            transform: scale(1.2) translate3d(-2px, -25px, 0);
  }
}

.main-visual--centered .main-visual__cta {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 90rem;
  top: auto;
  right: auto;
  left: 50%;
  bottom: 40px;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media print, screen and (min-width: 48em) {
  .main-visual--centered .main-visual__cta {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.main-visual--centered .main-visual__cta:last-child:not(:first-child) {
  float: right;
}

.main-visual--centered .main-visual__cta > .row {
  position: relative;
}

.main-visual--centered .main-visual__cta .main-cta {
  width: 100%;
}

.main-visual--centered .main-visual__cta .main-cta__item {
  margin: 0 0px 0px;
  width: 33.333%;
  padding: 0 20px;
}

.main-visual--centered .main-visual__cta .main-cta__button {
  padding: 60px;
}

.main-visual--centered .main-visual__cta .main-cta__button svg {
  width: 60px;
  height: 60px;
}

.main-visual__title {
  color: #fefefe;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  -webkit-transition: all 0.55s cubic-bezier(1, 0.005, 0.33, 1) 0.5s;
          transition: all 0.55s cubic-bezier(1, 0.005, 0.33, 1) 0.5s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@media print, screen and (min-width: 48em) {
  .main-visual__title {
    font-size: 50px;
  }
}

@media print, screen and (min-width: 64em) {
  .main-visual__title {
    font-size: 75px;
    text-align: center;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 75em) {
  .main-visual__title {
    font-size: 80px;
    text-align: left;
  }
}

@media screen and (min-width: 90em) {
  .main-visual__title {
    font-size: 100px;
  }
}

.main-visual__title .title-small {
  font-size: 20px;
  color: #fed206;
  display: block;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 48em) {
  .main-visual__title .title-small {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 64em) {
  .main-visual__title .title-small {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 90em) {
  .main-visual__title .title-small {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.main-visual--centered .main-visual__title {
  text-align: center;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 64em) {
  .main-visual--centered .main-visual__title {
    text-align: center;
  }
}

.main-visual__description {
  font-family: "Roboto Condensed", Arial, sans-serif;
  margin-bottom: 0px;
  text-align: left;
  color: #fefefe;
  font-size: 20px;
  text-align: center;
  line-height: 1.4em;
}

@media print, screen and (min-width: 48em) {
  .main-visual__description {
    font-size: 24px;
    width: 80%;
    display: inline-block;
  }
}

@media print, screen and (min-width: 64em) {
  .main-visual__description {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .main-visual__description {
    text-align: left;
  }
}

@media screen and (min-width: 90em) {
  .main-visual__description {
    text-align: left;
    font-size: 30px;
    font-weight: 400;
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .main-visual--centered .main-visual__description {
    text-align: center;
  }
}

/* phone */
[data-phone] {
  cursor: pointer;
}

[data-phone][class*="disabled"], [data-phone][class*="disabled"]:hover {
  cursor: default;
  color: inherit;
  text-decoration: none !important;
  opacity: 1;
}

.has-tip {
  border: 0;
}

.tooltip {
  color: #0a0a0a;
  border-radius: 2px;
  padding: 8px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1.3em;
  min-width: 280px;
  border-radius: 4px;
}

.tooltip:before {
  border-width: 6px !important;
}

.tap-to-close {
  display: none;
}

/* remove tap-to-close on tooltip */
.overlay-is-open .overlay {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: rgba(254, 210, 6, 0.98);
}

.show-language .overlay .overlay__closebtn,
.show-language .overlay .overlay__content {
  opacity: 1;
}

.overlay {
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-transition: all 600ms cubic-bezier(0.75, 0, 0.125, 1);
          transition: all 600ms cubic-bezier(0.75, 0, 0.125, 1);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  font-size: 30px;
  line-height: 40px;
  position: fixed;
  z-index: 3001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 100px 0;
  text-align: center;
  box-sizing: border-box;
  /*------------------*/
  /* LANGUAGE */
  /*------------------*/
}

@media screen and (min-width: 48em) {
  .overlay {
    overflow-y: hidden;
  }
}

.overlay__closebtn {
  position: absolute;
  top: 0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
  text-align: center;
  color: #0a0a0a;
}

.overlay__closebtn svg {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  fill: #0a0a0a;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 48em) {
  .overlay__closebtn {
    top: 2.5rem;
  }
}

.overlay__closebtn:active, .overlay__closebtn:focus, .overlay__closebtn:hover {
  color: #303030;
}

.overlay__closebtn:hover svg {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.overlay__content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 1.875rem;
}

@media screen and (min-width: 48em) {
  .overlay__content {
    top: 25%;
  }
}

.overlay__content ul {
  list-style: none;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 200;
}

.overlay__content a {
  padding: 0.5rem;
  text-decoration: none;
  font-size: 1.5rem;
  color: #fefefe;
  display: block;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}

@media screen and (min-width: 48em) {
  .overlay__content a {
    font-size: 2.25rem;
  }
}

.overlay__content a:hover, .overlay__content a:focus {
  color: #f1f1f1;
}

.overlay--language .overlay__content {
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
          transition: all 300ms ease-out;
}

@media screen and (min-width: 48em) {
  .overlay--language .overlay__content {
    top: 15%;
  }
}

.overlay--language ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.overlay--language li {
  margin: 1.875rem 0;
}

.overlay--language li a {
  font-weight: 300;
  display: inline-block;
  padding: 0 3.125rem;
  color: rgba(10, 10, 10, 0.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media screen and (min-width: 48em) {
  .overlay--language li a {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 64em) {
  .overlay--language li a {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 90em) {
  .overlay--language li a {
    font-size: 2rem;
  }
}

.overlay--language li a:not(.active):hover {
  color: #0a0a0a;
}

.overlay--language li a.active {
  color: #0a0a0a;
  font-weight: 400;
  border-radius: 3px;
}

/* main visual */
.map {
  display: block;
  position: relative;
  width: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
  z-index: 50;
}

.map > .row > .column, .map > .row > .columns {
  padding-left: 0;
  padding-right: 0;
}

@media print, screen and (min-width: 64em) {
  .map {
    background-size: content;
    height: 690px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .map > .row > .column, .map > .row > .columns {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print, screen and (min-width: 64em) {
  .map {
    height: 690px;
  }
}

@media print, screen and (min-width: 64em) {
  .map .column, .map .columns {
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 90rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow: visible;
  }
}

@media print, screen and (min-width: 64em) {
  .map.unshift .column, .map.unshift .columns {
    bottom: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.map__box {
  background: #fefefe;
}

@media print, screen and (min-width: 64em) {
  .map__box {
    background: #fefefe;
    width: 45.8333333333%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    -webkit-transform: translateY(25%);
        -ms-transform: translateY(25%);
            transform: translateY(25%);
    box-shadow: 0px 0px 47.5px 2.5px rgba(0, 0, 0, 0.15);
    border-radius: 6px !important;
    float: right;
    position: relative;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
  .map__box {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .map__box:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 90em) {
  .map__box {
    width: 37.5%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) and (min-width: 48em) {
  .map__box {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 90em) {
  .map__box:last-child:not(:first-child) {
    float: right;
  }
}

.map__box .box-inner {
  padding: 40px 15px;
}

@media print, screen and (min-width: 64em) {
  .map__box .box-inner {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 90em) {
  .map__box .box-inner {
    padding: 40px 30px;
  }
}

.map__box .box-inner__description {
  text-align: justify;
}

@media print, screen and (min-width: 64em) {
  .map__box .box-inner__description {
    text-align: left;
  }
}

.map__box .box-inner__description li {
  font-family: "Roboto", Arial, sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.map__box .button-wrapper {
  display: block;
  text-align: center;
}

.map__box .button {
  margin-top: 40px;
}

@media print, screen and (min-width: 48em) {
  .map__box .button {
    max-width: 50%;
    display: inline-block;
  }
}

@media print, screen and (min-width: 64em) {
  .map__box .button {
    max-width: none;
    margin-top: 20px;
  }
}

@media screen and (min-width: 90em) {
  .map__box .button {
    max-width: none;
    margin-top: 20px;
  }
}

.unshift .map__box {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.map__box .title {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
  line-height: 1.4em;
}

@media print, screen and (min-width: 64em) {
  .map__box .title {
    margin-bottom: 30px;
    font-size: 36px;
    text-align: left;
    line-height: 1.3em;
  }
}

/* SECTIONS
Questa cartella è un'altra categoria di componenti e ne condivide le
stesse regole di creazione ed utilizzo. L'unica differenza è che mentre i
componenti sono piccoli moduli che possono ripetersi più volte all'interno di
una stessa pagina, le section sono dei macro moduli che vengono utilizzati una
sola volta all'interno della pagina. La scelta di inserire un modulo all'interno
di section piuttosto che di components è puramente organizzativa e può essere
paragonata alla scelta di utilizzare un selettore id al posto di un selettore di
classe.
*/
.footer {
  background: #ffffff;
  width: 100%;
  position: relative;
  z-index: 5;
}

.footer-bottom .row > .columns {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.footer-cta {
  margin: 160px 0 0px;
}

.footer-cta__item {
  text-align: left;
}

@media print, screen and (min-width: 48em) {
  .footer-cta__item {
    text-align: center;
  }
}

.footer-cta__item svg {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin: 0 20px 0px !important;
  fill: #141515;
  -webkit-transition: all 400ms cubic-bezier(0.75, 0, 0.125, 1);
          transition: all 400ms cubic-bezier(0.75, 0, 0.125, 1);
  vertical-align: middle;
}

@media print, screen and (min-width: 48em) {
  .footer-cta__item svg {
    margin: 0 0 15px;
    float: none;
    width: 40px;
    height: 40px;
    vertical-align: baseline;
  }
}

@media print, screen and (min-width: 64em) {
  .footer-cta__item svg {
    width: 60px;
    height: 60px;
    margin: 0 0 15px;
  }
}

.footer-cta__item a {
  text-decoration: none;
  display: block;
  color: #141515;
  -webkit-transition: all 400ms cubic-bezier(0.75, 0, 0.125, 1);
          transition: all 400ms cubic-bezier(0.75, 0, 0.125, 1);
  outline: none;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  .footer-cta__item a {
    border-bottom: 0px solid #ccc;
    padding: 0px 0;
    float: none;
  }
}

.footer-cta__item a:hover {
  color: #141515;
}

.footer-cta__item a:hover svg {
  fill: #141515;
}

@media print, screen and (min-width: 64em) {
  .footer-cta__item a:hover svg {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.footer-cta__item span {
  font-style: normal;
  display: inline-block;
  width: auto;
  font-size: 16px;
  width: 50%;
  height: 36px;
  text-align: left;
  margin: 0;
  vertical-align: middle;
}

@media print, screen and (min-width: 48em) {
  .footer-cta__item span {
    float: none;
    display: block;
    width: 100%;
    font-size: 18px;
    height: auto;
    text-align: center;
    vertical-align: baseline;
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 64em) {
  .footer-cta__item span {
    font-size: 20px;
  }
}

@media screen and (min-width: 75em) {
  .footer-cta__item span {
    font-size: 24px;
    margin-top: 20px;
  }
}

.footer-cta__item em {
  font-style: normal;
  display: block;
  font-size: 16px;
  line-height: 1.1em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, screen and (min-width: 48em) {
  .footer-cta__item em {
    max-width: 100%;
    display: inline-block;
    top: auto;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    font-size: 20px;
    line-height: 1.2em;
  }
}

@media print, screen and (min-width: 64em) {
  .footer-cta__item em {
    max-width: 60%;
    display: inline-block;
    top: auto;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    font-size: 20px;
  }
}

.footer-cta.no-form-top {
  margin: 0px 0 0px;
}

.footer .footer-inline--list {
  list-style: none;
  margin: 0;
  text-align: center;
}

.footer .footer-inline--list > li {
  display: block;
  text-align: center;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  color: rgba(20, 21, 21, 0.7);
  font-size: 0.875rem;
}

@media screen and (min-width: 48em) {
  .footer .footer-inline--list > li {
    display: inline-block;
    padding: 0 1.875rem 0.625rem 0;
    vertical-align: top;
  }
}

@media screen and (min-width: 75em) {
  .footer .footer-inline--list > li {
    padding: 0 1.875rem 0 1.25rem;
    float: left;
  }
  .footer .footer-inline--list > li:last-child {
    float: right;
    padding: 0 0 0 0;
  }
}

@media screen and (min-width: 75em) {
  .footer .footer-inline--list > li {
    padding: 0 2.1875rem 0 0;
  }
}

@media screen and (min-width: 90em) {
  .footer .footer-inline--list > li {
    padding: 0 3.125rem 0 0;
  }
}

.footer .footer-inline--list > li a {
  display: block;
  color: rgba(20, 21, 21, 0.7);
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  text-decoration: none;
}

.footer .footer-inline--list > li a:hover, .footer .footer-inline--list > li a:focus {
  color: #141515;
}

.col-1,
.col-2,
.col-3 {
  height: 100%;
}

.col-1 {
  width: 50%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media print, screen and (min-width: 48em) {
  .col-1 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.col-1:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 64em) {
  .col-1 {
    width: 16.6666666667%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
  .col-1 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .col-1:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 90em) {
  .col-1 {
    width: 25%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) and (min-width: 48em) {
  .col-1 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 90em) {
  .col-1:last-child:not(:first-child) {
    float: right;
  }
}

[nav-lang-disabled] .col-1 {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  text-align: center;
}

@media print, screen and (min-width: 48em) {
  [nav-lang-disabled] .col-1 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

[nav-lang-disabled] .col-1:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 64em) {
  [nav-lang-disabled] .col-1 {
    width: 16.6666666667%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    text-align: left;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
  [nav-lang-disabled] .col-1 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  [nav-lang-disabled] .col-1:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 90em) {
  [nav-lang-disabled] .col-1 {
    width: 25%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) and (min-width: 48em) {
  [nav-lang-disabled] .col-1 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 90em) {
  [nav-lang-disabled] .col-1:last-child:not(:first-child) {
    float: right;
  }
}

.col-2 {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .col-2 {
    display: block;
    width: 66.6666666667%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
  .col-2 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .col-2:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 90em) {
  .col-2 {
    display: block;
    width: 50%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) and (min-width: 48em) {
  .col-2 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 90em) {
  .col-2:last-child:not(:first-child) {
    float: right;
  }
}

[nav-lang-disabled] .col-2 {
  display: none;
}

@media print, screen and (min-width: 64em) {
  [nav-lang-disabled] .col-2 {
    display: block;
    width: 83.3333333333%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    text-align: right !important;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
  [nav-lang-disabled] .col-2 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  [nav-lang-disabled] .col-2:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 90em) {
  [nav-lang-disabled] .col-2 {
    display: block;
    width: 75%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) and (min-width: 48em) {
  [nav-lang-disabled] .col-2 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 90em) {
  [nav-lang-disabled] .col-2:last-child:not(:first-child) {
    float: right;
  }
}

.col-3 {
  width: 50%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media print, screen and (min-width: 48em) {
  .col-3 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.col-3:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 64em) {
  .col-3 {
    width: 16.6666666667%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 48em) {
  .col-3 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media print, screen and (min-width: 64em) {
  .col-3:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 90em) {
  .col-3 {
    width: 25%;
    float: left;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 90em) and (min-width: 48em) {
  .col-3 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 90em) {
  .col-3:last-child:not(:first-child) {
    float: right;
  }
}

[nav-lang-disabled] .col-3 {
  display: none;
}

/* logo */
.logo {
  margin: 0;
  display: inline-block;
}

@media print, screen and (min-width: 48em) {
  .logo {
    margin-top: 8px;
  }
}

@media print, screen and (min-width: 64em) {
  .logo {
    margin-top: 2px;
  }
}

@media screen and (min-width: 90em) {
  .logo {
    margin-top: 0px;
  }
}

.logo a {
  display: block;
}

.logo__svg {
  display: block;
  width: 109px;
  height: 39px;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  fill: #141515;
}

@media print, screen and (min-width: 64em) {
  .logo__svg {
    width: 139px;
    height: 50px;
  }
}

@media screen and (min-width: 90em) {
  .logo__svg {
    width: 167px;
    height: 60px;
  }
}

/* header */
.header {
  background: #fff;
  top: 0;
  position: relative;
}

.header__top {
  padding: 0;
  width: 100%;
  z-index: 10;
  height: 65px;
}

@media print, screen and (min-width: 48em) {
  .header__top {
    height: 70px;
  }
}

@media print, screen and (min-width: 64em) {
  .header__top {
    height: 80px;
  }
}

@media screen and (min-width: 90em) {
  .header__top {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.header__logo {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-45%);
      -ms-transform: translateY(-45%);
          transform: translateY(-45%);
}

@media screen and (min-width: 90em) {
  .header__logo {
    top: 50%;
    -webkit-transform: translateY(-45%);
        -ms-transform: translateY(-45%);
            transform: translateY(-45%);
  }
}

.header__navigation {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: none;
}

@media screen and (min-width: 75em) {
  .header__navigation {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  [nav-lang-disabled] .header__navigation {
    display: block;
  }
}

.header__navigation li {
  display: inline-block;
  margin: 0 20px;
  padding: 0;
  font-size: 16px;
}

@media screen and (min-width: 90em) {
  .header__navigation li {
    margin: 0 30px;
  }
}

.header__navigation li a {
  text-decoration: none;
  font-weight: 600;
  position: relative;
  height: 65px;
  line-height: 65px;
  display: block;
}

@media print, screen and (min-width: 48em) {
  .header__navigation li a {
    height: 70px;
    line-height: 70px;
  }
}

@media print, screen and (min-width: 64em) {
  .header__navigation li a {
    height: 80px;
    line-height: 80px;
  }
}

.header__navigation li a em {
  font-style: normal;
  position: relative;
  z-index: 1;
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.125, 1);
          transition: all 800ms cubic-bezier(0.75, 0, 0.125, 1);
}

.header__navigation li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 4px;
  width: 0%;
  background: #fefefe;
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.125, 1);
          transition: all 800ms cubic-bezier(0.75, 0, 0.125, 1);
  z-index: 0;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.header__navigation li a:hover {
  color: #eac001;
}

.header__navigation li a:hover:after {
  width: 100%;
  background: #eac001;
  -webkit-transform: translateY(calc(100% - 4px));
      -ms-transform: translateY(calc(100% - 4px));
          transform: translateY(calc(100% - 4px));
  border-radius: 0%;
}

.header__language {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, screen and (min-width: 64em) {
  .header__language {
    position: relative;
    right: auto;
  }
}

/* language menu */
.language-menu {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  display: inline-block;
}

.language-menu > li {
  padding: 0 0px;
}

.language-menu > li > a {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  line-height: 1;
  color: #7d7d7d;
  -webkit-transition: all 800ms cubic-bezier(0.75, 0, 0.125, 1);
          transition: all 800ms cubic-bezier(0.75, 0, 0.125, 1);
}

.language-menu > li > a em {
  font-style: normal;
  display: none;
}

@media screen and (min-width: 90em) {
  .language-menu > li > a em {
    display: inline-block;
  }
}

.language-menu > li > a span {
  font-weight: 600;
  color: #eac001;
  display: inline-block;
  margin: 0 8px;
  font-size: 1rem;
  position: relative;
}

.language-menu > li > a svg {
  width: 7px;
  height: 7px;
  fill: #141515;
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.language-menu > li > a:hover {
  color: #0a0a0a;
}

/* disable animations for touch */
@media screen and (max-width: 74.9375em) {
  .touch .header__top::before,
  .touch .header__top:hover::before {
    opacity: 0;
  }
  .touch .navigation__subnav::before {
    width: 100%;
  }
  .touch .navigation.is-visible .navigation__subnav > li > a {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.content__image {
  margin: 10px 0;
}

.content__image:first-child {
  margin-top: 0 !important;
}

.content__image:last-child {
  margin-bottom: 0 !important;
}

.content__description {
  text-align: justify;
}

@media screen and (min-width: 64em) {
  .content__description {
    text-align: left;
    max-width: 85%;
  }
}

.content__logo {
  margin-bottom: 40px;
  text-align: center;
}

@media print, screen and (min-width: 64em) {
  .content__logo {
    margin-bottom: 40px;
    text-align: left;
  }
}

.content .title {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
  line-height: 1.4em;
}

@media print, screen and (min-width: 64em) {
  .content .title {
    margin-bottom: 30px;
    font-size: 36px;
    text-align: left;
    line-height: 1.3em;
  }
}

.content .button-group {
  margin: 40px 0 40px 0;
}

@media print, screen and (min-width: 64em) {
  .content .button-group {
    margin: 40px 0 0 0;
  }
}

/* PAGES
Questa cartella è un'altra categoria di componenti e contiene stili
specifici per componenti presenti solo in determinate pagine. Il nome del file e
della classe del componente (che devono essere uguali) sono preceduti dal nome
dell'unica pagina in cui sono presenti. Anche in questo caso la scelta di
inserire un modulo all'interno di pages piuttosto che di components o section è
puramente organizzativa. L'utilizzo di questa sezione dovrebbe essere il più
possibile limitato e attuato solamente quando tutte le altre alternative
risultino sconvenienti.
*/
.privacy {
  display: block;
}

.privacy__container {
  padding: calc(30px / 2);
}

@media print, screen and (min-width: 48em) {
  .privacy__container {
    padding: calc(40px / 2);
  }
}

.privacy__logo {
  margin-bottom: 20px;
}

.privacy__text {
  font-size: 0.875rem;
}

.privacy__text h3 {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1.25rem;
}

.privacy__text h3 + br {
  display: none;
}

.privacy__text h3 + br + br {
  display: none;
}

.privacy__text p,
.privacy__text span,
.privacy__text ul li,
.privacy__text ol li {
  color: #0a0a0a;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
}
/*# sourceMappingURL=style.min.css.map */