<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&amp;family=Roboto+Mono&amp;display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
:root {
  --bs-blue: #00308C;
  --bs-blue-dark: #041F55;
  --bs-green: #006460;
  --bs-orange: #FF7B31;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #F4F6F6;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #B7BBBE;
  --bs-gray-600: #81828F;
  --bs-gray-700: #495057;
  --bs-gray-800: #29262C;
  --bs-gray-900: #101010;
  --bs-primary: #00308C;
  --bs-secondary: #041F55;
  --bs-success: #006460;
  --bs-info: #05F2DB;
  --bs-warning: #FF7B31;
  --bs-danger: #F23D4C;
  --bs-light: #F4F6F6;
  --bs-dark: #29262C;
  --bs-primary-rgb: 0, 48, 140;
  --bs-secondary-rgb: 4, 31, 85;
  --bs-success-rgb: 0, 100, 96;
  --bs-info-rgb: 5, 242, 219;
  --bs-warning-rgb: 255, 123, 49;
  --bs-danger-rgb: 242, 61, 76;
  --bs-light-rgb: 244, 246, 246;
  --bs-dark-rgb: 41, 38, 44;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 41, 38, 44;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "DM Sans", sans-serif;
  --bs-font-monospace: "Roboto Mono", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #29262C;
  --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #29262C;
  text-decoration: none;
}
a:hover {
  color: #211e23;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #EF13F2;
  word-wrap: break-word;
}
a &gt; code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #101010;
  border-radius: 0.5rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #81828F;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote &gt; :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #81828F;
}
.blockquote-footer::before {
  content: "—&nbsp;";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.4rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #81828F;
}

.btn {
  display: inline-block;
  -ms-flex-item-align: center;
      align-self: center;
  font-weight: 400;
  line-height: 1.5;
  color: #29262C;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  border-radius: 0.4rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #29262C;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 48, 140, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(0, 48, 140, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #00308C;
  border-color: #00308C;
}
.btn-primary:hover {
  color: #fff;
  background-color: #002977;
  border-color: #002670;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #002977;
  border-color: #002670;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 79, 157, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 79, 157, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show &gt; .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #002670;
  border-color: #002469;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show &gt; .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 79, 157, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 79, 157, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #00308C;
  border-color: #00308C;
}

.btn-secondary {
  color: #fff;
  background-color: #041F55;
  border-color: #041F55;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #031a48;
  border-color: #031944;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #031a48;
  border-color: #031944;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(42, 65, 111, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(42, 65, 111, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show &gt; .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #031944;
  border-color: #031740;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show &gt; .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(42, 65, 111, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(42, 65, 111, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #041F55;
  border-color: #041F55;
}

.btn-success {
  color: #fff;
  background-color: #006460;
  border-color: #006460;
}
.btn-success:hover {
  color: #fff;
  background-color: #005552;
  border-color: #00504d;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #005552;
  border-color: #00504d;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 123, 120, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 123, 120, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show &gt; .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #00504d;
  border-color: #004b48;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show &gt; .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 123, 120, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(38, 123, 120, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #006460;
  border-color: #006460;
}

.btn-info {
  color: #000;
  background-color: #05F2DB;
  border-color: #05F2DB;
}
.btn-info:hover {
  color: #000;
  background-color: #2bf4e0;
  border-color: #1ef3df;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #2bf4e0;
  border-color: #1ef3df;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(4, 206, 186, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(4, 206, 186, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show &gt; .btn-info.dropdown-toggle {
  color: #000;
  background-color: #37f5e2;
  border-color: #1ef3df;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show &gt; .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(4, 206, 186, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(4, 206, 186, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #05F2DB;
  border-color: #05F2DB;
}

.btn-warning {
  color: #000;
  background-color: #FF7B31;
  border-color: #FF7B31;
}
.btn-warning:hover {
  color: #000;
  background-color: #ff8f50;
  border-color: #ff8846;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ff8f50;
  border-color: #ff8846;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 105, 42, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 105, 42, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show &gt; .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ff955a;
  border-color: #ff8846;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show &gt; .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 105, 42, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(217, 105, 42, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #FF7B31;
  border-color: #FF7B31;
}

.btn-danger {
  color: #000;
  background-color: #F23D4C;
  border-color: #F23D4C;
}
.btn-danger:hover {
  color: #000;
  background-color: #f45a67;
  border-color: #f3505e;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #000;
  background-color: #f45a67;
  border-color: #f3505e;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(206, 52, 65, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(206, 52, 65, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show &gt; .btn-danger.dropdown-toggle {
  color: #000;
  background-color: #f56470;
  border-color: #f3505e;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show &gt; .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(206, 52, 65, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(206, 52, 65, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #000;
  background-color: #F23D4C;
  border-color: #F23D4C;
}

