@charset "UTF-8";
/*
 * Shared data between Sass and JS
 * auto-conversion from /gulp/breakpoints.json
 */
/*
 * Variables, functions, mixins, extends, helpers, …
 */
/*
 * Variables, functions, mixins, extends, helpers, …
 */
/**
 * Dev, based on $env (from gulp)
 */
/**
 * Colors
 * for the naming use http://name-of-color.com/
 * from darker to lighter ?
 */
/**
 * Typography
 */
/*
 * Layout & spacing
 */
/**
 * RWD
 */
/*
 * Helpers
 */
/*
 * Clearfix: contain floats
 * http://cssmojo.com/latest_new_clearfix_so_far/
 */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
/**
 * Typo
 */
/*
 * Colors
 */
/*
 * Reset Buttons
 */
/*html*/
.lock-scroll,
.lock-scroll body {
  overflow-x: hidden; }

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

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

.h-text-left {
  text-align: left !important; }

.h-text-right {
  text-align: right !important; }

.h-text-center {
  text-align: center !important; }

.h-text-justify {
  text-align: justify !important; }

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

.h-text-notransform {
  text-transform: none; }

.h-text-nodecoration {
  text-decoration: none; }

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.h-hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.h-visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  /*
	 * Extends the .visuallyhidden class to allow the element
	 * to be focusable when navigated to via the keyboard:
	 * https://www.drupal.org/node/897638
	 */ }
  .h-visually-hidden.is-focusable:active, .h-visually-hidden.is-focusable:focus {
    position: static;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0;
    clip: auto; }

/*
 * Clearfix: contain floats
 * http://cssmojo.com/latest_new_clearfix_so_far/
 */
.h-clearfix::after {
  content: '';
  display: table;
  clear: both; }

.h-inline-block {
  display: inline-block !important; }

.h-table {
  display: table !important; }

.h-cell {
  display: table-cell !important; }

.h-va-middle {
  vertical-align: middle !important; }

/**
 * Text hyphenation
 *
 * Break strings when their length exceeds the width of their container
 * and hyphenate words at the end of lines using the `hyphens` property.
 * Browser support for hyphenation: http://caniuse.com/#search=hyphenation
 */
.h-text-hyphenate {
  word-wrap: break-word;
  hyphens: auto; }

/**
 * Prevent line breaks
 */
.h-nobr {
  white-space: nowrap; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  padding: .35em .625em .75em;
  border: 0;
  margin: 0 2px; }

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

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

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

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

td,
th {
  padding: 0; }

/*
 * Base
 */
html.js {
  opacity: 0;
  transition: opacity .2s ease-in-out; }
  html.js.wf-active, html.js.wf-inactive, html.js.ready {
    opacity: 1; }

html.is-locked {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 110%; }

