/*  screen.scss
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

td,
th {
  padding: 0;
}

meta.foundation-version {
  font-family: "/5.2.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

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

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
/*  settings.scss
    =======================================
    Author          liamegan
    email           liam@wethecollective.com
    Created         2014-06-11 14:22:06
    Description
    Edited by       liamegan
    Edited          2014-11-18 14:46:17
*/
/**
 * Media queries
 */
/**
 * Old Grid
 * TODO: Remove this when removing old grid
 * NOTE: grid still used on Kiosk
 */
/**
 * Colours
 */
/**
 * Typography
 */
/**
 * Misc
 */
/*  
  Play Nintendo CSS Keyframes
  =======================================
  Author          liamegan
  email           liam@wethecollective.com
  Created         2014-08-14 10:53:39
  Description     .
  Edited by       liamegan
  Edited          2016-03-15 10:03:04
*/
@-webkit-keyframes popupReveal {
  0% {
    max-height: 0;
    max-width: 0;
    opacity: 0;
  }
  50% {
    max-height: 0;
    max-width: 370px;
    opacity: 1;
  }
  100% {
    max-height: 60px;
    max-width: 370px;
    opacity: 1;
  }
}
@-moz-keyframes popupReveal {
  0% {
    max-height: 0;
    max-width: 0;
    opacity: 0;
  }
  50% {
    max-height: 0;
    max-width: 370px;
    opacity: 1;
  }
  100% {
    max-height: 60px;
    max-width: 370px;
    opacity: 1;
  }
}
@-o-keyframes popupReveal {
  0% {
    max-height: 0;
    max-width: 0;
    opacity: 0;
  }
  50% {
    max-height: 0;
    max-width: 370px;
    opacity: 1;
  }
  100% {
    max-height: 60px;
    max-width: 370px;
    opacity: 1;
  }
}
@keyframes popupReveal {
  0% {
    max-height: 0;
    max-width: 0;
    opacity: 0;
  }
  50% {
    max-height: 0;
    max-width: 370px;
    opacity: 1;
  }
  100% {
    max-height: 60px;
    max-width: 370px;
    opacity: 1;
  }
}
@-webkit-keyframes loadMoreRotation {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(145deg);
    -ms-transform: rotate(145deg);
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
  }
  50% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loadMoreRotation {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(145deg);
    -ms-transform: rotate(145deg);
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
  }
  50% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loadMoreRotation {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(145deg);
    -ms-transform: rotate(145deg);
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
  }
  50% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadMoreRotation {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(145deg);
    -ms-transform: rotate(145deg);
    -webkit-transform: rotate(145deg);
    transform: rotate(145deg);
  }
  50% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@-o-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
