@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
 */
/* fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
} */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.foundation-mq {
  font-family: "small=0em&mediumsmall=35.5em&medium=47.9375em&large=64em&xlarge=75em&xxlarge=90em&hd=120em&qhd=160em";
}

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

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

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

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

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

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

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

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

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

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

.row {
  max-width: 75rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
.row::before, .row::after {
  content: " ";
  display: table;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (min-width: 47.9375em) {
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-left: auto;
  margin-right: auto;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 47.9375em) {
  .column, .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.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 {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 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 {
  width: 100%;
  float: left;
}
.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 {
  width: 50%;
  float: left;
}
.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 {
  width: 33.3333333333%;
  float: left;
}
.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 {
  width: 25%;
  float: left;
}
.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 {
  width: 20%;
  float: left;
}
.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 {
  width: 16.6666666667%;
  float: left;
}
.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 {
  width: 14.2857142857%;
  float: left;
}
.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 {
  width: 12.5%;
  float: left;
}
.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-left: 0;
  padding-right: 0;
}
.small-collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

@media screen and (min-width: 35.5em) {
  .mediumsmall-1 {
    width: 8.3333333333%;
  }
  .mediumsmall-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .mediumsmall-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .mediumsmall-offset-0 {
    margin-left: 0%;
  }
  .mediumsmall-2 {
    width: 16.6666666667%;
  }
  .mediumsmall-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .mediumsmall-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .mediumsmall-offset-1 {
    margin-left: 8.3333333333%;
  }
  .mediumsmall-3 {
    width: 25%;
  }
  .mediumsmall-push-3 {
    position: relative;
    left: 25%;
  }
  .mediumsmall-pull-3 {
    position: relative;
    left: -25%;
  }
  .mediumsmall-offset-2 {
    margin-left: 16.6666666667%;
  }
  .mediumsmall-4 {
    width: 33.3333333333%;
  }
  .mediumsmall-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .mediumsmall-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .mediumsmall-offset-3 {
    margin-left: 25%;
  }
  .mediumsmall-5 {
    width: 41.6666666667%;
  }
  .mediumsmall-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .mediumsmall-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .mediumsmall-offset-4 {
    margin-left: 33.3333333333%;
  }
  .mediumsmall-6 {
    width: 50%;
  }
  .mediumsmall-push-6 {
    position: relative;
    left: 50%;
  }
  .mediumsmall-pull-6 {
    position: relative;
    left: -50%;
  }
  .mediumsmall-offset-5 {
    margin-left: 41.6666666667%;
  }
  .mediumsmall-7 {
    width: 58.3333333333%;
  }
  .mediumsmall-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .mediumsmall-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .mediumsmall-offset-6 {
    margin-left: 50%;
  }
  .mediumsmall-8 {
    width: 66.6666666667%;
  }
  .mediumsmall-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .mediumsmall-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .mediumsmall-offset-7 {
    margin-left: 58.3333333333%;
  }
  .mediumsmall-9 {
    width: 75%;
  }
  .mediumsmall-push-9 {
    position: relative;
    left: 75%;
  }
  .mediumsmall-pull-9 {
    position: relative;
    left: -75%;
  }
  .mediumsmall-offset-8 {
    margin-left: 66.6666666667%;
  }
  .mediumsmall-10 {
    width: 83.3333333333%;
  }
  .mediumsmall-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .mediumsmall-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .mediumsmall-offset-9 {
    margin-left: 75%;
  }
  .mediumsmall-11 {
    width: 91.6666666667%;
  }
  .mediumsmall-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .mediumsmall-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .mediumsmall-offset-10 {
    margin-left: 83.3333333333%;
  }
  .mediumsmall-12 {
    width: 100%;
  }
  .mediumsmall-offset-11 {
    margin-left: 91.6666666667%;
  }
  .mediumsmall-up-1 > .column, .mediumsmall-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .mediumsmall-up-1 > .column:nth-of-type(1n), .mediumsmall-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .mediumsmall-up-1 > .column:nth-of-type(1n+1), .mediumsmall-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .mediumsmall-up-1 > .column:last-child, .mediumsmall-up-1 > .columns:last-child {
    float: left;
  }
  .mediumsmall-up-2 > .column, .mediumsmall-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .mediumsmall-up-2 > .column:nth-of-type(1n), .mediumsmall-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .mediumsmall-up-2 > .column:nth-of-type(2n+1), .mediumsmall-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .mediumsmall-up-2 > .column:last-child, .mediumsmall-up-2 > .columns:last-child {
    float: left;
  }
  .mediumsmall-up-3 > .column, .mediumsmall-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .mediumsmall-up-3 > .column:nth-of-type(1n), .mediumsmall-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .mediumsmall-up-3 > .column:nth-of-type(3n+1), .mediumsmall-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .mediumsmall-up-3 > .column:last-child, .mediumsmall-up-3 > .columns:last-child {
    float: left;
  }
  .mediumsmall-up-4 > .column, .mediumsmall-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .mediumsmall-up-4 > .column:nth-of-type(1n), .mediumsmall-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .mediumsmall-up-4 > .column:nth-of-type(4n+1), .mediumsmall-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .mediumsmall-up-4 > .column:last-child, .mediumsmall-up-4 > .columns:last-child {
    float: left;
  }
  .mediumsmall-up-5 > .column, .mediumsmall-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .mediumsmall-up-5 > .column:nth-of-type(1n), .mediumsmall-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .mediumsmall-up-5 > .column:nth-of-type(5n+1), .mediumsmall-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .mediumsmall-up-5 > .column:last-child, .mediumsmall-up-5 > .columns:last-child {
    float: left;
  }
  .mediumsmall-up-6 > .column, .mediumsmall-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .mediumsmall-up-6 > .column:nth-of-type(1n), .mediumsmall-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .mediumsmall-up-6 > .column:nth-of-type(6n+1), .mediumsmall-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .mediumsmall-up-6 > .column:last-child, .mediumsmall-up-6 > .columns:last-child {
    float: left;
  }
  .mediumsmall-up-7 > .column, .mediumsmall-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .mediumsmall-up-7 > .column:nth-of-type(1n), .mediumsmall-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .mediumsmall-up-7 > .column:nth-of-type(7n+1), .mediumsmall-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .mediumsmall-up-7 > .column:last-child, .mediumsmall-up-7 > .columns:last-child {
    float: left;
  }
  .mediumsmall-up-8 > .column, .mediumsmall-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .mediumsmall-up-8 > .column:nth-of-type(1n), .mediumsmall-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .mediumsmall-up-8 > .column:nth-of-type(8n+1), .mediumsmall-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .mediumsmall-up-8 > .column:last-child, .mediumsmall-up-8 > .columns:last-child {
    float: left;
  }
  .mediumsmall-collapse > .column, .mediumsmall-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .mediumsmall-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .mediumsmall-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .mediumsmall-uncollapse > .column, .mediumsmall-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .mediumsmall-centered, .mediumsmall-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .mediumsmall-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .mediumsmall-uncentered,
  .mediumsmall-push-0,
  .mediumsmall-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 47.9375em) {
  .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 {
    width: 100%;
    float: left;
  }
  .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 {
    width: 50%;
    float: left;
  }
  .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 {
    width: 33.3333333333%;
    float: left;
  }
  .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 {
    width: 25%;
    float: left;
  }
  .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 {
    width: 20%;
    float: left;
  }
  .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 {
    width: 16.6666666667%;
    float: left;
  }
  .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 {
    width: 14.2857142857%;
    float: left;
  }
  .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 {
    width: 12.5%;
    float: left;
  }
  .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-left: 0;
    padding-right: 0;
  }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media 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 {
    width: 100%;
    float: left;
  }
  .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 {
    width: 50%;
    float: left;
  }
  .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 {
    width: 33.3333333333%;
    float: left;
  }
  .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 {
    width: 25%;
    float: left;
  }
  .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 {
    width: 20%;
    float: left;
  }
  .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 {
    width: 16.6666666667%;
    float: left;
  }
  .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 {
    width: 14.2857142857%;
    float: left;
  }
  .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 {
    width: 12.5%;
    float: left;
  }
  .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-left: 0;
    padding-right: 0;
  }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .xlarge-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xlarge-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .xxlarge-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 120em) {
  .hd-1 {
    width: 8.3333333333%;
  }
  .hd-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .hd-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .hd-offset-0 {
    margin-left: 0%;
  }
  .hd-2 {
    width: 16.6666666667%;
  }
  .hd-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .hd-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .hd-offset-1 {
    margin-left: 8.3333333333%;
  }
  .hd-3 {
    width: 25%;
  }
  .hd-push-3 {
    position: relative;
    left: 25%;
  }
  .hd-pull-3 {
    position: relative;
    left: -25%;
  }
  .hd-offset-2 {
    margin-left: 16.6666666667%;
  }
  .hd-4 {
    width: 33.3333333333%;
  }
  .hd-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .hd-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .hd-offset-3 {
    margin-left: 25%;
  }
  .hd-5 {
    width: 41.6666666667%;
  }
  .hd-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .hd-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .hd-offset-4 {
    margin-left: 33.3333333333%;
  }
  .hd-6 {
    width: 50%;
  }
  .hd-push-6 {
    position: relative;
    left: 50%;
  }
  .hd-pull-6 {
    position: relative;
    left: -50%;
  }
  .hd-offset-5 {
    margin-left: 41.6666666667%;
  }
  .hd-7 {
    width: 58.3333333333%;
  }
  .hd-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .hd-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .hd-offset-6 {
    margin-left: 50%;
  }
  .hd-8 {
    width: 66.6666666667%;
  }
  .hd-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .hd-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .hd-offset-7 {
    margin-left: 58.3333333333%;
  }
  .hd-9 {
    width: 75%;
  }
  .hd-push-9 {
    position: relative;
    left: 75%;
  }
  .hd-pull-9 {
    position: relative;
    left: -75%;
  }
  .hd-offset-8 {
    margin-left: 66.6666666667%;
  }
  .hd-10 {
    width: 83.3333333333%;
  }
  .hd-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .hd-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .hd-offset-9 {
    margin-left: 75%;
  }
  .hd-11 {
    width: 91.6666666667%;
  }
  .hd-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .hd-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .hd-offset-10 {
    margin-left: 83.3333333333%;
  }
  .hd-12 {
    width: 100%;
  }
  .hd-offset-11 {
    margin-left: 91.6666666667%;
  }
  .hd-up-1 > .column, .hd-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .hd-up-1 > .column:nth-of-type(1n), .hd-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .hd-up-1 > .column:nth-of-type(1n+1), .hd-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .hd-up-1 > .column:last-child, .hd-up-1 > .columns:last-child {
    float: left;
  }
  .hd-up-2 > .column, .hd-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .hd-up-2 > .column:nth-of-type(1n), .hd-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .hd-up-2 > .column:nth-of-type(2n+1), .hd-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .hd-up-2 > .column:last-child, .hd-up-2 > .columns:last-child {
    float: left;
  }
  .hd-up-3 > .column, .hd-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .hd-up-3 > .column:nth-of-type(1n), .hd-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .hd-up-3 > .column:nth-of-type(3n+1), .hd-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .hd-up-3 > .column:last-child, .hd-up-3 > .columns:last-child {
    float: left;
  }
  .hd-up-4 > .column, .hd-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .hd-up-4 > .column:nth-of-type(1n), .hd-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .hd-up-4 > .column:nth-of-type(4n+1), .hd-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .hd-up-4 > .column:last-child, .hd-up-4 > .columns:last-child {
    float: left;
  }
  .hd-up-5 > .column, .hd-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .hd-up-5 > .column:nth-of-type(1n), .hd-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .hd-up-5 > .column:nth-of-type(5n+1), .hd-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .hd-up-5 > .column:last-child, .hd-up-5 > .columns:last-child {
    float: left;
  }
  .hd-up-6 > .column, .hd-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .hd-up-6 > .column:nth-of-type(1n), .hd-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .hd-up-6 > .column:nth-of-type(6n+1), .hd-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .hd-up-6 > .column:last-child, .hd-up-6 > .columns:last-child {
    float: left;
  }
  .hd-up-7 > .column, .hd-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .hd-up-7 > .column:nth-of-type(1n), .hd-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .hd-up-7 > .column:nth-of-type(7n+1), .hd-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .hd-up-7 > .column:last-child, .hd-up-7 > .columns:last-child {
    float: left;
  }
  .hd-up-8 > .column, .hd-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .hd-up-8 > .column:nth-of-type(1n), .hd-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .hd-up-8 > .column:nth-of-type(8n+1), .hd-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .hd-up-8 > .column:last-child, .hd-up-8 > .columns:last-child {
    float: left;
  }
  .hd-collapse > .column, .hd-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .hd-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .hd-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .hd-uncollapse > .column, .hd-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .hd-centered, .hd-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .hd-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .hd-uncentered,
  .hd-push-0,
  .hd-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
@media screen and (min-width: 160em) {
  .qhd-1 {
    width: 8.3333333333%;
  }
  .qhd-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .qhd-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .qhd-offset-0 {
    margin-left: 0%;
  }
  .qhd-2 {
    width: 16.6666666667%;
  }
  .qhd-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .qhd-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .qhd-offset-1 {
    margin-left: 8.3333333333%;
  }
  .qhd-3 {
    width: 25%;
  }
  .qhd-push-3 {
    position: relative;
    left: 25%;
  }
  .qhd-pull-3 {
    position: relative;
    left: -25%;
  }
  .qhd-offset-2 {
    margin-left: 16.6666666667%;
  }
  .qhd-4 {
    width: 33.3333333333%;
  }
  .qhd-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .qhd-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .qhd-offset-3 {
    margin-left: 25%;
  }
  .qhd-5 {
    width: 41.6666666667%;
  }
  .qhd-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .qhd-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .qhd-offset-4 {
    margin-left: 33.3333333333%;
  }
  .qhd-6 {
    width: 50%;
  }
  .qhd-push-6 {
    position: relative;
    left: 50%;
  }
  .qhd-pull-6 {
    position: relative;
    left: -50%;
  }
  .qhd-offset-5 {
    margin-left: 41.6666666667%;
  }
  .qhd-7 {
    width: 58.3333333333%;
  }
  .qhd-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .qhd-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .qhd-offset-6 {
    margin-left: 50%;
  }
  .qhd-8 {
    width: 66.6666666667%;
  }
  .qhd-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .qhd-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .qhd-offset-7 {
    margin-left: 58.3333333333%;
  }
  .qhd-9 {
    width: 75%;
  }
  .qhd-push-9 {
    position: relative;
    left: 75%;
  }
  .qhd-pull-9 {
    position: relative;
    left: -75%;
  }
  .qhd-offset-8 {
    margin-left: 66.6666666667%;
  }
  .qhd-10 {
    width: 83.3333333333%;
  }
  .qhd-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .qhd-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .qhd-offset-9 {
    margin-left: 75%;
  }
  .qhd-11 {
    width: 91.6666666667%;
  }
  .qhd-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .qhd-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .qhd-offset-10 {
    margin-left: 83.3333333333%;
  }
  .qhd-12 {
    width: 100%;
  }
  .qhd-offset-11 {
    margin-left: 91.6666666667%;
  }
  .qhd-up-1 > .column, .qhd-up-1 > .columns {
    width: 100%;
    float: left;
  }
  .qhd-up-1 > .column:nth-of-type(1n), .qhd-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .qhd-up-1 > .column:nth-of-type(1n+1), .qhd-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .qhd-up-1 > .column:last-child, .qhd-up-1 > .columns:last-child {
    float: left;
  }
  .qhd-up-2 > .column, .qhd-up-2 > .columns {
    width: 50%;
    float: left;
  }
  .qhd-up-2 > .column:nth-of-type(1n), .qhd-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .qhd-up-2 > .column:nth-of-type(2n+1), .qhd-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .qhd-up-2 > .column:last-child, .qhd-up-2 > .columns:last-child {
    float: left;
  }
  .qhd-up-3 > .column, .qhd-up-3 > .columns {
    width: 33.3333333333%;
    float: left;
  }
  .qhd-up-3 > .column:nth-of-type(1n), .qhd-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .qhd-up-3 > .column:nth-of-type(3n+1), .qhd-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .qhd-up-3 > .column:last-child, .qhd-up-3 > .columns:last-child {
    float: left;
  }
  .qhd-up-4 > .column, .qhd-up-4 > .columns {
    width: 25%;
    float: left;
  }
  .qhd-up-4 > .column:nth-of-type(1n), .qhd-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .qhd-up-4 > .column:nth-of-type(4n+1), .qhd-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .qhd-up-4 > .column:last-child, .qhd-up-4 > .columns:last-child {
    float: left;
  }
  .qhd-up-5 > .column, .qhd-up-5 > .columns {
    width: 20%;
    float: left;
  }
  .qhd-up-5 > .column:nth-of-type(1n), .qhd-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .qhd-up-5 > .column:nth-of-type(5n+1), .qhd-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .qhd-up-5 > .column:last-child, .qhd-up-5 > .columns:last-child {
    float: left;
  }
  .qhd-up-6 > .column, .qhd-up-6 > .columns {
    width: 16.6666666667%;
    float: left;
  }
  .qhd-up-6 > .column:nth-of-type(1n), .qhd-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .qhd-up-6 > .column:nth-of-type(6n+1), .qhd-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .qhd-up-6 > .column:last-child, .qhd-up-6 > .columns:last-child {
    float: left;
  }
  .qhd-up-7 > .column, .qhd-up-7 > .columns {
    width: 14.2857142857%;
    float: left;
  }
  .qhd-up-7 > .column:nth-of-type(1n), .qhd-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .qhd-up-7 > .column:nth-of-type(7n+1), .qhd-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .qhd-up-7 > .column:last-child, .qhd-up-7 > .columns:last-child {
    float: left;
  }
  .qhd-up-8 > .column, .qhd-up-8 > .columns {
    width: 12.5%;
    float: left;
  }
  .qhd-up-8 > .column:nth-of-type(1n), .qhd-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .qhd-up-8 > .column:nth-of-type(8n+1), .qhd-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .qhd-up-8 > .column:last-child, .qhd-up-8 > .columns:last-child {
    float: left;
  }
  .qhd-collapse > .column, .qhd-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .qhd-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .expanded.row .qhd-collapse.row {
    margin-left: 0;
    margin-right: 0;
  }
  .qhd-uncollapse > .column, .qhd-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .qhd-centered, .qhd-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .qhd-centered {
    margin-left: auto;
    margin-right: auto;
  }
  .qhd-uncentered,
  .qhd-push-0,
  .qhd-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  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,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #cacaca;
  line-height: 0;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1.1875rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.0625rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 47.9375em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(21.3946938776, 133.0191836735, 206.5053061224);
}
a img {
  border: 0;
}

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 1.25rem;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

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

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a;
}

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

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

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

.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 screen and (min-width: 35.5em) {
  .mediumsmall-text-left {
    text-align: left;
  }
  .mediumsmall-text-right {
    text-align: right;
  }
  .mediumsmall-text-center {
    text-align: center;
  }
  .mediumsmall-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 47.9375em) {
  .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 screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 120em) {
  .hd-text-left {
    text-align: left;
  }
  .hd-text-right {
    text-align: right;
  }
  .hd-text-center {
    text-align: center;
  }
  .hd-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 160em) {
  .qhd-text-left {
    text-align: left;
  }
  .qhd-text-right {
    text-align: right;
  }
  .qhd-text-center {
    text-align: center;
  }
  .qhd-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

@media screen and (min-width: 35.5em) {
  .hide-for-mediumsmall {
    display: none !important;
  }
}

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

@media screen and (min-width: 35.5em) and (max-width: 47.875em) {
  .hide-for-mediumsmall-only {
    display: none !important;
  }
}

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 120em) {
  .hide-for-hd {
    display: none !important;
  }
}

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

@media screen and (min-width: 120em) and (max-width: 159.9375em) {
  .hide-for-hd-only {
    display: none !important;
  }
}

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

@media screen and (min-width: 160em) {
  .hide-for-qhd {
    display: none !important;
  }
}

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

@media screen and (min-width: 160em) {
  .hide-for-qhd-only {
    display: none !important;
  }
}

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("./../fonts/Montserrat/Montserrat-Bold.eot"); /* IE9 Compat Modes */
  src: url("./../fonts/Montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("./../fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("./../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype"), url("./../fonts/Montserrat/Montserrat-Bold.svg#Montserrat-Bold") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Montserrat-Black";
  src: url("./../fonts/Montserrat/Montserrat-Black.eot"); /* IE9 Compat Modes */
  src: url("./../fonts/Montserrat/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("./../fonts/Montserrat/Montserrat-Black.woff") format("woff"), url("./../fonts/Montserrat/Montserrat-Black.ttf") format("truetype"), url("./../fonts/Montserrat/Montserrat-Black.svg#Montserrat-Black") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("./../fonts/Montserrat/Montserrat-Medium.eot"); /* IE9 Compat Modes */
  src: url("./../fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("./../fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("./../fonts/Montserrat/Montserrat-Medium.ttf") format("truetype"), url("./../fonts/Montserrat/Montserrat-Medium.svg#Montserrat-Medium") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("./../fonts/Montserrat/Montserrat-Regular.eot"); /* IE9 Compat Modes */
  src: url("./../fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("./../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype"), url("./../fonts/Montserrat/Montserrat-Regular.svg#Montserrat-Regular") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("./../fonts/Montserrat/Montserrat-Light.eot"); /* IE9 Compat Modes */
  src: url("./../fonts/Montserrat/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("./../fonts/Montserrat/Montserrat-Light.woff") format("woff"), url("./../fonts/Montserrat/Montserrat-Light.ttf") format("truetype"), url("./../fonts/Montserrat/Montserrat-Light.svg#Montserrat-Light") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
.scb-pace-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.scb-pace-container .scb-pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  position: fixed;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  background-color: #174e77;
  opacity: 0.9;
  transition: opacity 500ms, height 0s linear 500ms;
}
.scb-pace-container .scb-pace.scb-pace-inactive {
  opacity: 0;
  height: 0px;
}
.scb-pace-container .scb-pace .scb-pace-progress {
  background-color: #FFD43B;
  position: fixed;
  z-index: 2000;
  top: 2px;
  margin-top: 0px;
  right: 100%;
  width: 100%;
  height: 2px;
}

header {
  /*
  @include scb-typography-citazione;
  @include scb-size-36;
  */
}
header .main-menubar {
  position: fixed;
  z-index: 910;
  top: 0;
  left: 0;
  right: 0;
}
header .header-logo-container {
  display: inline-block;
  cursor: pointer;
  width: 10vw;
}
@media screen and (min-width: 35.5em) {
  header .header-logo-container {
    width: 5vw;
  }
}
@media screen and (min-width: 47.9375em) {
  header .header-logo-container {
    width: 8vw;
  }
}
@media screen and (min-width: 64em) {
  header .header-logo-container {
    width: 5vw;
  }
}
header .header-logo-container {
  max-width: 70px;
}
header .header-wedologo-container {
  float: left;
  cursor: pointer;
  width: 15vw;
}
@media screen and (min-width: 35.5em) {
  header .header-wedologo-container {
    width: 7vw;
  }
}
@media screen and (min-width: 47.9375em) {
  header .header-wedologo-container {
    width: 11vw;
  }
}
@media screen and (min-width: 64em) {
  header .header-wedologo-container {
    width: 7vw;
  }
}
header .header-wedologo-container {
  max-width: 90px;
}
header {
  /* Header container styling */
}
header .site-header .tw-relative {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Pushes logo to the left and menu to the right */
}
header {
  /* Hamburger menu styling */
}
header .hamburger-menu {
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 25px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
  transform: translateY(100%);
}
header {
  /* Hamburger menu lines */
}
header .hamburger-menu .line {
  width: 100%;
  height: 3px;
  background-color: #174e77; /* Black color for the lines */
  transition: all 0.3s ease;
}
header .hamburger-menu:hover .line {
  background-color: #81b039;
}
header {
  /*

  .hamburger-menu:hover .line:nth-child(1) {
    transform: rotate(45deg) translateY(15px);
  }

  .hamburger-menu:hover .line:nth-child(2) {
    opacity: 0; 
  }

  .hamburger-menu:hover .line:nth-child(3) {
    transform: rotate(-45deg) translateY(-15px);
  }*/
}
header .hamburger-menu.clicked .line:nth-child(1) {
  transform: rotate(45deg) translateY(15px);
}
header .hamburger-menu.clicked .line:nth-child(2) {
  opacity: 0; /* Hide the middle line */
}
header .hamburger-menu.clicked .line:nth-child(3) {
  transform: rotate(-45deg) translateY(-15px);
}

.submenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(23, 78, 119, 0.9);
  z-index: 901;
  text-align: right;
  padding-top: 15vh;
}
@media screen and (min-width: 35.5em) {
  .submenu {
    padding-top: 20vh;
  }
}
@media screen and (min-width: 47.9375em) {
  .submenu {
    padding-top: 15vh;
  }
}
.submenu .tw-submenu-voice {
  font-size: calc(25vw / 4);
}
@media screen and (min-width: 35.5em) {
  .submenu .tw-submenu-voice {
    font-size: calc(25vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  .submenu .tw-submenu-voice {
    font-size: calc(25vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  .submenu .tw-submenu-voice {
    font-size: calc(25vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  .submenu .tw-submenu-voice {
    font-size: calc(25vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  .submenu .tw-submenu-voice {
    font-size: 25px;
  }
}
.submenu .tw-submenu-voice {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 800;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: all 500ms;
  color: #FFD43B;
}
.submenu .tw-submenu-voice:hover {
  color: #F8F8F8;
}
.submenu .tw-submenu-voice.sel {
  color: #F8F8F8;
}

footer {
  text-align: center;
}
footer .scb-footer-logo {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media screen and (min-width: 35.5em) {
  footer .scb-footer-logo {
    float: left;
    width: 100%;
    max-width: 150px;
  }
}
footer .footer-info {
  font-size: calc(12vw / 4);
}
@media screen and (min-width: 35.5em) {
  footer .footer-info {
    font-size: calc(12vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  footer .footer-info {
    font-size: calc(12vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  footer .footer-info {
    font-size: calc(12vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  footer .footer-info {
    font-size: calc(12vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  footer .footer-info {
    font-size: 12px;
  }
}
footer .footer-info .center {
  text-align: center;
}
footer .footer-info .dx {
  text-align: center;
}
@media screen and (min-width: 47.9375em) {
  footer .footer-info .dx {
    text-align: right;
  }
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 16px;
}

::-webkit-scrollbar:horizontal {
  height: 16px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(22, 36, 49, 0.2);
  border: 5px solid transparent;
  border-radius: 16px;
  background-clip: content-box;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-left: 1px solid #f0f0f0;
}

::-webkit-scrollbar * {
  background: transparent;
}

html {
  height: 100%;
  width: 100%;
}

body {
  background-color: #2d2d2d;
  width: 100%;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: auto;
}
body.fz-binder-mask {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
body .fz-block {
  display: block;
}
body .fz-unselectable {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently not supported by any browser */
}
body .fz-lifeless {
  pointer-events: none;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently not supported by any browser */
}
body .fz-encumber {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  visibility: hidden;
}
body .fz-gpu {
  backface-visibility: hidden;
  transform: translateZ(0) translate3d(0, 0, 0);
}
body .fz-smooth {
  transition: all 20ms;
}
body .fz-no-artifacts {
  -webkit-appearance: caret;
}
body .fz-z-1 {
  z-index: 1;
}
body .fz-z-2 {
  z-index: 2;
}
body .fz-z-3 {
  z-index: 3;
}
body .fz-z-4 {
  z-index: 4;
}
body .fz-z-5 {
  z-index: 5;
}
body .fz-z-6 {
  z-index: 6;
}
body .fz-z-7 {
  z-index: 7;
}
body .fz-z-8 {
  z-index: 8;
}
body .fz-z-9 {
  z-index: 9;
}
body .fz-z-10 {
  z-index: 10;
}
body .fz-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
body .fz-absolute {
  position: absolute;
  top: 0;
  left: 0;
}
body .fz-absolute.fz-p-top {
  top: 0;
  bottom: auto;
}
body .fz-absolute.fz-p-v-center {
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
body .fz-absolute.fz-p-bottom {
  top: auto;
  bottom: 0;
}
body .fz-absolute.fz-p-left {
  left: 0;
  right: auto;
}
body .fz-absolute.fz-p-right {
  right: 0;
  left: auto;
}
body .fz-absolute.fz-p-h-center {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
body .fz-absolute.fz-p-v-center.fz-p-h-center {
  transform: translate3d(-50%, -50%, 0);
}
body .fz-absolute.fz-p-untranslate {
  transform: none;
}
body .fz-relative {
  position: relative;
}
body .fz-fullwidth {
  width: 100%;
  height: auto;
}
body .fz-fullwidth.fz-fullheight {
  height: 100%;
}
body .fz-fullwidth.fz-halfheight {
  height: 50%;
}
body .fz-fullheight {
  height: 100%;
  width: auto;
  max-width: none;
}
body .fz-fullheight.fz-fullwidth {
  width: 100%;
}
body .fz-halfheight {
  height: 50%;
  width: auto;
}
body .fz-overflow-hidden {
  overflow: hidden;
}
body .fz-spritesheet, body.fz-spritesheet-h, body.fz-spritesheet-v {
  overflow: hidden;
}
body .fz-spritesheet .fz-spritesheet-image, body.fz-spritesheet-h .fz-spritesheet-image, body.fz-spritesheet-v .fz-spritesheet-image {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  max-width: none;
  min-width: 0;
  max-height: none;
  min-height: 0;
}
body .fz-spritesheet-h {
  overflow: hidden;
}
body .fz-spritesheet-h .fz-spritesheet-image {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  max-width: none;
  min-width: 0;
  max-height: none;
  min-height: 0;
}
body .fz-meta {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
body .tw-fugazi-binder {
  width: 100%;
  height: 100%;
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: auto;
}
body .tw-fugazi-binder::-webkit-scrollbar {
  display: none;
}
body .tw-fugazi-binder .tw-fugazi-main {
  position: relative;
  top: 0;
}
body .fz-sheet {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
}
body .fz-sheet.fz-shadow {
  border-top: 0.5vw solid black;
  border-bottom: 0.5vw solid black;
  /* -webkit-box-shadow: 0px 10px 100px 0px rgba(0,0,0,0.75);
   -moz-box-shadow: 0px 10px 100px 0px rgba(0,0,0,0.75);
   box-shadow: 0px 10px 100px 0px rgba(0,0,0,0.75);*/
}
body .fz-sheet.fz-shadow-up {
  /* -webkit-box-shadow: 0px -15px 80px 0px rgba(0,0,0,0.4);
   -moz-box-shadow: 0px -15px 80px 0px rgba(0,0,0,0.4);
   box-shadow: 0px -15px 80px 0px rgba(0,0,0,0.4);*/
  border-top: 0.5vw solid black;
  border-bottom: 0.5vw solid black;
}
body .fz-sheet.fz-shadow-down {
  /*-webkit-box-shadow: 0px 15px 80px 0px rgba(0,0,0,0.4);
   -moz-box-shadow: 0px 15px 80px 0px rgba(0,0,0,0.4);
   box-shadow: 0px 15px 80px 0px rgba(0,0,0,0.4);*/
  border-top: 0.5vw solid black;
  border-bottom: 0.5vw solid black;
}
body .fz-sheet.fz-paper {
  background-color: white;
}
body .fz-sheet.fz-bordered {
  border-bottom: 0.2vw solid #333333;
  border-top: 0.2vw solid #333333;
}
body .fz-sheet.fz-bordered-top {
  border-bottom: 0 solid transparent;
  border-top: 0.2vw solid #333333;
}
body .fz-sheet.fz-bordered-top.fz-bordered-bottom {
  border-bottom: 0.2vw solid #333333;
}
body .fz-sheet.fz-bordered-bottom {
  border-top: 0 solid transparent;
  border-bottom: 0.2vw solid #333333;
}
body .fz-sheet.fz-bordered-bottom.fz-bordered-top {
  border-top: 0.2vw solid #333333;
}
body .fz-sheet.fz-no-waiting {
  display: none;
}
body .fz-sheet.fz-no-animating {
  display: block;
}
body .fz-sheet .fz-cut {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
body .fz-sheet .fz-cut.fz-overflow-visible {
  overflow: visible;
}
body .fz-sheet .fz-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body .fz-sheet img {
  max-width: none;
  min-width: 0;
}
body .fz-sheet.fz-z-1 {
  z-index: 1;
}
body .fz-sheet.fz-z-2 {
  z-index: 2;
}
body .fz-sheet.fz-z-3 {
  z-index: 3;
}
body .fz-sheet.fz-z-4 {
  z-index: 4;
}
body .fz-sheet.fz-z-5 {
  z-index: 5;
}
body .fz-sheet.fz-z-6 {
  z-index: 6;
}
body .fz-sheet.fz-z-7 {
  z-index: 7;
}
body .fz-sheet.fz-z-8 {
  z-index: 8;
}
body .fz-sheet.fz-z-9 {
  z-index: 9;
}
body .fz-sheet.fz-z-10 {
  z-index: 10;
}
body .fz-sheet .fz-fixed {
  position: absolute;
}
body .fz-sheet .fz-height-exists {
  min-height: 1px;
}
body .fz-sheet .fz-fixed-inherit-height {
  min-height: 1px;
  max-height: 100vh;
}
body .fz-sheet .row {
  position: relative;
}
body .fz-sheet .row.fz-fullwindow {
  width: 100vw;
  height: 100vh;
}
body .fz-sheet .row.fz-fullwindow .columns {
  height: 100%;
}
body .fz-sheet .row.fz-fullwindow-min {
  min-width: 100vw;
  min-height: 100vh;
}
body .fz-sheet .row.fz-fullwindow-min .columns {
  height: 100%;
}
body .fz-sheet .row.fz-fullwindow-width {
  width: 100vw;
}
body .fz-sheet .row.fz-fullwindow-height {
  width: 100vw;
}
body .fz-sheet .row.fz-fullwindow-height .columns {
  height: 100%;
}
body .fz-sheet .row.fz-fullwindow-width-min {
  min-width: 100vw;
}
body .fz-sheet .row.fz-fullwindow-height-min {
  min-width: 100vw;
}
body .fz-sheet .row.fz-fullwindow-height-min .columns {
  min-height: 100%;
}
body .fz-sheet .row.fz-standard {
  width: 100vw;
  height: 54.25vw;
}
@media screen and (max-width: 74.9375em) {
  body .fz-sheet .row.fz-standard {
    height: 75vw;
  }
}
@media screen and (max-width: 63.9375em) {
  body .fz-sheet .row.fz-standard {
    height: 133vw;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 47.9375em) and (max-width: 63.9375em) and (max-width: 767px) {
  body .fz-sheet .row.fz-standard {
    height: 54.25vw;
  }
}
@media screen and (max-width: 35.4375em) {
  body .fz-sheet .row.fz-standard {
    height: 177vw;
  }
}
body .fz-sheet .row.fz-standard .columns {
  height: 100%;
}
body .fz-sheet .row .columns {
  position: relative;
}
body .fz-sheet .row .columns.pull-0 {
  position: static;
}
body .fz-sheet .row .columns.small-pull-0 {
  position: static;
}
@media screen and (min-width: 35.5em) {
  body .fz-sheet .row .columns.mediumsmall-pull-0 {
    position: static;
  }
}
@media screen and (min-width: 47.9375em) {
  body .fz-sheet .row .columns.medium-pull-0 {
    position: static;
  }
}
@media screen and (min-width: 64em) {
  body .fz-sheet .row .columns.large-pull-0 {
    position: static;
  }
}
@media screen and (min-width: 75em) {
  body .fz-sheet .row .columns.xlarge-pull-0 {
    position: static;
  }
}
@media screen and (min-width: 90em) {
  body .fz-sheet .row .columns.xxlarge-pull-0 {
    position: static;
  }
}
@media screen and (min-width: 120em) {
  body .fz-sheet .row .columns.hd-pull-0 {
    position: static;
  }
}
@media screen and (min-width: 160em) {
  body .fz-sheet .row .columns.qhd-pull-0 {
    position: static;
  }
}
body .fz-sheet .row .columns .fz-spacer {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently not supported by any browser */
  position: relative;
  width: 100%;
  height: auto;
}
body .fz-sheet .row .columns .fz-spacer.fz-fullwindow {
  width: 100vw;
  height: 100vh;
}
body .fz-sheet .row .columns .fz-spacer.fz-fullwindow-min {
  min-width: 100vw;
  min-height: 100vh;
}
body .fz-sheet .row .columns .fz-context-baloon {
  width: 550px !important;
  height: auto !important;
}
body .fz-sheet .row .columns .fz-context-baloon.fz-short {
  width: 275px !important;
}
body .fz-sheet .row .columns .fz-context-baloon.fz-autowidth {
  display: inline-block;
  width: auto !important;
}
body .fz-sheet .row .columns .fz-context-baloon {
  color: #000000;
  border: 6px solid #000000;
  background-color: #f0f0f0;
  font-family: "classic-comic", sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  padding: 1rem;
}
body .fz-sheet .row .columns .fz-context-baloon strong {
  font-weight: 700;
  font-size: 1.25em;
}
body .fz-sheet.fz-computed .row.fz-absolute {
  position: absolute;
}

.scb-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  backface-visibility: hidden;
  transform: translateZ(0);
  background: black;
  opacity: 1;
}
.scb-lightbox.scb-closed {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

#scb-video-player {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90vw;
  height: 50.65vw;
}
@media screen and (orientation: portrait) and (max-width: 35.4375em) {
  #scb-video-player {
    width: 100%;
    height: 100%;
  }
}
@media screen and (orientation: portrait) and (min-width: 47.9375em) and (max-width: 63.9375em) {
  #scb-video-player {
    width: 100%;
    height: 100%;
  }
}
@media screen and (orientation: landscape) and (min-width: 35.5em) and (max-width: 47.875em) {
  #scb-video-player {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  #scb-video-player {
    width: 71vw;
    height: 40vw;
  }
}
#scb-video-player {
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.8);
  transform: translate(-50%, -50%);
}
#scb-video-player.th-player .th-overlay-bg-color {
  background-color: rgba(0, 0, 0, 0.75) !important;
}
#scb-video-player.th-player.th-video .th-control-bar .th-caption {
  display: none !important;
}
#scb-video-player.th-player .th-mobile .th-share-overlay .th-share-overlay-exit {
  right: auto;
  left: 0;
}
#scb-video-player.th-player .th-share-overlay-exit .th-simple-button {
  right: auto;
  left: 0;
}
#scb-video-player.th-player .th-share-overlay-exit {
  right: auto;
  left: 0;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  /*opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;*/
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
  display: block;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  backface-visibility: hidden;
  transition-property: transform, opacity;
  transform-style: preserve-3d;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 0; /*24px;*/
  margin: 0; /*44px 0 44px;*/
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99994;
  background: transparent;
  cursor: default;
  overflow: visible;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  transform: translate(0, 0) !important;
  width: 100% !important;
  height: 100% !important;
}

/*
.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing; }*/
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  /*width: 100%;
  height: auto;
  width:100%;
  margin: 0;*/
  padding: 30px;
  border: 0;
  max-width: 100vw;
  max-height: 100vh;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  background: none; /*linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);*/
  pointer-events: none;
  text-align: center;
  display: none;
}

.fancybox-caption {
  padding: 30px 0;
  text-align: center;
  font-family: "TMLato", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 1.3vw;
  text-transform: uppercase;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 8vw;
  height: 8vw;
  line-height: 4vw;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
@media screen and (min-width: 35.5em) {
  .fancybox-button {
    width: 6vw;
    height: 6vw;
  }
}
@media screen and (min-width: 75em) {
  .fancybox-button {
    width: 4vw;
    height: 4vw;
  }
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  background-color: #ded823;
  background-image: url(../img/00.elements/fancybox.close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
  opacity: 1;
  border-radius: 50%;
}
.fancybox-button--close:hover {
  background-color: #174e77;
  background-image: url(../img/00.elements/fancybox.close.svg);
  opacity: 1;
}

.fancybox-button--close:hover {
  background-color: #174e77 !important;
  background-image: url(../img/00.elements/fancybox.close.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 1.5vw !important;
  opacity: 1 !important;
}

/*
.fancybox-button--close::before, .fancybox-button--close::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px); }

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
*/
/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 8vw;
  width: 8vw;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
  border-radius: 50%;
}
@media screen and (min-width: 35.5em) {
  .fancybox-arrow {
    width: 6vw;
    height: 6vw;
  }
}
@media screen and (min-width: 75em) {
  .fancybox-arrow {
    width: 4vw;
    height: 4vw;
  }
}

.fancybox-arrow:hover {
  opacity: 1 !important;
}

.fancybox-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  width: 8vw;
  height: 8vw;
  background-color: #ded823;
  background-image: url(../img/00.elements/arrow.next.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  border-radius: 50%;
}
@media screen and (min-width: 35.5em) {
  .fancybox-arrow::after {
    width: 6vw;
    height: 6vw;
  }
}
@media screen and (min-width: 75em) {
  .fancybox-arrow::after {
    width: 4vw;
    height: 4vw;
  }
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen {
  display: none;
}

.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
  display: none;
}

/* Slideshow button */
.fancybox-button--play {
  display: none;
}

.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
  display: none;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

/* Thumbs */
.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: none; /*inline-block; */
    visibility: hidden;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
  /*visibility: visible;*/
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.page-template-homepage .slick-dots {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  bottom: 0;
  list-style: none;
  display: none;
  text-align: center;
  padding: 0;
  margin: 0;
  z-index: 10;
  width: 100%;
  line-height: 0;
  padding-top: 20px;
}
.page-template-homepage .slick-dots::before {
  position: absolute;
  top: auto;
  left: 50%;
  content: " ";
  display: block;
  transform: translate(-50%, 0);
}
.page-template-homepage .slick-dots li {
  position: relative;
  display: inline-block;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
}
.page-template-homepage .slick-dots li.slick-active button::before {
  color: #174e77;
  opacity: 1;
}
.page-template-homepage .slick-dots li:hover button::before {
  color: #174e77;
  opacity: 1;
}
.page-template-homepage .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: auto;
  width: 100%;
  outline: none;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  position: relative;
  margin-left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.page-template-homepage .slick-dots li button:hover, .page-template-homepage .slick-dots li button:focus {
  outline: none;
}
.page-template-homepage .slick-dots li button:hover:before, .page-template-homepage .slick-dots li button:focus:before {
  opacity: 1;
}
.page-template-homepage .slick-dots li button:before {
  position: relative;
  top: 0;
  left: 5%;
  content: "•";
  color: #cecccc;
  font-size: 3em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: color 500ms;
  display: block;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 0;
  padding-bottom: 30px;
}
.page-template-homepage .slick-arrow, .page-template-homepage .slick-prev:focus, .page-template-homepage .slick-next:focus {
  outline: none;
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  transition: all 500ms;
  width: 7vw;
  height: 7vw;
  font-size: 0;
  background-color: #cecccc;
  border-radius: 50%;
}
.page-template-homepage .slick-arrow:hover, .page-template-homepage .slick-prev:focus:hover, .page-template-homepage .slick-next:focus:hover {
  background-color: #174e77;
}
@media screen and (min-width: 35.5em) {
  .page-template-homepage .slick-arrow, .page-template-homepage .slick-prev:focus, .page-template-homepage .slick-next:focus {
    width: 6vw;
    height: 6vw;
  }
}
@media screen and (min-width: 47.9375em) {
  .page-template-homepage .slick-arrow, .page-template-homepage .slick-prev:focus, .page-template-homepage .slick-next:focus {
    width: 5vw;
    height: 5vw;
  }
}
@media screen and (min-width: 75em) {
  .page-template-homepage .slick-arrow, .page-template-homepage .slick-prev:focus, .page-template-homepage .slick-next:focus {
    width: 3vw;
    height: 3vw;
  }
}
@media screen and (min-width: 90em) {
  .page-template-homepage .slick-arrow, .page-template-homepage .slick-prev:focus, .page-template-homepage .slick-next:focus {
    width: 2.5vw;
    height: 2.5vw;
  }
}
.page-template-homepage .slick-arrow.slick-prev:before, .page-template-homepage .slick-arrow.slick-next:before, .page-template-homepage .slick-prev:focus.slick-prev:before, .page-template-homepage .slick-prev:focus.slick-next:before, .page-template-homepage .slick-next:focus.slick-prev:before, .page-template-homepage .slick-next:focus.slick-next:before {
  font-family: none;
  content: none;
}
.page-template-homepage .slick-arrow.slick-prev, .page-template-homepage .slick-prev:focus.slick-prev, .page-template-homepage .slick-next:focus.slick-prev {
  background-image: url(../img/00.elements/arrow.prev.svg);
  left: 0;
  transform: translateX(-100%);
}
.page-template-homepage .slick-arrow.slick-next, .page-template-homepage .slick-prev:focus.slick-next, .page-template-homepage .slick-next:focus.slick-next {
  background-image: url(../img/00.elements/arrow.next.svg);
  right: 0;
  transform: translateX(100%);
}
.page-template-homepage .slick-arrow.slick-prev:hover, .page-template-homepage .slick-arrow.slick-next:hover, .page-template-homepage .slick-prev:focus.slick-prev:hover, .page-template-homepage .slick-prev:focus.slick-next:hover, .page-template-homepage .slick-next:focus.slick-prev:hover, .page-template-homepage .slick-next:focus.slick-next:hover {
  opacity: 1;
}
.page-template-homepage .slick-track {
  display: flex !important;
}
.page-template-homepage .slick-slide {
  height: inherit !important;
}
.page-template-homepage .slick-slider-ig .slick-arrow, .page-template-homepage .slick-slider-ig .slick-prev:focus, .page-template-homepage .slick-slider-ig .slick-next:focus {
  background-color: #ded823;
}
.page-template-homepage .slick-slider-ig .slick-arrow:hover, .page-template-homepage .slick-slider-ig .slick-prev:focus:hover, .page-template-homepage .slick-slider-ig .slick-next:focus:hover {
  background-color: #174e77;
}

html, body {
  height: 100%;
}

body {
  background: white;
  font-family: "Montserrat-Medium", sans-serif;
  font-weight: 500;
  line-height: 1.3em;
  font-size: calc(16vw / 4);
}
@media screen and (min-width: 35.5em) {
  body {
    font-size: calc(16vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body {
    font-size: calc(16vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body {
    font-size: calc(16vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body {
    font-size: calc(16vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body {
    font-size: 16px;
  }
}
body {
  color: #666666;
  /** GENERAL TYPO DEFINITIONS **/
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
}
body h2 {
  font-size: calc(30vw / 4);
}
@media screen and (min-width: 35.5em) {
  body h2 {
    font-size: calc(30vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body h2 {
    font-size: calc(30vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body h2 {
    font-size: calc(30vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body h2 {
    font-size: calc(30vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body h2 {
    font-size: 30px;
  }
}
body h2 {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 800;
  line-height: 1em;
}
body .scb-main-title {
  font-size: calc(50vw / 4);
}
@media screen and (min-width: 35.5em) {
  body .scb-main-title {
    font-size: calc(50vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body .scb-main-title {
    font-size: calc(50vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body .scb-main-title {
    font-size: calc(50vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body .scb-main-title {
    font-size: calc(50vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body .scb-main-title {
    font-size: 50px;
  }
}
body .scb-main-title {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 900;
  line-height: 1em;
}
body .tw-small-padding {
  padding: 6vw;
}
@media screen and (min-width: 35.5em) {
  body .tw-small-padding {
    padding: 3vw;
  }
}
@media screen and (min-width: 47.9375em) {
  body .tw-small-padding {
    padding: 4vw;
  }
}
@media screen and (min-width: 64em) {
  body .tw-small-padding {
    padding: 3vw;
  }
}
@media screen and (min-width: 120em) {
  body .tw-small-padding {
    padding: 2vw;
  }
}
@media screen and (min-width: 90em) {
  body .tw-small-padding {
    padding: 50px;
  }
}
body .tw-small-padding.no-top {
  padding-top: 0;
}
body .tw-mini-padding {
  padding: 3vw;
}
@media screen and (min-width: 35.5em) {
  body .tw-mini-padding {
    padding: 1.5vw;
  }
}
@media screen and (min-width: 47.9375em) {
  body .tw-mini-padding {
    padding: 2vw;
  }
}
@media screen and (min-width: 64em) {
  body .tw-mini-padding {
    padding: 1.5vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }
}
@media screen and (min-width: 90em) {
  body .tw-mini-padding {
    padding: 20px;
  }
}
body .tw-minimini-padding {
  padding: 2vw;
}
@media screen and (min-width: 35.5em) {
  body .tw-minimini-padding {
    padding: 1.5vw;
  }
}
@media screen and (min-width: 47.9375em) {
  body .tw-minimini-padding {
    padding: 1vw;
  }
}
@media screen and (min-width: 64em) {
  body .tw-minimini-padding {
    padding: 1vw;
  }
}
@media screen and (min-width: 90em) {
  body .tw-minimini-padding {
    padding: 30px;
  }
}
body .tw-central {
  position: relative;
  width: 90%;
  max-width: 1440px;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 64em) {
  body .tw-central.short {
    width: 60%;
  }
}
@media screen and (min-width: 75em) {
  body .tw-central.short {
    width: 50%;
  }
}
body .scb-fullwidth {
  width: 100%;
}
body .txt-center {
  text-align: center;
}
body .txt-left {
  text-align: left;
}
body .txt-right {
  text-align: right;
}
body .txt-center-left {
  text-align: center;
}
@media screen and (min-width: 64em) {
  body .txt-center-left {
    text-align: left;
  }
}
body .txt-uppercase {
  text-transform: uppercase;
}
body .scb-txt-bianco {
  color: #F8F8F8;
}
body .scb-txt-blu {
  color: #174e77;
}
body .scb-txt-blu-scuro {
  color: #002E5D;
}
body .scb-txt-turchese {
  color: #34a0a4;
}
body .scb-txt-giallo {
  color: #FFD43B;
}
body .scb-txt-gialloverde {
  color: #ded823;
}
body .link_bianco_giallo {
  color: #F8F8F8;
  transition: all 500ms;
}
body .link_bianco_giallo:hover {
  color: #ded823;
}
body .scb-bg-bianco {
  background: #F8F8F8;
}
body .scb-bg-blu {
  background: #005A9C;
}
body .scb-bg-turchese {
  background: #34a0a4;
}
body .scb-bg-giallo {
  background: #FFD43B;
}
body .scb-bg-gialloverde {
  background: #ded823;
}
@media screen and (min-width: 47.9375em) {
  body .paragraph-small {
    width: 60vw;
  }
}
@media screen and (min-width: 64em) {
  body .paragraph-small {
    width: 50vw;
  }
}
@media screen and (min-width: 75em) {
  body .paragraph-small {
    max-width: 50vw;
  }
}
body.page-template-homepage .atleti-btn {
  margin-top: 20px;
  font-size: calc(20vw / 4);
}
@media screen and (min-width: 35.5em) {
  body.page-template-homepage .atleti-btn {
    font-size: calc(20vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body.page-template-homepage .atleti-btn {
    font-size: calc(20vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body.page-template-homepage .atleti-btn {
    font-size: calc(20vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body.page-template-homepage .atleti-btn {
    font-size: calc(20vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body.page-template-homepage .atleti-btn {
    font-size: 20px;
  }
}
body.page-template-homepage .atleti-btn {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 800;
  line-height: 1em;
  color: white;
  border: 1px solid white;
  border-radius: 30px;
  transition: all 500ms;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
body.page-template-homepage .atleti-btn a {
  color: white;
}
body.page-template-homepage .atleti-btn a:hover {
  color: #174e77;
}
body.page-template-homepage .atleti-btn:hover {
  background: white;
  color: #174e77;
}
body.page-template-homepage .home_box_logo {
  display: inline-block;
  width: 32%;
}
@media screen and (min-width: 35.5em) {
  body.page-template-homepage .home_box_logo {
    width: 20%;
  }
}
@media screen and (min-width: 64em) {
  body.page-template-homepage .home_box_logo {
    width: 15%;
  }
}
body.page-template-homepage .fts-instagram-inline-block-centered {
  opacity: 0;
  height: 1px;
  overflow: hidden;
}
body.page-template-homepage .fts-instagram-inline-block-centered .fts-instagram-wrapper {
  float: left;
  width: 25%;
  aspect-ratio: 1;
  background-size: cover;
}
body.page-template-homepage .fts-instagram-inline-block-centered .fts-insta-date-popup-grab {
  display: none;
}
body.page-template-homepage .ig_logo {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 15vw;
}
@media screen and (min-width: 35.5em) {
  body.page-template-homepage .ig_logo {
    width: 10vw;
  }
}
@media screen and (min-width: 64em) {
  body.page-template-homepage .ig_logo {
    width: 5vw;
  }
}
@media screen and (min-width: 90em) {
  body.page-template-homepage .ig_logo {
    width: 50px;
  }
}
body.page-template-homepage .gallery-btn {
  margin-top: 20px;
  font-size: calc(20vw / 4);
}
@media screen and (min-width: 35.5em) {
  body.page-template-homepage .gallery-btn {
    font-size: calc(20vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body.page-template-homepage .gallery-btn {
    font-size: calc(20vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body.page-template-homepage .gallery-btn {
    font-size: calc(20vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body.page-template-homepage .gallery-btn {
    font-size: calc(20vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body.page-template-homepage .gallery-btn {
    font-size: 20px;
  }
}
body.page-template-homepage .gallery-btn {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 800;
  line-height: 1em;
  border-radius: 30px;
  transition: all 500ms;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  color: #174e77;
  border: 1px solid #174e77;
}
body.page-template-homepage .gallery-btn:hover {
  color: white;
  background: #174e77;
}
body.page-template-homepage .sponsor-img {
  width: 60vw;
  display: inline-block;
}
@media screen and (min-width: 35.5em) {
  body.page-template-homepage .sponsor-img {
    width: 30vw;
  }
}
@media screen and (min-width: 64em) {
  body.page-template-homepage .sponsor-img {
    width: 25vw;
    max-width: 250px;
  }
}
body.page-template-homepage .slide-activity .press-btn {
  margin-top: 20px;
  font-size: calc(20vw / 4);
}
@media screen and (min-width: 35.5em) {
  body.page-template-homepage .slide-activity .press-btn {
    font-size: calc(20vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body.page-template-homepage .slide-activity .press-btn {
    font-size: calc(20vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body.page-template-homepage .slide-activity .press-btn {
    font-size: calc(20vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body.page-template-homepage .slide-activity .press-btn {
    font-size: calc(20vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body.page-template-homepage .slide-activity .press-btn {
    font-size: 20px;
  }
}
body.page-template-homepage .slide-activity .press-btn {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 800;
  line-height: 1em;
  color: #174e77;
  border: 1px solid #174e77;
  border-radius: 30px;
  transition: all 500ms;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
body.page-template-homepage .slide-activity .press-btn a {
  color: #174e77;
}
body.page-template-homepage .slide-activity .press-btn a:hover {
  color: #F8F8F8;
}
body.page-template-homepage .slide-activity .press-btn:hover {
  background: #174e77;
  color: #F8F8F8;
}
body.page-template-homepage .slide-activity .activity-btn {
  margin-top: 20px;
  font-size: calc(20vw / 4);
}
@media screen and (min-width: 35.5em) {
  body.page-template-homepage .slide-activity .activity-btn {
    font-size: calc(20vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body.page-template-homepage .slide-activity .activity-btn {
    font-size: calc(20vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body.page-template-homepage .slide-activity .activity-btn {
    font-size: calc(20vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body.page-template-homepage .slide-activity .activity-btn {
    font-size: calc(20vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body.page-template-homepage .slide-activity .activity-btn {
    font-size: 20px;
  }
}
body.page-template-homepage .slide-activity .activity-btn {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 800;
  line-height: 1em;
  color: white;
  border: 1px solid white;
  border-radius: 30px;
  transition: all 500ms;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}
body.page-template-homepage .slide-activity .activity-btn a {
  color: white;
}
body.page-template-homepage .slide-activity .activity-btn a:hover {
  color: #34a0a4;
}
body.page-template-homepage .slide-activity .activity-btn:hover {
  background: white;
  color: #34a0a4;
}
body.page-template-homepage .slide-activity p {
  line-height: 1.2;
}
body.page-template-homepage .slide-activity .activity-detail {
  margin-bottom: 10px;
}
body.page-template-homepage .slide-activity .activity-speaker {
  color: white;
  transition: all 500ms;
  text-decoration: underline;
}
body.page-template-homepage .slide-activity .activity-speaker:hover {
  color: #FFD43B;
}
body.page-template-homepage .slide-activity .detail-icon {
  float: left;
  width: 7%;
  width: 5%;
}
body.page-template-homepage .slide-activity .detail-text {
  float: left;
  width: 80%;
  margin-left: 5%;
}
body.page-template-homepage .slide-activity .sector {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 800;
  line-height: 1em;
  margin-bottom: 10px;
}
body.page-template-homepage .slide-activity .title {
  font-size: calc(25vw / 4);
}
@media screen and (min-width: 35.5em) {
  body.page-template-homepage .slide-activity .title {
    font-size: calc(25vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body.page-template-homepage .slide-activity .title {
    font-size: calc(25vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body.page-template-homepage .slide-activity .title {
    font-size: calc(25vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body.page-template-homepage .slide-activity .title {
    font-size: calc(25vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body.page-template-homepage .slide-activity .title {
    font-size: 25px;
  }
}
body.page-template-homepage .slide-activity .title {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 800;
  line-height: 1em;
}
body.page-template-homepage .slide-activity .line {
  width: 30%;
  height: 1px;
  background: #F8F8F8;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
body.page-template-homepage .single-theme {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
body.page-template-homepage .single-theme .image {
  position: relative;
  width: 100%;
}
body.page-template-homepage .single-theme .icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15%;
}
@media screen and (min-width: 47.9375em) {
  body.page-template-homepage .single-theme .icon {
    width: 10%;
  }
}
@media screen and (min-width: 64em) {
  body.page-template-homepage .single-theme .icon {
    width: 15%;
  }
}
body.page-template-homepage .single-theme .title {
  font-size: calc(25vw / 4);
}
@media screen and (min-width: 35.5em) {
  body.page-template-homepage .single-theme .title {
    font-size: calc(25vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body.page-template-homepage .single-theme .title {
    font-size: calc(25vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body.page-template-homepage .single-theme .title {
    font-size: calc(25vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body.page-template-homepage .single-theme .title {
    font-size: calc(25vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body.page-template-homepage .single-theme .title {
    font-size: 25px;
  }
}
body.page-template-homepage .single-theme .title {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 800;
  line-height: 1em;
  margin-top: 30px;
  margin-bottom: 10px;
}
body.page-template-homepage .home-logo {
  position: relative;
  left: 50%;
  transform: translate(-50%, -53%);
  width: 60vw;
  margin-bottom: -10vh;
}
@media screen and (min-width: 35.5em) {
  body.page-template-homepage .home-logo {
    width: 40vw;
    margin-bottom: -15vh;
  }
}
@media screen and (min-width: 47.9375em) {
  body.page-template-homepage .home-logo {
    margin-bottom: -10vh;
  }
}
@media screen and (min-width: 64em) {
  body.page-template-homepage .home-logo {
    width: 40vw;
    margin-bottom: -15vh;
  }
}
@media screen and (min-width: 75em) {
  body.page-template-homepage .home-logo {
    width: 400px;
    margin-bottom: -100px;
  }
}
body.page-template-homepage .home-info {
  margin-top: 20vw;
}
@media screen and (min-width: 35.5em) {
  body.page-template-homepage .home-info {
    margin-top: 15vw;
  }
}
@media screen and (min-width: 47.9375em) {
  body.page-template-homepage .home-info {
    margin-top: 13vw;
  }
}
@media screen and (min-width: 64em) {
  body.page-template-homepage .home-info {
    margin-top: 10vw;
  }
}
@media screen and (min-width: 75em) {
  body.page-template-homepage .home-info {
    margin-top: 170px;
  }
}
body.page-template-programma .calendario-container {
  margin: 20px 0;
  font-size: calc(14vw / 4);
}
@media screen and (min-width: 35.5em) {
  body.page-template-programma .calendario-container {
    font-size: calc(14vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body.page-template-programma .calendario-container {
    font-size: calc(14vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body.page-template-programma .calendario-container {
    font-size: calc(14vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body.page-template-programma .calendario-container {
    font-size: calc(14vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body.page-template-programma .calendario-container {
    font-size: 14px;
  }
}
body.page-template-programma .calendario-container {
  padding: 0 10px;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 35.4375em) {
  body.page-template-programma .calendario-container {
    padding: 0 5px;
    margin: 10px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
body.page-template-programma .calendario-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 35.4375em) {
  body.page-template-programma .calendario-row {
    display: block;
    flex-direction: column;
    gap: 10px;
  }
}
body.page-template-programma .calendario-mese {
  flex: 1;
  min-width: 280px;
  margin-bottom: 30px;
}
@media screen and (max-width: 35.4375em) {
  body.page-template-programma .calendario-mese {
    min-width: 100%;
    margin-bottom: 15px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  body.page-template-programma .calendario-mese h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
body.page-template-programma .calendario-mese h3 {
  margin-bottom: 15px;
  font-weight: bold;
}
body.page-template-programma .calendario-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  table-layout: fixed;
  min-width: 280px;
}
@media screen and (max-width: 35.4375em) {
  body.page-template-programma .calendario-table {
    font-size: 12px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    min-width: 500px;
    width: 500px;
    display: table;
    overflow-x: visible;
    table-layout: fixed;
  }
  body.page-template-programma .calendario-table thead, body.page-template-programma .calendario-table tbody, body.page-template-programma .calendario-table tr {
    display: table-row;
    width: 100%;
  }
}
body.page-template-programma .calendario-table th {
  background: #005A9C;
  color: white;
  padding: 12px 8px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 35.4375em) {
  body.page-template-programma .calendario-table th {
    padding: 8px 4px;
    font-size: 12px;
    min-width: 70px;
    width: 70px;
    max-width: 70px;
    box-sizing: border-box;
  }
}
body.page-template-programma .calendario-table td {
  width: 14.28%;
  height: 50px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #e0e0e0;
  position: relative;
  padding: 4px 2px;
}
@media screen and (max-width: 35.4375em) {
  body.page-template-programma .calendario-table td {
    height: auto;
    min-height: 70px;
    padding: 6px 4px;
    font-size: 11px;
    min-width: 70px;
    width: 70px;
    max-width: 70px;
    box-sizing: border-box;
    overflow: hidden;
    display: table-cell;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
}
body.page-template-programma .giorno-normale {
  background-color: white;
}
body.page-template-programma .giorno-con-gara {
  color: black;
  padding: 0;
}
body.page-template-programma .giorno-con-gara .numero-giorno, body.page-template-programma .giorno-con-gara .titolo-gara {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 800;
  line-height: 1em;
}
body.page-template-programma .giorno-con-gara .inside-gara {
  background: #FFD43B;
  padding: 10px;
}
@media screen and (max-width: 35.4375em) {
  body.page-template-programma .giorno-con-gara .inside-gara {
    padding: 2px;
    margin: 1px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 3px;
  }
}
body.page-template-programma .giorno-con-gara .inside-gara.regionale {
  background: #ded823;
}
body.page-template-programma .giorno-con-gara .inside-gara.nazionale {
  background: #81b039;
}
@media screen and (max-width: 35.4375em) {
  body.page-template-programma .giorno-con-gara .numero-giorno {
    font-size: 13px;
    line-height: 1.1;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 35.4375em) {
  body.page-template-programma .giorno-con-gara .titolo-gara {
    font-size: 7px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 14px;
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 35.4375em) {
  body.page-template-programma .giorno-con-gara .luogo-gara {
    font-size: 6px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 12px;
    margin-bottom: 1px;
  }
}
body.page-template-programma .categoria-tag {
  display: inline-block;
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 800;
  line-height: 1em;
  background: #005A9C;
}
@media screen and (max-width: 35.4375em) {
  body.page-template-programma .categoria-tag {
    padding: 1px 2px;
    font-size: 5px;
    line-height: 1;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 2px;
    margin: 1px 0;
  }
}
body.page-template-programma .categoria-tag {
  color: white;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 1.2;
  white-space: nowrap;
  margin: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 35.4375em) {
  body.page-template-programma .categoria-tag {
    padding: 2px 4px;
    font-size: 7px;
    border-radius: 3px;
    margin: 1px 0;
  }
}
body.page-template-programma .giorno-vuoto {
  background-color: #f9f9f9;
  cursor: default;
}
body.page-template-programma .numero-giorno {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 2px;
}
@media screen and (max-width: 35.4375em) {
  body.page-template-programma .numero-giorno {
    font-size: 12px;
    margin-bottom: 1px;
  }
}
body.page-template-programma .titolo-gara {
  display: block;
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 2px;
}
@media screen and (max-width: 35.4375em) {
  body.page-template-programma .titolo-gara {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 1px;
  }
}
body.page-template-programma .luogo-gara {
  display: block;
  font-size: 10px;
  margin-bottom: 2px;
}
@media screen and (max-width: 35.4375em) {
  body.page-template-programma .luogo-gara {
    font-size: 8px;
    line-height: 1;
    margin-bottom: 1px;
  }
}
body.page-template-programma .categorie-gara {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  justify-content: center;
}
@media screen and (max-width: 35.4375em) {
  body.page-template-programma .categorie-gara {
    gap: 1px;
  }
}
body.page-template-programma .info-gara {
  margin-bottom: 2px;
}
@media screen and (max-width: 35.4375em) {
  body.page-template-programma .info-gara {
    margin-bottom: 1px;
  }
}
body.page-template-atleti .athlete-card .logo {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 3em;
}
body.page-template-atleti .athlete-card .athlete-pic {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
body.page-template-atleti .athlete-card .nome {
  color: white;
  text-transform: uppercase;
  font-size: calc(25vw / 4);
}
@media screen and (min-width: 35.5em) {
  body.page-template-atleti .athlete-card .nome {
    font-size: calc(25vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body.page-template-atleti .athlete-card .nome {
    font-size: calc(25vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body.page-template-atleti .athlete-card .nome {
    font-size: calc(25vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body.page-template-atleti .athlete-card .nome {
    font-size: calc(25vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body.page-template-atleti .athlete-card .nome {
    font-size: 25px;
  }
}
body.page-template-atleti .athlete-card .nome {
  font-family: "Montserrat-Light", sans-serif;
  font-weight: 300;
  line-height: 1.3em;
  line-height: 0.9em;
}
body.page-template-atleti .athlete-card .cognome {
  color: white;
  text-transform: uppercase;
  font-size: calc(25vw / 4);
}
@media screen and (min-width: 35.5em) {
  body.page-template-atleti .athlete-card .cognome {
    font-size: calc(25vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body.page-template-atleti .athlete-card .cognome {
    font-size: calc(25vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body.page-template-atleti .athlete-card .cognome {
    font-size: calc(25vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body.page-template-atleti .athlete-card .cognome {
    font-size: calc(25vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body.page-template-atleti .athlete-card .cognome {
    font-size: 25px;
  }
}
body.page-template-atleti .athlete-card .cognome {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 800;
  line-height: 1em;
  line-height: 0.9em;
}
body.page-template-atleti .athlete-card .categoria {
  font-size: calc(16vw / 4);
}
@media screen and (min-width: 35.5em) {
  body.page-template-atleti .athlete-card .categoria {
    font-size: calc(16vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body.page-template-atleti .athlete-card .categoria {
    font-size: calc(16vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body.page-template-atleti .athlete-card .categoria {
    font-size: calc(16vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body.page-template-atleti .athlete-card .categoria {
    font-size: calc(16vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body.page-template-atleti .athlete-card .categoria {
    font-size: 16px;
  }
}
body.page-template-atleti .athlete-card .categoria {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 800;
  line-height: 1em;
  position: absolute;
  text-transform: uppercase;
  top: 1.2em;
  left: 1.2em;
  color: white;
}
@media screen and (min-width: 64em) {
  body.page-template-atleti .athlete-card .categoria {
    left: 1.5em;
  }
}
@media screen and (min-width: 90em) {
  body.page-template-atleti .athlete-card .categoria {
    left: 2em;
    top: 2em;
  }
}
body.page-template-atleti .athlete-card.primi-sci {
  background: #FFD43B;
}
body.page-template-atleti .athlete-card.primi-sci .categoria {
  color: #FFD43B;
}
body.page-template-atleti .athlete-card.superbaby {
  background: #FFD43B;
}
body.page-template-atleti .athlete-card.superbaby .categoria {
  color: #FFD43B;
}
body.page-template-atleti .athlete-card.baby {
  background: #ded823;
}
body.page-template-atleti .athlete-card.baby .categoria {
  color: #ded823;
}
body.page-template-atleti .athlete-card.cuccioli {
  background: #81b039;
}
body.page-template-atleti .athlete-card.ragazzi {
  background: #005A9C;
}
body.page-template-staff .staff-card {
  background: #81b039;
}
body.page-template-staff .staff-card .logo {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 3em;
}
body.page-template-staff .staff-card .staff-pic {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
body.page-template-staff .staff-card .nome {
  color: white;
  text-transform: uppercase;
  font-size: calc(25vw / 4);
}
@media screen and (min-width: 35.5em) {
  body.page-template-staff .staff-card .nome {
    font-size: calc(25vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body.page-template-staff .staff-card .nome {
    font-size: calc(25vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body.page-template-staff .staff-card .nome {
    font-size: calc(25vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body.page-template-staff .staff-card .nome {
    font-size: calc(25vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body.page-template-staff .staff-card .nome {
    font-size: 25px;
  }
}
body.page-template-staff .staff-card .nome {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 800;
  line-height: 1em;
  line-height: 0.9em;
}
body.page-template-staff .staff-card .cognome {
  color: white;
  text-transform: uppercase;
  font-size: calc(25vw / 4);
}
@media screen and (min-width: 35.5em) {
  body.page-template-staff .staff-card .cognome {
    font-size: calc(25vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body.page-template-staff .staff-card .cognome {
    font-size: calc(25vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body.page-template-staff .staff-card .cognome {
    font-size: calc(25vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body.page-template-staff .staff-card .cognome {
    font-size: calc(25vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body.page-template-staff .staff-card .cognome {
    font-size: 25px;
  }
}
body.page-template-staff .staff-card .cognome {
  font-family: "Montserrat-Light", sans-serif;
  font-weight: 300;
  line-height: 1.3em;
  line-height: 0.9em;
}
body.page-template-staff .staff-card .ruolo {
  font-size: calc(16vw / 4);
}
@media screen and (min-width: 35.5em) {
  body.page-template-staff .staff-card .ruolo {
    font-size: calc(16vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body.page-template-staff .staff-card .ruolo {
    font-size: calc(16vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body.page-template-staff .staff-card .ruolo {
    font-size: calc(16vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body.page-template-staff .staff-card .ruolo {
    font-size: calc(16vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body.page-template-staff .staff-card .ruolo {
    font-size: 16px;
  }
}
body.page-template-staff .staff-card .ruolo {
  color: white;
}
body.single-event .intro-data, body.single-event .intro-luogo {
  font-size: calc(20vw / 4);
}
@media screen and (min-width: 35.5em) {
  body.single-event .intro-data, body.single-event .intro-luogo {
    font-size: calc(20vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body.single-event .intro-data, body.single-event .intro-luogo {
    font-size: calc(20vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body.single-event .intro-data, body.single-event .intro-luogo {
    font-size: calc(20vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body.single-event .intro-data, body.single-event .intro-luogo {
    font-size: calc(20vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body.single-event .intro-data, body.single-event .intro-luogo {
    font-size: 20px;
  }
}
body.single-event .intro-data, body.single-event .intro-luogo {
  font-family: "Montserrat-Regular", sans-serif;
  font-weight: 400;
  line-height: 1.3em;
}
body.single-event .intro-titolo {
  font-size: calc(35vw / 4);
}
@media screen and (min-width: 35.5em) {
  body.single-event .intro-titolo {
    font-size: calc(35vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body.single-event .intro-titolo {
    font-size: calc(35vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body.single-event .intro-titolo {
    font-size: calc(35vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body.single-event .intro-titolo {
    font-size: calc(35vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body.single-event .intro-titolo {
    font-size: 35px;
  }
}
body.single-event .intro-titolo {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 800;
  line-height: 1em;
}
body.single-event .athletes_header {
  font-size: calc(10vw / 4);
}
@media screen and (min-width: 35.5em) {
  body.single-event .athletes_header {
    font-size: calc(10vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body.single-event .athletes_header {
    font-size: calc(10vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body.single-event .athletes_header {
    font-size: calc(10vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body.single-event .athletes_header {
    font-size: calc(10vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body.single-event .athletes_header {
    font-size: 10px;
  }
}
body.single-event .athletes_header {
  line-height: 1em;
}
@media screen and (min-width: 47.9375em) {
  body.single-event .athletes_header {
    font-size: calc(12vw / 4);
  }
}
@media screen and (min-width: 47.9375em) and (min-width: 35.5em) {
  body.single-event .athletes_header {
    font-size: calc(12vw / 6);
  }
}
@media screen and (min-width: 47.9375em) and (min-width: 47.9375em) {
  body.single-event .athletes_header {
    font-size: calc(12vw / 7.5);
  }
}
@media screen and (min-width: 47.9375em) and (min-width: 64em) {
  body.single-event .athletes_header {
    font-size: calc(12vw / 10.6);
  }
}
@media screen and (min-width: 47.9375em) and (min-width: 75em) {
  body.single-event .athletes_header {
    font-size: calc(12vw / 12.5);
  }
}
@media screen and (min-width: 47.9375em) and (min-width: 90em) {
  body.single-event .athletes_header {
    font-size: 12px;
  }
}
@media screen and (min-width: 64em) {
  body.single-event .athletes_header {
    font-size: calc(14vw / 4);
  }
}
@media screen and (min-width: 64em) and (min-width: 35.5em) {
  body.single-event .athletes_header {
    font-size: calc(14vw / 6);
  }
}
@media screen and (min-width: 64em) and (min-width: 47.9375em) {
  body.single-event .athletes_header {
    font-size: calc(14vw / 7.5);
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  body.single-event .athletes_header {
    font-size: calc(14vw / 10.6);
  }
}
@media screen and (min-width: 64em) and (min-width: 75em) {
  body.single-event .athletes_header {
    font-size: calc(14vw / 12.5);
  }
}
@media screen and (min-width: 64em) and (min-width: 90em) {
  body.single-event .athletes_header {
    font-size: 14px;
  }
}
@media screen and (min-width: 75em) {
  body.single-event .athletes_header {
    font-size: calc(16vw / 4);
  }
}
@media screen and (min-width: 75em) and (min-width: 35.5em) {
  body.single-event .athletes_header {
    font-size: calc(16vw / 6);
  }
}
@media screen and (min-width: 75em) and (min-width: 47.9375em) {
  body.single-event .athletes_header {
    font-size: calc(16vw / 7.5);
  }
}
@media screen and (min-width: 75em) and (min-width: 64em) {
  body.single-event .athletes_header {
    font-size: calc(16vw / 10.6);
  }
}
@media screen and (min-width: 75em) and (min-width: 75em) {
  body.single-event .athletes_header {
    font-size: calc(16vw / 12.5);
  }
}
@media screen and (min-width: 75em) and (min-width: 90em) {
  body.single-event .athletes_header {
    font-size: 16px;
  }
}
body.single-event .athletes_data {
  font-size: calc(12vw / 4);
}
@media screen and (min-width: 35.5em) {
  body.single-event .athletes_data {
    font-size: calc(12vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body.single-event .athletes_data {
    font-size: calc(12vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body.single-event .athletes_data {
    font-size: calc(12vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body.single-event .athletes_data {
    font-size: calc(12vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body.single-event .athletes_data {
    font-size: 12px;
  }
}
body.single-event .athletes_data {
  line-height: 1em;
}
@media screen and (min-width: 64em) {
  body.single-event .athletes_data {
    font-size: calc(14vw / 4);
  }
}
@media screen and (min-width: 64em) and (min-width: 35.5em) {
  body.single-event .athletes_data {
    font-size: calc(14vw / 6);
  }
}
@media screen and (min-width: 64em) and (min-width: 47.9375em) {
  body.single-event .athletes_data {
    font-size: calc(14vw / 7.5);
  }
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  body.single-event .athletes_data {
    font-size: calc(14vw / 10.6);
  }
}
@media screen and (min-width: 64em) and (min-width: 75em) {
  body.single-event .athletes_data {
    font-size: calc(14vw / 12.5);
  }
}
@media screen and (min-width: 64em) and (min-width: 90em) {
  body.single-event .athletes_data {
    font-size: 14px;
  }
}
body.single-event .note {
  display: inline-block;
  vertical-align: middle;
}
body.single-event .submit-ok {
  border-radius: 5px;
  padding: 5px;
  background: #ded823;
  cursor: pointer;
  transition: all 500ms;
  display: inline-block;
  vertical-align: middle;
}
body.single-event .submit-ok:hover {
  background: #81b039;
}
body.single-event .form-note {
  resize: none;
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
  /*@include breakpoint medium up{
    width:85%;
    margin-bottom:0;
  }*/
}
body.single-event .cell-pad-v {
  padding-top: 10px;
  padding-bottom: 10px;
}
body.single-event .cell-pad-v {
  padding-top: 10px;
  padding-bottom: 10px;
}
body.single-event .cell-pad-v2 {
  padding-top: 5px;
  padding-bottom: 5px;
}
body.single-event .scb-cell-odd {
  background-color: #edeaea;
}
body.single-event .scb-txt-verde {
  color: #81b039;
}
body.single-event .scb-txt-bianco {
  color: #F8F8F8;
}
body.single-event .scb-txt-verde-scuro {
  color: #174e77;
}
body.single-event .scb-txt-grigio {
  color: #666666;
}
body.single-event .scb-bg-bianco {
  background: #F8F8F8;
}
body.single-event .scb-bg-verde {
  background: #81b039;
}
body.single-event .scb-bg-verde-chiaro {
  background: #ded823;
}
body.single-event .scb-bg-verde-chiarissimo {
  background: #FFD43B;
}
body .scb-gallery-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 10px;
}
body .scb-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: 100%;
}
@media screen and (min-width: 35.5em) {
  body .scb-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (min-width: 64em) {
  body .scb-gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
}
body .scb-gallery-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
}
body .scb-gallery-item:hover {
  transform: translateY(-5px);
}
body .scb-gallery-item:hover .scb-gallery-preview {
  transform: scale(1.05);
}
body .scb-gallery-preview {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 64em) {
  body .scb-gallery-preview {
    height: 300px;
  }
}
body .scb-gallery-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(5px);
}
body .scb-gallery-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .scb-gallery-overlay-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  animation: scb-gallery-zoom 0.3s ease;
}
@media screen and (max-width: 63.9375em) {
  body .scb-gallery-overlay-content {
    max-width: 95%;
    max-height: 85%;
  }
}
@keyframes scb-gallery-zoom {
  from {
    transform: scale(0.3);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
body .scb-gallery-modal-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
body .scb-gallery-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
body .scb-gallery-close:hover, body .scb-gallery-close:focus {
  color: #FFD43B;
  text-decoration: none;
}
@media screen and (max-width: 63.9375em) {
  body .scb-gallery-close {
    top: -50px;
    right: 10px;
    font-size: 30px;
    width: 35px;
    height: 35px;
  }
}
body body.scb-gallery-no-scroll {
  overflow: hidden;
}
@media screen and (max-width: 63.9375em) {
  body .fancybox-container:not(.fancybox-is-open) {
    pointer-events: none !important;
    visibility: hidden !important;
  }
  body .fancybox-container:not(.fancybox-is-open) * {
    pointer-events: none !important;
  }
  body .fancybox-container.fancybox-is-open {
    pointer-events: auto !important;
    visibility: visible !important;
  }
  body .fancybox-container.fancybox-is-open * {
    pointer-events: auto !important;
  }
}
body .fancybox-slide img,
body .fancybox-image {
  -webkit-touch-callout: default !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
  pointer-events: auto !important;
}
body .scb-download-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 99999;
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  font-size: calc(20vw / 4);
}
@media screen and (min-width: 35.5em) {
  body .scb-download-btn {
    font-size: calc(20vw / 6);
  }
}
@media screen and (min-width: 47.9375em) {
  body .scb-download-btn {
    font-size: calc(20vw / 7.5);
  }
}
@media screen and (min-width: 64em) {
  body .scb-download-btn {
    font-size: calc(20vw / 10.6);
  }
}
@media screen and (min-width: 75em) {
  body .scb-download-btn {
    font-size: calc(20vw / 12.5);
  }
}
@media screen and (min-width: 90em) {
  body .scb-download-btn {
    font-size: 20px;
  }
}
body .scb-download-btn {
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: 800;
  line-height: 1em;
  border-radius: 30px;
  transition: all 500ms;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  background: #ded823;
  color: white;
}
body .scb-download-btn:hover {
  color: white;
  background: #174e77;
}
@media screen and (max-width: 63.9375em) {
  body .scb-download-btn {
    padding: 6px 12px;
    font-size: 12px;
    bottom: 10px;
    right: 10px;
  }
}
body .scb-download-btn::before {
  content: "download";
}

#scb-main {
  position: relative;
}/*# sourceMappingURL=scb.css.map */