@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  overflow-y: scroll;
}
img,
object,
embed {
  max-width: 100%;
}
img {
  display: block;
  min-width: 100%;
}
button {
  border: 0;
  padding: 0;
}
button:not(.is-disabled):not(.is-locked) {
  cursor: pointer;
}
.dir-rtl body {
  direction: rtl;
}
zw {
  display: inline-block;
  width: 0;
}
nb {
  white-space: nowrap;
}
@font-face {
  font-family: "vanilla";
  src: url('fonts/vanilla.woff2') format('woff2'), url('fonts/vanilla.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon:before {
  display: block;
  font-family: "vanilla";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow-with-circle-down:before {
  content: "\e900";
}
.icon-arrow-with-circle-left:before {
  content: "\e901";
}
.dir-rtl .icon-arrow-with-circle-left:before {
  content: "\e902";
}
.icon-arrow-with-circle-right:before {
  content: "\e902";
}
.dir-rtl .icon-arrow-with-circle-right:before {
  content: "\e901";
}
.icon-arrow-with-circle-up:before {
  content: "\e903";
}
.icon-chevron-with-circle-down:before {
  content: "\e904";
}
.icon-chevron-with-circle-left:before {
  content: "\e905";
}
.dir-rtl .icon-chevron-with-circle-left:before {
  content: "\e906";
}
.icon-chevron-with-circle-right:before {
  content: "\e906";
}
.dir-rtl .icon-chevron-with-circle-right:before {
  content: "\e905";
}
.icon-chevron-with-circle-up:before {
  content: "\e907";
}
.icon-info-with-circle:before {
  content: "\e908";
}
.icon-location:before {
  content: "\e909";
}
.icon-medal:before {
  content: "\e90a";
}
.icon-price-ribbon:before {
  content: "\e90b";
}
.icon-shield:before {
  content: "\e90c";
}
.icon-stopwatch:before {
  content: "\e90d";
}
.icon-text-document-inverted:before {
  content: "\e90e";
}
.icon-text-document:before {
  content: "\e90f";
}
.icon-trophy:before {
  content: "\e910";
}
.icon-arrow-down:before {
  content: "\e911";
}
.icon-arrow-left:before {
  content: "\e912";
}
.dir-rtl .icon-arrow-left:before {
  content: "\e913";
}
.icon-arrow-right:before {
  content: "\e913";
}
.dir-rtl .icon-arrow-right:before {
  content: "\e912";
}
.icon-arrow-up:before {
  content: "\e914";
}
.icon-bookmark:before {
  content: "\e915";
}
.icon-message:before {
  content: "\e916";
}
.icon-mouse:before {
  content: "\e917";
}
.icon-mobile:before {
  content: "\e918";
}
.icon-desktop:before {
  content: "\e919";
}
.icon-pencil:before {
  content: "\e91a";
}
.icon-forward-arrow:before {
  content: "\e91b";
}
.dir-rtl .icon-forward-arrow:before {
  content: "\e91c";
}
.icon-backwards-arrow:before {
  content: "\e91c";
}
.dir-rtl .icon-backwards-arrow:before {
  content: "\e91b";
}
.icon-person:before {
  content: "\e91d";
}
.icon-persons:before {
  content: "\e91e";
}
.icon-profile:before {
  content: "\e91f";
}
.icon-pin:before {
  content: "\e920";
}
.icon-map:before {
  content: "\e921";
}
.icon-point:before {
  content: "\e922";
}
.icon-star:before {
  content: "\e923";
}
.icon-star-hollow:before {
  content: "\e924";
}
.icon-comments:before {
  content: "\e925";
}
.icon-comment:before {
  content: "\e926";
}
.icon-home:before {
  content: "\e927";
}
.icon-popup:before {
  content: "\e928";
}
.icon-search:before {
  content: "\e929";
}
.icon-printer:before {
  content: "\e92a";
}
.icon-link:before {
  content: "\e92b";
}
.icon-flag:before {
  content: "\e92c";
}
.icon-cog:before {
  content: "\e92d";
}
.icon-tools:before {
  content: "\e92e";
}
.icon-tag:before {
  content: "\e92f";
}
.icon-camera:before {
  content: "\e930";
}
.icon-feedback:before {
  content: "\e931";
}
.icon-book:before {
  content: "\e932";
}
.icon-article:before {
  content: "\e933";
}
.icon-eye:before {
  content: "\e934";
}
.icon-time:before {
  content: "\e935";
}
.icon-microphone:before {
  content: "\e936";
}
.icon-calendar:before {
  content: "\e937";
}
.icon-timer:before {
  content: "\e938";
}
.icon-drag:before {
  content: "\e939";
}
.icon-light-bulb:before {
  content: "\e93a";
}
.icon-checklist:before {
  content: "\e93b";
}
.icon-ticket:before {
  content: "\e93c";
}
.icon-wi-fi:before {
  content: "\e93d";
}
.icon-line-graph:before {
  content: "\e93e";
}
.icon-pie-chart:before {
  content: "\e93f";
}
.icon-bar-graph:before {
  content: "\e940";
}
.icon-scatter-graph:before {
  content: "\e941";
}
.icon-padlock-locked:before {
  content: "\e942";
}
.icon-padlock-unlocked:before {
  content: "\e943";
}
.icon-tick:before {
  content: "\e944";
}
.icon-cross:before {
  content: "\e945";
}
.icon-minus:before {
  content: "\e946";
}
.icon-plus:before {
  content: "\e947";
}
.icon-info:before {
  content: "\e948";
}
.icon-question:before {
  content: "\e949";
}
.icon-warning:before {
  content: "\e94a";
}
.icon-list:before {
  content: "\e94b";
}
.icon-add-to-list:before {
  content: "\e94c";
}
.icon-menu:before {
  content: "\e94d";
}
.icon-grid:before {
  content: "\e94e";
}
.icon-portrait:before {
  content: "\e94f";
}
.icon-screens:before {
  content: "\e950";
}
.icon-landscape:before {
  content: "\e951";
}
.icon-images:before {
  content: "\e952";
}
.icon-media:before {
  content: "\e953";
}
.icon-folder:before {
  content: "\e954";
}
.icon-documents:before {
  content: "\e955";
}
.icon-delete:before {
  content: "\e956";
}
.icon-save:before {
  content: "\e957";
}
.icon-download:before {
  content: "\e958";
}
.icon-upload:before {
  content: "\e959";
}
.icon-expand:before {
  content: "\e95a";
}
.icon-shrink:before {
  content: "\e95b";
}
.icon-volume:before {
  content: "\e95c";
}
.icon-sound:before {
  content: "\e95d";
}
.icon-sound-mute:before {
  content: "\e95e";
}
.icon-controls-down:before {
  content: "\e95f";
}
.icon-controls-left:before {
  content: "\e960";
}
.dir-rtl .icon-controls-left:before {
  content: "\e961";
}
.icon-controls-right:before {
  content: "\e961";
}
.dir-rtl .icon-controls-right:before {
  content: "\e960";
}
.icon-controls-up:before {
  content: "\e962";
}
.icon-triangle-down:before {
  content: "\e963";
}
.icon-triangle-left:before {
  content: "\e964";
}
.dir-rtl .icon-triangle-left:before {
  content: "\e965";
}
.icon-triangle-right:before {
  content: "\e965";
}
.dir-rtl .icon-triangle-right:before {
  content: "\e964";
}
.icon-triangle-up:before {
  content: "\e966";
}
.icon-dot:before {
  content: "\e967";
}
.icon-ellipsis:before {
  content: "\e968";
}
.icon-up-down:before {
  content: "\e969";
}
.icon-controls-small-down:before {
  content: "\e96a";
}
.icon-controls-small-left:before {
  content: "\e96b";
}
.dir-rtl .icon-controls-small-left:before {
  content: "\e96c";
}
.icon-controls-small-right:before {
  content: "\e96c";
}
.dir-rtl .icon-controls-small-right:before {
  content: "\e96b";
}
.icon-controls-small-up:before {
  content: "\e96d";
}
.icon-radio-checked:before {
  content: "\e96e";
}
.icon-radio-unchecked:before {
  content: "\e96f";
}
.icon-language-1:before {
  content: "\e970";
}
.icon-accessibility:before {
  content: "\e971";
}
.icon-globe:before {
  content: "\e972";
}
.icon-language-2:before {
  content: "\e973";
}
.icon-checkbox-checked:before {
  content: "\e974";
}
.icon-checkbox-unchecked:before {
  content: "\e975";
}
.icon-accessibility-2:before {
  content: "\e976";
}
.icon-alert:before {
  content: "\e977";
}
.icon-arrow-down-2:before {
  content: "\e978";
}
.icon-arrow-left-2:before {
  content: "\e979";
}
.dir-rtl .icon-arrow-left-2:before {
  content: "\e97a";
}
.icon-arrow-right-2:before {
  content: "\e97a";
}
.dir-rtl .icon-arrow-right-2:before {
  content: "\e979";
}
.icon-arrow-up-2:before {
  content: "\e97b";
}
.icon-arrow-down-3:before {
  content: "\e97c";
}
.icon-arrow-left-3:before {
  content: "\e97d";
}
.dir-rtl .icon-arrow-left-3:before {
  content: "\e97e";
}
.icon-arrow-right-3:before {
  content: "\e97e";
}
.dir-rtl .icon-arrow-right-3:before {
  content: "\e97d";
}
.icon-arrow-up-3:before {
  content: "\e97f";
}
.icon-attachment:before {
  content: "\e980";
}
.icon-block:before {
  content: "\e981";
}
.icon-camera-off:before {
  content: "\e982";
}
.icon-camera-on:before {
  content: "\e983";
}
.icon-cloud:before {
  content: "\e984";
}
.icon-compass:before {
  content: "\e985";
}
.icon-copy-file:before {
  content: "\e986";
}
.icon-copyright:before {
  content: "\e987";
}
.icon-crop:before {
  content: "\e988";
}
.icon-devices:before {
  content: "\e989";
}
.icon-down-up:before {
  content: "\e98a";
}
.icon-ellipsis-vertical:before {
  content: "\e98b";
}
.icon-exlcamation:before {
  content: "\e98c";
}
.icon-expand_1:before {
  content: "\e98d";
}
.icon-extension:before {
  content: "\e98e";
}
.icon-favourite:before {
  content: "\e98f";
}
.icon-google-translate:before {
  content: "\e990";
}
.icon-hand:before {
  content: "\e991";
}
.icon-lightning:before {
  content: "\e992";
}
.icon-list-2:before {
  content: "\e993";
}
.icon-microphone-off:before {
  content: "\e994";
}
.icon-move:before {
  content: "\e995";
}
.icon-mute:before {
  content: "\e996";
}
.icon-ordered-list:before {
  content: "\e997";
}
.icon-question-circle:before {
  content: "\e998";
}
.icon-quote-close:before {
  content: "\e999";
}
.icon-quote-open:before {
  content: "\e99a";
}
.icon-refresh:before {
  content: "\e99b";
}
.icon-send:before {
  content: "\e99c";
}
.icon-sound-down:before {
  content: "\e99d";
}
.icon-sync:before {
  content: "\e99e";
}
.icon-tablet:before {
  content: "\e99f";
}
.icon-thumb-down:before {
  content: "\e9a0";
}
.icon-thumb-up:before {
  content: "\e9a1";
}
.icon-timer-empty:before {
  content: "\e9a2";
}
.icon-timer-full:before {
  content: "\e9a3";
}
.icon-video-captions-off-2:before {
  content: "\e9a4";
}
.icon-video-captions-off:before {
  content: "\e9a5";
}
.icon-video-captions:before {
  content: "\e9a6";
}
.icon-video-exit-fullscreen:before {
  content: "\e9a7";
}
.icon-video-fast-forward:before {
  content: "\e9a8";
}
.icon-video-fullscreen:before {
  content: "\e9a9";
}
.icon-video-loop:before {
  content: "\e9aa";
}
.icon-video-pause-circle:before {
  content: "\e9ab";
}
.icon-video-pause:before {
  content: "\e9ac";
}
.icon-video-play-circle:before {
  content: "\e9ad";
}
.icon-video-play:before {
  content: "\e9ae";
}
.icon-video-replay:before {
  content: "\e9af";
}
.icon-video-rewind:before {
  content: "\e9b0";
}
.icon-video-skip-back:before {
  content: "\e9b1";
}
.icon-video-skip-forward:before {
  content: "\e9b2";
}
.icon-video-stop:before {
  content: "\e9b3";
}
.icon-quote-close-2:before {
  content: "\e9b4";
}
.icon-quote-open-2:before {
  content: "\e9b5";
}
.icon-emotion-happy:before {
  content: "\e9b6";
}
.icon-emotion-not-ok:before {
  content: "\e9b7";
}
.icon-emotion-ok:before {
  content: "\e9b8";
}
.icon-emotion-sad:before {
  content: "\e9b9";
}
.icon-emotion-very-happy:before {
  content: "\e9ba";
}
.icon-emotion-very-unhappy:before {
  content: "\e9bb";
}
.icon-blogger-2:before {
  content: "\e9bc";
}
.icon-blogger:before {
  content: "\e9bd";
}
.icon-deviantart-2:before {
  content: "\e9be";
}
.icon-deviantart:before {
  content: "\e9bf";
}
.icon-doc-excel:before {
  content: "\e9c0";
}
.icon-doc-pdf:before {
  content: "\e9c1";
}
.icon-doc-word:before {
  content: "\e9c2";
}
.icon-facebook-2:before {
  content: "\e9c3";
}
.icon-facebook:before {
  content: "\e9c4";
}
.icon-flickr-2:before {
  content: "\e9c5";
}
.icon-flickr:before {
  content: "\e9c6";
}
.icon-github:before {
  content: "\e9c7";
}
.icon-instagram-2:before {
  content: "\e9c8";
}
.icon-instagram:before {
  content: "\e9c9";
}
.icon-linkedin-2:before {
  content: "\e9ca";
}
.icon-linkedin:before {
  content: "\e9cb";
}
.icon-paypal:before {
  content: "\e9cc";
}
.icon-pintrest-2:before {
  content: "\e9cd";
}
.icon-pintrest:before {
  content: "\e9ce";
}
.icon-qq-2:before {
  content: "\e9cf";
}
.icon-qq:before {
  content: "\e9d0";
}
.icon-reddit-2:before {
  content: "\e9d1";
}
.icon-reddit:before {
  content: "\e9d2";
}
.icon-rss-2:before {
  content: "\e9d3";
}
.icon-rss:before {
  content: "\e9d4";
}
.icon-sina-weibo-2:before {
  content: "\e9d5";
}
.icon-sina-weibo:before {
  content: "\e9d6";
}
.icon-soundcloud-2:before {
  content: "\e9d7";
}
.icon-soundcloud:before {
  content: "\e9d8";
}
.icon-steam-2:before {
  content: "\e9d9";
}
.icon-steam:before {
  content: "\e9da";
}
.icon-trello-2:before {
  content: "\e9db";
}
.icon-trello:before {
  content: "\e9dc";
}
.icon-tumbler-2:before {
  content: "\e9dd";
}
.icon-tumblr:before {
  content: "\e9de";
}
.icon-twitch:before {
  content: "\e9df";
}
.icon-twitter-2:before {
  content: "\e9e0";
}
.icon-twitter:before {
  content: "\e9e1";
}
.icon-vimeo-2:before {
  content: "\e9e2";
}
.icon-vimeo:before {
  content: "\e9e3";
}
.icon-wechat-2:before {
  content: "\e9e4";
}
.icon-wechat:before {
  content: "\e9e5";
}
.icon-weibo-2:before {
  content: "\e9e6";
}
.icon-weibo:before {
  content: "\e9e7";
}
.icon-xing-2:before {
  content: "\e9e8";
}
.icon-xing:before {
  content: "\e9e9";
}
.icon-youku-2:before {
  content: "\e9ea";
}
.icon-youku:before {
  content: "\e9eb";
}
.icon-youtube-2:before {
  content: "\e9ec";
}
.icon-youtube:before {
  content: "\e9ed";
}
.u-clearfix:before,
.u-clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.u-clearfix:after {
  clear: both;
}
.u-clearfix {
  zoom: 1;
}
.u-display-none {
  display: none !important;
}
.u-visibility-hidden {
  visibility: hidden !important;
}
.u-no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*TO ALLOW CHILDREN ELEMENTS TO BE POSITIONED ABSOLUTELY*/
.component {
  position: relative;
}
.block {
  position: relative;
}
/*INVISIBLE ARIA-LABELS*/
.aria-label {
  position: absolute !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
}
.aria-label.relative {
  position: relative !important;
}
/*FORCE ARIA-LABELS TO HIDE ON HIDDEN*/
.aria-label.aria-hidden {
  display: none !important;
}
/*HIDDEN FOCUS GUARD*/
.a11y-focusguard {
  left: 0 !important;
  bottom: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
  /*IPAD: Stop accessibility cursor focusing until end of page;*/
  /*DESKTOP: stop focus making window jump to bottom of page;*/
}
.touchevents .a11y-focusguard {
  position: absolute !important;
}
.no-touchevents .a11y-focusguard {
  position: fixed !important;
}
/*FOCUS DISTRACTION*/
#a11y-focuser {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: auto !important;
  color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, 0) !important;
  font-size: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: normal !important;
  z-index: 1;
}
.a11y-disable-focusoutline *:focus {
  outline: none !important;
}
.article__header-inner {
  margin: 0 auto;
  max-width: 56.25rem;
}
.block__inner {
  margin: 0 auto;
  max-width: 56.25rem;
}
.btn-icon {
  padding: 1rem;
  border: 0;
}
.btn-text {
  padding: 0.5rem 1rem;
}
.btn__response-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.btn__action:not(.is-full-width) {
  width: calc(50% - 1rem);
  margin-right: 1rem;
}
.dir-rtl .btn__action:not(.is-full-width) {
  margin-right: inherit;
  margin-left: 1rem;
}
.btn__feedback:not(.is-full-width) {
  width: calc(50% - 1rem);
  margin-left: 1rem;
}
.dir-rtl .btn__feedback:not(.is-full-width) {
  margin-left: inherit;
  margin-right: 1rem;
}
.btn__action.is-full-width,
.btn__feedback.is-full-width {
  width: 100%;
}
.can-show-marking .btn__action.is-full-width,
.can-show-marking .btn__feedback.is-full-width {
  margin-right: 2.5rem;
}
.dir-rtl .can-show-marking .btn__action.is-full-width,
.dir-rtl .can-show-marking .btn__feedback.is-full-width {
  margin-right: inherit;
  margin-left: 2.5rem;
}
.btn__marking {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dir-rtl .btn__marking {
  left: inherit;
  right: 50%;
  transform: translate(50%, -50%);
}
.btn__marking.is-full-width {
  left: inherit;
  right: 0.5rem;
  transform: translate(0, -50%);
}
.dir-rtl .btn__marking.is-full-width {
  left: 0.5rem;
  right: inherit;
}
.btn__marking.is-correct {
  background-color: #02b7a2;
  color: #ffffff;
}
.btn__marking.is-correct .icon:before {
  content: "\e944";
}
.btn__marking.is-incorrect {
  background-color: #ff0000;
  color: #ffffff;
}
.btn__marking.is-incorrect .icon:before {
  content: "\e945";
}
.component {
  width: 100%;
}
.component__container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 47.5rem) {
  .component__container {
    flex-direction: row;
  }
}
@media (min-width: 47.5rem) {
  .component.is-left {
    padding-right: 0.5rem;
    width: 50%;
  }
  .dir-rtl .component.is-left {
    padding-right: inherit;
    padding-left: 0.5rem;
  }
  .component.is-right {
    margin-left: auto;
    padding-left: 0.5rem;
    width: 50%;
  }
  .dir-rtl .component.is-right {
    margin-left: inherit;
    margin-right: auto;
    padding-left: inherit;
    padding-right: 0.5rem;
  }
}
.drawer {
  position: fixed;
  top: 0;
  right: -20rem;
  height: 100%;
  width: 20rem;
  z-index: 100;
}
.dir-rtl .drawer {
  right: inherit;
  left: -20rem;
}
.drawer__inner {
  position: relative;
  height: 100%;
  padding-top: 3.5rem;
}
.drawer__holder {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.drawer__toolbar {
  position: absolute;
  top: 0;
  width: 100%;
}
.drawer__back {
  float: left;
}
.dir-rtl .drawer__back {
  float: right;
}
.drawer__back .icon:before {
  content: "\e96b";
}
.dir-rtl .drawer__back .icon:before {
  content: "\e96c";
}
.drawer__close {
  float: right;
}
.dir-rtl .drawer__close {
  float: left;
}
.drawer__close .icon:before {
  content: "\e945";
}
.drawer__item-btn {
  width: 100%;
}
.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  z-index: 100;
}
#wrapper {
  padding-top: 3.5rem;
}
.nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 80;
  background-color: red;
}
.nav__inner {
  margin: 0 auto;
  max-width: 90rem;
}
.nav__back-btn {
  float: left;
}
.dir-rtl .nav__back-btn {
  float: right;
}
.nav__back-btn .icon:before {
  content: "\e96b";
}
.dir-rtl .nav__back-btn .icon:before {
  content: "\e96c";
}
.nav__drawer-btn {
  float: right;
}
.dir-rtl .nav__drawer-btn {
  float: left;
}
.nav__drawer-btn .icon:before {
  content: "\e94b";
}
.notify__popup {
  position: fixed;
  top: 50%;
  width: 100%;
  visibility: hidden;
  z-index: 100;
  background-color: #ffffff;
}
.notify__popup-inner {
  margin: 0 auto;
  max-width: 56.25rem;
}
.notify__close-btn .icon:before {
  content: "\e945";
}
.notify__icon .icon.is-prompt:before {
  content: "\e949";
}
.notify__icon .icon.is-alert:before {
  content: "\e94a";
}
@media (min-width: 47.5rem) {
  .notify__content.has-image .notify__content-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .notify__content.has-image .notify__title {
    width: 100%;
  }
  .notify__content.has-image .notify__body,
  .notify__content.has-image .notify__image-container {
    width: 50%;
  }
}
@media (min-width: 47.5rem) {
  .notify__content.align-image-left .notify__content-inner {
    flex-direction: row-reverse;
  }
}
.notify-push {
  position: fixed;
  right: 0;
  width: 20rem;
  opacity: 0;
  z-index: 100;
  background-color: #ffffff;
}
.notify-push.is-active {
  opacity: 1;
}
.dir-rtl .notify-push {
  right: auto;
  left: 0;
}
.notify-push__inner {
  cursor: pointer;
}
.notify-push__close-btn .icon:before {
  content: "\e945";
}
.page {
  margin: 0 auto;
  max-width: 90rem;
}
.page__header-inner {
  margin: 0 auto;
  max-width: 56.25rem;
}
html.adapt-scrolling {
  height: 100%;
  overflow: hidden;
}
html.adapt-scrolling body,
html.adapt-scrolling #app {
  height: 100%;
  overflow: hidden;
}
html.adapt-scrolling .nav {
  position: relative;
}
html.adapt-scrolling #app {
  position: relative;
  height: calc(100% - 3.5rem);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.adapt-scrolling #wrapper {
  padding: 0;
}
.shadow {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: 90;
}
/* PrismJS 1.20.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */
code[class*="language-"],
pre[class*="language-"] {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
  text-shadow: none;
  background: #b3d4fc;
}
pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
  text-shadow: none;
  background: #b3d4fc;
}
@media print {
  code[class*="language-"],
  pre[class*="language-"] {
    text-shadow: none;
  }
}
/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #f5f2f0;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray;
}
.token.punctuation {
  color: #999;
}
.token.namespace {
  opacity: 0.7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #9a6e3a;
  background: hsla(0, 0%, 100%, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #07a;
}
.token.function,
.token.class-name {
  color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
  color: #e90;
}
.token.important,
.token.bold {
  font-weight: bold;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.animate-hidden {
  opacity: 0;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
  animation-duration: 3s;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-duration: 2s;
  -webkit-animation-iteration-count: 4;
  animation-iteration-count: 4;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.nav__pagelevelprogress-btn {
  float: right;
  padding: 1.5rem 0.75rem;
}
.dir-rtl .nav__pagelevelprogress-btn {
  float: left;
}
.drawer .pagelevelprogress__item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.drawer .pagelevelprogress__item-title {
  width: 75%;
}
.drawer .pagelevelprogress__indicator {
  margin: 0 calc(12.5% - 1rem);
}
.drawer .pagelevelprogress__item-optional {
  width: 5rem;
}
.drawer .pagelevelprogress__item-optional-inner {
  font-size: 0.75rem;
}
.pagelevelprogress__indicator {
  width: 2rem;
  font-size: 1rem;
  border: 0.0625rem solid #000;
  border-radius: 50px;
  overflow: hidden;
}
.pagelevelprogress__indicator-inner {
  position: relative;
  height: 0.375rem;
}
.pagelevelprogress__indicator-bar {
  height: inherit;
  min-width: 10%;
  background-color: #000;
}
.resources__filter-inner {
  display: flex;
}
.resources__filter-btn {
  flex-grow: 1;
}
html:not(.ie) .resources__filter-btn {
  flex-basis: 0;
}
html.trickle {
  height: 100%;
}
html.trickle #wrapper {
  overflow: hidden;
  -ms-scroll-limit-y-max: 0;
}
.article {
  position: relative;
}
.trickle__inner {
  z-index: 80;
}
.trickle__btn {
  display: block;
  margin: auto;
}
.trickle.is-full-width .trickle__btn {
  width: 100%;
}
.trickle__btn-icon .icon:before {
  content: "\e96a";
}
.trickle.is-locked {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.trickle.is-full-width .trickle__inner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.boxmenu {
  margin: 0 auto;
  max-width: 90rem;
}
.boxmenu__header-inner {
  margin: 0 auto;
  max-width: 56.25rem;
}
.boxmenu__item-container-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 56.25rem;
}
.boxmenu-item {
  width: 100%;
}
@media (min-width: 47.5rem) {
  .boxmenu-item {
    width: 50%;
  }
}
.has-animation {
  overflow: hidden;
}
.fade-in-before > div {
  opacity: 0;
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
}
.fade-in-after > div {
  opacity: 1;
}
.fade-in-top-before > div {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
}
.fade-in-top-after > div {
  opacity: 1;
  transform: translateY(0);
}
.fade-in-bottom-before > div {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
}
.fade-in-bottom-after > div {
  opacity: 1;
  transform: translateY(0);
}
.fade-in-left-before > div {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
}
.fade-in-left-after > div {
  opacity: 1;
  transform: translateX(0);
}
.fade-in-right-before > div {
  opacity: 0;
  transform: translateX(100px);
  transition: all 2000ms cubic-bezier(0.23, 1, 0.32, 1), visibility 0s linear 0s;
}
.fade-in-right-after > div {
  opacity: 1;
  transform: translateX(0);
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWVAexQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/opensans/v40/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVc.ttf) format('truetype');
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.article.has-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.article__header-inner {
  padding: 0 0.5rem;
}
.article__title {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #12cbc4;
}
@media (min-width: 47.5rem) {
  .article__title {
    font-size: 2.5rem;
  }
}
.article__body {
  margin-bottom: 1rem;
}
.article__instruction {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.article__body a,
.article__instruction a {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .article__body a:hover,
.no-touch .article__instruction a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.has-attribution {
  position: relative;
}
.component__attribution {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
  transform: translate3d(0, 0, 0);
}
.gmcq__attribution {
  position: relative;
}
.block.has-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.block__inner {
  padding: 4rem 0.5rem;
}
.block__title {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #12cbc4;
}
@media (min-width: 47.5rem) {
  .block__title {
    font-size: 2.5rem;
  }
}
.block__body {
  margin-bottom: 1rem;
}
.block__instruction {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.block__body a,
.block__instruction a {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .block__body a:hover,
.no-touch .block__instruction a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.btn__container {
  margin-top: 1rem;
}
.btn-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal;
}
.btn-text {
  background-color: #5090e3;
  color: #ffffff;
  border-radius: 5px;
}
.no-touch .btn-text:not(.is-disabled):not(.is-locked):hover {
  background-color: #74aefa;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.btn-text.is-disabled {
  background-color: rgba(255, 255, 255, 0);
  color: #000;
}
.btn-text.is-locked {
  background-color: rgba(255, 255, 255, 0);
  color: #000;
  cursor: not-allowed;
}
.btn__marking {
  padding: 0.75rem;
  border-radius: 50%;
}
.can-show-marking .btn__action.is-full-width,
.can-show-marking .btn__feedback.is-full-width {
  margin-right: 4rem;
}
.dir-rtl .can-show-marking .btn__action.is-full-width,
.dir-rtl .can-show-marking .btn__feedback.is-full-width {
  margin-right: inherit;
  margin-left: 4rem;
}
.component__title {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #12cbc4;
}
@media (min-width: 47.5rem) {
  .component__title {
    font-size: 2.5rem;
  }
}
.component__body {
  margin-bottom: 1rem;
}
.component__instruction {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.component__body a,
.component__instruction a {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .component__body a:hover,
.no-touch .component__instruction a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.component.is-left + .component.is-right {
  padding-top: 4rem;
}
@media (min-width: 47.5rem) {
  .component.is-left + .component.is-right {
    padding-top: 0;
  }
}
.drawer {
  background-color: #36cde8;
}
.drawer__toolbar {
  border-bottom: 1px solid #18b7d3;
}
.drawer__btn {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #36cde8;
  color: #ffffff;
  border-radius: 50%;
}
.no-touch .drawer__btn:hover {
  background-color: #18b7d3;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.drawer__item-btn {
  display: block;
  padding: 1rem;
  background-color: #36cde8;
  border-bottom: 1px solid #18b7d3;
  color: #ffffff;
}
.no-touch .drawer__item-btn:not(.is-disabled):hover {
  background-color: #18b7d3;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.drawer__item-btn.is-disabled {
  background-color: rgba(255, 255, 255, 0);
  color: #000;
}
.drawer__item-btn.is-selected {
  background-color: #138fa5;
  color: #ffffff;
}
.drawer__item-title {
  margin-bottom: 0.25rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
}
.dir-rtl .drawer__item-title {
  text-align: right;
}
.drawer__item-body {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.dir-rtl .drawer__item-body {
  text-align: right;
}
.loading {
  background-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.loading__inner,
.loading__inner:before,
.loading__inner:after {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  animation-fill-mode: both;
  animation: loading 1.25s infinite ease-in-out;
}
.loading__inner {
  position: absolute;
  top: 51%;
  left: 0;
  right: 0;
  margin: auto;
  text-indent: -9999rem;
  animation-delay: -0.16s;
  transform: translateZ(0);
}
.loading__inner:before,
.loading__inner:after {
  content: "";
  position: absolute;
  top: 0;
}
.loading__inner:before {
  left: -3rem;
  animation-delay: -0.32s;
}
.loading__inner:after {
  left: 3rem;
}
@keyframes loading {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5rem 0 -1.3rem;
  }
  40% {
    box-shadow: 0 2.5rem 0 0;
  }
}
.nav {
  background-color: #ffffff;
}
.nav__inner {
  max-width: inherit;
}
.nav__btn {
  background-color: #00b975;
  color: #ffffff;
}
.no-touch .nav__btn:hover {
  background-color: #008655;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.notify__popup {
  background-color: #36cde8;
  color: #ffffff;
}
.notify__popup-inner {
  position: relative;
  padding: 4rem 0.5rem;
}
.notify__icon {
  display: none;
}
.notify__title {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  padding-right: 3.5rem;
}
@media (min-width: 47.5rem) {
  .notify__title {
    font-size: 2.5rem;
  }
}
.dir-rtl .notify__title {
  padding-right: inherit;
  padding-left: 3.5rem;
}
@media (min-width: 47.5rem) {
  .notify__title {
    padding-right: inherit;
  }
  .dir-rtl .notify__title {
    padding-left: inherit;
  }
}
.notify__body {
  margin-bottom: 1rem;
}
.notify__instruction {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.notify__body a,
.notify__instruction a {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
  color: #ffffff;
}
.no-touch .notify__body a:hover,
.no-touch .notify__instruction a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.no-touch .notify__body a:hover,
.no-touch .notify__instruction a:hover {
  color: #ffffff;
  transition: color 0.2s ease-in;
}
.notify__btn-container {
  margin-top: 1rem;
}
.notify__btn {
  background-color: #ffffff;
  color: #5090e3;
}
.no-touch .notify__btn:not(.is-disabled):hover {
  background-color: #e6e6e6;
  color: #5090e3;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.notify__btn-icon {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #36cde8;
  color: #ffffff;
  border-radius: 50%;
}
.no-touch .notify__btn-icon:hover {
  background-color: #18b7d3;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.notify__close-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.dir-rtl .notify__close-btn {
  right: inherit;
  left: 0;
}
.notify-push {
  background-color: #36cde8;
  color: #ffffff;
  transform: translateY(25px);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.notify-push.is-active {
  transform: translateY(0);
}
.notify-push__inner {
  padding: 1rem;
  padding-right: 4.5rem;
}
.dir-rtl .notify-push__inner {
  padding-right: 1rem;
  padding-left: 4.5rem;
}
.notify-push__title {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (min-width: 47.5rem) {
  .notify-push__title {
    font-size: 2.5rem;
  }
}
.notify-push__body a {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
  color: #ffffff;
}
.no-touch .notify-push__body a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.no-touch .notify-push__body a:hover {
  color: #ffffff;
  transition: color 0.2s ease-in;
}
.notify-push__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #36cde8;
  color: #ffffff;
  border-radius: 50%;
}
.no-touch .notify-push__close-btn:hover {
  background-color: #18b7d3;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.dir-rtl .notify-push__close-btn {
  right: auto;
  left: 0;
}
.page {
  max-width: inherit;
  padding: 0 0;
}
.page.has-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.page__header.has-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.page__header-inner {
  padding: 2rem 0.5rem;
}
.page__title {
  margin-bottom: 0.5rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #12cbc4;
}
@media (min-width: 47.5rem) {
  .page__title {
    font-size: 3rem;
  }
}
.page__subtitle {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (min-width: 47.5rem) {
  .page__subtitle {
    font-size: 2rem;
  }
}
.page__body {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.page__instruction {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.page__body a,
.page__instruction a {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .page__body a:hover,
.no-touch .page__instruction a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.shadow {
  background-color: rgba(255, 255, 255, 0.5);
}
.boxmenu {
  max-width: inherit;
  padding: 0 0;
}
.boxmenu.has-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.boxmenu__header.has-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.boxmenu__header-inner {
  padding: 2rem 0.5rem;
}
.boxmenu__title {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
  color: #12cbc4;
}
@media (min-width: 47.5rem) {
  .boxmenu__title {
    font-size: 3rem;
  }
}
.boxmenu__subtitle {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (min-width: 47.5rem) {
  .boxmenu__subtitle {
    font-size: 2rem;
  }
}
.boxmenu__body {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.boxmenu__instruction {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.boxmenu__body a,
.boxmenu__instruction a {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .boxmenu__body a:hover,
.no-touch .boxmenu__instruction a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.boxmenu-group__header-inner {
  padding: 2rem 0.5rem;
}
.boxmenu-group__title {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (min-width: 47.5rem) {
  .boxmenu-group__title {
    font-size: 2rem;
  }
}
.boxmenu-group__body {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
.boxmenu-group__instruction {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}
.boxmenu-group__body a,
.boxmenu-group__instruction a {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .boxmenu-group__body a:hover,
.no-touch .boxmenu-group__instruction a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.boxmenu-item__inner {
  margin: 0 0.5rem 1rem;
  padding: 1rem;
  background-color: #4d4d4d;
  color: #4d4d4d;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 5px;
}
.boxmenu-item__image-container {
  margin-bottom: 1rem;
}
.boxmenu-item__title {
  margin-bottom: 0.75rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: normal;
}
.boxmenu-item__body {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.boxmenu-item__body a {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
}
.no-touch .boxmenu-item__body a:hover {
  color: #4d4d4d;
  transition: color 0.2s ease-in;
}
.boxmenu-item__duration {
  margin-bottom: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}
.boxmenu-item__progress {
  margin-bottom: 1rem;
}
.boxmenu-item__button {
  background-color: #dddddd;
  color: #ffffff;
}
.no-touch .boxmenu-item__button:not(.is-disabled):not(.is-locked):hover {
  background-color: #74aefa;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.boxmenu-item__button.is-locked,
.boxmenu-item__button.is-disabled {
  background-color: rgba(255, 255, 255, 0);
  color: #000;
}
.boxmenu-item.has-img-zoom .boxmenu-item__image-container {
  overflow: hidden;
}
.boxmenu-item.has-img-zoom .boxmenu-item__image-container img {
  transition: transform 0.75s ease-in-out;
}
.no-touch .boxmenu-item.has-img-zoom .boxmenu-item__image-container img:hover {
  transform: scale(1.1);
}
.graphic.has-img-zoom .graphic__image-container {
  overflow: hidden;
}
.graphic.has-img-zoom .graphic__image-container img {
  transition: transform 0.75s ease-in-out;
}
.no-touch .graphic.has-img-zoom .graphic__image-container img:hover {
  transform: scale(1.1);
}
.js-heading + .pagelevelprogress__indicator {
  display: inline-block;
  vertical-align: middle;
}
.pagelevelprogress__indicator {
  border-color: #9096a0;
}
.pagelevelprogress__indicator-inner {
  background-color: #ffffff;
}
.pagelevelprogress__indicator-bar {
  background-color: #9096a0;
  transition: width 0.5s linear;
}
.menu-item__progress .pagelevelprogress__indicator {
  border-color: #9096a0;
}
.menu-item__progress .pagelevelprogress__indicator-inner {
  background-color: #ffffff;
}
.menu-item__progress .pagelevelprogress__indicator-bar {
  background-color: #9096a0;
}
.pagelevelprogress__nav-btn .pagelevelprogress__indicator {
  border-color: #ffffff;
}
.pagelevelprogress__nav-btn .pagelevelprogress__indicator-inner {
  background-color: #00b975;
}
.pagelevelprogress__nav-btn .pagelevelprogress__indicator-bar {
  background-color: #ffffff;
}
.no-touch .pagelevelprogress__nav-btn:hover .pagelevelprogress__indicator {
  border-color: #ffffff;
  transition: border-color 0.2s ease-in;
}
.no-touch .pagelevelprogress__nav-btn:hover .pagelevelprogress__indicator-inner {
  background-color: #00b975;
  transition: background-color 0.2s ease-in;
}
.no-touch .pagelevelprogress__nav-btn:hover .pagelevelprogress__indicator-bar {
  background-color: #ffffff;
  transition: background-color 0.2s ease-in;
}
.pagelevelprogress__item-btn:not(.is-disabled) .pagelevelprogress__indicator {
  border-color: #ffffff;
}
.pagelevelprogress__item-btn:not(.is-disabled) .pagelevelprogress__indicator-inner {
  background-color: #36cde8;
}
.pagelevelprogress__item-btn:not(.is-disabled) .pagelevelprogress__indicator-bar {
  background-color: #ffffff;
}
.no-touch .pagelevelprogress__item-btn:not(.is-disabled):hover .pagelevelprogress__indicator {
  border-color: #ffffff;
  transition: border-color 0.2s ease-in;
}
.no-touch .pagelevelprogress__item-btn:not(.is-disabled):hover .pagelevelprogress__indicator-inner {
  background-color: #18b7d3;
  transition: background-color 0.2s ease-in;
}
.no-touch .pagelevelprogress__item-btn:not(.is-disabled):hover .pagelevelprogress__indicator-bar {
  background-color: #ffffff;
  transition: background-color 0.2s ease-in;
}
.pagelevelprogress__item-btn.is-disabled .pagelevelprogress__indicator {
  border-color: #000;
}
.pagelevelprogress__item-btn.is-disabled .pagelevelprogress__indicator-inner {
  background-color: rgba(255, 255, 255, 0);
}
.pagelevelprogress__item-btn.is-disabled .pagelevelprogress__indicator-bar {
  background-color: #000;
}
.resources__filter-btn {
  padding: 1rem 0.5rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: #36cde8;
  border-bottom: 1px solid #18b7d3;
  border-right: 1px solid #18b7d3;
  color: #ffffff;
}
.no-touch .resources__filter-btn:not(.is-disabled):not(.is-selected):hover {
  background-color: #18b7d3;
  color: #ffffff;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.resources__filter-btn:last-child {
  border-right: none;
}
.resources__filter-btn.is-selected {
  background-color: #138fa5;
  color: #ffffff;
}
.resources__item-btn {
  text-decoration: none;
}
.text.is-pull-quote .text__title {
  font-size: 1.25rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-style: italic;
  letter-spacing: normal;
  color: inherit;
}
.text.is-pull-quote .text__body {
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.trickle__btn-icon {
  display: inline-block;
  vertical-align: middle;
}
.trickle__btn-text {
  display: inline-block;
  vertical-align: middle;
}
.hide-nav-back-btn .nav__back-btn {
  display: none !important;
}
.hide-page-header .page__header {
  display: none !important;
}
.header-color.background .menu__header,
.header-color.background .page__header {
  background-color: #ffffff;
}
.header-color.background .menu__title,
.header-color.background .page__title,
.header-color.background .menu__subtitle,
.header-color.background .page__subtitle,
.header-color.background .menu__body,
.header-color.background .page__body,
.header-color.background .menu__body a,
.header-color.background .page__body a,
.header-color.background .menu__instruction,
.header-color.background .page__instruction,
.header-color.background .menu__instruction a,
.header-color.background .page__instruction a {
  color: #ffffff;
}
.header-color.transparent-light .menu__header,
.header-color.transparent-light .page__header {
  background-color: transparent;
}
.header-color.transparent-light .menu__title,
.header-color.transparent-light .page__title,
.header-color.transparent-light .menu__subtitle,
.header-color.transparent-light .page__subtitle,
.header-color.transparent-light .menu__body,
.header-color.transparent-light .page__body,
.header-color.transparent-light .menu__body a,
.header-color.transparent-light .page__body a,
.header-color.transparent-light .menu__instruction,
.header-color.transparent-light .page__instruction,
.header-color.transparent-light .menu__instruction a,
.header-color.transparent-light .page__instruction a {
  color: #4d4d4d;
}
.header-color.transparent-dark .menu__header,
.header-color.transparent-dark .page__header {
  background-color: transparent;
}
.header-color.transparent-dark .menu__title,
.header-color.transparent-dark .page__title,
.header-color.transparent-dark .menu__subtitle,
.header-color.transparent-dark .page__subtitle,
.header-color.transparent-dark .menu__body,
.header-color.transparent-dark .page__body,
.header-color.transparent-dark .menu__body a,
.header-color.transparent-dark .page__body a,
.header-color.transparent-dark .menu__instruction,
.header-color.transparent-dark .page__instruction,
.header-color.transparent-dark .menu__instruction a,
.header-color.transparent-dark .page__instruction a {
  color: #ffffff;
}
.block.align-vert-center .component__container {
  align-items: center;
}
.block.align-vert-bottom .component__container {
  align-items: flex-end;
}
@media (min-width: 47.5rem) {
  .block.reverse-desktop-order .component__container {
    flex-direction: row-reverse;
  }
  .block.reverse-desktop-order .component.is-left {
    padding-right: inherit;
    padding-left: 0.5rem;
  }
  .dir-rtl .block.reverse-desktop-order .component.is-left {
    padding-left: inherit;
    padding-right: 0.5rem;
  }
  .block.reverse-desktop-order .component.is-right {
    padding-left: inherit;
    padding-right: 0.5rem;
  }
  .dir-rtl .block.reverse-desktop-order .component.is-right {
    padding-right: inherit;
    padding-left: 0.5rem;
  }
}
.block.extend-container .block__inner {
  max-width: 90rem;
}
.block.remove-padding-top .block__inner,
.block.remove-top-padding .block__inner {
  padding-top: 0;
}
.block.remove-padding-bottom .block__inner,
.block.remove-bottom-padding .block__inner {
  padding-bottom: 0;
}
.block.reduce-padding-top .block__inner {
  padding-top: 2rem;
}
.block.reduce-padding-bottom .block__inner {
  padding-bottom: 2rem;
}
.block.increase-padding-top .block__inner {
  padding-top: 8rem;
}
.block.increase-padding-bottom .block__inner {
  padding-bottom: 8rem;
}
.block-color.transparent-light {
  background-color: transparent;
  color: #000;
}
.block-color.transparent-light .block__title,
.block-color.transparent-light .component__title,
.block-color.transparent-light .block__body a,
.block-color.transparent-light .component__body a,
.block-color.transparent-light .block__instruction a,
.block-color.transparent-light .component__instruction a {
  color: #000;
}
.block-color.transparent-light .pagelevelprogress__indicator {
  border-color: #000;
}
.block-color.transparent-light .pagelevelprogress__indicator-inner {
  background-color: transparent;
}
.block-color.transparent-light .pagelevelprogress__indicator-bar {
  background-color: #000;
}
.block-color.transparent-light .narrative__progress {
  background-color: rgba(0, 0, 0, 0.5);
}
.block-color.transparent-light .narrative__progress.is-selected {
  background-color: #000;
}
.block-color.transparent-dark {
  background-color: transparent;
  color: #fff;
}
.block-color.transparent-dark .block__title,
.block-color.transparent-dark .component__title,
.block-color.transparent-dark .block__body a,
.block-color.transparent-dark .component__body a,
.block-color.transparent-dark .block__instruction a,
.block-color.transparent-dark .component__instruction a {
  color: #fff;
}
.block-color.transparent-dark .pagelevelprogress__indicator {
  border-color: #fff;
}
.block-color.transparent-dark .pagelevelprogress__indicator-inner {
  background-color: transparent;
}
.block-color.transparent-dark .pagelevelprogress__indicator-bar {
  background-color: #fff;
}
.block-color.transparent-dark .narrative__progress {
  background-color: rgba(255, 255, 255, 0.5);
}
.block-color.transparent-dark .narrative__progress.is-selected {
  background-color: #fff;
}
.block-color.black {
  background-color: #000;
  color: #fff;
}
.block-color.black .block__title,
.block-color.black .component__title,
.block-color.black .block__body a,
.block-color.black .component__body a,
.block-color.black .block__instruction a,
.block-color.black .component__instruction a {
  color: #fff;
}
.block-color.black .pagelevelprogress__indicator {
  border-color: #fff;
}
.block-color.black .pagelevelprogress__indicator-inner {
  background-color: #000;
}
.block-color.black .pagelevelprogress__indicator-bar {
  background-color: #fff;
}
.block-color.black .narrative__progress {
  background-color: rgba(255, 255, 255, 0.5);
}
.block-color.black .narrative__progress.is-selected {
  background-color: #fff;
}
.block-color.background {
  background-color: #ffffff;
  color: #ffffff;
}
.block-color.background .block__title,
.block-color.background .component__title,
.block-color.background .block__body a,
.block-color.background .component__body a,
.block-color.background .block__instruction a,
.block-color.background .component__instruction a {
  color: #ffffff;
}
.block-color.background .pagelevelprogress__indicator {
  border-color: #ffffff;
}
.block-color.background .pagelevelprogress__indicator-inner {
  background-color: #ffffff;
}
.block-color.background .pagelevelprogress__indicator-bar {
  background-color: #ffffff;
}
.block-color.background .narrative__progress {
  background-color: rgba(255, 255, 255, 0.5);
}
.block-color.background .narrative__progress.is-selected {
  background-color: #ffffff;
}
.nav__back-btn {
  float: left;
  display: none;
}
.block__inner {
  padding: 0rem 0.5rem;
  background-color: none;
}
.btn__container {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.btn__feedback:not(.is-full-width) {
  width: calc(50% - 1rem);
  margin-left: 1rem;
  display: none;
}
.block__inner {
  background-color: none;
  padding: 1rem;
}
.nav {
  background-color: #d2dfdb;
}
/*.trickle.is-full-width {.trickle__btn {
     width: 100%; 
    margin-bottom: 10%;
}} */
.trickle.is-locked {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}
.component__title {
  margin-bottom: 0rem;
  line-height: 0.2;
}
.accordion__item-content {
  padding: 1rem;
  color: #4d4d4d;
  background-color: #ececec;
}
.component.is-left {
  padding-bottom: 0rem;
}
.trickle__inner {
  z-index: 80;
  padding-bottom: 100px;
}
html.adapt-scrolling body,
html.adapt-scrolling #app {
  font-size: 1rem;
  color: #292828;
}
.nav {
  background-color: #fafafa;
}
.btn__action:not(.is-full-width) {
  width: calc(7% + 27rem);
  margin-right: 1rem;
  margin: 0 auto;
  max-width: max-content;
}
.btn-text {
  color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.mcq__item-label {
  margin-bottom: 0.25rem;
  color: #000000;
  border-radius: 5px;
}
.nav__btn {
  background-color: #02B7A2;
  color: #ffffff;
}
.mcq__item-label.is-selected {
  color: #ffffff;
}
.page__title {
  margin-bottom: 0.5rem;
  font-size: 1.79rem;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  margin-top: 5%;
}
.page__header-inner {
  padding: 1rem 0.5rem;
  margin: auto;
  max-width: 62.25rem;
}
.block__inner {
  margin: 0 auto;
  max-width: 62.25rem;
}
html.adapt-scrolling .nav {
  position: relative;
}
.btn__action.is-full-width,
.btn__feedback.is-full-width {
  width: 140px;
  margin: 0 auto;
}
[data-id='10'] {
  color: #ffffff;
  background-color: #02b7a2;
}
[data-id='9'] {
  color: #ffffff;
  background-color: #02b7a2;
}
[data-id='8'] {
  color: #ffffff;
  background-color: #f9a417;
}
[data-id='7'] {
  color: #ffffff;
  background-color: #f9a417;
}
[data-id='6'] {
  color: #ffffff;
  background-color: #f91717;
}
[data-id='5'] {
  color: #ffffff;
  background-color: #f91717;
}
[data-id='4'] {
  color: #ffffff;
  background-color: #f91717;
}
[data-id='3'] {
  color: #ffffff;
  background-color: #f91717;
}
[data-id='2'] {
  color: #ffffff;
  background-color: #f91717;
}
[data-id='1'] {
  color: #ffffff;
  background-color: #f91717;
}
[data-id='0'] {
  color: #ffffff;
  background-color: #f91717;
}
.slider__number-selection {
  background-color: #ffffff;
  color: #02b7a2;
  z-index: 5;
  font-size: 1.5em;
  border: 4px solid #02b7a2;
  line-height: 32px;
  font-weight: 900;
}
.gmcq__item-option {
  margin-top: 0.5rem;
  padding: 0.5rem;
  color: #000000;
  border-radius: 5px;
}
.gmcq__item-label {
  margin: 0.9rem;
}
.gmcq__widget {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.gmcq__item-label.is-selected .gmcq__item-option {
  color: #000000;
}
.gmcq__item-label.is-disabled .gmcq__item-option {
  color: #000;
}
.gmcq__item-text {
  margin-top: 0.5rem;
  text-align: center;
  text-size-adjust: 20px;
  font-size: 1.4rem;
}
.gmcq__item-label {
  margin: 0rem;
  zoom: 0.7;
}
.gmcq__item.js-mcq-item {
  width: 9.09091%;
}
.gmcq__item-image {
  display: block;
  min-width: 60%;
  margin: 0 auto;
}
.iframe-container {
  border-width: 0px;
}
.circle2 {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  background: #18b19c;
}
.nameblock {
  margin-bottom: 1rem;
  font-family: 'Segoe UI Light', 'Open Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  background-color: #29d8ed;
  border-radius: 20px;
  padding: 5px 10px 5px 10px;
  display: inline-block;
}
.imgnaz {
  max-width: 50px;
  display: inline-block;
  margin-right: 0;
}
.naz {
  margin-left: 0;
  color: #292828;
  font-size: 22px;
  font-weight: 600;
}
.boxmenu-item {
  width: 100%;
}
.boxmenu-item__inner {
  background-color: #fafafa;
}
.bigTitle {
  border-bottom: solid 5px #fff;
  font-weight: 600;
  color: #e05757;
  font-size: 1.2em;
  text-shadow: 1px 1px 2px #c4c4c4;
}
.medTitle {
  border-bottom: solid 2px #fff;
  font-weight: 600;
  color: #4b4b4b;
  font-size: 0.8em;
}
body {
  font-family: 'Segoe UI', 'Open Sans', sans-serif;
  font-size: 1.1em;
}
.boxmenu__body {
  font-family: 'Segoe UI', 'Open Sans', sans-serif;
}
.boxmenu__title {
  margin-bottom: 3rem;
}
.aria-label {
  display: none;
}
.page__header {
  background: #fff;
  background: #fafafa;
}
.page__subtitle {
  margin-bottom: 1rem;
  font-family: 'Segoe UI', 'Open Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 20px;
  color: #292828;
}
.iconCourse:before {
  content: "\f209";
  font-family: "Font Awesome 5 Brands";
  font-size: 5rem;
  color: #777;
}
hr {
  border: none;
  /* Убираем границу для браузера Firefox */
  color: #cccccc;
  /* Цвет линии для остальных браузеров */
  background-color: #cccccc;
  /* Цвет линии для браузера Firefox и Opera */
  height: 1px;
  /* Толщина линии */
}
.vopros {
  font-size: 0.6em;
  color: #292828;
}
.mcq__item-label.is-selected {
  color: #292828;
}
.no-touch .mcq__item-label:not(.is-disabled):not(.is-selected):hover,
html:not(.a11y-disable-focusoutline) .mcq__item-input:focus + .mcq__item-label {
  color: #292828;
}
.notify__title {
  display: none;
}
.notify__popup {
  color: #ffffff;
  font-size: 1.5em;
  text-align: center;
}
.mcq__body-inner {
  font-size: 1.2em;
}
.backimg {
  background-attachment: fixed;
}
html.adapt-scrolling .nav {
  position: fixed;
}
.nav {
  background-color: transparent;
}
.nav__inner {
  max-width: inherit;
}
.languagepicker__title {
  font-size: 1.3rem;
  text-align: center;
}
.languagepicker__languages-inner {
  justify-content: center;
}
.languagepicker__inner {
  margin-top: 15%;
}
.nav__btn {
  border-radius: 20px;
  border: 2px solid white;
  background-color: #ff9144;
  padding: 8px;
  margin: 10px;
  margin-right: 2%;
}
.no-touch .gmcq__item-label:not(.is-disabled):not(.is-selected):hover .gmcq__item-option,
html:not(.a11y-disable-focusoutline) .gmcq__item-input:focus + .gmcq__item-label .gmcq__item-option {
  color: #000000;
}
element.style {
  min-height: 0px;
}
.nachal {
  font-size: 0.7em;
  line-height: 1em;
  margin-left: 10px;
}
.iron1 {
  font-size: 1.2rem;
}
.textbuis {
  color: #292828;
  font-size: 1.2rem;
}
.mcq__item-label {
  margin-bottom: 0.25rem;
  color: #000000;
  border-radius: 5px;
}
.mcq__item-label.is-disabled {
  color: #000;
}
.li1 ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.li1 li {
  padding-left: 1em;
  text-indent: -1.6em;
}
.li1 li:before {
  content: "😑";
  padding-right: 5px;
}
.li2 ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0;
}
.li2 li {
  padding-left: 1em;
  text-indent: -1.1em;
}
.li2 li:before {
  content: "✔ ";
  padding-right: 0;
  color: #02b7a2;
}
.li1 {
  font-size: 1rem;
}
.li2 {
  font-size: 1rem;
}
.component__body a,
.component__instruction a {
  font-weight: 600;
  color: #08b6ff;
}
.gmcq__item-label.is-disabled .gmcq__item-option {
  color: #000;
}
.gmcq__item-label.is-selected .gmcq__item-option {
  color: #000000;
}
.btn-text.notify__btn.notify__btn-prompt.js-notify-btn-prompt {
  background-color: #f9a417;
}
.imgMan {
  max-width: 200px;
}
.imgMan2 {
  max-width: 150px;
}
.imgMan3 {
  max-width: 250px;
}
.introText {
  width: 700px!important;
}
.mytext {
  margin-top: -30px;
}
.accordion__item-btn {
  position: relative;
  padding: 1rem;
  padding-right: 3.5rem;
  text-align: left;
  background-color: #e05757;
  color: rgb(255 255 255);
  border-radius: 5px;
}
.accordion__item-btn:hover {
  position: relative;
  padding: 1rem;
  padding-right: 3.5rem;
  text-align: left;
  background-color: #ff8787;
  color: rgb(255 255 255);
  border-radius: 5px;
}
.accordion__item-btn.is-selected {
  background-color: #ee3131;
  color: rgb(255 255 255);
}
.accordion__item-content {
  padding: 1rem;
  color: #4d4d4d;
  background-color: #f3f3f2;
}
.dropdown__item {
  padding: 1rem;
  background-color: #969494;
  border-bottom: 1px solid #484848;
  color: #ffffff;
}
.corup {
  margin-bottom: 50px;
}
.dropdown__btn {
  position: relative;
  padding: 1rem 3.5rem 1rem 1rem;
  line-height: 1.5;
  text-align: left;
  background-color: #bebebe;
  color: #ffffff;
}
.gmcq__item.js-mcq-item {
  width: 100%;
}
.notify__popup {
  color: #ffffff;
  font-size: 1.5em;
  text-align: center;
  max-width: 600px;
  border-radius: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}
html.adapt-scrolling body,
html.adapt-scrolling #app {
  font-size: 1.1rem;
  color: #292828;
}
.qestion1 {
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 1000px;
  border-radius: 10px;
  bottom: 120px;
  margin-top: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.pulse {
  margin: 0 auto;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fc000400;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(204, 169, 44, 0.6);
  animation: pulse 2s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.6);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.6);
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 30px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
.trickle.is-locked {
  bottom: 30px;
}
.blockmar {
  margin-bottom: 30px;
}
.pulse:active {
  animation: none;
}
.tank .trickle__btn.js-trickle-btn.btn-text {
  padding: 0;
}
html.adapt-scrolling #app {
  height: calc(100%);
}
.imgsize2 {
  max-width: 700px;
  margin: 0 auto;
  top: 100px;
}
.nazback {
  margin-bottom: 50px;
}
.blocktext1 {
  background-color: #0d8fd7;
  max-width: 1000px;
  margin: 0 auto;
  color: white;
  border-radius: 10px;
}
.part2 {
  max-width: 439px;
  margin: 0 auto;
}
.probel {
  margin-bottom: 100px;
}
.intronach {
  margin: 0 auto;
  border-radius: 7px;
  padding: 30px 30px 80px 30px;
}
.intronach2 {
  background-color: #f6f8fc;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.butnach {
  bottom: 0px!important;
}
.padblock {
  padding: 30px;
}
li {
  margin-bottom: 1em;
  /* Расстояние снизу */
}
.imgdoc {
  max-width: 300px;
  margin: 0 auto;
  padding-top: 60px!important;
}
@media (min-width: 600px) {
  .linkport {
    white-space: nowrap;
    margin-left: 130px;
  }
}
.sc3 {
  bottom: 52px;
}
.prim {
  font-family: 'Museo Sans Cyrl', sans-serif;
  line-height: 1.4;
  font-size: 1.1rem;
  color: #ff9021;
  background-color: white;
  padding: 10px;
  margin-top: -20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.prim3 {
  font-family: 'Museo Sans Cyrl', sans-serif;
  line-height: 1.4;
  font-size: 1.1rem;
  color: #ff4735;
  background-color: white;
  padding: 10px;
  margin-top: -20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.prim4 {
  font-family: 'Segoe UI', 'Open Sans', sans-serif;
  line-height: 1.4;
  font-size: 1.1rem;
  color: #292828;
  background-color: white;
  padding: 10px;
  margin-top: -20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.imguser {
  max-width: 309px;
  margin: 0 auto;
}
.passtext {
  color: red;
}
.intronach3 {
  background-color: #f6f8fc;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 7px;
  padding: 30px 30px 80px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.textinput__item-textbox {
  padding: 1rem 3.5rem 1rem 1rem;
  line-height: 1.5;
  border-radius: 10px;
  border: 1px solid #b4b4b4;
}
.mcq__body-inner {
  font-size: 1.1em;
  padding: 0px 20px 0px 20px;
}
.btn__marking.is-correct {
  background-color: #02b7a2;
  color: #ffffff;
  transform: translate(100%, -50%);
}
.btn__action.is-full-width,
.btn__feedback.is-full-width {
  width: auto;
}
.vr.btn__marking.is-correct {
  background-color: #02b7a2;
  color: red;
  transform: translate(0%, -50%) !important;
}
.chet {
  color: white;
  font-size: 0.6em;
  background-color: #f9a417;
  padding: 0px 10px 0px 10px;
  border-radius: 30px;
}
.chet1 {
  color: white;
  font-size: 1.6em;
  background-color: #f9a417;
  padding: 0px 10px 0px 10px;
  border-radius: 30px;
}
#wrapper > div > div > div > div > div > div > div.block.\36 3720318111e150b20ae7f1c.vr.is-complete > div.block__inner > div.component__container > div > div > div.btn__container.is-submitted > div > div {
  transform: translate(0%, -50%) !important;
}
.component__feedback-inner.assessmentresults__feedback-inner {
  display: none;
}
.brauz {
  font-size: 0.8em;
}
.mobila {
  max-width: 200px;
}
.accordion__item-content {
  padding: 1rem;
  color: #4d4d4d;
  background-color: #ffffff;
  border-radius: 7px;
}
.accordion__item {
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.padblock {
  padding-bottom: 50px;
}
.gmcq__attribution {
  position: relative;
  max-height: 0px;
  visibility: hidden;
  margin: -15px;
}
.imgmail {
  max-width: 700px;
  padding: 30px;
  margin: 0 auto;
  margin-top: -100px;
}
.imgmail2 {
  max-width: 600px;
  padding: 30px;
}
.imgmail3 {
  max-width: 900px;
  padding: 30px;
}
.textmail {
  padding: 30px;
  margin-top: -22px;
  margin-bottom: -50px;
}
.imgmail4 {
  max-width: 700px;
  padding: 30px;
  margin: 0 auto;
}
body {
  font-family: 'Montserrat', sans-serif;
}
.btn-text {
  font-family: 'Montserrat', sans-serif;
}
.businessN {
  margin-bottom: -200px;
}
@media (max-width: 600px) {
  .card-container {
    margin-top: -348px;
    margin-bottom: 135px;
    zoom: 0.7;
  }
}
.phoneB {
  max-width: 303px;
  margin: 0 auto;
}
.phoneCB {
  max-width: 247px;
  margin: 0 auto;
}
.termB {
  max-width: 270px;
  margin: 0 auto;
  margin-top: -73px;
}
.process {
  margin-top: -130px;
}
.process2 {
  margin-top: -70px;
  max-width: 900px;
  margin: 0 auto;
}
.slid {
  width: 100%;
  margin-top: 50px;
}
.vozraj {
  max-width: 900px;
  margin: 0 auto;
  margin-top: -100px;
}
.page__header {
  display: none;
}
.btn__marking.is-incorrect {
  display: none;
}
.akkordR {
  max-width: 900px;
  margin: 0 auto;
  margin-top: -60px;
  margin-bottom: 200px;
}
.vopup {
  margin-top: -120px;
}
.blockbuf {
  margin-bottom: 140px;
}
.chelik1 {
  margin: 0 auto;
  width: 700px;
}
.cheli2 {
  margin: 0 auto;
  width: 400px;
}
body {
  font-family: 'Museo Sans Cyrl', sans-serif;
}
.btn-text {
  font-family: 'Museo Sans Cyrl', sans-serif;
}
.btn__marking.is-correct {
  background-color: #46b578;
}
@media (max-width: 600px) {
  .imK1 {
    display: flex;
    margin-bottom: -60px !important;
  }
}
.accordion__item-btn {
  background-color: #00b975;
}
.accordion__item-btn:hover {
  background-color: #12dd93;
}
.akkun {
  margin-top: 40px;
  margin-bottom: 200px;
}
.no-touch .accordion__item-btn:not(.is-selected):hover {
  background-color: #12dd93;
}
.accordion__item-btn.is-selected {
  background-color: #9b9b9b;
}
.triangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #1c86b7;
  transform: rotate(45deg);
  position: relative;
  right: 68px;
  bottom: 10px;
}
.txESG {
  font-size: 32px;
  color: #ffffff;
  line-height: 1;
  background-color: #55bae7;
  padding: 10px 20px 10px 70px;
  margin-left: -69px;
}
.txESG2 {
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  background-color: #55bae7;
  padding: 12px 20px 12px 70px;
  margin-left: -69px;
}
.txESG3 {
  font-size: 22px;
  color: #ffffff;
  line-height: 1;
  background-color: #55bae7;
  padding: 12px 20px 12px 70px;
  margin-left: -69px;
}
.btn-text {
  color: #ffffff;
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.qestion1 {
  background-color: #ffffff6e;
  margin: 0 auto;
  max-width: 1000px;
  border-radius: 10px;
  bottom: 120px;
  margin-top: 40px;
  box-shadow: 0 0 20px #18b7d321;
  border: 1px solid white;
}
.mcq__item-label::hover {
  margin-bottom: 0.25rem;
  color: #000000;
  border-radius: 5px;
}
.mcq__item-label.is-selected {
  color: #292828;
}
.gmcq__item-label.is-selected .gmcq__item-option {
  color: #000000;
}
.gmcq__item-label.is-disabled .gmcq__item-option {
  color: #000;
}
.component__widget.mcq__widget {
  padding: 20px 40px 20px 40px;
}
.textinput__item {
  background-color: white;
  border-radius: 10px;
  border: 1px solid #b4b4b4;
}
@media (min-width: 32.5rem) {
  .mejs-container .mejs-overlay .mejs-overlay-button {
    color: #46b678;
    box-shadow: 0 0 0 3px #46b678;
  }
}
.videoX {
  margin-bottom: 100px;
  margin-top: -100px;
}
.intronach4 {
  margin: 0 auto;
  border-radius: 7px;
  padding: 30px 30px 80px 30px;
  margin-bottom: -50px;
}
.notify__popup {
  color: #373737;
  background-color: #dfdfdf;
}
.notify__btn-icon {
  background-color: #dfdfdf;
  color: #373737;
}
@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('fonts/MuseoSansCyrl-300.ttf'), url('fonts/MuseoSansCyrl-300.ttf'), url('fonts/MuseoSansCyrl-500.ttf');
}
.zag {
  font-size: 1.4em;
  color: #272934;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1;
}
.zag2 {
  display: inline-block;
  background-color: #F9B000;
  font-size: 1em;
  color: white;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  font-weight: 100;
  line-height: 1;
}
.nazback {
  max-width: 1060px;
  margin: 0 auto;
  border-radius: 15px;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .nazback {
    margin-top: 0px;
  }
}
.nazSS {
  margin-bottom: -80px;
}
.notify__popup.notify__popup-type-popup {
  margin-top: 0px !important;
}
.cityAction {
  position: absolute;
  top: -310px;
  transform: scale(0.7);
  transform-origin: center;
  left: 200px;
}
@media (max-width: 768px) {
  .cityAction {
    position: absolute;
    top: -310px;
    left: 50%;
    transform: translateX(-50%) scale(0.5);
    transform-origin: center;
  }
}
.notify__popup {
  transform: translate(-50%, -50%);
  font-size: 1em;
}
.narrative__controls {
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  zoom: 2;
}
.narrative__controls:hover {
  color: #F9B000;
}
.no-touch .narrative__controls:hover {
  background-color: rgba(24, 183, 211, 0.3);
  color: #F9B000;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.narrative__strapline-btn {
  text-align: left;
  background-color: rgb(135 134 134);
  color: #ffffff;
}
@media (max-width: 768px) {
  .card,
  .card2,
  .card3,
  .card4,
  .card5,
  .card6 {
    transform: translateX(-7%) scale(0.9);
    transform-origin: center;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  }
}
.card,
.card2,
.card3,
.card4,
.card5,
.card6 {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
.block__inner {
  margin: 0 auto;
  max-width: 52.25rem;
}
.btn-text {
  border-radius: 20px;
  padding: 7px 30px 7px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
html {
  font-size: clamp(14px, 1vw, 20px);
}
@media (max-width: 768px) {
  .mobileR {
    display: none;
  }
}
/*# sourceMappingURL=adapt.css.map */