@-webkit-keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes tadadelay {
  0% {
    transform: scale3d(1, 1, 1);
  }
  1%, 2% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  3%, 5%, 7%, 9% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  4%, 6%, 8% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  10%, 100% {
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes tadadelay {
  0% {
    transform: scale3d(1, 1, 1);
  }
  1%, 2% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  3%, 5%, 7%, 9% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  4%, 6%, 8% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  10%, 100% {
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes tadadelay {
  0% {
    transform: scale3d(1, 1, 1);
  }
  1%, 2% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  3%, 5%, 7%, 9% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  4%, 6%, 8% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  10%, 100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tadadelay {
  0% {
    transform: scale3d(1, 1, 1);
  }
  1%, 2% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  3%, 5%, 7%, 9% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  4%, 6%, 8% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  10%, 100% {
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes morePleaseArrow {
  0% {
    background-position: 50% 50%;
  }
  15% {
    background-position: 50% 20%;
  }
  20% {
    background-position: 50% 75%;
  }
  25% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
@-moz-keyframes morePleaseArrow {
  0% {
    background-position: 50% 50%;
  }
  15% {
    background-position: 50% 20%;
  }
  20% {
    background-position: 50% 75%;
  }
  25% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
@-o-keyframes morePleaseArrow {
  0% {
    background-position: 50% 50%;
  }
  15% {
    background-position: 50% 20%;
  }
  20% {
    background-position: 50% 75%;
  }
  25% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
@keyframes morePleaseArrow {
  0% {
    background-position: 50% 50%;
  }
  15% {
    background-position: 50% 20%;
  }
  20% {
    background-position: 50% 75%;
  }
  25% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 50% 50%;
  }
}
@-webkit-keyframes morePleaseArrowB {
  0% {
    background-position-y: 50%;
  }
  30% {
    background-position-y: 40%;
  }
  60% {
    background-position-y: 70%;
  }
  100% {
    background-position-y: 50%;
  }
}
@-moz-keyframes morePleaseArrowB {
  0% {
    background-position-y: 50%;
  }
  30% {
    background-position-y: 40%;
  }
  60% {
    background-position-y: 70%;
  }
  100% {
    background-position-y: 50%;
  }
}
@-o-keyframes morePleaseArrowB {
  0% {
    background-position-y: 50%;
  }
  30% {
    background-position-y: 40%;
  }
  60% {
    background-position-y: 70%;
  }
  100% {
    background-position-y: 50%;
  }
}
@keyframes morePleaseArrowB {
  0% {
    background-position-y: 50%;
  }
  30% {
    background-position-y: 40%;
  }
  60% {
    background-position-y: 70%;
  }
  100% {
    background-position-y: 50%;
  }
}
@-webkit-keyframes shake {
  0% {
    -moz-transform: translate(2px, 1px) rotate(0deg);
    -ms-transform: translate(2px, 1px) rotate(0deg);
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -moz-transform: translate(-1px, -2px) rotate(-1deg);
    -ms-transform: translate(-1px, -2px) rotate(-1deg);
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -moz-transform: translate(-3px, 0px) rotate(1deg);
    -ms-transform: translate(-3px, 0px) rotate(1deg);
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -moz-transform: translate(1px, 2px) rotate(0deg);
    -ms-transform: translate(1px, 2px) rotate(0deg);
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    -moz-transform: translate(3px, -1px) rotate(1deg);
    -ms-transform: translate(3px, -1px) rotate(1deg);
    -webkit-transform: translate(3px, -1px) rotate(1deg);
    transform: translate(3px, -1px) rotate(1deg);
  }
  50% {
    -moz-transform: translate(-1px, 2px) rotate(-1deg);
    -ms-transform: translate(-1px, 2px) rotate(-1deg);
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -moz-transform: translate(-3px, 0px) rotate(0deg);
    -ms-transform: translate(-3px, 0px) rotate(0deg);
    -webkit-transform: translate(-3px, 0px) rotate(0deg);
    transform: translate(-3px, 0px) rotate(0deg);
  }
  70% {
    -moz-transform: translate(2px, 1px) rotate(-1deg);
    -ms-transform: translate(2px, 1px) rotate(-1deg);
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -moz-transform: translate(-1px, -1px) rotate(1deg);
    -ms-transform: translate(-1px, -1px) rotate(1deg);
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -moz-transform: translate(2px, 2px) rotate(0deg);
    -ms-transform: translate(2px, 2px) rotate(0deg);
    -webkit-transform: translate(2px, 2px) rotate(0deg);
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -moz-transform: translate(1px, -2px) rotate(-1deg);
    -ms-transform: translate(1px, -2px) rotate(-1deg);
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-moz-keyframes shake {
  0% {
    -moz-transform: translate(2px, 1px) rotate(0deg);
    -ms-transform: translate(2px, 1px) rotate(0deg);
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -moz-transform: translate(-1px, -2px) rotate(-1deg);
    -ms-transform: translate(-1px, -2px) rotate(-1deg);
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -moz-transform: translate(-3px, 0px) rotate(1deg);
    -ms-transform: translate(-3px, 0px) rotate(1deg);
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -moz-transform: translate(1px, 2px) rotate(0deg);
    -ms-transform: translate(1px, 2px) rotate(0deg);
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    -moz-transform: translate(3px, -1px) rotate(1deg);
    -ms-transform: translate(3px, -1px) rotate(1deg);
    -webkit-transform: translate(3px, -1px) rotate(1deg);
    transform: translate(3px, -1px) rotate(1deg);
  }
  50% {
    -moz-transform: translate(-1px, 2px) rotate(-1deg);
    -ms-transform: translate(-1px, 2px) rotate(-1deg);
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -moz-transform: translate(-3px, 0px) rotate(0deg);
    -ms-transform: translate(-3px, 0px) rotate(0deg);
    -webkit-transform: translate(-3px, 0px) rotate(0deg);
    transform: translate(-3px, 0px) rotate(0deg);
  }
  70% {
    -moz-transform: translate(2px, 1px) rotate(-1deg);
    -ms-transform: translate(2px, 1px) rotate(-1deg);
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -moz-transform: translate(-1px, -1px) rotate(1deg);
    -ms-transform: translate(-1px, -1px) rotate(1deg);
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -moz-transform: translate(2px, 2px) rotate(0deg);
    -ms-transform: translate(2px, 2px) rotate(0deg);
    -webkit-transform: translate(2px, 2px) rotate(0deg);
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -moz-transform: translate(1px, -2px) rotate(-1deg);
    -ms-transform: translate(1px, -2px) rotate(-1deg);
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-o-keyframes shake {
  0% {
    -moz-transform: translate(2px, 1px) rotate(0deg);
    -ms-transform: translate(2px, 1px) rotate(0deg);
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -moz-transform: translate(-1px, -2px) rotate(-1deg);
    -ms-transform: translate(-1px, -2px) rotate(-1deg);
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -moz-transform: translate(-3px, 0px) rotate(1deg);
    -ms-transform: translate(-3px, 0px) rotate(1deg);
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -moz-transform: translate(1px, 2px) rotate(0deg);
    -ms-transform: translate(1px, 2px) rotate(0deg);
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    -moz-transform: translate(3px, -1px) rotate(1deg);
    -ms-transform: translate(3px, -1px) rotate(1deg);
    -webkit-transform: translate(3px, -1px) rotate(1deg);
    transform: translate(3px, -1px) rotate(1deg);
  }
  50% {
    -moz-transform: translate(-1px, 2px) rotate(-1deg);
    -ms-transform: translate(-1px, 2px) rotate(-1deg);
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -moz-transform: translate(-3px, 0px) rotate(0deg);
    -ms-transform: translate(-3px, 0px) rotate(0deg);
    -webkit-transform: translate(-3px, 0px) rotate(0deg);
    transform: translate(-3px, 0px) rotate(0deg);
  }
  70% {
    -moz-transform: translate(2px, 1px) rotate(-1deg);
    -ms-transform: translate(2px, 1px) rotate(-1deg);
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -moz-transform: translate(-1px, -1px) rotate(1deg);
    -ms-transform: translate(-1px, -1px) rotate(1deg);
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -moz-transform: translate(2px, 2px) rotate(0deg);
    -ms-transform: translate(2px, 2px) rotate(0deg);
    -webkit-transform: translate(2px, 2px) rotate(0deg);
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -moz-transform: translate(1px, -2px) rotate(-1deg);
    -ms-transform: translate(1px, -2px) rotate(-1deg);
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes shake {
  0% {
    -moz-transform: translate(2px, 1px) rotate(0deg);
    -ms-transform: translate(2px, 1px) rotate(0deg);
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -moz-transform: translate(-1px, -2px) rotate(-1deg);
    -ms-transform: translate(-1px, -2px) rotate(-1deg);
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -moz-transform: translate(-3px, 0px) rotate(1deg);
    -ms-transform: translate(-3px, 0px) rotate(1deg);
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -moz-transform: translate(1px, 2px) rotate(0deg);
    -ms-transform: translate(1px, 2px) rotate(0deg);
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    -moz-transform: translate(3px, -1px) rotate(1deg);
    -ms-transform: translate(3px, -1px) rotate(1deg);
    -webkit-transform: translate(3px, -1px) rotate(1deg);
    transform: translate(3px, -1px) rotate(1deg);
  }
  50% {
    -moz-transform: translate(-1px, 2px) rotate(-1deg);
    -ms-transform: translate(-1px, 2px) rotate(-1deg);
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -moz-transform: translate(-3px, 0px) rotate(0deg);
    -ms-transform: translate(-3px, 0px) rotate(0deg);
    -webkit-transform: translate(-3px, 0px) rotate(0deg);
    transform: translate(-3px, 0px) rotate(0deg);
  }
  70% {
    -moz-transform: translate(2px, 1px) rotate(-1deg);
    -ms-transform: translate(2px, 1px) rotate(-1deg);
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -moz-transform: translate(-1px, -1px) rotate(1deg);
    -ms-transform: translate(-1px, -1px) rotate(1deg);
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -moz-transform: translate(2px, 2px) rotate(0deg);
    -ms-transform: translate(2px, 2px) rotate(0deg);
    -webkit-transform: translate(2px, 2px) rotate(0deg);
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -moz-transform: translate(1px, -2px) rotate(-1deg);
    -ms-transform: translate(1px, -2px) rotate(-1deg);
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-webkit-keyframes shakeDelay {
  0% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  90% {
    -moz-transform: translate(2px, 1px) rotate(1deg);
    -ms-transform: translate(2px, 1px) rotate(1deg);
    -webkit-transform: translate(2px, 1px) rotate(1deg);
    transform: translate(2px, 1px) rotate(1deg);
  }
  91% {
    -moz-transform: translate(-1px, -2px) rotate(-1deg);
    -ms-transform: translate(-1px, -2px) rotate(-1deg);
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  92% {
    -moz-transform: translate(-3px, 0px) rotate(1deg);
    -ms-transform: translate(-3px, 0px) rotate(1deg);
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  93% {
    -moz-transform: translate(0px, 2px) rotate(0deg);
    -ms-transform: translate(0px, 2px) rotate(0deg);
    -webkit-transform: translate(0px, 2px) rotate(0deg);
    transform: translate(0px, 2px) rotate(0deg);
  }
  94% {
    -moz-transform: translate(1px, -1px) rotate(1deg);
    -ms-transform: translate(1px, -1px) rotate(1deg);
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  95% {
    -moz-transform: translate(-1px, 2px) rotate(-1deg);
    -ms-transform: translate(-1px, 2px) rotate(-1deg);
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  96% {
    -moz-transform: translate(-3px, 0px) rotate(1deg);
    -ms-transform: translate(-3px, 0px) rotate(1deg);
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  97% {
    -moz-transform: translate(2px, -2px) rotate(-1deg);
    -ms-transform: translate(2px, -2px) rotate(-1deg);
    -webkit-transform: translate(2px, -2px) rotate(-1deg);
    transform: translate(2px, -2px) rotate(-1deg);
  }
  98% {
    -moz-transform: translate(-1px, -1px) rotate(1deg);
    -ms-transform: translate(-1px, -1px) rotate(1deg);
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  99% {
    -moz-transform: translate(2px, 2px) rotate(0deg);
    -ms-transform: translate(2px, 2px) rotate(0deg);
    -webkit-transform: translate(2px, 2px) rotate(0deg);
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -moz-transform: translate(1px, -2px) rotate(-1deg);
    -ms-transform: translate(1px, -2px) rotate(-1deg);
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-moz-keyframes shakeDelay {
  0% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  90% {
    -moz-transform: translate(2px, 1px) rotate(1deg);
    -ms-transform: translate(2px, 1px) rotate(1deg);
    -webkit-transform: translate(2px, 1px) rotate(1deg);
    transform: translate(2px, 1px) rotate(1deg);
  }
  91% {
    -moz-transform: translate(-1px, -2px) rotate(-1deg);
    -ms-transform: translate(-1px, -2px) rotate(-1deg);
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  92% {
    -moz-transform: translate(-3px, 0px) rotate(1deg);
    -ms-transform: translate(-3px, 0px) rotate(1deg);
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  93% {
    -moz-transform: translate(0px, 2px) rotate(0deg);
    -ms-transform: translate(0px, 2px) rotate(0deg);
    -webkit-transform: translate(0px, 2px) rotate(0deg);
    transform: translate(0px, 2px) rotate(0deg);
  }
  94% {
    -moz-transform: translate(1px, -1px) rotate(1deg);
    -ms-transform: translate(1px, -1px) rotate(1deg);
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  95% {
    -moz-transform: translate(-1px, 2px) rotate(-1deg);
    -ms-transform: translate(-1px, 2px) rotate(-1deg);
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  96% {
    -moz-transform: translate(-3px, 0px) rotate(1deg);
    -ms-transform: translate(-3px, 0px) rotate(1deg);
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  97% {
    -moz-transform: translate(2px, -2px) rotate(-1deg);
    -ms-transform: translate(2px, -2px) rotate(-1deg);
    -webkit-transform: translate(2px, -2px) rotate(-1deg);
    transform: translate(2px, -2px) rotate(-1deg);
  }
  98% {
    -moz-transform: translate(-1px, -1px) rotate(1deg);
    -ms-transform: translate(-1px, -1px) rotate(1deg);
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  99% {
    -moz-transform: translate(2px, 2px) rotate(0deg);
    -ms-transform: translate(2px, 2px) rotate(0deg);
    -webkit-transform: translate(2px, 2px) rotate(0deg);
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -moz-transform: translate(1px, -2px) rotate(-1deg);
    -ms-transform: translate(1px, -2px) rotate(-1deg);
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-o-keyframes shakeDelay {
  0% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  90% {
    -moz-transform: translate(2px, 1px) rotate(1deg);
    -ms-transform: translate(2px, 1px) rotate(1deg);
    -webkit-transform: translate(2px, 1px) rotate(1deg);
    transform: translate(2px, 1px) rotate(1deg);
  }
  91% {
    -moz-transform: translate(-1px, -2px) rotate(-1deg);
    -ms-transform: translate(-1px, -2px) rotate(-1deg);
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  92% {
    -moz-transform: translate(-3px, 0px) rotate(1deg);
    -ms-transform: translate(-3px, 0px) rotate(1deg);
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  93% {
    -moz-transform: translate(0px, 2px) rotate(0deg);
    -ms-transform: translate(0px, 2px) rotate(0deg);
    -webkit-transform: translate(0px, 2px) rotate(0deg);
    transform: translate(0px, 2px) rotate(0deg);
  }
  94% {
    -moz-transform: translate(1px, -1px) rotate(1deg);
    -ms-transform: translate(1px, -1px) rotate(1deg);
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  95% {
    -moz-transform: translate(-1px, 2px) rotate(-1deg);
    -ms-transform: translate(-1px, 2px) rotate(-1deg);
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  96% {
    -moz-transform: translate(-3px, 0px) rotate(1deg);
    -ms-transform: translate(-3px, 0px) rotate(1deg);
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  97% {
    -moz-transform: translate(2px, -2px) rotate(-1deg);
    -ms-transform: translate(2px, -2px) rotate(-1deg);
    -webkit-transform: translate(2px, -2px) rotate(-1deg);
    transform: translate(2px, -2px) rotate(-1deg);
  }
  98% {
    -moz-transform: translate(-1px, -1px) rotate(1deg);
    -ms-transform: translate(-1px, -1px) rotate(1deg);
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  99% {
    -moz-transform: translate(2px, 2px) rotate(0deg);
    -ms-transform: translate(2px, 2px) rotate(0deg);
    -webkit-transform: translate(2px, 2px) rotate(0deg);
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -moz-transform: translate(1px, -2px) rotate(-1deg);
    -ms-transform: translate(1px, -2px) rotate(-1deg);
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes shakeDelay {
  0% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  90% {
    -moz-transform: translate(2px, 1px) rotate(1deg);
    -ms-transform: translate(2px, 1px) rotate(1deg);
    -webkit-transform: translate(2px, 1px) rotate(1deg);
    transform: translate(2px, 1px) rotate(1deg);
  }
  91% {
    -moz-transform: translate(-1px, -2px) rotate(-1deg);
    -ms-transform: translate(-1px, -2px) rotate(-1deg);
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  92% {
    -moz-transform: translate(-3px, 0px) rotate(1deg);
    -ms-transform: translate(-3px, 0px) rotate(1deg);
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  93% {
    -moz-transform: translate(0px, 2px) rotate(0deg);
    -ms-transform: translate(0px, 2px) rotate(0deg);
    -webkit-transform: translate(0px, 2px) rotate(0deg);
    transform: translate(0px, 2px) rotate(0deg);
  }
  94% {
    -moz-transform: translate(1px, -1px) rotate(1deg);
    -ms-transform: translate(1px, -1px) rotate(1deg);
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  95% {
    -moz-transform: translate(-1px, 2px) rotate(-1deg);
    -ms-transform: translate(-1px, 2px) rotate(-1deg);
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  96% {
    -moz-transform: translate(-3px, 0px) rotate(1deg);
    -ms-transform: translate(-3px, 0px) rotate(1deg);
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  97% {
    -moz-transform: translate(2px, -2px) rotate(-1deg);
    -ms-transform: translate(2px, -2px) rotate(-1deg);
    -webkit-transform: translate(2px, -2px) rotate(-1deg);
    transform: translate(2px, -2px) rotate(-1deg);
  }
  98% {
    -moz-transform: translate(-1px, -1px) rotate(1deg);
    -ms-transform: translate(-1px, -1px) rotate(1deg);
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  99% {
    -moz-transform: translate(2px, 2px) rotate(0deg);
    -ms-transform: translate(2px, 2px) rotate(0deg);
    -webkit-transform: translate(2px, 2px) rotate(0deg);
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -moz-transform: translate(1px, -2px) rotate(-1deg);
    -ms-transform: translate(1px, -2px) rotate(-1deg);
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-webkit-keyframes rubberbandSmall {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleX(1.1) scaleY(0.85);
    -ms-transform: scaleX(1.1) scaleY(0.85);
    -webkit-transform: scaleX(1.1) scaleY(0.85);
    transform: scaleX(1.1) scaleY(0.85);
  }
  40% {
    -moz-transform: scaleX(0.85) scaleY(1.1);
    -ms-transform: scaleX(0.85) scaleY(1.1);
    -webkit-transform: scaleX(0.85) scaleY(1.1);
    transform: scaleX(0.85) scaleY(1.1);
  }
  60% {
    -moz-transform: scaleX(1.1) scaleY(0.9);
    -ms-transform: scaleX(1.1) scaleY(0.9);
    -webkit-transform: scaleX(1.1) scaleY(0.9);
    transform: scaleX(1.1) scaleY(0.9);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes rubberbandSmall {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleX(1.1) scaleY(0.85);
    -ms-transform: scaleX(1.1) scaleY(0.85);
    -webkit-transform: scaleX(1.1) scaleY(0.85);
    transform: scaleX(1.1) scaleY(0.85);
  }
  40% {
    -moz-transform: scaleX(0.85) scaleY(1.1);
    -ms-transform: scaleX(0.85) scaleY(1.1);
    -webkit-transform: scaleX(0.85) scaleY(1.1);
    transform: scaleX(0.85) scaleY(1.1);
  }
  60% {
    -moz-transform: scaleX(1.1) scaleY(0.9);
    -ms-transform: scaleX(1.1) scaleY(0.9);
    -webkit-transform: scaleX(1.1) scaleY(0.9);
    transform: scaleX(1.1) scaleY(0.9);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes rubberbandSmall {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleX(1.1) scaleY(0.85);
    -ms-transform: scaleX(1.1) scaleY(0.85);
    -webkit-transform: scaleX(1.1) scaleY(0.85);
    transform: scaleX(1.1) scaleY(0.85);
  }
  40% {
    -moz-transform: scaleX(0.85) scaleY(1.1);
    -ms-transform: scaleX(0.85) scaleY(1.1);
    -webkit-transform: scaleX(0.85) scaleY(1.1);
    transform: scaleX(0.85) scaleY(1.1);
  }
  60% {
    -moz-transform: scaleX(1.1) scaleY(0.9);
    -ms-transform: scaleX(1.1) scaleY(0.9);
    -webkit-transform: scaleX(1.1) scaleY(0.9);
    transform: scaleX(1.1) scaleY(0.9);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberbandSmall {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleX(1.1) scaleY(0.85);
    -ms-transform: scaleX(1.1) scaleY(0.85);
    -webkit-transform: scaleX(1.1) scaleY(0.85);
    transform: scaleX(1.1) scaleY(0.85);
  }
  40% {
    -moz-transform: scaleX(0.85) scaleY(1.1);
    -ms-transform: scaleX(0.85) scaleY(1.1);
    -webkit-transform: scaleX(0.85) scaleY(1.1);
    transform: scaleX(0.85) scaleY(1.1);
  }
  60% {
    -moz-transform: scaleX(1.1) scaleY(0.9);
    -ms-transform: scaleX(1.1) scaleY(0.9);
    -webkit-transform: scaleX(1.1) scaleY(0.9);
    transform: scaleX(1.1) scaleY(0.9);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rubberbandH {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleY(1.03) scaleX(0.85);
    -ms-transform: scaleY(1.03) scaleX(0.85);
    -webkit-transform: scaleY(1.03) scaleX(0.85);
    transform: scaleY(1.03) scaleX(0.85);
  }
  40% {
    -moz-transform: scaleY(0.85) scaleX(1.03);
    -ms-transform: scaleY(0.85) scaleX(1.03);
    -webkit-transform: scaleY(0.85) scaleX(1.03);
    transform: scaleY(0.85) scaleX(1.03);
  }
  60% {
    -moz-transform: scaleY(1.03) scaleX(0.9);
    -ms-transform: scaleY(1.03) scaleX(0.9);
    -webkit-transform: scaleY(1.03) scaleX(0.9);
    transform: scaleY(1.03) scaleX(0.9);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes rubberbandH {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleY(1.03) scaleX(0.85);
    -ms-transform: scaleY(1.03) scaleX(0.85);
    -webkit-transform: scaleY(1.03) scaleX(0.85);
    transform: scaleY(1.03) scaleX(0.85);
  }
  40% {
    -moz-transform: scaleY(0.85) scaleX(1.03);
    -ms-transform: scaleY(0.85) scaleX(1.03);
    -webkit-transform: scaleY(0.85) scaleX(1.03);
    transform: scaleY(0.85) scaleX(1.03);
  }
  60% {
    -moz-transform: scaleY(1.03) scaleX(0.9);
    -ms-transform: scaleY(1.03) scaleX(0.9);
    -webkit-transform: scaleY(1.03) scaleX(0.9);
    transform: scaleY(1.03) scaleX(0.9);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes rubberbandH {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleY(1.03) scaleX(0.85);
    -ms-transform: scaleY(1.03) scaleX(0.85);
    -webkit-transform: scaleY(1.03) scaleX(0.85);
    transform: scaleY(1.03) scaleX(0.85);
  }
  40% {
    -moz-transform: scaleY(0.85) scaleX(1.03);
    -ms-transform: scaleY(0.85) scaleX(1.03);
    -webkit-transform: scaleY(0.85) scaleX(1.03);
    transform: scaleY(0.85) scaleX(1.03);
  }
  60% {
    -moz-transform: scaleY(1.03) scaleX(0.9);
    -ms-transform: scaleY(1.03) scaleX(0.9);
    -webkit-transform: scaleY(1.03) scaleX(0.9);
    transform: scaleY(1.03) scaleX(0.9);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberbandH {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleY(1.03) scaleX(0.85);
    -ms-transform: scaleY(1.03) scaleX(0.85);
    -webkit-transform: scaleY(1.03) scaleX(0.85);
    transform: scaleY(1.03) scaleX(0.85);
  }
  40% {
    -moz-transform: scaleY(0.85) scaleX(1.03);
    -ms-transform: scaleY(0.85) scaleX(1.03);
    -webkit-transform: scaleY(0.85) scaleX(1.03);
    transform: scaleY(0.85) scaleX(1.03);
  }
  60% {
    -moz-transform: scaleY(1.03) scaleX(0.9);
    -ms-transform: scaleY(1.03) scaleX(0.9);
    -webkit-transform: scaleY(1.03) scaleX(0.9);
    transform: scaleY(1.03) scaleX(0.9);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rubberbandV {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleX(1.04) scaleY(0.85);
    -ms-transform: scaleX(1.04) scaleY(0.85);
    -webkit-transform: scaleX(1.04) scaleY(0.85);
    transform: scaleX(1.04) scaleY(0.85);
  }
  40% {
    -moz-transform: scaleX(0.85) scaleY(1.04);
    -ms-transform: scaleX(0.85) scaleY(1.04);
    -webkit-transform: scaleX(0.85) scaleY(1.04);
    transform: scaleX(0.85) scaleY(1.04);
  }
  60% {
    -moz-transform: scaleX(1.04) scaleY(0.9);
    -ms-transform: scaleX(1.04) scaleY(0.9);
    -webkit-transform: scaleX(1.04) scaleY(0.9);
    transform: scaleX(1.04) scaleY(0.9);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes rubberbandV {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleX(1.04) scaleY(0.85);
    -ms-transform: scaleX(1.04) scaleY(0.85);
    -webkit-transform: scaleX(1.04) scaleY(0.85);
    transform: scaleX(1.04) scaleY(0.85);
  }
  40% {
    -moz-transform: scaleX(0.85) scaleY(1.04);
    -ms-transform: scaleX(0.85) scaleY(1.04);
    -webkit-transform: scaleX(0.85) scaleY(1.04);
    transform: scaleX(0.85) scaleY(1.04);
  }
  60% {
    -moz-transform: scaleX(1.04) scaleY(0.9);
    -ms-transform: scaleX(1.04) scaleY(0.9);
    -webkit-transform: scaleX(1.04) scaleY(0.9);
    transform: scaleX(1.04) scaleY(0.9);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes rubberbandV {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleX(1.04) scaleY(0.85);
    -ms-transform: scaleX(1.04) scaleY(0.85);
    -webkit-transform: scaleX(1.04) scaleY(0.85);
    transform: scaleX(1.04) scaleY(0.85);
  }
  40% {
    -moz-transform: scaleX(0.85) scaleY(1.04);
    -ms-transform: scaleX(0.85) scaleY(1.04);
    -webkit-transform: scaleX(0.85) scaleY(1.04);
    transform: scaleX(0.85) scaleY(1.04);
  }
  60% {
    -moz-transform: scaleX(1.04) scaleY(0.9);
    -ms-transform: scaleX(1.04) scaleY(0.9);
    -webkit-transform: scaleX(1.04) scaleY(0.9);
    transform: scaleX(1.04) scaleY(0.9);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberbandV {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleX(1.04) scaleY(0.85);
    -ms-transform: scaleX(1.04) scaleY(0.85);
    -webkit-transform: scaleX(1.04) scaleY(0.85);
    transform: scaleX(1.04) scaleY(0.85);
  }
  40% {
    -moz-transform: scaleX(0.85) scaleY(1.04);
    -ms-transform: scaleX(0.85) scaleY(1.04);
    -webkit-transform: scaleX(0.85) scaleY(1.04);
    transform: scaleX(0.85) scaleY(1.04);
  }
  60% {
    -moz-transform: scaleX(1.04) scaleY(0.9);
    -ms-transform: scaleX(1.04) scaleY(0.9);
    -webkit-transform: scaleX(1.04) scaleY(0.9);
    transform: scaleX(1.04) scaleY(0.9);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rubberbandBig {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleX(1.03) scaleY(0.88);
    -ms-transform: scaleX(1.03) scaleY(0.88);
    -webkit-transform: scaleX(1.03) scaleY(0.88);
    transform: scaleX(1.03) scaleY(0.88);
  }
  40% {
    -moz-transform: scaleX(0.88) scaleY(1.03);
    -ms-transform: scaleX(0.88) scaleY(1.03);
    -webkit-transform: scaleX(0.88) scaleY(1.03);
    transform: scaleX(0.88) scaleY(1.03);
  }
  60% {
    -moz-transform: scaleX(1.03) scaleY(0.92);
    -ms-transform: scaleX(1.03) scaleY(0.92);
    -webkit-transform: scaleX(1.03) scaleY(0.92);
    transform: scaleX(1.03) scaleY(0.92);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes rubberbandBig {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleX(1.03) scaleY(0.88);
    -ms-transform: scaleX(1.03) scaleY(0.88);
    -webkit-transform: scaleX(1.03) scaleY(0.88);
    transform: scaleX(1.03) scaleY(0.88);
  }
  40% {
    -moz-transform: scaleX(0.88) scaleY(1.03);
    -ms-transform: scaleX(0.88) scaleY(1.03);
    -webkit-transform: scaleX(0.88) scaleY(1.03);
    transform: scaleX(0.88) scaleY(1.03);
  }
  60% {
    -moz-transform: scaleX(1.03) scaleY(0.92);
    -ms-transform: scaleX(1.03) scaleY(0.92);
    -webkit-transform: scaleX(1.03) scaleY(0.92);
    transform: scaleX(1.03) scaleY(0.92);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes rubberbandBig {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleX(1.03) scaleY(0.88);
    -ms-transform: scaleX(1.03) scaleY(0.88);
    -webkit-transform: scaleX(1.03) scaleY(0.88);
    transform: scaleX(1.03) scaleY(0.88);
  }
  40% {
    -moz-transform: scaleX(0.88) scaleY(1.03);
    -ms-transform: scaleX(0.88) scaleY(1.03);
    -webkit-transform: scaleX(0.88) scaleY(1.03);
    transform: scaleX(0.88) scaleY(1.03);
  }
  60% {
    -moz-transform: scaleX(1.03) scaleY(0.92);
    -ms-transform: scaleX(1.03) scaleY(0.92);
    -webkit-transform: scaleX(1.03) scaleY(0.92);
    transform: scaleX(1.03) scaleY(0.92);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberbandBig {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleX(1.03) scaleY(0.88);
    -ms-transform: scaleX(1.03) scaleY(0.88);
    -webkit-transform: scaleX(1.03) scaleY(0.88);
    transform: scaleX(1.03) scaleY(0.88);
  }
  40% {
    -moz-transform: scaleX(0.88) scaleY(1.03);
    -ms-transform: scaleX(0.88) scaleY(1.03);
    -webkit-transform: scaleX(0.88) scaleY(1.03);
    transform: scaleX(0.88) scaleY(1.03);
  }
  60% {
    -moz-transform: scaleX(1.03) scaleY(0.92);
    -ms-transform: scaleX(1.03) scaleY(0.92);
    -webkit-transform: scaleX(1.03) scaleY(0.92);
    transform: scaleX(1.03) scaleY(0.92);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rubberbandBigger {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleX(1.2) scaleY(0.7);
    -ms-transform: scaleX(1.2) scaleY(0.7);
    -webkit-transform: scaleX(1.2) scaleY(0.7);
    transform: scaleX(1.2) scaleY(0.7);
  }
  40% {
    -moz-transform: scaleX(0.7) scaleY(1.2);
    -ms-transform: scaleX(0.7) scaleY(1.2);
    -webkit-transform: scaleX(0.7) scaleY(1.2);
    transform: scaleX(0.7) scaleY(1.2);
  }
  60% {
    -moz-transform: scaleX(1.1) scaleY(0.85);
    -ms-transform: scaleX(1.1) scaleY(0.85);
    -webkit-transform: scaleX(1.1) scaleY(0.85);
    transform: scaleX(1.1) scaleY(0.85);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes rubberbandBigger {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleX(1.2) scaleY(0.7);
    -ms-transform: scaleX(1.2) scaleY(0.7);
    -webkit-transform: scaleX(1.2) scaleY(0.7);
    transform: scaleX(1.2) scaleY(0.7);
  }
  40% {
    -moz-transform: scaleX(0.7) scaleY(1.2);
    -ms-transform: scaleX(0.7) scaleY(1.2);
    -webkit-transform: scaleX(0.7) scaleY(1.2);
    transform: scaleX(0.7) scaleY(1.2);
  }
  60% {
    -moz-transform: scaleX(1.1) scaleY(0.85);
    -ms-transform: scaleX(1.1) scaleY(0.85);
    -webkit-transform: scaleX(1.1) scaleY(0.85);
    transform: scaleX(1.1) scaleY(0.85);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes rubberbandBigger {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleX(1.2) scaleY(0.7);
    -ms-transform: scaleX(1.2) scaleY(0.7);
    -webkit-transform: scaleX(1.2) scaleY(0.7);
    transform: scaleX(1.2) scaleY(0.7);
  }
  40% {
    -moz-transform: scaleX(0.7) scaleY(1.2);
    -ms-transform: scaleX(0.7) scaleY(1.2);
    -webkit-transform: scaleX(0.7) scaleY(1.2);
    transform: scaleX(0.7) scaleY(1.2);
  }
  60% {
    -moz-transform: scaleX(1.1) scaleY(0.85);
    -ms-transform: scaleX(1.1) scaleY(0.85);
    -webkit-transform: scaleX(1.1) scaleY(0.85);
    transform: scaleX(1.1) scaleY(0.85);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberbandBigger {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -moz-transform: scaleX(1.2) scaleY(0.7);
    -ms-transform: scaleX(1.2) scaleY(0.7);
    -webkit-transform: scaleX(1.2) scaleY(0.7);
    transform: scaleX(1.2) scaleY(0.7);
  }
  40% {
    -moz-transform: scaleX(0.7) scaleY(1.2);
    -ms-transform: scaleX(0.7) scaleY(1.2);
    -webkit-transform: scaleX(0.7) scaleY(1.2);
    transform: scaleX(0.7) scaleY(1.2);
  }
  60% {
    -moz-transform: scaleX(1.1) scaleY(0.85);
    -ms-transform: scaleX(1.1) scaleY(0.85);
    -webkit-transform: scaleX(1.1) scaleY(0.85);
    transform: scaleX(1.1) scaleY(0.85);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes colours {
  0% {
    background-color: #b54bff;
  }
  20% {
    background-color: #fff000;
  }
  40% {
    background-color: #1dd47c;
  }
  60% {
    background-color: #f42f2f;
  }
  80% {
    background-color: #00bff3;
  }
  100% {
    background-color: #b54bff;
  }
}
@keyframes colours {
  0% {
    background-color: #b54bff;
  }
  20% {
    background-color: #fff000;
  }
  40% {
    background-color: #1dd47c;
  }
  60% {
    background-color: #f42f2f;
  }
  80% {
    background-color: #00bff3;
  }
  100% {
    background-color: #b54bff;
  }
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* GENERAL SETUP
 * =============
 */
* {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: url("../img/common/scribble-pattern.bfc342e745de.png?1760030914");
}

/* RESPONSIVE HOOKS
 * ================
 */
body::after {
  content: 'small';
  display: none;
  position: fixed;
  padding: 10px;
  background: #FFF;
  bottom: 0px;
  right: 0px;
  z-index: 9999;
}

@media only screen and (min-width: 43.063em) and (max-width: 77em) {
  body::after {
    content: 'medium, small';
  }
}
@media only screen and (min-width: 60em) {
  body::after {
    content: 'medium';
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  body::after {
    content: 'large';
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  body::after {
    content: 'xlarge';
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  body::after {
    content: 'xxlarge';
  }
}
:root {
  --font-weight-bold: 700;
  --font-weight-normal: 500;
  --font-family-main: "museo-sans", sans-serif;
  --colour-blue: #00D2FF;
  --colour-red: #EE0500;
  --colour-green: #1DDB81;
  --colour-yellow: #FFF000;
  --colour-purple: #B42FF5;
  --colour-lightgrey: #DADADA;
  --colour-midgrey: #B6B6B6;
  --colour-grey: #484848;
  --colour-black: #000;
  --colour-white: #fff;
  --colour-surface: #F1F1F1;
  --colour-awbnq: #fbfbfb;
  --colour-correct: #1DDB81;
  --colour-selected: #FFF000;
  --colour-incorrect: #EE0500;
}

.icon {
  background-color: white;
  border-radius: 50%;
  display: block;
  min-width: 64px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.icon::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.icon__wrapper,
.icon__piece,
.icon__piece::before,
.icon__piece::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon__piece,
.icon__piece::before,
.icon__piece::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon__piece::before,
.icon__piece::after {
  content: "";
}

@keyframes icon--play {
  45% {
    transform: rotate(180deg) scale(0.4);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.icon--play .icon__piece {
  background-image: url("../img/icons/play/icon-play_1.5e3e6a48d1b8.png?1760030914");
}
.icon-hover:hover .icon--play .icon__piece, .icon-hover:focus .icon--play .icon__piece {
  animation: icon--play 0.8s cubic-bezier(0.09, 0.42, 0.31, 1.68);
}

@keyframes icon--opinion-polls {
  50% {
    transform: translateY(35%);
  }
  50.01% {
    transform: translateY(-45%);
  }
  100% {
    transform: translateY(0);
  }
}
.icon--opinion-polls .icon__piece--1 {
  background-image: url("../img/icons/polls/icon-poll_1.96a4af5f2080.png?1760030914");
}
.icon--opinion-polls .icon__piece--2 {
  overflow: hidden;
  bottom: 54.545%;
  top: auto;
}
.icon--opinion-polls .icon__piece--2::after {
  background-image: url("../img/icons/polls/icon-poll_2.d11b9b61f9d1.png?1760030914");
  top: 54.545%;
}
.icon-hover:hover .icon--opinion-polls .icon__piece--2::after, .icon-hover:focus .icon--opinion-polls .icon__piece--2::after {
  animation: icon--opinion-polls 1s cubic-bezier(0.45, 0.77, 0.01, 0.98);
}

@keyframes icon--skill-quizzes {
  0% {
    transform: scale(0) rotate(10deg);
  }
  50% {
    transform: scale(1) rotate(10deg);
  }
  60% {
    transform: scale(1) rotate(-4deg);
  }
  80% {
    transform: scale(1) rotate(3deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.icon--skill-quizzes .icon__piece {
  background-image: url("../img/icons/skill-quizzes/icon-skill-quiz_1.9262ec03e2ac.png?1760030914");
  transform-origin: 64.772% 84.09%;
}
.icon-hover:hover .icon--skill-quizzes .icon__piece, .icon-hover:focus .icon--skill-quizzes .icon__piece {
  animation: icon--skill-quizzes 0.8s cubic-bezier(0.09, 0.42, 0.31, 1.68);
}

@keyframes icon--personality-quizzes {
  50% {
    transform: translateY(15%);
  }
}
@keyframes icon--personality-quizzes-reverse {
  50% {
    transform: translateY(-15%);
  }
}
.icon--personality-quizzes .icon__piece::before {
  background-image: url("../img/icons/p-quizzes/icon-p-quiz_1.2adb910d4fe7.png?1760030914");
}
.icon--personality-quizzes .icon__piece::after {
  background-image: url("../img/icons/p-quizzes/icon-p-quiz_2.bfb740ce2102.png?1760030914");
}
.icon-hover:hover .icon--personality-quizzes .icon__piece::before, .icon-hover:hover .icon--personality-quizzes .icon__piece::after, .icon-hover:focus .icon--personality-quizzes .icon__piece::before, .icon-hover:focus .icon--personality-quizzes .icon__piece::after {
  animation: icon--personality-quizzes 1s cubic-bezier(0.53, 0, 0.31, 0.99);
}
.icon-hover:hover .icon--personality-quizzes .icon__piece::after, .icon-hover:focus .icon--personality-quizzes .icon__piece::after {
  animation-name: icon--personality-quizzes-reverse;
}

@keyframes icon--puzzles {
  50%,
  75% {
    animation-timing-function: cubic-bezier(0.21, 0.01, 0.31, 0.98);
    transform: rotate(38deg);
  }
}
@keyframes icon--puzzles-click {
  50%,
  90% {
    transform: scale(1) translate(0, 0);
  }
}
.icon--puzzles .icon__piece {
  background-image: url("../img/icons/puzzles/icon-puzzles_1.aba7b194dfc5.png?1760030914");
}
.icon--puzzles .icon__piece::before {
  background-image: url("../img/icons/puzzles/icon-puzzles_2.1fc7898566e0.png?1760030914");
  transform-origin: 47.727% 52.272%;
}
.icon--puzzles .icon__piece::after {
  background-image: url("../img/icons/puzzles/icon-puzzles_3.79e182af0e57.png?1760030914");
  transform-origin: 76.136% 51.136%;
  transform: scale(0) translate(-20%, 20%);
}
.icon-hover:hover .icon--puzzles .icon__piece::before, .icon-hover:focus .icon--puzzles .icon__piece::before {
  animation: icon--puzzles 0.8s ease;
}
.icon-hover:hover .icon--puzzles .icon__piece::after, .icon-hover:focus .icon--puzzles .icon__piece::after {
  animation: icon--puzzles-click 0.5s 0.3s cubic-bezier(0.1, 0.75, 0.39, 0.98);
}

@keyframes icon--videos {
  25% {
    transform: scale(0.8) translateX(-15%);
  }
  50% {
    transform: scale(1) translateX(100%);
  }
  50.01% {
    transform: scale(0.8) translateX(-100%);
  }
  100% {
    animation-timing-function: cubic-bezier(0.03, 0.69, 0.33, 1.41);
    transform: scale(1) translateX(0);
  }
}
.icon--videos .icon__piece {
  background-image: url("../img/icons/videos/icon-video_1.16ce8a2e91f7.png?1760030914");
}
.icon-hover:hover .icon--videos .icon__piece, .icon-hover:focus .icon--videos .icon__piece {
  animation: icon--videos 1s cubic-bezier(0.68, 0.17, 0.58, 1.02);
}

@keyframes icon--pics {
  25%,
  75% {
    transform: scale(0);
  }
}
@keyframes icon--pics-click {
  25%,
  75% {
    transform: scale(1) translate(0, 0);
  }
}
.icon--pics .icon__piece {
  background-image: url("../img/icons/pics/icon-pic_1.b203940abbbf.png?1760030914");
}
.icon--pics .icon__piece::before {
  background-image: url("../img/icons/pics/icon-pic_2.60c515739705.png?1760030914");
  transform-origin: 50% 53.409%;
}
.icon--pics .icon__piece::after {
  background-image: url("../img/icons/pics/icon-pic_3.b517af4f1cb1.png?1760030914");
  transform: scale(0) translate(-20%, 20%);
  transform-origin: 76.136% 36.363%;
}
.icon-hover:hover .icon--pics .icon__piece::before, .icon-hover:focus .icon--pics .icon__piece::before {
  animation: icon--pics 0.6s ease;
}
.icon-hover:hover .icon--pics .icon__piece::after, .icon-hover:focus .icon--pics .icon__piece::after {
  animation: icon--pics-click 0.5s 0.1s cubic-bezier(0.1, 0.75, 0.39, 0.98);
}

@keyframes icon--wallpapers {
  30%,
  60% {
    transform: translateX(0);
  }
}
@keyframes icon--wallpapers-paper {
  30%,
  60% {
    transform: scaleX(1);
  }
}
.icon--wallpapers .icon__piece--1 {
  transform: scaleX(0.8);
  overflow: hidden;
  width: 54.545%;
  left: 22.7275%;
}
.icon--wallpapers .icon__piece--1::after {
  background-image: url("../img/icons/wallpaper/icon-wallpaper_1.d0900f10ff21.png?1760030914");
  background-size: auto 100%;
  transform: scaleX(1.2);
}
.icon--wallpapers .icon__piece--2::before {
  background-image: url("../img/icons/wallpaper/icon-wallpaper_2.de391ac220d2.png?1760030914");
  transform: translateX(8%);
}
.icon--wallpapers .icon__piece--2::after {
  background-image: url("../img/icons/wallpaper/icon-wallpaper_3.d276916ce804.png?1760030914");
  transform: translateX(-8%);
}
.icon-hover:hover .icon--wallpapers .icon__piece--1,
.icon-hover:hover .icon--wallpapers .icon__piece--1::after, .icon-hover:focus .icon--wallpapers .icon__piece--1,
.icon-hover:focus .icon--wallpapers .icon__piece--1::after {
  animation: icon--wallpapers-paper 1s ease-in-out;
}
.icon-hover:hover .icon--wallpapers .icon__piece--2::before, .icon-hover:hover .icon--wallpapers .icon__piece--2::after, .icon-hover:focus .icon--wallpapers .icon__piece--2::before, .icon-hover:focus .icon--wallpapers .icon__piece--2::after {
  animation: icon--wallpapers 1s ease-in-out;
}

@keyframes icon--cards {
  50%,
  70% {
    transform: scale(1.4);
  }
  100% {
    animation-timing-function: cubic-bezier(0.59, -0.7, 0.37, 1.1);
    transform: scale(1);
  }
}
.icon--cards .icon__piece {
  background-image: url("../img/icons/cards/icon-cards_1.0b9df5fdb2ea.png?1760030914");
}
.icon--cards .icon__piece::after {
  background-image: url("../img/icons/cards/icon-cards_2.a92f0f6e4b50.png?1760030914");
}
.icon-hover:hover .icon--cards .icon__piece::after, .icon-hover:focus .icon--cards .icon__piece::after {
  animation: icon--cards 0.8s cubic-bezier(0.42, 0.1, 0.47, 1.69);
}

@keyframes icon--crafts {
  50% {
    transform: translateX(100%);
  }
  50.01% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes icon--crafts-sci {
  50% {
    transform: rotate(-30deg);
  }
}
@keyframes icon--crafts-sci-reverse {
  50% {
    transform: rotate(30deg);
  }
}
@keyframes icon--crafts-line {
  50.01% {
    transform: scaleX(1);
  }
}
.icon--crafts {
  -webkit-transform: translateZ(0);
}
.icon--crafts .icon__piece--1 {
  overflow: hidden;
}
.icon--crafts .icon__piece--1::before {
  background-image: url("../img/icons/crafts/icon-crafts_1.113d19759b22.png?1760030914");
}
.icon--crafts .icon__piece--1::after {
  background-color: white;
  transform: scaleX(0.35);
  transform-origin: left center;
}
.icon--crafts .icon__piece--2::before, .icon--crafts .icon__piece--2::after {
  transform-origin: 31.818% 50%;
}
.icon--crafts .icon__piece--2::before {
  background-image: url("../img/icons/crafts/icon-crafts_2.7bad4d1a4bb1.png?1760030914");
}
.icon--crafts .icon__piece--2::after {
  background-image: url("../img/icons/crafts/icon-crafts_3.c9b690cef0c2.png?1760030914");
}
.icon-hover:hover .icon--crafts .icon__piece--1::after, .icon-hover:focus .icon--crafts .icon__piece--1::after {
  animation: icon--crafts-line 1.3s ease-in-out;
}
.icon-hover:hover .icon--crafts .icon__piece--2, .icon-hover:focus .icon--crafts .icon__piece--2 {
  animation: icon--crafts 1.5s ease-in-out;
}
.icon-hover:hover .icon--crafts .icon__piece--2::before, .icon-hover:hover .icon--crafts .icon__piece--2::after, .icon-hover:focus .icon--crafts .icon__piece--2::before, .icon-hover:focus .icon--crafts .icon__piece--2::after {
  animation: icon--crafts-sci 0.3s linear 5;
}
.icon-hover:hover .icon--crafts .icon__piece--2::before, .icon-hover:focus .icon--crafts .icon__piece--2::before {
  animation-name: icon--crafts-sci-reverse;
}

@keyframes icon--print-and-play {
  25%,
  75% {
    transform: translateY(15%);
  }
}
.icon--print-and-play .icon__piece::before {
  background-image: url("../img/icons/print/icon-print_2.b1452888cafd.png?1760030914");
}
.icon--print-and-play .icon__piece::after {
  background-image: url("../img/icons/print/icon-print_1.88513aff49b9.png?1760030914");
}
.icon-hover:hover .icon--print-and-play .icon__piece::before, .icon-hover:focus .icon--print-and-play .icon__piece::before {
  animation: icon--print-and-play 1s ease-in-out;
}

.icon--arrow-left,
.icon--arrow-right {
  overflow: visible;
  background-color: transparent;
  filter: drop-shadow(0 4px 0 var(--colour-black));
}
.icon--arrow-left .icon__piece,
.icon--arrow-right .icon__piece {
  transition: transform 0.2s ease;
}
.icon--arrow-left .icon__piece::after,
.icon--arrow-right .icon__piece::after {
  background-image: url("../img/icons/arrow/icon-arrow.9d8b462587db.svg?1760030914");
}
.icon-hover:hover .icon--arrow-left .icon__piece, .icon-hover:focus .icon--arrow-left .icon__piece, .icon-hover:hover
.icon--arrow-right .icon__piece, .icon-hover:focus
.icon--arrow-right .icon__piece {
  transform: scale(1.3);
}

.icon--arrow-left .icon__piece::after {
  transform: scaleX(-1);
}

@keyframes icon--externallink {
  50% {
    transform: translate(6.818%, 6.818%);
  }
}
.icon--externallink .icon__piece--1 {
  background-image: url("../img/icons/links/icon-links_1.8ca118f968f4.png?1760030914");
}
.icon--externallink .icon__piece--2 {
  background-image: url("../img/icons/links/icon-links_2.7534074f7f13.png?1760030914");
}
.icon--externallink .icon__piece--2::after {
  background-image: url("../img/icons/links/icon-links_3.083a2364ec15.png?1760030914");
}
.icon-hover:hover .icon--externallink .icon__piece--2, .icon-hover:focus .icon--externallink .icon__piece--2 {
  animation: icon--externallink 0.8s ease-in-out;
}
.icon-hover:hover .icon--externallink .icon__piece--2::after, .icon-hover:focus .icon--externallink .icon__piece--2::after {
  transition: transform 0.8s ease-in-out;
  transform-origin: 45.454% 51.136%;
  transform: rotate(360deg);
}

@keyframes icon--news {
  80% {
    -moz-transform: scaleX(0.6);
    -ms-transform: scaleX(0.6);
    -webkit-transform: scaleX(0.6);
    transform: scaleX(0.6);
  }
  81% {
    -moz-transform: scaleX(0.62) rotate(-2deg);
    -ms-transform: scaleX(0.62) rotate(-2deg);
    -webkit-transform: scaleX(0.62) rotate(-2deg);
    transform: scaleX(0.62) rotate(-2deg);
  }
  82% {
    -moz-transform: scaleX(0.64) rotate(-1deg);
    -ms-transform: scaleX(0.64) rotate(-1deg);
    -webkit-transform: scaleX(0.64) rotate(-1deg);
    transform: scaleX(0.64) rotate(-1deg);
  }
  83% {
    -moz-transform: scaleX(0.66) rotate(-1deg);
    -ms-transform: scaleX(0.66) rotate(-1deg);
    -webkit-transform: scaleX(0.66) rotate(-1deg);
    transform: scaleX(0.66) rotate(-1deg);
  }
  84% {
    -moz-transform: scaleX(0.68) rotate(2deg);
    -ms-transform: scaleX(0.68) rotate(2deg);
    -webkit-transform: scaleX(0.68) rotate(2deg);
    transform: scaleX(0.68) rotate(2deg);
  }
  85% {
    -moz-transform: scaleX(0.7) rotate(3deg);
    -ms-transform: scaleX(0.7) rotate(3deg);
    -webkit-transform: scaleX(0.7) rotate(3deg);
    transform: scaleX(0.7) rotate(3deg);
  }
  86% {
    -moz-transform: scaleX(0.72) rotate(2deg);
    -ms-transform: scaleX(0.72) rotate(2deg);
    -webkit-transform: scaleX(0.72) rotate(2deg);
    transform: scaleX(0.72) rotate(2deg);
  }
  87% {
    -moz-transform: scaleX(0.74) rotate(2deg);
    -ms-transform: scaleX(0.74) rotate(2deg);
    -webkit-transform: scaleX(0.74) rotate(2deg);
    transform: scaleX(0.74) rotate(2deg);
  }
  88% {
    -moz-transform: scaleX(0.76) rotate(-1deg);
    -ms-transform: scaleX(0.76) rotate(-1deg);
    -webkit-transform: scaleX(0.76) rotate(-1deg);
    transform: scaleX(0.76) rotate(-1deg);
  }
  89% {
    -moz-transform: scaleX(0.78) rotate(1deg);
    -ms-transform: scaleX(0.78) rotate(1deg);
    -webkit-transform: scaleX(0.78) rotate(1deg);
    transform: scaleX(0.78) rotate(1deg);
  }
  90% {
    -moz-transform: scaleX(0.8) rotate(2deg);
    -ms-transform: scaleX(0.8) rotate(2deg);
    -webkit-transform: scaleX(0.8) rotate(2deg);
    transform: scaleX(0.8) rotate(2deg);
  }
  91% {
    -moz-transform: scaleX(0.82) rotate(3deg);
    -ms-transform: scaleX(0.82) rotate(3deg);
    -webkit-transform: scaleX(0.82) rotate(3deg);
    transform: scaleX(0.82) rotate(3deg);
  }
  92% {
    -moz-transform: scaleX(0.84) rotate(2deg);
    -ms-transform: scaleX(0.84) rotate(2deg);
    -webkit-transform: scaleX(0.84) rotate(2deg);
    transform: scaleX(0.84) rotate(2deg);
  }
  93% {
    -moz-transform: scaleX(0.86) rotate(2deg);
    -ms-transform: scaleX(0.86) rotate(2deg);
    -webkit-transform: scaleX(0.86) rotate(2deg);
    transform: scaleX(0.86) rotate(2deg);
  }
  94% {
    -moz-transform: scaleX(0.88) rotate(-2deg);
    -ms-transform: scaleX(0.88) rotate(-2deg);
    -webkit-transform: scaleX(0.88) rotate(-2deg);
    transform: scaleX(0.88) rotate(-2deg);
  }
  95% {
    -moz-transform: scaleX(0.9) rotate(0deg);
    -ms-transform: scaleX(0.9) rotate(0deg);
    -webkit-transform: scaleX(0.9) rotate(0deg);
    transform: scaleX(0.9) rotate(0deg);
  }
  96% {
    -moz-transform: scaleX(0.92) rotate(-3deg);
    -ms-transform: scaleX(0.92) rotate(-3deg);
    -webkit-transform: scaleX(0.92) rotate(-3deg);
    transform: scaleX(0.92) rotate(-3deg);
  }
  97% {
    -moz-transform: scaleX(0.94) rotate(0deg);
    -ms-transform: scaleX(0.94) rotate(0deg);
    -webkit-transform: scaleX(0.94) rotate(0deg);
    transform: scaleX(0.94) rotate(0deg);
  }
  98% {
    -moz-transform: scaleX(0.96) rotate(0deg);
    -ms-transform: scaleX(0.96) rotate(0deg);
    -webkit-transform: scaleX(0.96) rotate(0deg);
    transform: scaleX(0.96) rotate(0deg);
  }
  99% {
    -moz-transform: scaleX(0.98) rotate(-3deg);
    -ms-transform: scaleX(0.98) rotate(-3deg);
    -webkit-transform: scaleX(0.98) rotate(-3deg);
    transform: scaleX(0.98) rotate(-3deg);
  }
  100% {
    -moz-transform: scaleX(1) rotate(-3deg);
    -ms-transform: scaleX(1) rotate(-3deg);
    -webkit-transform: scaleX(1) rotate(-3deg);
    transform: scaleX(1) rotate(-3deg);
  }
  100% {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes icon--news-sound {
  5%,
  100% {
    opacity: 1;
  }
  20%,
  100% {
    transform: translate(0, 0);
  }
}
.icon--news .icon__piece::before {
  background-image: url("../img/icons/news/icon-news_1.d794e423fe3e.png?1760030914");
  transform-origin: 0 50%;
}
.icon--news .icon__piece::after {
  background-image: url("../img/icons/news/icon-news_2.b47660092d17.png?1760030914");
}
.icon-hover:hover .icon--news .icon__piece::before, .icon-hover:focus .icon--news .icon__piece::before {
  animation: icon--news 0.8s linear;
}
.icon-hover:hover .icon--news .icon__piece::after, .icon-hover:focus .icon--news .icon__piece::after {
  opacity: 0;
  transform: translateX(-10%);
  animation: icon--news-sound 1s 0.8s cubic-bezier(0.03, 0.69, 0.33, 1.41) forwards;
}

@keyframes icon--memory-match-click {
  15%,
  75% {
    transform: scale(1);
  }
}
@keyframes icon--memory-match-check {
  18%,
  75% {
    opacity: 1;
  }
}
.icon--memory-match .icon__piece {
  background-image: url("../img/icons/memory-match/icon-match_1.e81c618432d3.png?1760030914");
}
.icon--memory-match .icon__piece::before {
  background-image: url("../img/icons/memory-match/icon-match_2.824795d87bc2.png?1760030914");
  opacity: 0;
}
.icon--memory-match .icon__piece::after {
  background-image: url("../img/icons/memory-match/icon-match_3.1d479c303095.png?1760030914");
  transform: scale(0);
}
.icon-hover:hover .icon--memory-match .icon__piece::before, .icon-hover:focus .icon--memory-match .icon__piece::before {
  animation: icon--memory-match-check 1s linear;
}
.icon-hover:hover .icon--memory-match .icon__piece::after, .icon-hover:focus .icon--memory-match .icon__piece::after {
  animation: icon--memory-match-click 1s 0.1s cubic-bezier(0.1, 0.75, 0.39, 0.98);
}

@keyframes icon--paint-by-numbers {
  50%,
  75% {
    transform: scale(1);
  }
}
@keyframes icon--paint-by-numbers-brush {
  50%,
  75% {
    transform: translate(-9%, -8%) rotate(5deg);
  }
}
.icon--paint-by-numbers .icon__piece {
  background-image: url("../img/icons/paint-by-numbers/icon-paint_2.af8e134fe8e0.png?1760030914");
}
.icon--paint-by-numbers .icon__piece::before {
  background-image: url("../img/icons/paint-by-numbers/icon-paint_3.196f21f371ff.png?1760030914");
  transform: scale(0);
}
.icon--paint-by-numbers .icon__piece::after {
  background-image: url("../img/icons/paint-by-numbers/icon-paint_1.8168f6b31606.png?1760030914");
}
.icon-hover:hover .icon--paint-by-numbers .icon__piece::before, .icon-hover:focus .icon--paint-by-numbers .icon__piece::before {
  animation: icon--paint-by-numbers 0.8s ease-in-out;
}
.icon-hover:hover .icon--paint-by-numbers .icon__piece::after, .icon-hover:focus .icon--paint-by-numbers .icon__piece::after {
  animation: icon--paint-by-numbers-brush 0.7s 0.1s ease-in-out;
}

@keyframes icon--loading {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(145deg);
  }
  50% {
    transform: rotate(360deg);
  }
}
@keyframes icon--loading-colours {
  0% {
    background-color: #b54bff;
  }
  20% {
    background-color: #fff000;
  }
  40% {
    background-color: #1dd47c;
  }
  60% {
    background-color: #f42f2f;
  }
  80% {
    background-color: #00bff3;
  }
  100% {
    background-color: #b54bff;
  }
}
.icon--loading {
  background-color: transparent;
  border-radius: 0;
  animation: icon--loading 2s infinite ease-in-out, icon--loading-colours 3s infinite ease-in-out;
}

html {
  font-size: 16px;
}

body {
  font-family: "museo-sans", sans-serif;
  font-weight: var(--font-weight-normal);
  line-height: 1.4;
  color: var(--colour-black);
}

p {
  font-size: 0.9375rem;
  margin: 0 0 0.5em 0;
}
p.legal {
  font-size: 0.75rem;
}
p.large {
  font-size: 2.5rem;
}
p.large strong {
  color: va(--colour-red);
}

li a,
p a {
  color: inherit;
  text-decoration: underline;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: italic !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "museo-sans", sans-serif;
  font-weight: var(--font-weight-bold);
  line-height: 1.2em;
  margin: 0 0 0.4em 0;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.5rem;
}

h3,
.h3 {
  font-size: 1.25rem;
}

h4,
.h4 {
  font-size: 1rem;
}

.text-center {
  text-align: center;
}

@font-face {
  font-family: "icons";
  src: url("../type/icons.bb03f92b6c49.eot");
  src: url("../type/icons.bb03f92b6c49.eot?#iefix") format("embedded-opentype"), url("../type/icons.82aecdda782a.ttf") format("truetype"), url("../type/icons.f82513c90ada.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
[class*="iconf-"] {
  font-family: "icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class*="iconf-"]::before {
  content: " ";
  display: block;
  position: absolute;
  text-indent: 0;
}

/* Logos */
/* add nbsp after to fix android bug */
.iconf-nintendo::before {
  content: "\e617\00a0";
}

.iconf-facebook::before {
  content: "\e616";
}

.iconf-instagram::before {
  content: "\e615";
}

.iconf-tumblr::before {
  content: "\e614";
}

.iconf-twitter::before {
  content: "\e613";
}

.iconf-youtube::before {
  content: "\e612";
}

.iconf-3ds::before {
  content: "\e619";
}

.iconf-wiiu::before {
  content: "\e61a";
}

/* eshop classes need to be wrapped in a .logo-eshop class defined in widgets.css */
.iconf-eshop-nin::before {
  content: "\e61e";
}

.iconf-eshop::before {
  content: "\e61f";
}

@media only screen and (min-width: 43.063em) {
  p {
    font-size: 1rem;
  }

  h1,
  .h1 {
    font-size: 2.5rem;
  }

  h2,
  .h2 {
    font-size: 2rem;
  }

  h3,
  .h3 {
    font-size: 1.5rem;
  }

  h4,
  .h4 {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64.063em) {
  h1,
  .h1 {
    font-size: 3rem;
  }

  h2,
  .h2 {
    font-size: 2.5rem;
  }

  h3,
  .h3 {
    font-size: 1.75rem;
  }

  h4,
  .h4 {
    font-size: 1.25rem;
  }
}
.controlpanel input {
  display: none;
}
.controlpanel input:checked ~ ul {
  display: -webkit-flex;
  display: flex;
}
.controlpanel label {
  margin-bottom: 20px;
}
.controlpanel ul {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  display: none;
  background: RGBA(255, 255, 255, 0.9);
  left: 0px;
  height: calc(100% - 82px);
  position: absolute;
  top: 82px;
  width: 100%;
  z-index: 10;
}
.controlpanel ul li {
  margin-bottom: 0.2em;
}
.controlpanel ul li.title {
  font-size: 1.2em;
  margin-top: 0.5em;
}
.controlpanel .button {
  margin: 0;
}

a.backbutton {
  color: var(--colour-grey);
  display: inline-block;
  margin: 0.5em 0 1em 10px;
  padding-left: 7px;
  padding: 10px;
  position: relative;
  text-decoration: none;
}
a.backbutton::after {
  border: solid transparent;
  border-color: rgba(16, 22, 25, 0);
  border-right-color: var(--colour-grey);
  border-width: 7px;
  content: " ";
  height: 0;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0;
}

.button {
  font-family: "museo-sans", sans-serif;
  font-weight: var(--font-weight-bold);
  line-height: 1.2em;
  --border-colour: var(--colour-black);
  --border-thickness: 4px;
  --shadow-base: var(--border-thickness);
  --shadow-indent: 0px;
  --shadow-hover: 6px;
  --shadow-color: var(--colour-black);
  border: solid var(--border-thickness) var(--shadow-color);
  box-shadow: 0 var(--shadow-base) 0 var(--shadow-indent) var(--shadow-color);
  transition: box-shadow 0.1s ease-in;
  transition-property: transform, box-shadow;
  will-change: box-shadow;
  background: var(--colour-white);
  border-color: var(--colour-selected);
  border-radius: 2em;
  color: var(--colour-black);
  display: inline-block;
  margin: 0.5em 0px 1em;
  padding: 13px 24px;
  text-decoration: none;
}
.button:hover, .button:focus-visible {
  transform: translateY(calc(var(--shadow-hover) * -1));
}
.button:hover {
  box-shadow: 0 calc(var(--shadow-base) + var(--shadow-hover)) 0 var(--shadow-indent) var(--shadow-color);
}
.button:active {
  transform: translateY(var(--border-thickness));
  box-shadow: 0 calc(var(--shadow-indent) * -1) 0 var(--shadow-indent) var(--shadow-color);
}
.button:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px var(--colour-grey), 0px 0px 0px 6px #ffba00;
}
.button.disabled {
  border-color: #959595;
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}
.button:hover {
  cursor: pointer;
}

@media only screen and (min-width: 60em) {
  .button.disabled:hover, .button.disabled:focus {
    background-color: var(--colour-white);
  }
}
@media screen and (min-width: 1540px) {
  .controlpanel label {
    margin: 0;
    right: calc(100% + 20px);
    position: absolute;
    top: 5px;
    z-index: 9;
    white-space: pre;
  }
  .controlpanel ul {
    height: 100%;
    top: 0;
  }
}
/*  Section_grid_settings.scss
    =======================================
    Author          liamegan
    email           liam@wethecollective.com
    Created         2014-06-18 16:26:34
    Description     
    Edited by       liamegan
    Edited          2014-07-24 08:56:56
*/
/*  Section_grid.scss
    =======================================
    Author          liamegan
    email           liam@wethecollective.com
    Created         2014-06-11 14:17:09
    Description
    Edited          2016-04-27 11:31:25
    Edited          2015-05-12 16:43:53
*/
.sub {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  color: var(--colour-black);
  font-size: 1rem;
  text-decoration: none;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .sub {
      -webkit-transform: translate3d(0, 0, 0);
    }
  }
}

.sub {
  --border-colour: var(--colour-black);
  --border-thickness: 4px;
  --shadow-base: calc(var(--border-thickness) * 2);
  --shadow-indent: calc(var(--border-thickness) * -1);
  --shadow-hover: 6px;
  --shadow-color: var(--colour-black);
  border: solid var(--border-thickness) var(--shadow-color);
  box-shadow: 0 var(--shadow-base) 0 var(--shadow-indent) var(--shadow-color);
  transition: box-shadow 0.1s ease-in;
  transition-property: transform, box-shadow;
  will-change: box-shadow;
  --colour-black: #000;
}
.sub:hover, .sub:focus-visible {
  transform: translateY(calc(var(--shadow-hover) * -1));
}
.sub:hover {
  box-shadow: 0 calc(var(--shadow-base) + var(--shadow-hover)) 0 var(--shadow-indent) var(--shadow-color);
}
.sub:active {
  transform: translateY(var(--border-thickness));
  box-shadow: 0 calc(var(--shadow-indent) * -1) 0 var(--shadow-indent) var(--shadow-color);
}
.sub:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px var(--colour-grey), 0px 0px 0px 6px #ffba00;
}

div.sizer {
  width: 50%;
}

div.grid {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.typed div.ngrid .outline > .icon {
  display: none;
}

#grid-container {
  margin-top: 5px;
}

div.ngrid {
  display: none;
  float: left;
  overflow: hidden;
  position: relative;
  padding-bottom: 50%;
  width: 50%;
}
div.ngrid.previous a::after, div.ngrid.theme1x1.previous a .img::after {
  background: RGBA(0, 0, 0, 0.5) url("../img/common/icon-view-again.ba37a5802587.svg?1760030914") no-repeat center center;
  background-size: 50px 50px;
  content: ' ';
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
div.ngrid.theme1x1.previous a::after {
  display: none;
}
div.ngrid.ng-enter {
  /* standard transition code */
  -webkit-transition: 0.5s cubic-bezier(0.66, 1.51, 0.61, 0.97) -webkit-transform, opacity;
  transition: 0.5s cubic-bezier(0.66, 1.51, 0.61, 0.97) transform, opacity;
  /* this will have a 100ms delay between each successive leave animation */
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0;
}
div.ngrid.ng-enter.stagger-1 {
  /* this will have a 100ms delay between each successive enter animation */
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
div.ngrid.ng-enter.stagger-2 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
div.ngrid.ng-enter.stagger-3 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
div.ngrid.ng-enter.stagger-4 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
div.ngrid.ng-enter.stagger-5 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
div.ngrid.ng-enter.ng-enter-active {
  /* standard transition styles */
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
div.ngrid .grid-item {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  position: relative;
  left: 10px;
  top: 10px;
}
div.ngrid .grid-item.special a, div.ngrid .grid-item.theme a {
  box-shadow: none;
}
div.ngrid a {
  color: var(--colour-white);
  display: block;
  line-height: 1em;
  position: absolute;
  text-decoration: none;
  transition: box-shadow 0.2s ease-in;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div.ngrid a h2 {
  color: var(--colour-white);
}
div.ngrid a h2 span {
  font-size: 1.125rem;
}
div.ngrid a h3 {
  font-family: "museo-sans", sans-serif;
  font-weight: var(--font-weight-normal);
  line-height: 1.4;
  color: var(--colour-white);
  font-size: 0.875rem;
}
div.ngrid a .verb {
  font-size: 0.75rem;
  font-weight: var(--font-weight-bold);
  transform-style: preserve-3d;
  transform-origin: center 50%;
  transition: transform 0.4s ease;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin: 0px;
  text-transform: uppercase;
  position: relative;
  color: white;
  border-radius: 2em;
  padding: 0.25em 0.75em 0.125em;
}
div.ngrid a.dark .verb {
  color: var(--colour-black);
  background-color: rgba(255, 255, 255, 0.5);
}
div.ngrid a.dark h2 {
  color: var(--colour-black);
}
div.ngrid a.dark p {
  color: var(--colour-black);
}
div.ngrid a.dark h3 {
  color: var(--colour-black);
}
div.ngrid a .sub {
  height: 100%;
  width: 100%;
}
div.ngrid a .sub .img,
div.ngrid a .sub .outline {
  background-size: cover;
  background-position: 510% 50%;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
div.ngrid a .sub .outline > .icon {
  background-color: var(--colour-white);
  background-size: 10.66667vw;
  border-top-left-radius: 16vw;
  border-bottom-left-radius: 16vw;
  right: 0px;
  position: absolute;
  top: 15px;
  width: 10.66667vw;
  padding: 8px;
  min-width: 0;
}
div.ngrid a .sub .outline .content {
  font-size: 2.5vw;
  margin: 0 20px 0 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
div.ngrid a .sub .outline .content h2 {
  font-family: "museo-sans", sans-serif;
  font-weight: var(--font-weight-bold);
  line-height: 1.2em;
  font-size: 4vw;
  line-height: 1.2em;
  margin: 0;
}
div.ngrid a:hover .verb, div.ngrid a:focus .verb {
  transform: rotateX(360deg);
}
div.ngrid.special-random {
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: block;
}
div.ngrid.special-random a {
  -webkit-animation: shakeDelay 5s infinite linear;
  -moz-animation: shakeDelay 5s infinite linear;
  -o-animation: shakeDelay 5s infinite linear;
  animation: shakeDelay 5s infinite linear;
  background: url("../img/common/surprise-block.1a8d347f86bb.svg?1760030914") no-repeat center center;
  background-size: 80%;
}
div.ngrid.theme1x1 {
  display: block;
}
div.ngrid.theme1x1 a .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 86%;
  overflow: hidden;
  left: 7%;
  width: 86%;
}
div.ngrid.theme1x1 a .label {
  font-family: "museo-sans", sans-serif;
  font-weight: var(--font-weight-bold);
  line-height: 1.2em;
  color: var(--colour-black);
  bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
div.ngrid.theme1x1 .img:after, div.ngrid.theme1x1 .img:before {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
}
div.ngrid.theme1x1 .img:after {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: inherit;
  background-size: inherit;
}
div.ngrid.theme1x1 .img:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(51%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05)));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.05) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.05) 100%);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(51%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05)));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.05) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.05) 100%);
  /* W3C */
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#3b000000',GradientType=0 );
  /* IE6-9 */
}
div.ngrid.importance-1 {
  display: block;
  padding-bottom: 100%;
  width: 100%;
}
div.ngrid.importance-1 .sub .outline > .icon {
  border-radius: 50% 0 0 50%;
  background-size: 12.8vw;
  height: 12.8vw;
  width: 12.8vw;
  padding: 0px;
  top: 20px;
}
div.ngrid.importance-1 .sub .outline > .icon > div {
  font-size: 1.15vw;
}
div.ngrid.importance-1 .sub .outline .content {
  margin: 20px 40% 0 20px;
  position: relative;
  top: auto;
  transform: none;
}
div.ngrid.importance-1 .sub .outline .content h2 {
  font-size: 4.8vw;
}
div.ngrid.importance-1.run {
  -webkit-animation: rubberbandBig 0.5s cubic-bezier(0, 0.09, 0, 0.24);
  -moz-animation: rubberbandBig 0.5s cubic-bezier(0, 0.09, 0, 0.24);
  -o-animation: rubberbandBig 0.5s cubic-bezier(0, 0.09, 0, 0.24);
  animation: rubberbandBig 0.5s cubic-bezier(0, 0.09, 0, 0.24);
}
div.ngrid.importance-2 {
  display: block;
}
div.ngrid.importance-2 .sub {
  height: 100%;
}
div.ngrid.importance-2 .sub .img,
div.ngrid.importance-2 .sub .outline {
  height: 100%;
  position: absolute;
  width: 50%;
}
div.ngrid.importance-2 .sub .img {
  left: 0px;
}
div.ngrid.importance-2 .sub .outline {
  left: 50%;
}
div.ngrid.importance-2 .sub .outline > .icon {
  background-size: 12.8vw;
  border-radius: 16vw;
  right: -8vw;
  margin-top: -8vw;
  top: 50%;
  width: 16vw;
}
div.ngrid.importance-2.direction-v {
  padding-bottom: 100%;
}
div.ngrid.importance-2.direction-v .sub {
  height: 100%;
}
div.ngrid.importance-2.direction-v .sub .img,
div.ngrid.importance-2.direction-v .sub .outline {
  height: 50%;
  left: 0px;
  width: 100%;
}
div.ngrid.importance-2.direction-v .sub .img {
  top: 0px;
}
div.ngrid.importance-2.direction-v .sub .outline {
  top: 50%;
}
div.ngrid.importance-2.direction-v .sub .outline > .icon {
  left: 50%;
  margin-top: auto;
  margin-left: -8vw;
  right: auto;
  top: -8vw;
}
div.ngrid.importance-2.direction-v .sub .outline .content {
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
div.ngrid.importance-2.direction-v.run {
  -webkit-animation: rubberbandV 0.5s cubic-bezier(0, 0.09, 0, 0.24);
  -moz-animation: rubberbandV 0.5s cubic-bezier(0, 0.09, 0, 0.24);
  -o-animation: rubberbandV 0.5s cubic-bezier(0, 0.09, 0, 0.24);
  animation: rubberbandV 0.5s cubic-bezier(0, 0.09, 0, 0.24);
}
div.ngrid.importance-2.direction-h {
  width: 100%;
}
div.ngrid.importance-2.direction-h.subposition-l .sub .outline {
  text-align: right;
}
div.ngrid.importance-2.direction-h.subposition-l .sub .outline > .icon {
  left: -8vw;
  right: auto;
}
div.ngrid.importance-2.direction-h.subposition-l .sub .outline .content {
  margin-left: 8vw;
}
div.ngrid.importance-2.direction-h.subposition-r .sub .img {
  left: 50%;
}
div.ngrid.importance-2.direction-h.subposition-r .sub .outline {
  left: 0;
}
div.ngrid.importance-2.direction-h.subposition-r .sub .outline .content {
  margin-right: 8vw;
}
div.ngrid.importance-2.direction-h.run {
  -webkit-animation: rubberbandH 0.5s cubic-bezier(0, 0.09, 0, 0.24);
  -moz-animation: rubberbandH 0.5s cubic-bezier(0, 0.09, 0, 0.24);
  -o-animation: rubberbandH 0.5s cubic-bezier(0, 0.09, 0, 0.24);
  animation: rubberbandH 0.5s cubic-bezier(0, 0.09, 0, 0.24);
}
div.ngrid.importance-3 {
  display: block;
}
div.ngrid.importance-3.run {
  -webkit-animation: rubberbandSmall 0.5s cubic-bezier(0, 0.09, 0, 0.24);
  -moz-animation: rubberbandSmall 0.5s cubic-bezier(0, 0.09, 0, 0.24);
  -o-animation: rubberbandSmall 0.5s cubic-bezier(0, 0.09, 0, 0.24);
  animation: rubberbandSmall 0.5s cubic-bezier(0, 0.09, 0, 0.24);
}
div.ngrid.importance-3 .sub .outline > .icon {
  padding: 2px;
}
div.ngrid.importance-3 .sub .outline > .icon > div {
  font-size: 0.95vw;
}
div.ngrid.importance-3 a .sub .img {
  background-image: none !important;
}
div.ngrid.importance--1.run {
  -webkit-animation: rubberbandSmall 0.5s cubic-bezier(0, 0.09, 0, 0.24);
  -moz-animation: rubberbandSmall 0.5s cubic-bezier(0, 0.09, 0, 0.24);
  -o-animation: rubberbandSmall 0.5s cubic-bezier(0, 0.09, 0, 0.24);
  animation: rubberbandSmall 0.5s cubic-bezier(0, 0.09, 0, 0.24);
}

@media only screen and (max-width: 43em) {
  div.ngrid.medium-up, div.ngrid.large-up {
    display: none !important;
  }
  div.ngrid.importance-1 .sub .outline > .icon > div {
    font-size: 2.55vw;
  }
  div.ngrid.importance-3 .sub .outline > .icon > div {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 43.063em) and (max-width: 77em) {
  /*
    Column size = 25%
   */
  div.sizer {
    width: 25%;
  }

  div.ngrid {
    padding-bottom: 25%;
    width: 25%;
  }
  div.ngrid.importance-1 {
    padding-bottom: 50%;
    width: 50%;
  }
  div.ngrid.importance-2.direction-v {
    padding-bottom: 50%;
  }
  div.ngrid.importance-2.direction-h {
    width: 50%;
  }

  div.ngrid.large-up {
    display: none !important;
  }
  div.ngrid a .sub .outline > .icon {
    background-size: 6.66667vw;
    border-top-left-radius: 10vw;
    border-bottom-left-radius: 10vw;
    height: 6.66667vw;
    width: 6.66667vw;
  }
  div.ngrid a .sub .outline .content {
    font-size: 1.5vw;
  }
  div.ngrid a .sub .outline .content h2 {
    font-size: 1.125rem;
  }
  div.ngrid.importance-1 .sub .outline > .icon {
    background-size: 8vw;
    height: 8vw;
    width: 8vw;
  }
  div.ngrid.importance-1 .sub .outline > .icon > div {
    font-size: 1.35vw;
  }
  div.ngrid.importance-1 .sub .outline .content h2 {
    font-size: 2.4vw;
  }
  div.ngrid.importance-2 .sub .outline > .icon {
    background-size: 8vw;
    border-radius: 10vw;
    height: 10vw;
    right: -5vw;
    margin-top: -5vw;
    width: 10vw;
  }
  div.ngrid.importance-2.direction-v .sub .outline > .icon {
    left: 50%;
    margin-top: auto;
    margin-left: -5vw;
    right: auto;
    top: -5vw;
  }
  div.ngrid.importance-2.direction-h.subposition-l .sub .outline > .icon {
    left: -5vw;
  }
  div.ngrid.importance-2.direction-h.subposition-l .sub .outline .content {
    margin-left: 5vw;
  }
  div.ngrid.importance-2.direction-h.subposition-r .sub .outline .content {
    margin-right: 5vw;
  }
  div.ngrid.importance-3 .sub .outline > .icon > div {
    font-size: 1.05vw;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /*
    Column size = 20%
   */
  div.sizer {
    width: 20%;
  }

  div.ngrid {
    padding-bottom: 20%;
    width: 20%;
  }
  div.ngrid.importance-1 {
    padding-bottom: 40%;
    width: 40%;
  }
  div.ngrid.importance-2.direction-v {
    padding-bottom: 40%;
  }
  div.ngrid.importance-2.direction-h {
    width: 40%;
  }

  div.ngrid a .sub .outline > .icon {
    background-size: 5.66667vw;
    border-top-left-radius: 8.5vw;
    border-bottom-left-radius: 8.5vw;
    height: 5.66667vw;
    width: 5.66667vw;
    padding: 10px;
  }
  div.ngrid a .sub .outline .content {
    font-size: 1vw;
  }
  div.ngrid a .sub .outline .content h2 {
    font-size: 1.5vw;
  }
  div.ngrid.importance-1 .sub .outline > .icon {
    background-size: 6.8vw;
    height: 6.8vw;
    width: 6.8vw;
    padding: 2px;
  }
  div.ngrid.importance-1 .sub .outline .content h2 {
    font-size: 1.8vw;
  }
  div.ngrid.importance-2 .sub .outline > .icon {
    background-size: 6.8vw;
    border-radius: 8.5vw;
    height: 8.5vw;
    right: -4.25vw;
    margin-top: -4.25vw;
    width: 8.5vw;
  }
  div.ngrid.importance-2.direction-v .sub .outline > .icon {
    left: 50%;
    margin-top: auto;
    margin-left: -4.25vw;
    right: auto;
    top: -4.25vw;
  }
  div.ngrid.importance-2.direction-h.subposition-l .sub .outline > .icon {
    left: -4.25vw;
  }
  div.ngrid.importance-2.direction-h.subposition-l .sub .outline .content {
    margin-left: 4.25vw;
  }
  div.ngrid.importance-2.direction-h.subposition-r .sub .outline .content {
    margin-right: 4.25vw;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  /*
    Column size = 16.66667%
   */
  div.sizer {
    width: 16.66667%;
  }

  div.ngrid {
    padding-bottom: 16.66667%;
    width: 16.66667%;
  }
  div.ngrid.importance-1 {
    padding-bottom: 33.33333%;
    width: 33.33333%;
  }
  div.ngrid.importance-2.direction-v {
    padding-bottom: 33.33333%;
  }
  div.ngrid.importance-2.direction-h {
    width: 33.33333%;
  }

  div.ngrid a .sub .outline > .icon {
    background-size: 4vw;
    border-top-left-radius: 6vw;
    border-bottom-left-radius: 6vw;
    height: 4vw;
    width: 4vw;
    padding: 12px;
  }
  div.ngrid a .sub .outline .content {
    font-size: .8vw;
  }
  div.ngrid a .sub .outline .content h2 {
    font-size: 1.2vw;
  }
  div.ngrid.importance-1 .sub .outline > .icon {
    background-size: 4.8vw;
    height: 4.8vw;
    width: 4.8vw;
    padding: 4px;
  }
  div.ngrid.importance-1 .sub .outline > .icon > div {
    font-size: 0.9vw;
  }
  div.ngrid.importance-1 .sub .outline .content h2 {
    font-size: 1.4vw;
  }
  div.ngrid.importance-2 .sub .outline > .icon {
    background-size: 4.8vw;
    border-radius: 6vw;
    height: 6vw;
    right: -3vw;
    margin-top: -3vw;
    top: 50%;
    width: 6vw;
  }
  div.ngrid.importance-2.direction-v .sub .outline > .icon {
    left: 50%;
    margin-top: auto;
    margin-left: -3vw;
    right: auto;
    top: -3vw;
  }
  div.ngrid.importance-2.direction-h.subposition-l .sub .outline > .icon {
    left: -3vw;
  }
  div.ngrid.importance-2.direction-h.subposition-l .sub .outline .content {
    margin-left: 3vw;
  }
  div.ngrid.importance-2.direction-h.subposition-r .sub .outline .content {
    margin-right: 3vw;
  }
  div.ngrid.importance-3 .sub .outline > .icon > div {
    font-size: 0.75vw;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  /*
    Column size = 14.28571%
   */
  div.sizer {
    width: 14.28571%;
  }

  div.ngrid {
    padding-bottom: 14.28571%;
    width: 14.28571%;
  }
  div.ngrid.importance-1 {
    padding-bottom: 28.57143%;
    width: 28.57143%;
  }
  div.ngrid.importance-2.direction-v {
    padding-bottom: 28.57143%;
  }
  div.ngrid.importance-2.direction-h {
    width: 28.57143%;
  }

  div.ngrid a .sub .outline > .icon {
    background-size: 3.33333vw;
    border-top-left-radius: 5vw;
    border-bottom-left-radius: 5vw;
    height: 3.33333vw;
    width: 3.33333vw;
  }
  div.ngrid a .sub .outline .content {
    font-size: .8vw;
  }
  div.ngrid a .sub .outline .content h2 {
    font-size: 1vw;
  }
  div.ngrid.importance-1 .sub .outline > .icon {
    background-size: 4vw;
    height: 4vw;
    width: 4vw;
  }
  div.ngrid.importance-1 .sub .outline > .icon > div {
    font-size: 0.8vw;
  }
  div.ngrid.importance-1 .sub .outline .content h2 {
    font-size: 1.2vw;
  }
  div.ngrid.importance-2 .sub .outline > .icon {
    background-size: 4vw;
    border-radius: 5vw;
    height: 5vw;
    right: -2.5vw;
    margin-top: -2.5vw;
    position: absolute;
    top: 50%;
    width: 5vw;
  }
  div.ngrid.importance-2.direction-v .sub .outline > .icon {
    left: 50%;
    margin-top: auto;
    margin-left: -2.5vw;
    right: auto;
    top: -2.5vw;
  }
  div.ngrid.importance-2.direction-h.subposition-l .sub .outline > .icon {
    left: -2.5vw;
  }
  div.ngrid.importance-2.direction-h.subposition-l .sub .outline .content {
    margin-left: 2.5vw;
  }
  div.ngrid.importance-2.direction-h.subposition-r .sub .outline .content {
    margin-right: 2.5vw;
  }
  div.ngrid.importance-3 .sub .outline > .icon > div {
    font-size: 0.65vw;
  }
}
html:not(.can-touch) div.ngrid.theme1x1 a:hover .img, html:not(.can-touch) div.ngrid.theme1x1:focus .img {
  -moz-transition: -moz-transform 0.8s ease-out;
  -o-transition: -o-transform 0.8s ease-out;
  -webkit-transition: -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out;
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  background-position: 9999px;
}
html:not(.can-touch) div.ngrid.theme1x1 a:hover .img:after, html:not(.can-touch) div.ngrid.theme1x1:focus .img:after {
  -moz-transition: -moz-transform 0.75s ease-out;
  -o-transition: -o-transform 0.75s ease-out;
  -webkit-transition: -webkit-transform 0.75s ease-out;
  transition: transform 0.75s ease-out;
  -moz-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
html:not(.can-touch) div.ngrid.special-random:hover, html:not(.can-touch) div.ngrid.special-random:focus {
  -webkit-animation: shake 0.7s infinite linear;
  -moz-animation: shake 0.7s infinite linear;
  -o-animation: shake 0.7s infinite linear;
  animation: shake 0.7s infinite linear;
}

.one-love-button {
  --border-colour: var(--colour-black);
  --border-thickness: 4px;
  --shadow-base: var(--border-thickness);
  --shadow-indent: 0px;
  --shadow-hover: 6px;
  --shadow-color: var(--colour-black);
  border: solid var(--border-thickness) var(--shadow-color);
  box-shadow: 0 var(--shadow-base) 0 var(--shadow-indent) var(--shadow-color);
  transition: box-shadow 0.1s ease-in;
  transition-property: transform, box-shadow;
  will-change: box-shadow;
  animation: rainbow-hover 5s infinite forwards;
  display: inline-block;
  background: var(--colour-white);
  padding: 5px;
  box-shadow: 0px 6px 0px 0px var(--colour-black);
  border-radius: 2em;
  font-size: 20px;
  font-weight: var(--font-weight-bold);
  cursor: pointer;
  border: none;
}
@keyframes rainbow-hover {
  0% {
    background-color: #b42ff5;
  }
  20% {
    background-color: #00d2ff;
  }
  40% {
    background-color: #1ddb81;
  }
  60% {
    background-color: #fff000;
  }
  80% {
    background-color: #ee0500;
  }
  100% {
    background-color: #b42ff5;
  }
}
.one-love-button:hover, .one-love-button:focus-visible {
  transform: translateY(calc(var(--shadow-hover) * -1));
}
.one-love-button:hover {
  box-shadow: 0 calc(var(--shadow-base) + var(--shadow-hover)) 0 var(--shadow-indent) var(--shadow-color);
}
.one-love-button:active {
  transform: translateY(var(--border-thickness));
  box-shadow: 0 calc(var(--shadow-indent) * -1) 0 var(--shadow-indent) var(--shadow-color);
}
.one-love-button:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px var(--colour-grey), 0px 0px 0px 6px #ffba00;
}
.one-love-button span {
  display: block;
  background-color: var(--colour-white);
  padding: 20px 40px;
  border-radius: 2em;
}

.one-love-button--special span {
  padding: 16px 40px;
}

@media only screen and (min-width: 43.063em) {
  .one-love-button, .one-love-button--special {
    font-size: 24px;
  }
  .one-love-button span, .one-love-button--special span {
    padding: 21px 40px;
  }

  .one-love-button--small {
    font-size: 20px;
  }
  .one-love-button--small span {
    padding: 16px 40px;
  }
}
/*
  Flex helpters
  =======================================
  Author          marlonmarcello
  email           marlon@wethecollective.com
  Created         2015-10-23 15:02:04
  Description     .
  Edited by       liamegan
  Edited          2015-10-23 15:02:32
*/
/*
 * Swiper
 *
 * Base styles.
 */
.swiper {
  --colour-black: #000;
  --colour-white: #fff;
  --colour-lightgrey: #dadada;
  --column-size: 250px;
  --gap: 20px;
  background: var(--colour-surface);
  padding-block: 24px 16px;
  position: relative;
  text-align: center;
  position: relative;
  width: 100%;
}

.swiper__nav {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  text-indent: -999em;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease-out;
  padding: 0;
  position: absolute;
  will-change: filter, transform;
}
.swiper__nav .icon {
  transition: filter 0.2s ease-out;
}
.swiper__nav:hover:not([disabled]), .swiper__nav:focus {
  transform: translateY(calc(-50% - 4px));
}
.swiper__nav:hover:not([disabled]) .icon, .swiper__nav:focus .icon {
  filter: drop-shadow(0 8px 0 var(--colour-black));
}
.swiper__nav:active:not([disabled]) {
  transform: translateY(calc(-50% + 4px));
}
.swiper__nav:active:not([disabled]) .icon {
  filter: drop-shadow(0 0px 0 var(--colour-black));
}
.swiper__nav[hidden] {
  display: none;
}
.swiper__nav[disabled="true"] {
  opacity: 0.3;
}

.swiper__nav--left {
  left: 15px;
}

.swiper__nav--right {
  right: 15px;
}

.swiper__container {
  overflow: hidden;
  padding: 6px 0;
}

.swiper__list {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: var(--column-size);
  margin: 0 auto;
  width: max-content;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0.4, 0.98, 0.07, 0.98);
  -o-transition: -o-transform 0.8s cubic-bezier(0.4, 0.98, 0.07, 0.98);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.4, 0.98, 0.07, 0.98);
  transition: transform 0.8s cubic-bezier(0.4, 0.98, 0.07, 0.98);
}
.swiper__list.notransition {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

.swiper__item {
  padding: 0 var(--gap);
}
.swiper__item.is-textlink {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: inline-flex;
  border: solid 2px white;
  border-radius: 20px;
  height: 100%;
  min-height: calc(var(--column-size) - 50px);
}
.swiper__item.is-textlink .swiper__item-wraper {
  text-align: center;
  font-size: 13px;
  font-weight: var(--font-weight-bold);
  padding: 5px;
}
.swiper__item.is-textlink .swiper__item-wraper > h1,
.swiper__item.is-textlink .swiper__item-wraper h2,
.swiper__item.is-textlink .swiper__item-wraper h3,
.swiper__item.is-textlink .swiper__item-wraper h4,
.swiper__item.is-textlink .swiper__item-wraper h5,
.swiper__item.is-textlink .swiper__item-wraper h6,
.swiper__item.is-textlink .swiper__item-wraper p,
.swiper__item.is-textlink .swiper__item-wraper span {
  width: 100%;
}
.swiper__item.is-textlink .swiper__item-wraper a {
  text-decoration: underline;
}

.swiper__item-wraper {
  display: block;
  margin: 0px auto;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
}
.swiper__item-wraper p {
  margin: 0;
}

.swiper__item-system {
  border-left: solid 2px #ed1c24;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 300;
  padding-left: 5px;
}
.swiper__item-system[data-system="Wii U"] {
  border-left-color: #00aeef;
}
.swiper__item-system[data-system="None"] {
  opacity: 0;
}

.swiper__item-title {
  display: block;
  margin: 6px 0;
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
}
.swiper__item-title + .swiper__item-system {
  margin-top: 4px;
}

/*
 * Swiper variants
 *
 * Add here the different variations of thr swiper.
 */
.swiper--boxed {
  --num-col: 3;
  --column-size: 220px;
  --gap: 24px;
  --border-colour: var(--colour-black);
  --border-thickness: 4px;
  --shadow-base: calc(var(--border-thickness) * 2);
  --shadow-indent: calc(var(--border-thickness) * -1);
  --shadow-hover: 6px;
  --shadow-color: var(--colour-black);
  border: solid var(--border-thickness) var(--shadow-color);
  box-shadow: 0 var(--shadow-base) 0 var(--shadow-indent) var(--shadow-color);
  --shadow-base: 4px;
  --border-thickness: 2px;
  --shadow-indent: -2px;
  position: relative;
  max-width: calc( var(--column-size) * var(--num-col) + var(--border-thickness) * 2 );
  display: block;
  margin: 0 auto;
  padding: var(--gap) 0;
}
.swiper--boxed .swiper__wrapper {
  overflow: hidden;
  width: 100%;
}
.swiper--boxed .swiper__nav--left {
  left: auto;
  right: calc(100% + 16px);
}
.swiper--boxed .swiper__nav--right {
  left: calc(100% + 16px);
  right: auto;
}
.swiper--boxed.no-nav {
  width: fit-content;
}

.swiper--round-nav .swiper__nav--left {
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.swiper--round-nav .swiper__nav--left .icon {
  border-radius: 50% 0 0 50%;
}
.swiper--round-nav .swiper__nav--right {
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.swiper--round-nav .swiper__nav--right .icon {
  border-radius: 0 50% 50% 0;
}

.swiper--friends {
  --column-size: 170px;
}
.swiper--friends .swiper__item-img {
  border: 4px solid var(--colour-white);
  border-radius: 50%;
}

.swiper--products .swiper__item-img {
  background-color: var(--colour-surface);
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.swiper--products .swiper__item-img::before {
  content: "";
  display: block;
  padding-bottom: calc((9 / 16) * 100%);
}
.swiper--products .swiper__item-img img {
  height: 100%;
  left: 0;
  object-fit: contain;
  top: 0;
  position: absolute;
  width: 100%;
}

.swiper--amiibo {
  --column-size: 150px;
}
.swiper--amiibo .swiper__item.is-textlink {
  min-width: 190px;
}
.swiper--amiibo .swiper__item-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

@media only screen and (min-width: 43.063em) {
  .swiper__nav {
    display: block;
  }
  .swiper__nav .icon {
    min-width: 79px;
  }

  .swiper__container {
    margin: 0 auto;
  }

  .swiper__item.is-textlink .swiper__item-wraper {
    font-size: 17px;
  }

  .swiper--boxed {
    --num-col: 2;
  }
}
@media only screen and (min-width: 64.063em) {
  .swiper--boxed {
    --num-col: 3;
  }
}
/*  
  Surprises
  =======================================
  Author          liamegan
  email           liam@wethecollective.com
  Created         2014-08-31 15:12:14
  Description     .
  Edited by       liamegan
  Edited          2014-08-31 15:28:23
*/
#surprise-overlay {
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
}
#surprise-overlay img {
  left: 0px;
  position: absolute;
  top: 100px;
  width: 100%;
}

.gallery {
  position: relative;
}

.gallery-switcher {
  background-color: var(--colour-lightgrey);
  height: 0;
  padding-bottom: 50%;
  position: relative;
}

.gallery__nav {
  display: none;
}

.gallery-wrapper {
  height: 100%;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 100%;
}

.gallery-images {
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.28, 1.21, 0.4, 1);
}
.gallery-images.notransition {
  transition: none !important;
}
.gallery-images .image {
  display: block;
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
}
.gallery-images .image img {
  display: block;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.gallery__caption {
  background: rGBA(0, 0, 0, 0.5);
  color: #fff;
  padding: 4px 16px 8px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
}
.gallery__caption .detail {
  width: 100%;
  font-size: 1em;
}
.gallery__caption.hidden {
  display: none;
}

.gallery__thumbnails {
  display: none;
}

@media only screen and (max-width: 43em) {
  .gallery__caption {
    margin-top: 0px !important;
  }
}
@media only screen and (min-width: 43.063em) {
  .gallery__nav {
    display: block;
    appearance: none;
    background: transparent;
    padding: 0;
    border: none;
    top: calc(50% - 25px);
    height: 50px;
    width: 50px;
    z-index: 2;
    position: absolute;
    cursor: pointer;
    transform-origin: right center;
  }
  .gallery__nav .icon {
    transition: filter 0.2s ease-out;
    transition-property: transform, filter;
    min-width: 0;
    will-change: filter, transform;
  }
  .gallery__nav[disabled="true"] {
    opacity: 0.3;
  }
  .gallery__nav:hover:not([disabled]) .icon, .gallery__nav:focus .icon {
    transform: translateY(-4px);
    filter: drop-shadow(0 8px 0 var(--colour-black));
  }
  .gallery__nav:active:not([disabled]) .icon {
    transform: translateY(4px);
    filter: drop-shadow(0 0px 0 var(--colour-black));
  }

  .gallery__nav--left {
    left: 10px;
  }

  .gallery__nav--right {
    transform-origin: left center;
    right: 10px;
  }

  .gallery__thumbnails {
    display: block;
    overflow: hidden;
    margin-top: 16px;
  }
  .gallery__thumbnails ul {
    -moz-transition: -moz-transform 0.8s cubic-bezier(0.28, 1.21, 0.4, 1);
    -o-transition: -o-transform 0.8s cubic-bezier(0.28, 1.21, 0.4, 1);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.28, 1.21, 0.4, 1);
    transition: transform 0.8s cubic-bezier(0.28, 1.21, 0.4, 1);
  }
  .gallery__thumbnails ul.notransition {
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .gallery__thumbnails li {
    display: inline-block;
    position: relative;
    padding: 10px;
  }
  .gallery__thumbnails li.sel {
    background-color: var(--colour-selected);
  }
  .gallery__thumbnails li.sel button {
    --shadow-color: var(--colour-selected);
    transition-property: transform;
  }
  .gallery__thumbnails li.sel button:hover, .gallery__thumbnails li.sel button:active, .gallery__thumbnails li.sel button:focus {
    transform: none;
  }
  .gallery__thumbnails button {
    --border-colour: var(--colour-black);
    --border-thickness: 4px;
    --shadow-base: calc(var(--border-thickness) * 2);
    --shadow-indent: calc(var(--border-thickness) * -1);
    --shadow-hover: 6px;
    --shadow-color: var(--colour-black);
    border: solid var(--border-thickness) var(--shadow-color);
    box-shadow: 0 var(--shadow-base) 0 var(--shadow-indent) var(--shadow-color);
    transition: box-shadow 0.1s ease-in;
    transition-property: transform, box-shadow;
    will-change: box-shadow;
    appearance: none;
    background: white;
    display: block;
    padding: 0;
    cursor: pointer;
    margin: 0;
  }
  .gallery__thumbnails button:hover, .gallery__thumbnails button:focus-visible {
    transform: translateY(calc(var(--shadow-hover) * -1));
  }
  .gallery__thumbnails button:hover {
    box-shadow: 0 calc(var(--shadow-base) + var(--shadow-hover)) 0 var(--shadow-indent) var(--shadow-color);
  }
  .gallery__thumbnails button:active {
    transform: translateY(var(--border-thickness));
    box-shadow: 0 calc(var(--shadow-indent) * -1) 0 var(--shadow-indent) var(--shadow-color);
  }
  .gallery__thumbnails button:focus-visible {
    outline: none;
    box-shadow: 0px 0px 0px 2px var(--colour-grey), 0px 0px 0px 6px #ffba00;
  }
}
@media only screen and (min-width: 64.063em) {
  .gallery__nav {
    height: 70px;
    width: 70px;
  }

  .gallery__nav--left {
    left: -86px;
  }

  .gallery__nav--right {
    right: -86px;
  }
}
.page-activity__content a {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.page-activity__content a::before {
  transform: scale(0);
  transition: transform 0.2s, opacity 0.2s;
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.325, 1.39);
  box-sizing: content-box;
  content: "";
  height: 100%;
  left: -3px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: calc(100% + 6px);
  z-index: -1;
}
.page-activity__content a:hover, .page-activity__content a:focus {
  opacity: 1;
  text-decoration: none;
}
.page-activity__content a:hover::before, .page-activity__content a:focus::before {
  transform: scale(1);
  opacity: 1;
}
.page-activity__content a:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px var(--colour-grey), 0px 0px 0px 6px #ffba00;
}
.page-activity__content a:focus:not(:focus-visible) {
  box-shadow: none;
}

.page-activity__content a {
  color: var(--colour-grey);
}
.page-activity__content a::before {
  background-color: var(--colour-grey);
}
.page-activity__content a:hover, .page-activity__content a:focus {
  color: #fff;
}

#embedtarget {
  margin: 0 auto;
}
#embedtarget > canvas {
  display: block;
  margin: 0 auto;
}

.page--activity {
  --colour-correct: #1DDB81;
  --colour-incorrect: #EE0500;
  --colour-white: #fff;
  --colour-black: #000;
  --colour-selected: #FFF000;
}
.page--activity .question .ng-enter {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.page--activity .question-title {
  text-align: center;
  padding: 24px 0;
  margin: 0;
  float: left;
  width: 100%;
}
.page--activity .question-title.hidden {
  display: none;
}
.page--activity .img-wrapper {
  position: relative;
}
.page--activity .img-wrapper .img {
  position: relative;
}
.page--activity .img-wrapper .img img {
  display: block;
  width: 100%;
}
.page--activity .img-wrapper .img.has-video > img {
  display: none;
}
.page--activity .img-wrapper .img.has-video > .video {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.page--activity .img-wrapper .img.has-video .video-container {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}
.page--activity .img-wrapper .img.has-video .video-container .video {
  height: 100%;
  width: 100%;
}
.page--activity .activity-wrapper {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex: 0 1 auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  width: 100%;
  background-color: var(--colour-surface);
  position: relative;
  padding: 20px;
  z-index: 3;
}
.page--activity .activity-wrapper:focus {
  outline: none;
  box-shadow: none;
}
.page--activity .activity-wrapper.video > .video {
  height: 0;
  margin-bottom: 30px;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.page--activity .activity-wrapper.video > .video iframe,
.page--activity .activity-wrapper.video > .video .OVPlayer {
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}
.page--activity .question {
  padding: 0;
  border: none;
  margin: 0;
}
.page--activity .answers {
  text-align: center;
  clear: both;
}
.page--activity .answers:not(.answered) .answer-wrapper:hover, .page--activity .answers:not(.answered) .answer-wrapper.selected, .page--activity .answers:not(.answered) .answer-wrapper:focus {
  box-shadow: inset 0px 0px 0px 10px var(--colour-selected), 0 calc(var(--shadow-base) + var(--shadow-hover)) 0 var(--shadow-indent) var(--shadow-color);
  z-index: 2;
}
.page--activity .answers:not(.answered) .answer-wrapper:hover .action, .page--activity .answers:not(.answered) .answer-wrapper.selected .action, .page--activity .answers:not(.answered) .answer-wrapper:focus .action {
  display: block;
  box-shadow: inherit;
}
.page--activity .answers:not(.answered) .answer-wrapper:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px var(--colour-grey), 0px 0px 0px 6px #ffba00;
}
.page--activity .answers:not(.answered) .answer-wrapper:focus .button {
  outline: none;
  box-shadow: 0px 0px 0px 2px var(--colour-grey), 0px 0px 0px 6px #ffba00;
}
.page--activity .answers:not(.answered) .answer-wrapper:focus:not(:focus-visible) {
  box-shadow: none;
}
.page--activity .answers:not(.answered) .answer-wrapper:focus:not(:focus-visible) .button {
  box-shadow: none;
}
.page--activity .answers.answered .answer-wrapper {
  pointer-events: none;
}
.page--activity .answers.answered .answer-wrapper.selected {
  background-color: var(--colour-selected);
  color: var(--colour-black);
}
.page--activity .answers.answered .answer-wrapper.selected::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16"><path fill="currentColor" fill-rule="evenodd" d="m12.496 1.744 6.395 9.592A3 3 0 0 1 16.394 16H3.606a3 3 0 0 1-2.497-4.664l6.395-9.592a3 3 0 0 1 4.992 0Z"/></svg>');
  content: '';
  width: 10px;
  height: 8px;
  position: absolute;
  left: calc(50% - 5px);
  bottom: 2px;
}
.page--activity .answers.answered .answer-wrapper.selected .action {
  display: none;
}
.page--activity .answers.answered .answer-wrapper.selected_incorrect {
  background-color: var(--colour-incorrect);
  color: var(--colour-black);
}
.page--activity .answers.answered .answer-wrapper.selected_correct {
  background-color: var(--colour-correct);
  color: var(--colour-black);
}
.page--activity .answers__item {
  margin-bottom: 0.5em;
}
.page--activity .answer-wrapper {
  --border-colour: var(--colour-black);
  --border-thickness: 4px;
  --shadow-base: calc(var(--border-thickness) * 2);
  --shadow-indent: calc(var(--border-thickness) * -1);
  --shadow-hover: 6px;
  --shadow-color: var(--colour-black);
  border: solid var(--border-thickness) var(--shadow-color);
  box-shadow: 0 var(--shadow-base) 0 var(--shadow-indent) var(--shadow-color);
  transition: box-shadow 0.1s ease-in;
  transition-property: transform, box-shadow;
  will-change: box-shadow;
  --colour-black: #000;
  background: #fff;
  box-shadow: inset 0px 0px 0px 0px var(--colour-selected), 0 var(--shadow-base) 0 var(--shadow-indent) var(--shadow-color);
  padding: 10px;
  position: relative;
  width: 100%;
}
.page--activity .answer-wrapper:hover, .page--activity .answer-wrapper:focus-visible {
  transform: translateY(calc(var(--shadow-hover) * -1));
}
.page--activity .answer-wrapper:hover {
  box-shadow: 0 calc(var(--shadow-base) + var(--shadow-hover)) 0 var(--shadow-indent) var(--shadow-color);
}
.page--activity .answer-wrapper:active {
  transform: translateY(var(--border-thickness));
  box-shadow: 0 calc(var(--shadow-indent) * -1) 0 var(--shadow-indent) var(--shadow-color);
}
.page--activity .answer-wrapper:focus-visible {
  outline: none;
  box-shadow: 0px 0px 0px 2px var(--colour-grey), 0px 0px 0px 6px #ffba00;
}
.page--activity .answer-wrapper .label {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  cursor: pointer;
  display: block;
}
.page--activity .answer-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.page--activity .answer-wrapper .img {
  background: #fff;
}
.page--activity .answer-wrapper .img img {
  display: block;
  margin: 0 auto;
}
.page--activity .answer-wrapper .action {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--colour-selected);
}
.page--activity .answer-wrapper .button {
  padding: 13px;
  margin: 0 10px 10px;
  background: white;
  border-color: var(--colour-selected);
}
.page--activity .answer-wrapper .answer {
  font-weight: normal;
  margin: 0;
  padding: 10px;
  width: 100%;
  display: block;
}
.page--activity .answer-wrapper.selected .answer, .page--activity .answer-wrapper.selected_incorrect .answer, .page--activity .answer-wrapper.selected_correct .answer {
  font-weight: var(--font-weight-bold);
}
.page--activity .answer-wrapper.selected_incorrect {
  background-color: var(--colour-incorrect);
  color: var(--colour-white);
}
.page--activity .answer-wrapper.selected_correct {
  background-color: var(--colour-correct);
}
.page--activity .response {
  text-align: center;
  margin: 20px 0 3px;
}
.page--activity .response .button {
  margin: 0;
}
.page--activity .content-footer {
  margin-top: 1em;
}
.page--activity .content-footer .content-area p:first-child {
  margin-top: 0;
}
.page--activity .preloader {
  width: 40px;
  min-width: 0;
  margin: 0 auto;
}
.page--activity .preloader .icon {
  width: 40px;
  min-width: 0;
  margin: 0 auto;
}
.page--activity .preloader.ng-leave {
  -moz-transition: -moz-transform 0.4s ease-out, height 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease-out, height 0.4s ease-out;
  -webkit-transition: -webkit-transform 0.4s ease-out, height 0.4s ease-out;
  transition: transform 0.4s ease-out, height 0.4s ease-out;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page--activity .preloader.ng-leave.ng-leave-active {
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  height: 1px;
}

.page-activity__body {
  margin-bottom: 20px;
  margin-top: 20px;
}

.page-activity__content .content-area {
  margin-top: 24px;
}

@media only screen and (min-width: 60em) {
  .page--activity .container.closed {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    overflow: hidden;
  }
  .page--activity .container.open {
    -moz-transition: -moz-transform 0.6s cubic-bezier(0.63, 1.92, 0.12, 0.31);
    -o-transition: -o-transform 0.6s cubic-bezier(0.63, 1.92, 0.12, 0.31);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.63, 1.92, 0.12, 0.31);
    transition: transform 0.6s cubic-bezier(0.63, 1.92, 0.12, 0.31);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@media only screen and (min-width: 43.063em) {
  .page--activity .content-area .small-only {
    display: none;
  }
  .page--activity .content-area .medium-up {
    display: block;
  }
  .page--activity .activity-body {
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    -ms-flex: 0 1 auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 91.66667%;
    width: 91.66667%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
  .page--activity .question.image .answers .answer-wrapper .label {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page--activity .question.image .answers .answer-wrapper .answer {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .page--activity .question.text .answers .answer-wrapper .label {
    -ms-flex-pack: center;
    -webkit-flex-pack: center;
    justify-content: center;
  }
  .page--activity .answers {
    display: -ms-flexbox;
    display: -webkit-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .page--activity .answers__item {
    width: calc(33.333% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .page--activity .answer-wrapper {
    min-height: 100%;
  }
  .page--activity .answer-wrapper .label {
    display: -ms-flexbox;
    display: -webkit-flexbox;
    display: flex;
  }
  .page--activity .answer-wrapper .answer {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 43.063em) and (-ms-high-contrast: none) {
  .page--activity .answer-wrapper {
    display: block;
    min-height: auto;
  }
  .page--activity .answer-wrapper .label {
    display: block;
  }
}
@media only screen and (min-width: 43.063em) and (max-width: 77em) {
  .page--activity .content-area .medium-only {
    display: block;
  }
}
@media only screen and (min-width: 64.063em) {
  .page--activity .content-area .large-up {
    display: block;
  }
  .page--activity .answers__item {
    width: calc(25% - 20px);
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .page--activity .content-area .large-only {
    display: block;
  }
}
@media only screen and (min-width: 90.063em) {
  .page--activity .content-area .xlarge-up {
    display: block;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .page--activity .content-area .xlarge-only {
    display: block;
  }
}
.page--activity-quiz .activity-body {
  opacity: 0;
  max-height: 1px;
}
.page--activity-quiz .activity-body.loaded {
  opacity: 1;
  max-height: 5000px;
}
.page--activity-quiz .activity-body.loaded-add {
  -moz-transition-timing-function: ease-out, ease-out;
  -o-transition-timing-function: ease-out, ease-out;
  -webkit-transition-timing-function: ease-out, ease-out;
  transition-timing-function: ease-out, ease-out;
  -moz-transition-duration: 1s, 1s;
  -o-transition-duration: 1s, 1s;
  -webkit-transition-duration: 1s, 1s;
  transition-duration: 1s, 1s;
  -moz-transition-property: max-height, opacity;
  -o-transition-property: max-height, opacity;
  -webkit-transition-property: max-height, opacity;
  transition-property: max-height, opacity;
  max-height: 1px;
  opacity: 0;
  overflow: hidden;
}
.page--activity-quiz .activity-body.loaded-add.loaded-add-active {
  opacity: 1;
  max-height: 1000px;
}
.page--activity-quiz .video iframe,
.page--activity-quiz .video .OVPlayer {
  height: 100%;
}
.page--activity-quiz .result {
  text-align: center;
}
.page--activity-quiz .result .img {
  background: #fff;
  text-align: center;
}
.page--activity-quiz .result .img:focus {
  box-shadow: none;
}
.page--activity-quiz .result .img.has-video > img {
  display: none;
}
.page--activity-quiz .result .img.has-video > .video {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.page--activity-quiz .result .img.has-video .video-container {
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}
.page--activity-quiz .result .img.has-video .video-container .video {
  height: 100%;
  width: 100%;
}
.page--activity-quiz .result .result {
  margin: 24px 0 10px;
}
.page--activity-quiz .result .result h2 {
  text-align: center;
  margin: 0;
}
.page--activity-quiz .result .result p {
  margin: 0;
}
.page--activity-quiz .result .action {
  text-align: center;
  margin: 20px 0 0 3px;
}
.page--activity-quiz .result .action .button {
  margin: 10px 10px 0;
}
.page--activity-quiz .result .action .fbshare {
  display: none;
}
.page--activity-quiz .progress {
  font-family: "museo-sans", sans-serif;
  font-weight: var(--font-weight-bold);
  line-height: 1.2em;
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 12px 4px;
  text-align: center;
  background: #fff;
  border-radius: 2em;
  font-size: 1em;
  margin: 0;
  z-index: 1;
}
.page--activity-quiz .progress span {
  padding: 0 3px;
}
.page--activity-quiz .progress:focus {
  box-shadow: none;
}
.page--activity-quiz .response {
  padding: 20px;
  color: white;
  margin-bottom: 0;
}
.page--activity-quiz .response .focusable:focus {
  box-shadow: none;
}
.page--activity-quiz .response.correct {
  background: var(--colour-correct);
  color: var(--colour-black);
}
.page--activity-quiz .response.correct .response__title::before {
  background-image: url("../img/activity-quiz/quiz-right-answer-face.e56219539d3a.svg?1760030914");
}
.page--activity-quiz .response.incorrect {
  background: var(--colour-incorrect);
}
.page--activity-quiz .response.incorrect .response__title::before {
  background-image: url("../img/activity-quiz/quiz-wrong-answer-face.7db70fc83356.svg?1760030914");
}
.page--activity-quiz .response__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.page--activity-quiz .response__title::before {
  background: no-repeat center center;
  background-size: contain;
  content: " ";
  display: inline-block;
  margin: 0 12px 0 0;
  height: 40px;
  width: 40px;
}

@media only screen and (min-width: 43.063em) {
  .page--activity-quiz .response {
    display: -ms-flexbox;
    display: -webkit-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-flex-pack: center;
    justify-content: center;
  }
  .page--activity-quiz .response div:first-child {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
    margin: 0 20px 0 0;
  }
  .page--activity-quiz .response div:last-child {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .page--activity-quiz .response__title {
    font-size: 24px;
    justify-content: flex-start;
  }
  .page--activity-quiz .response__title::before {
    width: 48px;
    height: 48px;
  }
  .page--activity-quiz .page-activity__content .content-area {
    width: 100%;
  }
}
.page--activity-poll .activity-body {
  opacity: 0;
  max-height: 1px;
}
.page--activity-poll .activity-body.loaded {
  opacity: 1;
  max-height: 5000px;
}
.page--activity-poll .activity-body.loaded-add {
  -moz-transition-timing-function: ease-out, ease-out;
  -o-transition-timing-function: ease-out, ease-out;
  -webkit-transition-timing-function: ease-out, ease-out;
  transition-timing-function: ease-out, ease-out;
  -moz-transition-duration: 1s, 1s;
  -o-transition-duration: 1s, 1s;
  -webkit-transition-duration: 1s, 1s;
  transition-duration: 1s, 1s;
  -moz-transition-property: max-height, opacity;
  -o-transition-property: max-height, opacity;
  -webkit-transition-property: max-height, opacity;
  transition-property: max-height, opacity;
  max-height: 1px;
  opacity: 0;
  overflow: hidden;
}
.page--activity-poll .activity-body.loaded-add.loaded-add-active {
  opacity: 1;
  max-height: 1000px;
}
.page--activity-poll .answers.answered .bar {
  -moz-transition: width 2s cubic-bezier(0, 1.15, 0.8, 0.31);
  -o-transition: width 2s cubic-bezier(0, 1.15, 0.8, 0.31);
  -webkit-transition: width 2s cubic-bezier(0, 1.15, 0.8, 0.31);
  transition: width 2s cubic-bezier(0, 1.15, 0.8, 0.31);
}
.page--activity-poll .result {
  background: var(--colour-white);
  height: 2rem;
  line-height: 1.5em;
  margin: 15px 0 0 0;
  position: relative;
}
.page--activity-poll .result .bar {
  height: 100%;
  width: 0px;
}
.page--activity-poll .result .bar::after {
  background: var(--colour-correct) url("../img/activity-poll/poll-answer-result-overlay.8dc91c69d8af.png?1760030914");
  content: ' ';
  display: block;
  height: 100%;
  width: 100%;
}
.page--activity-poll .result .bar.play-added::after {
  -moz-transition: width 2s cubic-bezier(0.42, 0.8, 0.69, 0.27);
  -o-transition: width 2s cubic-bezier(0.42, 0.8, 0.69, 0.27);
  -webkit-transition: width 2s cubic-bezier(0.42, 0.8, 0.69, 0.27);
  transition: width 2s cubic-bezier(0.42, 0.8, 0.69, 0.27);
  width: 0%;
}
.page--activity-poll .result .bar.play-added.play-added-active::after {
  width: 100%;
}
.page--activity-poll .result span {
  background: var(--colour-white);
  font-size: 0.75rem;
  position: absolute;
  right: 5px;
  top: 0.5rem;
  line-height: 1.4;
  padding: 0 0.3em;
}

@media only screen and (min-width: 43.063em) {
  .page--activity-poll .answers li {
    display: -ms-flexbox;
    display: -webkit-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page--activity-poll .answers .answer-wrapper {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
  }
  .page--activity-poll .page-activity__content .content-area {
    width: 100%;
  }
}
@media only screen and (min-width: 64.063em) {
  .page--activity-gallery .activity-body {
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    -ms-flex: 0 1 auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 83.33333%;
    width: 83.33333%;
  }
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  overflow: hidden;
  width: 1920px;
  height: 1080px;
}

h1 {
  margin-top: 0;
  font-size: 3rem;
}

#back-btn {
  --border-colour: var(--colour-black);
  --border-thickness: 4px;
  --shadow-base: var(--border-thickness);
  --shadow-indent: 0px;
  --shadow-hover: 6px;
  --shadow-color: var(--colour-black);
  border: solid var(--border-thickness) var(--shadow-color);
  box-shadow: 0 var(--shadow-base) 0 var(--shadow-indent) var(--shadow-color);
  --colour-black: #000;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--colour-white);
  z-index: 4;
}
#back-btn span {
  visibility: hidden;
  top: 0;
  position: absolute;
  left: 0;
}
#back-btn:active {
  transform: translate(2px, 2px);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.4);
}

:focus {
  outline: none;
  box-shadow: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.kiosk-page {
  display: flex;
  width: 100%;
  height: 100%;
}
.kiosk-page a.button.fbshare,
.kiosk-page label.button.fbshare,
.kiosk-page .fblink,
.kiosk-page .DTD_results_fb {
  display: none !important;
}

.kiosk-scrollable-effect {
  position: relative;
}
.kiosk-scrollable-effect::before, .kiosk-scrollable-effect::after {
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.4s ease;
  opacity: 0;
}
.kiosk-scrollable-effect::before {
  left: 0;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 99%);
}
.kiosk-scrollable-effect::after {
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 99%);
}

.kiosk-scrollable-effect--ready::after {
  opacity: 1;
}

.kiosk-scrollable-effect--moved::before {
  opacity: 1;
}

.kiosk-scrollable-effect--moved-limit::after {
  opacity: 0;
}

.main-sidebar,
.main-content {
  position: relative;
  height: 100%;
}

.text-center {
  text-align: center;
}

div.ngrid {
  position: relative;
}
div.ngrid .grid-item {
  position: absolute;
}
div.ngrid .outline .icon .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  min-width: 0;
}

#surprise-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.main-sidebar {
  width: 640px;
  background: var(--colour-blue);
  box-shadow: 6px 0 0 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  color: white;
  text-align: center;
  z-index: 1;
  flex: 0 0 auto;
}

.main-sidebar__header {
  padding: 30px 40px 18px 40px;
  height: 180px;
}

.main-sidebar__home,
.main-sidebar__random {
  display: block;
  width: 100%;
  max-width: 560px;
  text-decoration: none;
  position: relative;
}

.main-sidebar__home {
  background-color: #60E3FF;
  border-radius: 2em;
}

.main-sidebar__home-img img {
  display: block;
  margin: 0 auto;
  padding: 14px 0 16px;
}

.main-sidebar__home-icon {
  --border-colour: var(--colour-black);
  --border-thickness: 4px;
  --shadow-base: var(--border-thickness);
  --shadow-indent: 0px;
  --shadow-hover: 6px;
  --shadow-color: var(--colour-black);
  border: solid var(--border-thickness) var(--shadow-color);
  box-shadow: 0 var(--shadow-base) 0 var(--shadow-indent) var(--shadow-color);
  --border-thickness: 2px;
  --colour-black: #000;
  position: absolute;
  width: 60px;
  height: 60px;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--colour-white);
  border: none;
  border-radius: 50%;
}
.main-sidebar__home-icon svg {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-sidebar__home-icon svg g {
  fill-opacity: 100;
}

.main-sidebar__title {
  color: var(--colour-black);
  font-size: 1.75rem;
  gap: 15px;
  margin: 15px auto 0;
  display: flex;
  align-items: center;
  line-height: 1;
  justify-content: center;
  position: relative;
}

.main-sidebar__title-icon {
  aspect-ratio: 1/ 1;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  flex: 0 0 50px;
  overflow: hidden;
  width: 50px;
  min-width: 0px;
}

.main-sidebar__content {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.main-sidebar__content::before, .main-sidebar__content::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  display: block;
  content: '';
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
  pointer-events: none;
}
.main-sidebar__content::before {
  top: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.main-sidebar__content::after {
  bottom: 0;
}

.main-sidebar__grid {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0;
  text-align: left;
  overflow: auto;
  height: 100%;
}
.main-sidebar__grid::-webkit-scrollbar {
  width: 0px !important;
}
.main-sidebar__grid #grid-container {
  margin: 0 auto;
  width: 100%;
  max-width: 520px;
}
.main-sidebar__grid div.ngrid {
  float: none;
  width: 100%;
}
.main-sidebar__grid div.ngrid.special-random {
  display: none;
}
.main-sidebar__grid div.ngrid.importance-1 {
  padding-bottom: 100%;
}
.main-sidebar__grid div.ngrid.importance-1 .outline .icon .icon {
  top: 0;
  left: 0;
  width: 100%;
}
.main-sidebar__grid div.ngrid.importance-2.direction-v, .main-sidebar__grid div.ngrid.importance-2.direction-h {
  width: 100%;
  padding-bottom: 52.31%;
}
.main-sidebar__grid div.ngrid.importance-2.direction-v .sub .img,
.main-sidebar__grid div.ngrid.importance-2.direction-v .sub .outline, .main-sidebar__grid div.ngrid.importance-2.direction-h .sub .img,
.main-sidebar__grid div.ngrid.importance-2.direction-h .sub .outline {
  height: 100%;
  position: absolute;
  width: 50%;
  top: 0;
}
.main-sidebar__grid div.ngrid.importance-2.direction-v .sub .outline, .main-sidebar__grid div.ngrid.importance-2.direction-h .sub .outline {
  left: 50%;
}
.main-sidebar__grid div.ngrid.importance-2.direction-v .sub .outline .content, .main-sidebar__grid div.ngrid.importance-2.direction-h .sub .outline .content {
  margin: 0 20px 0 2.5vw;
  text-align: center;
}
.main-sidebar__grid div.ngrid.importance-2.direction-v .sub .outline .content h2, .main-sidebar__grid div.ngrid.importance-2.direction-h .sub .outline .content h2 {
  font-size: 1.125rem;
}
.main-sidebar__grid div.ngrid.importance-2.direction-v .sub .outline .content h3, .main-sidebar__grid div.ngrid.importance-2.direction-h .sub .outline .content h3 {
  font-size: 0.875rem;
}
.main-sidebar__grid div.ngrid.importance-2.direction-v .sub .outline > .icon, .main-sidebar__grid div.ngrid.importance-2.direction-h .sub .outline > .icon {
  height: 5vw;
  width: 5vw;
  margin: 0;
  padding: 0;
  top: 50%;
  right: auto;
  bottom: auto;
  left: -39%;
  transform: translate(50%, -50%);
}
.main-sidebar__grid div.ngrid.importance-2.direction-v .sub .img, .main-sidebar__grid div.ngrid.importance-2.direction-h .sub .img {
  left: 0%;
}

.main-sidebar__footer {
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-sidebar__random {
  font-size: 1.5rem;
  margin: 0 auto;
  opacity: 0;
  color: var(--colour-black);
}
.main-sidebar__random:hover .main-sidebar__random-char {
  transform: translateY(var(--shadow-hover));
}
.main-sidebar__random:active .main-sidebar__random-char {
  transform: translateY(calc(var(--shadow-hover) * -1));
}

span.main-sidebar__random-char {
  background: none;
  padding: 0;
  position: absolute;
  right: -15px;
  bottom: -33px;
  transition: inherit;
}

span.main-sidebar__random-txt {
  padding-bottom: 10px;
  padding-top: 10px;
}

.main-content {
  width: 100%;
  max-width: 1280px;
  flex: 1;
  overflow: auto;
}
.main-content::-webkit-scrollbar {
  width: 0px !important;
}

.main-content-container {
  position: relative;
}

.main-content-wrapper {
  padding: 40px 40px 0 40px;
  width: 100%;
  overflow: auto;
}

.main-content-container--split {
  width: 100%;
  overflow: hidden;
}

.main-content-wrapper--split__bottom {
  padding-bottom: 20px;
  background-color: #DFDFDF;
}

.main-footer {
  padding-top: 20px;
  display: flex;
  align-items: flex-end;
  padding: 20px 40px;
  position: relative;
}
.main-footer::after {
  position: absolute;
  top: 0;
  left: 40px;
  width: calc(100% - 80px);
  border-top: solid 1px #CDCDCD;
  content: '';
}

.main-footer--gray {
  background-color: #DFDFDF;
}

.main-footer__legal {
  text-align: right;
  flex: 1;
  color: var(--colour-black);
}
.main-footer__legal p {
  margin-bottom: 0;
  margin: 6px 0;
  font-size: 0.75rem;
}

.main-footer-esrb {
  padding-left: 20px;
}
.main-footer-esrb img {
  display: block;
}

.main-footer--spaced {
  margin: 0 40px 20px;
}

.friends {
  --colour-black: #000;
  width: 100%;
  overflow: auto;
  padding: 10px 0 30px;
  margin-top: 50px;
}
.friends::-webkit-scrollbar {
  width: 0px !important;
}
.friends ul {
  display: flex;
}
.friends ul li {
  padding: 0 10px;
  flex: 1 0 auto;
}
.friends ul li:last-child {
  padding-right: 40px;
}
.friends ul li:first-child {
  padding-left: 40px;
}
.friends img {
  display: block;
  width: 100%;
}
.friends a {
  display: block;
  text-decoration: none;
  text-align: center;
}
.friends a > div {
  --border-colour: var(--colour-black);
  --border-thickness: 4px;
  --shadow-base: var(--border-thickness);
  --shadow-indent: 0px;
  --shadow-hover: 6px;
  --shadow-color: var(--colour-black);
  border: solid var(--border-thickness) var(--shadow-color);
  box-shadow: 0 var(--shadow-base) 0 var(--shadow-indent) var(--shadow-color);
  border-radius: 50%;
  overflow: hidden;
}
.friends a > span {
  font-family: "museo-sans", sans-serif;
  font-weight: var(--font-weight-bold);
  line-height: 1.2em;
  font-size: 1.25rem;
  text-align: center;
  display: block;
  margin: 10px auto 0;
}
.friends a:active > div {
  transform: translate(2px, 2px);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.3);
}

.kiosk-page--home {
  --colour-black: #000;
}
.kiosk-page--home .main-content-wrapper--split__top {
  height: 537px;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.kiosk-page--home .main-content-wrapper--split__top::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.3) 99%);
  pointer-events: none;
}
.kiosk-page--home .friends a {
  width: 260px;
}
.kiosk-page--home .friends a > div {
  --border-colour: var(--colour-black);
  --border-thickness: 4px;
  --shadow-base: var(--border-thickness);
  --shadow-indent: 0px;
  --shadow-hover: 6px;
  --shadow-color: var(--colour-black);
  border: solid var(--border-thickness) var(--shadow-color);
  box-shadow: 0 var(--shadow-base) 0 var(--shadow-indent) var(--shadow-color);
}
.kiosk-page--home .main-content-wrapper--split__bottom {
  height: 423px;
  display: flex;
  flex-direction: column;
}
.kiosk-page--home .explore-list {
  flex: 1;
}
.kiosk-page--home .explore-nav {
  display: flex;
  margin-top: 32px;
}
.kiosk-page--home .activities {
  flex: 1;
}
.kiosk-page--home .activities ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-right: 20px;
}
.kiosk-page--home .activities ul li {
  width: calc(100% / 5 - 20px);
  margin-right: 20px;
}
.kiosk-page--home .activities ul li:last-child {
  margin-right: 0;
}
.kiosk-page--home .activities a {
  display: block;
  text-decoration: none;
}
.kiosk-page--home .activities a span {
  font-family: "museo-sans", sans-serif;
  font-weight: var(--font-weight-bold);
  line-height: 1.2em;
  font-size: 1.1875rem;
  text-align: center;
  display: block;
  margin: 20px auto 0;
}
.kiosk-page--home .activities .activity-border {
  --border-colour: var(--colour-black);
  --border-thickness: 4px;
  --shadow-base: var(--border-thickness);
  --shadow-indent: 0px;
  --shadow-hover: 6px;
  --shadow-color: var(--colour-black);
  border: solid var(--border-thickness) var(--shadow-color);
  box-shadow: 0 var(--shadow-base) 0 var(--shadow-indent) var(--shadow-color);
  border: none;
  border-radius: 50%;
}
.kiosk-page--home .activities .icon {
  border: solid 10px #00bff3;
}
.kiosk-page--home .kiosk-surprise-box button {
  appearance: none;
  border: none;
  padding: 0;
  background: none;
}
.kiosk-page--home .kiosk-surprise-box button::after {
  content: "";
  animation: shakeDelay 5s infinite linear;
  background: url("../img/common/surprise-block.1a8d347f86bb.svg?1760030914") no-repeat center center;
  display: block;
  width: 175px;
  height: 187px;
}
.kiosk-page--home .kiosk-surprise-box button span {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.kiosk-page--home .kiosk-surprise-box button:active, .kiosk-page--home .kiosk-surprise-box button:hover, .kiosk-page--home .kiosk-surprise-box button:focus {
  outline: none;
}
.kiosk-page--home .kiosk-surprise-box button:active {
  transform: scale(0.95);
}

.kiosk-page--character .main-content-wrapper--split__top {
  padding: 0;
  height: 624px;
}
.kiosk-page--character .main-content-wrapper--split__bottom {
  height: 336px;
  padding: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.kiosk-page--character .header {
  display: flex;
  align-items: center;
  height: 100%;
}
.kiosk-page--character .header.light .header__txt h1,
.kiosk-page--character .header.light .header__txt h2,
.kiosk-page--character .header.light .header__txt p {
  color: white;
}
.kiosk-page--character .header__img {
  flex: 0 0 auto;
  height: 100%;
}
.kiosk-page--character .header__img img {
  width: auto;
  max-height: 100%;
}
.kiosk-page--character .header__txt {
  padding: 0 0 0 40px;
}
.kiosk-page--character .header__txt-title {
  font-size: 3rem;
}
.kiosk-page--character .header__txt-subtitle {
  font-size: 1.75rem;
}
.kiosk-page--character .header__txt-content p {
  font-size: 1rem;
  line-height: 1.5;
}
.kiosk-page--character .tabs {
  position: relative;
  height: 337px;
  flex: 1;
}
.kiosk-page--character .tabs-switcher {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 90%;
  background-color: var(--colour-white);
  padding: 6px;
  display: flex;
  border-radius: 2em;
  z-index: 1;
}
.kiosk-page--character .tabs-switcher .tabs-switcher__tab:last-child {
  margin-right: 0;
}
.kiosk-page--character .tabs-switcher__tab {
  border-radius: 2em;
  background: var(--colour-white);
  border-radius: 100px;
  margin-right: 10px;
  color: var(--colour-black);
  font-weight: var(--font-weight-bold);
}
.kiosk-page--character .tabs-switcher__tab label {
  font-size: 1.125rem;
  text-align: center;
  width: 124px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.kiosk-page--character .tabs-sliders,
.kiosk-page--character .tabs-sliders__list,
.kiosk-page--character .tabs-sliders__wrapper,
.kiosk-page--character .tabs-sliders__slider {
  height: 100%;
}
.kiosk-page--character .tabs-sliders::-webkit-scrollbar,
.kiosk-page--character .tabs-sliders__list::-webkit-scrollbar,
.kiosk-page--character .tabs-sliders__wrapper::-webkit-scrollbar,
.kiosk-page--character .tabs-sliders__slider::-webkit-scrollbar {
  width: 0px !important;
}
.kiosk-page--character .tabs-sliders__list {
  margin-top: 0;
  padding-top: 50px;
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
}
.kiosk-page--character .tabs-sliders__list.tabs-sliders__list--nonscrolling {
  overflow: hidden;
}
.kiosk-page--character .tabs-sliders__list.tabs-sliders__list--nonscrolling ul {
  justify-content: center;
}
.kiosk-page--character .tabs-sliders__list ul {
  display: flex;
}
.kiosk-page--character .tabs-sliders__list ul li {
  padding: 0 10px;
  max-width: 250px;
  min-width: 250px;
  box-sizing: content-box;
}
.kiosk-page--character .tabs-sliders__list ul li:first-child {
  padding-left: 40px;
}
.kiosk-page--character .tabs-sliders__list ul li:last-child {
  padding-right: 40px;
}
.kiosk-page--character .tabs-sliders__item {
  display: block;
  text-decoration: none;
  text-align: left;
  font-size: 1rem;
}
.kiosk-page--character .tabs-sliders__item-txt {
  display: block;
}
.kiosk-page--character .tabs-sliders__item-txt span {
  display: block;
}
.kiosk-page--character .tabs-sliders__wrapper--friends .tabs-sliders__list {
  margin-top: 0;
}
.kiosk-page--character .tabs-sliders__wrapper--friends .tabs-sliders__list ul li {
  max-width: 255px;
}
.kiosk-page--character .tabs-sliders__wrapper--games .tabs-sliders__list {
  padding-bottom: 0;
}
.kiosk-page--character .tabs-sliders__wrapper--games .tabs-sliders__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.kiosk-page--character .tabs-sliders__wrapper--games .tabs-sliders__item[data-system="Nintendo Switch"] .tabs-sliders__item-system {
  padding: 2px 6px;
  border-left: solid 2px #E60012;
}
.kiosk-page--character .tabs-sliders__wrapper--games .tabs-sliders__item[data-system="Nintendo 3DS"] .tabs-sliders__item-system {
  padding: 2px 6px;
  border-left: solid 2px #E60012;
}
.kiosk-page--character .tabs-sliders__wrapper--games .tabs-sliders__item[data-system="Wii U"] .tabs-sliders__item-system {
  padding: 2px 6px;
  border-left: solid 2px #E60012;
}
.kiosk-page--character .tabs-sliders__wrapper--games .tabs-sliders__item-txt {
  margin-top: 10px;
}
.kiosk-page--character .tabs-sliders__wrapper--games .tabs-sliders__item-img {
  align-items: center;
  background-color: #b9b9b9;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  height: 140px;
  overflow: hidden;
}
.kiosk-page--character .tabs-sliders__wrapper--games .tabs-sliders__item-img img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.kiosk-page--character .tabs-sliders__wrapper--games .tabs-sliders__item-system {
  font-size: 0.875rem;
  margin-top: 10px;
  display: inline-block;
  position: relative;
}
.kiosk-page--character .tabs-sliders__wrapper--amiibo .tabs-sliders__list {
  padding-top: 65px;
}
.kiosk-page--character .tabs-sliders__wrapper--amiibo .tabs-sliders__item-img {
  display: flex;
  justify-content: center;
}
.kiosk-page--character .tabs-sliders__wrapper--amiibo span {
  display: none;
}
.kiosk-page--character .tabs-slider__input {
  display: none;
}
.kiosk-page--character .tabs-sliders__wrapper {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  position: absolute;
}
.kiosk-page--character .tabs-switcher__tab--amiibo span {
  width: 105px;
  height: 23px;
  background: url("../img/kiosk/character-tabs-logo-amiibo.52e719c4edf9.png?1760030914") center top/100% auto no-repeat;
  text-indent: 110%;
  overflow: hidden;
  white-space: pre;
}
.kiosk-page--character .tabs-slider__input--friends:checked ~ .tabs-switcher .tabs-switcher__tab--friends {
  position: relative;
  background-color: #fff000;
}
.kiosk-page--character .tabs-slider__input--friends:checked ~ .tabs-switcher .tabs-switcher__tab--friends::after {
  bottom: 4px;
  content: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='m6.453 1.238 3.063 4.594A1.437 1.437 0 0 1 8.32 8.067H2.194A1.437 1.437 0 0 1 1 5.832l3.063-4.594a1.437 1.437 0 0 1 2.391 0Z'/%3E%3C/svg%3E ");
  height: 9px;
  left: calc(50% - 5px);
  position: absolute;
  width: 10px;
}
.kiosk-page--character .tabs-slider__input--friends:checked ~ .tabs-sliders .tabs-sliders__wrapper--friends {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.kiosk-page--character .tabs-slider__input--games:checked ~ .tabs-switcher .tabs-switcher__tab--games {
  position: relative;
  background-color: #fff000;
}
.kiosk-page--character .tabs-slider__input--games:checked ~ .tabs-switcher .tabs-switcher__tab--games::after {
  bottom: 4px;
  content: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='m6.453 1.238 3.063 4.594A1.437 1.437 0 0 1 8.32 8.067H2.194A1.437 1.437 0 0 1 1 5.832l3.063-4.594a1.437 1.437 0 0 1 2.391 0Z'/%3E%3C/svg%3E ");
  height: 9px;
  left: calc(50% - 5px);
  position: absolute;
  width: 10px;
}
.kiosk-page--character .tabs-slider__input--games:checked ~ .tabs-sliders .tabs-sliders__wrapper--games {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}
.kiosk-page--character .tabs-slider__input--amiibo:checked ~ .tabs-switcher .tabs-switcher__tab--amiibo {
  position: relative;
  background-color: #fff000;
}
.kiosk-page--character .tabs-slider__input--amiibo:checked ~ .tabs-switcher .tabs-switcher__tab--amiibo::after {
  bottom: 4px;
  content: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='m6.453 1.238 3.063 4.594A1.437 1.437 0 0 1 8.32 8.067H2.194A1.437 1.437 0 0 1 1 5.832l3.063-4.594a1.437 1.437 0 0 1 2.391 0Z'/%3E%3C/svg%3E ");
  height: 9px;
  left: calc(50% - 5px);
  position: absolute;
  width: 10px;
}
.kiosk-page--character .tabs-slider__input--amiibo:checked ~ .tabs-sliders .tabs-sliders__wrapper--amiibo {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.kiosk-page--activity .activity-header {
  padding: 40px 110px 40px 40px;
}
.kiosk-page--activity .activity-header.light .activity-header__title,
.kiosk-page--activity .activity-header.light .activity-header__text {
  color: white;
}
.kiosk-page--activity .preloader {
  display: table;
  margin: 0 auto;
}
.kiosk-page--activity .preloader .icon.loading div {
  margin: 0;
}
.kiosk-page--activity .activity-header__title {
  font-size: 1.75rem;
}
.kiosk-page--activity .activity-header__text {
  font-size: 1rem;
}
.kiosk-page--activity .activity-content {
  padding: 33px 60px 40px;
}
.kiosk-page--activity .activity-content-legal {
  margin-top: 10px;
}
.kiosk-page--activity .activity-content-legal p {
  font-size: 0.75rem;
  margin: 6px 0;
  line-height: 1.4;
}
.kiosk-page--activity .activity-carousel {
  padding-bottom: 40px;
  text-align: center;
  margin: 0 auto;
}
.kiosk-page--activity .activity-carousel h3 {
  font-size: 1.75rem;
  margin-bottom: 0.5em;
}

.kiosk-page--activity-gallery .gallery {
  max-width: 980px;
  margin: 0 auto;
}
.kiosk-page--activity-gallery .gallery .gallery__thumbnails {
  display: block;
}
.kiosk-page--activity-gallery .activity-content--galery {
  max-width: 1155px;
  margin: 0 auto;
  padding: 10px 10px 5px;
}

.kiosk-page--activity-video .video {
  position: relative;
  width: 980px;
  height: 551.25px;
  margin: 0 auto;
}
.kiosk-page--activity-video .video iframe,
.kiosk-page--activity-video .video .OVPlayer {
  height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}

.activity-content--video-error .error {
  text-align: center;
  padding: 100px 0;
}

.page.page--activity .result .action .button.go,
.page.page--activity .result .action .fbshare,
.page.page--activity .response .action .button.go,
.page.page--activity .response .action .fbshare {
  display: none;
}

/*# sourceMappingURL=screen-kiosk.css.map */