.btn-light {
  color: #000;
  background-color: #F4F6F6;
  border-color: #F4F6F6;
}
.btn-light:hover {
  color: #000;
  background-color: #f6f7f7;
  border-color: #f5f7f7;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f6f7f7;
  border-color: #f5f7f7;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(207, 209, 209, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(207, 209, 209, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show &gt; .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f6f8f8;
  border-color: #f5f7f7;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show &gt; .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(207, 209, 209, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(207, 209, 209, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #F4F6F6;
  border-color: #F4F6F6;
}

.btn-dark {
  color: #fff;
  background-color: #29262C;
  border-color: #29262C;
}
.btn-dark:hover {
  color: #fff;
  background-color: #232025;
  border-color: #211e23;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #232025;
  border-color: #211e23;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(73, 71, 76, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(73, 71, 76, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show &gt; .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #211e23;
  border-color: #1f1d21;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show &gt; .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(73, 71, 76, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(73, 71, 76, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #29262C;
  border-color: #29262C;
}

.btn-outline-primary {
  color: #00308C;
  border-color: #00308C;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #00308C;
  border-color: #00308C;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 48, 140, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 48, 140, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #00308C;
  border-color: #00308C;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 48, 140, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 48, 140, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #00308C;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #041F55;
  border-color: #041F55;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #041F55;
  border-color: #041F55;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(4, 31, 85, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(4, 31, 85, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #041F55;
  border-color: #041F55;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(4, 31, 85, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(4, 31, 85, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #041F55;
  background-color: transparent;
}

.btn-outline-success {
  color: #006460;
  border-color: #006460;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #006460;
  border-color: #006460;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 100, 96, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 100, 96, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #006460;
  border-color: #006460;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 100, 96, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(0, 100, 96, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #006460;
  background-color: transparent;
}

.btn-outline-info {
  color: #05F2DB;
  border-color: #05F2DB;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #05F2DB;
  border-color: #05F2DB;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(5, 242, 219, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(5, 242, 219, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #05F2DB;
  border-color: #05F2DB;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(5, 242, 219, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(5, 242, 219, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #05F2DB;
  background-color: transparent;
}

.btn-outline-warning {
  color: #FF7B31;
  border-color: #FF7B31;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #FF7B31;
  border-color: #FF7B31;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 123, 49, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 123, 49, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #FF7B31;
  border-color: #FF7B31;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 123, 49, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(255, 123, 49, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #FF7B31;
  background-color: transparent;
}

.btn-outline-danger {
  color: #F23D4C;
  border-color: #F23D4C;
}
.btn-outline-danger:hover {
  color: #000;
  background-color: #F23D4C;
  border-color: #F23D4C;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(242, 61, 76, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(242, 61, 76, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #000;
  background-color: #F23D4C;
  border-color: #F23D4C;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(242, 61, 76, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(242, 61, 76, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #F23D4C;
  background-color: transparent;
}

.btn-outline-light {
  color: #F4F6F6;
  border-color: #F4F6F6;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #F4F6F6;
  border-color: #F4F6F6;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(244, 246, 246, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(244, 246, 246, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #F4F6F6;
  border-color: #F4F6F6;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(244, 246, 246, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(244, 246, 246, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #F4F6F6;
  background-color: transparent;
}

.btn-outline-dark {
  color: #29262C;
  border-color: #29262C;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #29262C;
  border-color: #29262C;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(41, 38, 44, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(41, 38, 44, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #29262C;
  border-color: #29262C;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(41, 38, 44, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(41, 38, 44, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #29262C;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #29262C;
  text-decoration: none;
}
.btn-link:hover {
  color: #211e23;
}
.btn-link:disabled, .btn-link.disabled {
  color: #81828F;
}

.btn-lg, .btn-group-lg &gt; .btn {
  padding: 0.5rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.6rem;
}

.btn-sm, .btn-group-sm &gt; .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.5rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group &gt; .btn-check:checked + .btn,
.btn-group &gt; .btn-check:focus + .btn,
.btn-group &gt; .btn:hover,
.btn-group &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn-check:checked + .btn,
.btn-group-vertical &gt; .btn-check:focus + .btn,
.btn-group-vertical &gt; .btn:hover,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group &gt; .btn:not(:first-child),
.btn-group &gt; .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group &gt; .btn-group:not(:last-child) &gt; .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group &gt; .btn:nth-child(n+3),
.btn-group &gt; :not(.btn-check) + .btn,
.btn-group &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm &gt; .btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg &gt; .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group {
  width: 100%;
}
.btn-group-vertical &gt; .btn:not(:first-child),
.btn-group-vertical &gt; .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn ~ .btn,
.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

body {
  font-size: 16px;
}