body {
  scrollbar-face-color: #f5f5f5;
  scrollbar-track-color: #f5f5f5; }

body > svg {
  display: none; }

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

html {
  font-size: 10px; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  background: #f5f5f5;
  color: #222;
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased; }

::selection {
  background-color: #222;
  color: #3b0083; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  text-decoration: none; }

.container {
  position: relative;
  width: 92.1875%;
  /* (1280 - 100) / 12,8 */
  max-width: 1080px;
  margin: 0 auto; }

.cf {
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

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

.overflow {
  overflow: hidden; }

/**
 * Global settings
 */
html {
  box-sizing: border-box; }

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

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/**
 * Media
 */
img {
  height: auto; }

/**
 * Forms
 */
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

/* sass-lint:disable max-line-length no-duplicate-properties */
@font-face {
  font-family: 'Calluna';
  src: url("../../../fonts/calluna-italic.otf") format("otf"), url("../../../fonts/calluna-italic.otf") format("otf");
  /* Modern Browsers */
  font-style: italic;
  font-weight: 400; }

/* sass-lint:disable max-line-length no-duplicate-properties */
@font-face {
  font-family: 'Montserrat';
  src: url("../../../fonts/montserrat.otf") format("otf"), url("../../../fonts/montserrat.otf") format("otf");
  /* Modern Browsers */
  font-style: italic;
  font-weight: 400; }

/* sass-lint:disable max-line-length no-duplicate-properties */
@font-face {
  font-family: 'Montserrat';
  src: url("../../../fonts/montserrat-bold.otf") format("otf"), url("../../../fonts/montserrat-bold.otf") format("otf");
  /* Modern Browsers */
  font-style: italic;
  font-weight: 700; }

/* sass-lint:disable max-line-length no-duplicate-properties */
@font-face {
  font-family: 'Montserrat';
  src: url("../../../fonts/montserrat-book.otf") format("otf"), url("../../../fonts/montserrat-book.otf") format("otf");
  /* Modern Browsers */
  font-style: italic;
  font-weight: 300; }

.wrapper,
[class*='wrapper--'] {
  max-width: 140rem;
  margin: 0 auto; }

[class*='wrapper--'][class*='--small'] {
  max-width: 75rem;
  margin: 0 auto; }

[class*='wrapper--'][class*='--xxl'] {
  max-width: 144rem;
  margin: 0 auto; }

footer {
  width: 100%;
  height: 100px;
  background-color: #3b0083; }

/* Layout */
/* Header ----------------------------------------------------*/
header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh; }

.header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 25.6rem;
  animation: glitch 2s steps(100) infinite; }

@keyframes glitch {
  0% {
    text-shadow: 1px 0 0 #fd0053, -1px 0 0 #1f4287; }
  1% {
    text-shadow: 1px 0 0 #fd0053, -1px 0 0 #1f4287; }
  2% {
    text-shadow: 1px 0 0 #fd0053, -1px 0 0 #1f4287; }
  3% {
    text-shadow: 1px 0 0 #fd0053, -1px 0 0 #1f4287; }
  4% {
    text-shadow: 1px 0 0 #fd0053, -1px 0 0 #1f4287; }
  5% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #1f4287; }
  6% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #1f4287; }
  7% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #1f4287; }
  8% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #1f4287; }
  9% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #1f4287; }
  10% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #1f4287; }
  11% {
    text-shadow: 0.5px 0 0 #fd0053, -0.5px 0 0 #21e6c1; }
  12% {
    text-shadow: 0.5px 0 0 #fd0053, -0.5px 0 0 #21e6c1; }
  13% {
    text-shadow: 0.5px 0 0 #fd0053, -0.5px 0 0 #21e6c1; }
  14% {
    text-shadow: 0.5px 0 0 #fd0053, -0.5px 0 0 #21e6c1; }
  15% {
    text-shadow: 0.5px 0 0 #fd0053, -0.5px 0 0 #21e6c1; }
  16% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #21e6c1; }
  17% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #21e6c1; }
  18% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #21e6c1; }
  19% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #21e6c1; }
  20% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #21e6c1; }
  21% {
    text-shadow: 0.7px 0 0 #1f4287, -0.7px 0 0 #21e6c1; }
  22% {
    text-shadow: 0.7px 0 0 #1f4287, -0.7px 0 0 #21e6c1; }
  23% {
    text-shadow: 0.7px 0 0 #1f4287, -0.7px 0 0 #21e6c1; }
  24% {
    text-shadow: 0.7px 0 0 #1f4287, -0.7px 0 0 #21e6c1; }
  25% {
    text-shadow: 0.7px 0 0 #1f4287, -0.7px 0 0 #21e6c1; }
  26% {
    text-shadow: 0.7px 0 0 #1f4287, -0.7px 0 0 #21e6c1; }
  27% {
    text-shadow: 0.7px 0 0 #1f4287, -0.7px 0 0 #21e6c1; }
  28% {
    text-shadow: 0.7px 0 0 #1f4287, -0.7px 0 0 #21e6c1; }
  29% {
    text-shadow: 0.7px 0 0 #1f4287, -0.7px 0 0 #21e6c1; }
  30% {
    text-shadow: 0.7px 0 0 #1f4287, -0.7px 0 0 #21e6c1; }
  31% {
    text-shadow: -1px 0 0 #1f4287, 1px 0 0 #21e6c1; }
  32% {
    text-shadow: -1px 0 0 #1f4287, 1px 0 0 #21e6c1; }
  33% {
    text-shadow: -1px 0 0 #1f4287, 1px 0 0 #21e6c1; }
  34% {
    text-shadow: -1px 0 0 #1f4287, 1px 0 0 #21e6c1; }
  35% {
    text-shadow: -1px 0 0 #1f4287, 1px 0 0 #21e6c1; }
  36% {
    text-shadow: -1px 0 0 #1f4287, 1px 0 0 #21e6c1; }
  37% {
    text-shadow: -1px 0 0 #1f4287, 1px 0 0 #21e6c1; }
  38% {
    text-shadow: -1px 0 0 #1f4287, 1px 0 0 #21e6c1; }
  39% {
    text-shadow: -1px 0 0 #1f4287, 1px 0 0 #21e6c1; }
  40% {
    text-shadow: -1px 0 0 #1f4287, 1px 0 0 #21e6c1; }
  41% {
    text-shadow: 20px 0 0 #1f4287, -20px 0 0 #21e6c1; }
  42% {
    text-shadow: 0 0 0 #1f4287, 0 0 0 #21e6c1; }
  43% {
    text-shadow: 0.5px 0 0 #fd0053, -0.5px 0 0 #21e6c1; }
  44% {
    text-shadow: 0.5px 0 0 #fd0053, -0.5px 0 0 #21e6c1; }
  45% {
    text-shadow: 0.5px 0 0 #fd0053, -0.5px 0 0 #21e6c1; }
  46% {
    text-shadow: 0.5px 0 0 #fd0053, -0.5px 0 0 #21e6c1; }
  47% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #21e6c1; }
  48% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #21e6c1; }
  49% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #21e6c1; }
  50% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #21e6c1; }
  51% {
    text-shadow: 1px 0 0 #fd0053, -1px 0 0 #1f4287; }
  52% {
    text-shadow: 1px 0 0 #fd0053, -1px 0 0 #1f4287; }
  53% {
    text-shadow: 1px 0 0 #fd0053, -1px 0 0 #1f4287; }
  54% {
    text-shadow: 1px 0 0 #fd0053, -1px 0 0 #1f4287; }
  55% {
    text-shadow: 1px 0 0 #fd0053, -1px 0 0 #1f4287; }
  56% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #1f4287; }
  57% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #1f4287; }
  58% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #1f4287; }
  59% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #1f4287; }
  60% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #1f4287; }
  61% {
    text-shadow: 30px 0 0 #fd0053, -30px 0 0 #21e6c1; }
  62% {
    text-shadow: 0 0 0 #fd0053, 0 0 0 #21e6c1; }
  63% {
    text-shadow: 0.5px 0 0 #fd0053, -0.5px 0 0 #1f4287; }
  64% {
    text-shadow: 0.5px 0 0 #fd0053, -0.5px 0 0 #1f4287; }
  65% {
    text-shadow: 0.5px 0 0 #fd0053, -0.5px 0 0 #1f4287; }
  66% {
    text-shadow: 0.5px 0 0 #fd0053, -0.5px 0 0 #1f4287; }
  67% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #1f4287; }
  68% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #1f4287; }
  69% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #1f4287; }
  70% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #1f4287; }
  71% {
    text-shadow: 20px 0 0 #fd0053, -20px 0 0 #1f4287; }
  72% {
    text-shadow: 0 0 0 #fd0053, 0 0 0 #1f4287; }
  73% {
    text-shadow: 1px 0 0 #fd0053, -1px 0 0 #1f4287; }
  74% {
    text-shadow: 1px 0 0 #fd0053, -1px 0 0 #1f4287; }
  75% {
    text-shadow: 1px 0 0 #fd0053, -1px 0 0 #1f4287; }
  76% {
    text-shadow: 1px 0 0 #fd0053, -1px 0 0 #1f4287; }
  77% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #1f4287; }
  78% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #1f4287; }
  79% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #1f4287; }
  80% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #1f4287; }
  81% {
    text-shadow: 0.5px 0 0 #fd0053, -0.5px 0 0 #21e6c1; }
  82% {
    text-shadow: 0.5px 0 0 #fd0053, -0.5px 0 0 #21e6c1; }
  83% {
    text-shadow: 0.5px 0 0 #fd0053, -0.5px 0 0 #21e6c1; }
  84% {
    text-shadow: 0.5px 0 0 #fd0053, -0.5px 0 0 #21e6c1; }
  85% {
    text-shadow: 0.5px 0 0 #fd0053, -0.5px 0 0 #21e6c1; }
  86% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #21e6c1; }
  87% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #21e6c1; }
  88% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #21e6c1; }
  89% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #21e6c1; }
  90% {
    text-shadow: -1px 0 0 #fd0053, 1px 0 0 #21e6c1; }
  91% {
    text-shadow: 20px 0 0 #21e6c1, -20px 0 0 #1f4287; }
  92% {
    text-shadow: 0 0 0 #21e6c1, 0 0 0 #1f4287; }
  92% {
    text-shadow: 0.7px 0 0 #1f4287, -0.7px 0 0 #21e6c1; }
  93% {
    text-shadow: 0.7px 0 0 #1f4287, -0.7px 0 0 #21e6c1; }
  94% {
    text-shadow: 0.7px 0 0 #1f4287, -0.7px 0 0 #21e6c1; }
  95% {
    text-shadow: 0.7px 0 0 #1f4287, -0.7px 0 0 #21e6c1; }
  96% {
    text-shadow: -1px 0 0 #1f4287, 1px 0 0 #21e6c1; }
  97% {
    text-shadow: -1px 0 0 #1f4287, 1px 0 0 #21e6c1; }
  98% {
    text-shadow: -1px 0 0 #1f4287, 1px 0 0 #21e6c1; }
  99% {
    text-shadow: -1px 0 0 #1f4287, 1px 0 0 #21e6c1; }
  100% {
    text-shadow: -1px 0 0 #1f4287, 1px 0 0 #21e6c1; } }