.h1-big {
  font-size: 36px;
}
@media (min-width: 768px) {
  .h1-big {
    font-size: 64px;
  }
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 28px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

h5, .h5 {
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  font-weight: 700;
}

.mono-title {
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
}

.negative h1, .negative h2, .negative h3, .negative h4, .negative h5, .negative h6,
.negative .h1, .negative .h2, .negative .h3, .negative .h4, .negative .h5, .negative .h6 {
  color: #fff;
}
.negative h1 a, .negative h2 a, .negative h3 a, .negative h4 a, .negative h5 a, .negative h6 a,
.negative .h1 a, .negative .h2 a, .negative .h3 a, .negative .h4 a, .negative .h5 a, .negative .h6 a {
  color: #fff;
}
.negative h1 a:hover, .negative h1 a:focus, .negative h1 a:active, .negative h2 a:hover, .negative h2 a:focus, .negative h2 a:active, .negative h3 a:hover, .negative h3 a:focus, .negative h3 a:active, .negative h4 a:hover, .negative h4 a:focus, .negative h4 a:active, .negative h5 a:hover, .negative h5 a:focus, .negative h5 a:active, .negative h6 a:hover, .negative h6 a:focus, .negative h6 a:active,
.negative .h1 a:hover,
.negative .h1 a:focus,
.negative .h1 a:active, .negative .h2 a:hover, .negative .h2 a:focus, .negative .h2 a:active, .negative .h3 a:hover, .negative .h3 a:focus, .negative .h3 a:active, .negative .h4 a:hover, .negative .h4 a:focus, .negative .h4 a:active, .negative .h5 a:hover, .negative .h5 a:focus, .negative .h5 a:active, .negative .h6 a:hover, .negative .h6 a:focus, .negative .h6 a:active {
  color: #e6e6e6;
}
.negative p, .negative .p, .negative i, .negative label, .negative strong, .negative div {
  color: #fff;
}
.negative a {
  color: #fff;
}
.negative a:hover, .negative a:focus, .negative a:active {
  color: #e6e6e6;
}
.negative .form-control {
  border-radius: 0;
  border: none;
  -webkit-transition: background ease-in-out 0.2s;
  -o-transition: background ease-in-out 0.2s;
  transition: background ease-in-out 0.2s;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.negative .form-control:focus {
  background: rgba(255, 255, 255, 0.05);
}
.negative .form-control option {
  background: #29262C;
}

/**
 * Animation Mixing
 * $param  {string} $name             ex. 'slideLeft'
 * $param  {string} $timing-function  es. 'ease-in-out'
 * - https://developer.mozilla.org/en-US/docs/Web/CSS/animation-timing-function
 * $param  {float}  $duration         seconds
 * $param  {float}  $delay            seconds
 */
.ani-collapse {
  -webkit-animation-timing-function: "ease-out";
          animation-timing-function: "ease-out";
  -webkit-animation-name: "collapseItem";
          animation-name: "collapseItem";
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.ani-expand {
  -webkit-animation-timing-function: "ease-out";
          animation-timing-function: "ease-out";
  -webkit-animation-name: "expandItem";
          animation-name: "expandItem";
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

/**
 * Basic Animations
 */
@-webkit-keyframes slideTop {
  from {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideTop {
  from {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideTopOut {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
}
@keyframes slideTopOut {
  from {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
}
@-webkit-keyframes slideLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideBottom {
  from {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideBottom {
  from {
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideBottomOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
}
@keyframes slideBottomOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-101%);
            transform: translateY(-101%);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInFancy {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInFancy {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInFancyTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInFancyTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes addShadow {
  from {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  to {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
@keyframes addShadow {
  from {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  to {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
@-webkit-keyframes glitch {
  0% {
    text-shadow: 0.05em 0 0 #00fffc, -0.03em -0.04em 0 #fc00ff, 0.025em 0.04em 0 #fffc00;
  }
  15% {
    text-shadow: 0.05em 0 0 #00fffc, -0.03em -0.04em 0 #fc00ff, 0.025em 0.04em 0 #fffc00;
  }
  16% {
    text-shadow: -0.05em -0.025em 0 #00fffc, 0.025em 0.035em 0 #fc00ff, -0.05em -0.05em 0 #fffc00;
  }
  49% {
    text-shadow: -0.05em -0.025em 0 #00fffc, 0.025em 0.035em 0 #fc00ff, -0.05em -0.05em 0 #fffc00;
  }
  50% {
    text-shadow: 0.05em 0.035em 0 #00fffc, 0.03em 0 0 #fc00ff, 0 -0.04em 0 #fffc00;
  }
  99% {
    text-shadow: 0.05em 0.035em 0 #00fffc, 0.03em 0 0 #fc00ff, 0 -0.04em 0 #fffc00;
  }
  100% {
    text-shadow: -0.05em 0 0 #00fffc, -0.025em -0.04em 0 #fc00ff, -0.04em -0.025em 0 #fffc00;
  }
}
@keyframes glitch {
  0% {
    text-shadow: 0.05em 0 0 #00fffc, -0.03em -0.04em 0 #fc00ff, 0.025em 0.04em 0 #fffc00;
  }
  15% {
    text-shadow: 0.05em 0 0 #00fffc, -0.03em -0.04em 0 #fc00ff, 0.025em 0.04em 0 #fffc00;
  }
  16% {
    text-shadow: -0.05em -0.025em 0 #00fffc, 0.025em 0.035em 0 #fc00ff, -0.05em -0.05em 0 #fffc00;
  }
  49% {
    text-shadow: -0.05em -0.025em 0 #00fffc, 0.025em 0.035em 0 #fc00ff, -0.05em -0.05em 0 #fffc00;
  }
  50% {
    text-shadow: 0.05em 0.035em 0 #00fffc, 0.03em 0 0 #fc00ff, 0 -0.04em 0 #fffc00;
  }
  99% {
    text-shadow: 0.05em 0.035em 0 #00fffc, 0.03em 0 0 #fc00ff, 0 -0.04em 0 #fffc00;
  }
  100% {
    text-shadow: -0.05em 0 0 #00fffc, -0.025em -0.04em 0 #fc00ff, -0.04em -0.025em 0 #fffc00;
  }
}
@-webkit-keyframes rotateLeft {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
}
@keyframes rotateLeft {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
}
@-webkit-keyframes rotateRight {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@keyframes rotateRight {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@-webkit-keyframes clockSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes clockSpin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.styleguide {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.styleguide-btn {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.btn {
  text-transform: uppercase;
  font-family: "Roboto Mono", monospace;
  font-weight: 700;
}

.btn-100 {
  width: 100%;
}

.btn-gradient {
  background: -o-radial-gradient(1.35% 0%, 100% 3463.61%, #F75734 38.02%, #DC2C84 100%);
  background: radial-gradient(100% 3463.61% at 1.35% 0%, #F75734 38.02%, #DC2C84 100%);
  color: #fff;
}
.btn-gradient:hover, .btn-gradient:focus, .btn-gradient:active {
  color: #e6e6e6;
}
.btn-gradient.btn-sm, .btn-group-sm &gt; .btn-gradient.btn {
  -webkit-box-shadow: 0px 0px 20px rgba(255, 123, 49, 0.4);
          box-shadow: 0px 0px 20px rgba(255, 123, 49, 0.4);
}
.btn-gradient.btn-sm:hover, .btn-group-sm &gt; .btn-gradient.btn:hover {
  -webkit-box-shadow: 0px 0px 5px rgba(255, 123, 49, 0.4);
          box-shadow: 0px 0px 5px rgba(255, 123, 49, 0.4);
}
.btn-gradient.btn-lg, .btn-group-lg &gt; .btn-gradient.btn {
  -webkit-box-shadow: 0px 0px 40px rgba(255, 123, 49, 0.4);
          box-shadow: 0px 0px 40px rgba(255, 123, 49, 0.4);
}
.btn-gradient.btn-lg:hover, .btn-group-lg &gt; .btn-gradient.btn:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(255, 123, 49, 0.4);
          box-shadow: 0px 0px 10px rgba(255, 123, 49, 0.4);
}

.level {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.level__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-radial-gradient(center, circle, #00308C 0, #00308C 40%, black 100%);
  background: radial-gradient(circle at center, #00308C 0, #00308C 40%, black 100%);
  z-index: 1;
}
.level__bg:after, .level__bg:before {
  content: " ";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.level__bg:before {
  background-image: url("../../dist/imgs/bg-tunnel.gif");
  opacity: 0.05;
  z-index: 1;
}
.level__bg:after {
  background-image: url("../../dist/imgs/bg-numbers.png");
  z-index: 2;
}

.level__preview {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.level-preview {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  padding-right: 1rem;
  padding-left: 1rem;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
@media (orientation: landscape) {
  .level-preview {
    width: 90vh;
  }
}
@media (orientation: portrait) {
  .level-preview {
    width: 90vw;
  }
}
@media (max-width: 575.98px) {
  .level-preview {
    -webkit-transform: translateY(-15vh);
        -ms-transform: translateY(-15vh);
            transform: translateY(-15vh);
  }
}
@media (max-height: 600px) {
  .level-preview {
    -webkit-transform: translateY(-15vh);
        -ms-transform: translateY(-15vh);
            transform: translateY(-15vh);
  }
}
.level-preview.active {
  opacity: 1;
}
.level-preview__img {
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}
.level-preview__img:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14.04%, #0B2752), color-stop(82.96%, rgba(11, 39, 82, 0)));
  background: -o-linear-gradient(top, #0B2752 14.04%, rgba(11, 39, 82, 0) 82.96%);
  background: linear-gradient(180deg, #0B2752 14.04%, rgba(11, 39, 82, 0) 82.96%);
  opacity: 0.5;
  z-index: 1;
}
.level-preview__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding-top: 1rem;
}
@media (min-width: 576px) {
  .level-preview__content {
    padding-top: 2rem;
  }
}
.level-preview__number {
  text-align: center;
  font-family: "Roboto Mono", monospace;
  color: #fff;
  font-size: 110px;
}
@media (min-width: 576px) {
  .level-preview__number {
    font-size: 150px;
  }
}
@media (max-height: 600px) {
  .level-preview__number {
    font-size: 60px;
  }
}
@media (max-width: 500px) {
  .level-preview__number {
    font-size: 60px;
  }
}
.level-preview__score {
  text-align: center;
}

.level-score {
  display: inline-block;
  background: #041F55;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 30px;
}
.level-score__label, .level-score__score {
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  line-height: 30px;
}
.level-score__icon {
  display: inline-block;
  position: relative;
  margin-right: -4px;
  margin-left: 4px;
  width: 26px;
  height: 26px;
  top: 6px;
}
.level-score__icon i {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #F2AE2E;
}
.level-score__score {
  font-size: 20px;
  color: #F2AE2E;
}
.level-score__score .tot {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 8px;
}

.dashboard {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 320px;
  text-align: center;
  z-index: 10;
  padding-right: 3rem;
  padding-left: 3rem;
}
@media (min-width: 576px) {
  .dashboard {
    padding-right: 5rem;
    padding-left: 5rem;
    min-width: 420px;
  }
}
@media (min-width: 768px) {
  .dashboard {
    width: 600px;
  }
}
.dashboard__content {
  position: relative;
  z-index: 2;
}
.dashboard__bg {
  background: rgba(2, 17, 46, 0.8);
  position: absolute;
  z-index: 1;
  top: -5%;
  left: 0;
  width: 100%;
  height: 105%;
  border-radius: 2rem;
  -webkit-transform: perspective(30px) rotateX(1deg);
          transform: perspective(30px) rotateX(1deg);
}
.dashboard__bg:before {
  content: " ";
  position: absolute;
  border: 1px solid #fff;
  z-index: 2;
  border-radius: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  top: 3rem;
  bottom: 3rem;
}
@media (min-width: 576px) {
  .dashboard__bg:before {
    inset: 3.6rem;
  }
}

.dashboard-display {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.dashboard-display .group {
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.dashboard-display h3, .dashboard-display .h3 {
  margin-bottom: 0.75rem;
}
@media (max-width: 767.98px) {
  .dashboard-display h3, .dashboard-display .h3 {
    margin-bottom: 1rem;
  }
}
@media (max-height: 600px) {
  .dashboard-display h3, .dashboard-display .h3 {
    font-size: 18px;
  }
}

.dashboard-arrow {
  cursor: pointer;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 575.98px) {
  .dashboard-arrow img {
    width: 50px;
  }
}
.dashboard-arrow.disabled {
  cursor: default;
  opacity: 0.3;
}

.dashboard-cta {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: "fadeIn";
          animation-name: "fadeIn";
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: "ease-in-out";
          animation-timing-function: "ease-in-out";
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.btn--demo {
  cursor: default;
  opacity: 0.5;
}

.glitch span {
  display: none;
}

.travelling .glitch {
  position: relative;
  text-shadow: 0.05em 0 0 #00fffc, -0.03em -0.04em 0 #fc00ff, 0.025em 0.04em 0 #fffc00;
  -webkit-animation: glitch 200ms infinite;
          animation: glitch 200ms infinite;
}
.travelling .glitch span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
}
.travelling .glitch span:first-child {
  -webkit-animation: glitch 700ms infinite;
          animation: glitch 700ms infinite;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 35%, 0 35%);
          clip-path: polygon(0 0, 100% 0, 100% 35%, 0 35%);
  -webkit-transform: translate(-0.04em, -0.03em);
      -ms-transform: translate(-0.04em, -0.03em);
          transform: translate(-0.04em, -0.03em);
  opacity: 0.75;
}
.travelling .glitch span:last-child {
  -webkit-animation: glitch 375ms infinite;
          animation: glitch 375ms infinite;
  -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%);
          clip-path: polygon(0 65%, 100% 65%, 100% 100%, 0 100%);
  -webkit-transform: translate(0.04em, 0.03em);
      -ms-transform: translate(0.04em, 0.03em);
          transform: translate(0.04em, 0.03em);
  opacity: 0.75;
}
.travelling .dashboard-cta {
  display: none;
}

.timeline {
  position: relative;
  z-index: 50;
}
.timeline hr {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .timeline hr {
    margin-right: 1rem;
    margin-left: 1rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.timeline h1, .timeline .h1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
@media (min-width: 576px) {
  .timeline h1, .timeline .h1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
@media (max-width: 575.98px) {
  .timeline h1, .timeline .h1 {
    font-size: 28px;
  }
}
.timeline .mono-title {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 576px) {
  .timeline .mono-title {
    margin-right: 1rem;
    margin-left: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.timeline__sidebar {
  -webkit-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
  position: fixed;
  top: 0;
  height: 100%;
  background: #00308C;
  height: 100%;
  z-index: 2;
  left: -83%;
  width: 83%;
}
@media (min-width: 576px) {
  .timeline__sidebar {
    left: -400px;
    width: 400px;
  }
}
.timeline__content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
@media (min-width: 576px) {
  .timeline__content {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.timeline__over {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.timeline__toggle {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  cursor: pointer;
  top: 10px;
  background: #00308C;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  right: -3.2rem;
  width: 3.2rem;
  height: 40px;
}
@media (min-width: 576px) {
  .timeline__toggle {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    right: -5rem;
    width: 5rem;
    height: 70px;
  }
}
.timeline__toggle-label {
  position: absolute;
  top: 35px;
  right: -10rem;
  font-size: 14px;
  font-weight: 700;
  font-family: "Roboto Mono", monospace;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .timeline__toggle-label {
    display: none;
  }
}
.timeline__toggle .i-open,
.timeline__toggle .i-close {
  position: absolute;
  top: 8px;
  right: 12px;
}
@media (min-width: 576px) {
  .timeline__toggle .i-open,
.timeline__toggle .i-close {
    top: 20px;
    right: 20px;
    font-size: 32px;
  }
}
.timeline__progress {
  position: fixed;
  top: 80px;
  left: 0;
  width: 30px;
  bottom: 0;
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(0px, 1fr));
  grid-gap: 4px;
  padding-bottom: 4px;
  padding-top: 4px;
  z-index: 1;
  -webkit-transition: left 0.5s ease-in-out 0.5s;
  -o-transition: left 0.5s ease-in-out 0.5s;
  transition: left 0.5s ease-in-out 0.5s;
  cursor: pointer;
  width: 10px;
}
@media (max-width: 575.98px) {
  .timeline__progress {
    display: none;
  }
}
@media (min-width: 768px) {
  .timeline__progress {
    width: 30px;
  }
}
.timeline .i-close {
  display: none;
}
.timeline.open .timeline__sidebar {
  left: 0;
}
.timeline.open .timeline__toggle {
  right: -2.9rem;
  width: 2.9rem;
}
@media (min-width: 768px) {
  .timeline.open .timeline__toggle {
    right: -4rem;
    width: 4rem;
  }
}
.timeline.open .timeline__progress {
  left: -30px;
}
.timeline.open .timeline__over {
  display: block;
}
.timeline.open .i-close {
  display: block;
}
.timeline.open .i-open {
  display: none;
}

.timeline-level {
  cursor: pointer;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-left: 2.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 576px) {
  .timeline-level {
    font-size: 18px;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-left: 3rem;
    margin-right: -1rem;
  }
}
.timeline-level__number {
  position: absolute;
  top: 7px;
  font-weight: 700;
  font-family: "Roboto Mono", monospace;
  left: 0.5rem;
}
@media (min-width: 576px) {
  .timeline-level__number {
    left: 1rem;
  }
}
.timeline-level__label {
  font-weight: 700;
}
.timeline-level__score {
  position: absolute;
  right: 0.5rem;
  top: 7px;
  color: #F2AE2E;
  font-family: "Roboto Mono", monospace;
}
@media (min-width: 576px) {
  .timeline-level__score {
    right: 1rem;
  }
}
.timeline-level__score i {
  color: #F2AE2E;
  line-height: 0 !important;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.timeline-level--current {
  background: -o-radial-gradient(1.35% 0%, 100% 3463.61%, #F75734 38.02%, #DC2C84 100%);
  background: radial-gradient(100% 3463.61% at 1.35% 0%, #F75734 38.02%, #DC2C84 100%);
}
.timeline-level--demo-off {
  opacity: 0.5;
}
.timeline-level--played {
  opacity: 0.7;
  padding-right: 3.5rem;
}
@media (min-width: 576px) {
  .timeline-level--played {
    padding-right: 4.5rem;
  }
}

.progress-item {
  background: #00308C;
  position: relative;
  overflow: hidden;
}
.progress-item:after, .progress-item:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: -o-radial-gradient(1.35% 0%, 100% 3463.61%, #F75734 38.02%, #DC2C84 100%);
  background: radial-gradient(100% 3463.61% at 1.35% 0%, #F75734 38.02%, #DC2C84 100%);
}
.progress-item:before {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: "slideTop";
          animation-name: "slideTop";
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: "ease-in-out";
          animation-timing-function: "ease-in-out";
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.progress-item:after {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: "slideTopOut";
          animation-name: "slideTopOut";
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: "ease-in-out";
          animation-timing-function: "ease-in-out";
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.progress-item--current:before {
  display: block;
}
.progress-item--from:after {
  display: block;
}

.backward .progress-item:before {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: "slideBottom";
          animation-name: "slideBottom";
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: "ease-in-out";
          animation-timing-function: "ease-in-out";
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.backward .progress-item:after {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: "slideBottomOut";
          animation-name: "slideBottomOut";
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: "ease-in-out";
          animation-timing-function: "ease-in-out";
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.app--credits .timeline,
.app--splash .timeline,
.app--game .timeline {
  display: none;
}

.video {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.video.playing {
  opacity: 1;
}
.video video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%;
  min-height: 100%;
  /* Setting width &amp; height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.game {
  position: relative;
  min-height: 100vh;
}
.game__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-radial-gradient(center, circle, #00308C 0, #00308C 40%, black 100%);
  background: radial-gradient(circle at center, #00308C 0, #00308C 40%, black 100%);
}
.game__bg:after, .game__bg:before {
  content: " ";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.game__bg:before {
  background-image: url("../../dist/imgs/bg-tunnel.gif");
  opacity: 0.05;
  z-index: 1;
}
.game__bg:after {
  background-image: url("../../dist/imgs/bg-numbers.png");
  z-index: 2;
}
.game__quiz {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.game__video {
  position: relative;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.game__video .video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.game__video .video-player .video-js {
  display: block;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: auto;
  height: auto;
}
.game__video .video-player .vjs-big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  border: none;
  background: -o-radial-gradient(1.35% 0%, 100% 3463.61%, #F75734 38.02%, #DC2C84 100%);
  background: radial-gradient(100% 3463.61% at 1.35% 0%, #F75734 38.02%, #DC2C84 100%);
}
.game__video .video-player .vjs-big-play-button .vjs-icon-placeholder {
  position: absolute;
  top: 15px;
  left: 15px;
}
.game__video .video-player .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\e037";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.game-feedback {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: "fadeIn";
          animation-name: "fadeIn";
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: "ease-in-out";
          animation-timing-function: "ease-in-out";
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.game-feedback__img {
  margin-bottom: 2rem;
}
.game-feedback__img img {
  display: none;
}
.game-feedback__msg {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
.game-feedback--error {
  background: #FF7B31;
}
.game-feedback--error img {
  display: block;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: "rotateLeft";
          animation-name: "rotateLeft";
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: "ease-in-out";
          animation-timing-function: "ease-in-out";
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.game-feedback--success {
  background: #006460;
}
.game-feedback--success img {
  display: block;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: "rotateRight";
          animation-name: "rotateRight";
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: "ease-in-out";
          animation-timing-function: "ease-in-out";
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.game-feedback-content {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
}
@media (max-width: 575.98px) {
  .game-feedback-content {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .game-feedback-content {
    max-width: 550px;
  }
}

.game-quiz {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
@media (max-width: 575.98px) {
  .game-quiz {
    padding-bottom: 4rem;
  }
}
.game-quiz__question {
  text-align: center;
  background: #041F55;
  -webkit-box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.game-quiz__question h1, .game-quiz__question .h1 {
  margin: 0;
}
@media (max-width: 575.98px) {
  .game-quiz__question h1, .game-quiz__question .h1 {
    font-size: 28px;
  }
}
.game-quiz__answers {
  margin-top: 1rem;
  display: grid;
  grid-gap: 1rem;
}
@media (min-width: 576px) {
  .game-quiz__answers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 576px) {
  .game-quiz__cta {
    margin-top: 1rem;
  }
}
@media (max-width: 575.98px) {
  .game-quiz__cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .game-quiz__cta .btn {
    border-radius: 0;
  }
}

.answer {
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: rgba(4, 31, 85, 0.5);
  -webkit-transition: border 0.5s ease-in-out;
  -o-transition: border 0.5s ease-in-out;
  transition: border 0.5s ease-in-out;
  border-radius: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 576px) {
  .answer {
    font-size: 24px;
  }
}
.answer__letter {
  position: absolute;
  top: 1rem;
  left: 1rem;
  text-transform: uppercase;
  font-family: "Roboto Mono", monospace;
}
.answer__text {
  padding-left: 2rem;
  padding-right: 1rem;
}
.answer__icon {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.answer__icon i {
  display: none;
}
.answer:hover {
  border-color: #fff;
}
.answer--selected {
  border-color: #fff;
  -webkit-box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.3);
}

.correct .answer {
  cursor: pointer;
}
.correct .answer--right {
  background: #006460;
  -webkit-filter: drop-shadow(0px 0px 20px #FFFFFF);
          filter: drop-shadow(0px 0px 20px #FFFFFF);
  border-color: #fff;
}
.correct .answer--right .i-right {
  display: block;
  color: #fff;
}
.correct .answer--selected.answer--wrong {
  border-color: #FF7B31;
}
.correct .answer--selected.answer--wrong .i-wrong {
  display: block;
  color: #FF7B31;
}

.game-timer {
  position: relative;
  width: 160px;
  height: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
.game-timer__spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.8rem solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.game-timer__spinner:after {
  content: " ";
  position: absolute;
  inset: -0.8rem;
  border: 0.8rem solid transparent;
  border-top: 0.8rem solid #fff;
  border-radius: 100%;
  display: none;
  -webkit-animation: clockSpin 2s infinite linear;
          animation: clockSpin 2s infinite linear;
}
.game-timer__spinner.going:after {
  display: block;
}
.game-timer__time {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Roboto Mono", monospace;
  font-size: 24px;
}

.splash {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: "fadeIn";
          animation-name: "fadeIn";
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: "ease-in-out";
          animation-timing-function: "ease-in-out";
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.splash__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-radial-gradient(center, circle, #00308C 0, #00308C 40%, black 100%);
  background: radial-gradient(circle at center, #00308C 0, #00308C 40%, black 100%);
}
.splash__bg:after, .splash__bg:before {
  content: " ";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.splash__bg:before {
  background-image: url("../../dist/imgs/bg-tunnel.gif");
  opacity: 0.05;
  z-index: 1;
}
.splash__bg:after {
  background-image: url("../../dist/imgs/bg-numbers.png");
  z-index: 2;
}
.splash__content {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
.splash__content img {
  cursor: pointer;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: "fadeInFancy";
          animation-name: "fadeInFancy";
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: "ease-in-out";
          animation-timing-function: "ease-in-out";
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.splash__cta {
  margin-top: 1rem;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: "fadeInFancy";
          animation-name: "fadeInFancy";
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: "ease-in-out";
          animation-timing-function: "ease-in-out";
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.splash.end {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: "fadeOut";
          animation-name: "fadeOut";
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: "ease-in-out";
          animation-timing-function: "ease-in-out";
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.splash.end .splash__cta {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: "fadeOut";
          animation-name: "fadeOut";
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: "ease-in-out";
          animation-timing-function: "ease-in-out";
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.splash.end .splash__content img {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: "fadeOut";
          animation-name: "fadeOut";
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: "ease-in-out";
          animation-timing-function: "ease-in-out";
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page-credits {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 7rem;
}
.page-credits-btn {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.page-credits h1, .page-credits .h1 {
  margin-bottom: 3rem;
}
.page-credits a {
  display: block;
  margin-bottom: 0.5rem;
  text-decoration: underline;
}

.credits-link {
  cursor: pointer;
  text-decoration: underline;
}

/* Custom Styling */
body {
  background: #00308C;
}
body:-webkit-full-screen {
  background: #00308C;
}
body:-ms-fullscreen {
  background: #00308C;
}
body:fullscreen {
  background: #00308C;
}

.app__logo {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: "fadeInFancy";
          animation-name: "fadeInFancy";
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: "ease-in-out";
          animation-timing-function: "ease-in-out";
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 20;
  width: 60px;
}
@media (min-width: 768px) {
  .app__logo {
    width: 100px;
    right: 1.5rem;
  }
}
.app__top-left-actions, .app__top-right-actions {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: "fadeInFancy";
          animation-name: "fadeInFancy";
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: "ease-in-out";
          animation-timing-function: "ease-in-out";
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  z-index: 20;
  position: fixed;
  top: 10px;
}
@media (min-width: 768px) {
  .app__top-left-actions, .app__top-right-actions {
    top: 1.5rem;
  }
}
.app__top-right-actions {
  right: 10px;
}
@media (min-width: 768px) {
  .app__top-right-actions {
    right: 1.5rem;
  }
}
.app__top-left-actions {
  left: 10px;
}
@media (min-width: 768px) {
  .app__top-left-actions {
    left: 1.5rem;
  }
}
.app__credits {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: "fadeInFancy";
          animation-name: "fadeInFancy";
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: "ease-in-out";
          animation-timing-function: "ease-in-out";
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  z-index: 20;
  position: fixed;
  bottom: 1rem;
  left: 1.5rem;
}
@media (min-width: 768px) {
  .app__credits {
    bottom: 1.5rem;
  }
}

.top-action {
  position: relative;
  float: left;
  margin-left: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.top-action i {
  position: absolute;
  top: 8px;
  left: 8px;
}

@media (max-width: 575.98px) {
  .app--level .app__logo {
    display: none;
  }
}

.app--game .app__logo {
  bottom: 2rem;
}
@media (max-width: 575.98px) {
  .app--game .app__logo {
    display: none;
  }
}

.app--game .app__top-left-actions,
.app--game .app__top-right-actions {
  position: absolute;
}
.app--game .top-action--home {
  display: none;
}

.app--game .app__credits,
.app--level .app__credits,
.app--credits .app__credits {
  display: none;
}

.hide {
  display: none;
}</pre></body></html>