/* breakpoints */
/* grid */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
*::before,
*::after,
p::first-letter,
div::first-letter,
blockquote::first-letter,
li::first-letter,
p::first-line,
div::first-line,
blockquote::first-line,
li::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
@media (min-width: 576px) {
  .container {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -2.5px;
  margin-left: -2.5px;
}
@media (min-width: 576px) {
  .row {
    margin-right: -2.5px;
    margin-left: -2.5px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -2.5px;
    margin-left: -2.5px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -2.5px;
    margin-left: -2.5px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -2.5px;
    margin-left: -2.5px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
@media (min-width: 576px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}
@media (min-width: 768px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}
@media (min-width: 992px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}
@media (min-width: 1200px) {
  .col-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 2.5px;
    padding-left: 2.5px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

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

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

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

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

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

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: "NoiGrotesk";
  src: url("/src/fonts/NoiGrotesk-Semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-size: 5.5rem;
  font-family: "NoiGrotesk";
  line-height: 105%;
  letter-spacing: 0px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.6rem;
  }
}

h2 {
  font-size: 2.2rem;
  font-family: "NoiGrotesk";
  line-height: 105%;
  letter-spacing: 0px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.3rem;
  }
}

h4 {
  font-size: 1.6rem;
  font-family: "NoiGrotesk";
  line-height: 100%;
  letter-spacing: -0.4px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #666 s;
}

h6 {
  font-size: 1.1rem;
  font-family: "NoiGrotesk";
  line-height: 100%;
  letter-spacing: -0.4px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #666;
}

a {
  color: rgb(117, 249, 142);
  cursor: none;
  text-decoration: none;
  transition: all 700ms;
}

a:hover {
  color: rgb(0, 0, 0);
  cursor: none;
  text-decoration: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding: 0 5px;
}

.col-1 {
  padding: 0 5px;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .col-1 {
    flex-basis: 8.3333333333%;
  }
}

.col-2 {
  padding: 0 5px;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .col-2 {
    flex-basis: 16.6666666667%;
  }
}

.col-3 {
  padding: 0 5px;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .col-3 {
    flex-basis: 25%;
  }
}

.col-4 {
  padding: 0 5px;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .col-4 {
    flex-basis: 33.3333333333%;
  }
}

.col-5 {
  padding: 0 5px;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .col-5 {
    flex-basis: 41.6666666667%;
  }
}

.col-6 {
  padding: 0 5px;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .col-6 {
    flex-basis: 50%;
  }
}

.col-7 {
  padding: 0 5px;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .col-7 {
    flex-basis: 58.3333333333%;
  }
}

.col-8 {
  padding: 0 5px;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .col-8 {
    flex-basis: 66.6666666667%;
  }
}

.col-9 {
  padding: 0 5px;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .col-9 {
    flex-basis: 75%;
  }
}

.col-10 {
  padding: 0 5px;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .col-10 {
    flex-basis: 83.3333333333%;
  }
}

.col-11 {
  padding: 0 5px;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .col-11 {
    flex-basis: 91.6666666667%;
  }
}

.col-12 {
  padding: 0 5px;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .col-12 {
    flex-basis: 100%;
  }
}

:root {
  --color-1: rgb(255, 255, 255);
  --color-2: rgb(0, 0, 0);
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  cursor: none;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: rgb(245, 245, 245);
  cursor: none;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 20px;
    cursor: pointer;
  }
}

a {
  outline: none;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  border: 0px solid;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.row {
  padding: 0 15px;
}

.row-full {
  padding: 0px;
}

#cursor {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: fixed;
  transform: translate(-100%, -100%);
  z-index: 100;
  top: -40px;
  left: -40px;
  background: #ff004f;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: width 400ms ease-in-out, height 400ms ease-in-out;
  -moz-transition: width 400ms ease-in-out, height 400ms ease-in-out;
  -ms-transition: width 400ms ease-in-out, height 400ms ease-in-out;
  -o-transition: width 400ms ease-in-out, height 400ms ease-in-out;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#cursor div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  margin-left: -1px;
}
@media screen and (max-width: 768px) {
  #cursor {
    display: none;
  }
}

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #ff004f;
}

::selection {
  color: white;
  background: #ff004f;
}

#cursor.active {
  width: 40px;
  height: 40px;
  top: -20px;
  left: -20px;
  background: #ff004f;
}

#cursor.hidden {
  opacity: 0;
}

#footer {
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 2;
  animation: slide 1200ms cubic-bezier(0.77, 0, 0.175, 1);
  animation-delay: 1.8s;
  animation-fill-mode: forwards;
  transform: translateY(100%);
  opacity: 0;
  padding: 15px;
}
#footer a {
  color: black;
}
#footer a:hover {
  opacity: 0.2;
}

@keyframes slide {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
.fade-in {
  animation: slide 700ms cubic-bezier(0.77, 0, 0.175, 1);
  animation-delay: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.ml16 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml16 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #fff;
  transform-origin: 0 50%;
  display: none;
}

.ml16 .line1 {
  top: 0;
  left: 0;
}

.ml16 .letter {
  display: inline-block;
  opacity: 0;
  line-height: 80%;
  padding: 0;
  margin: 0;
}

.ml15 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml15 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #fff;
  transform-origin: 0 50%;
  display: none;
}

.ml15 .line1 {
  top: 0;
  left: 0;
}

.ml15 .letter {
  display: inline-block;
  opacity: 0;
  line-height: 80%;
  padding: 0;
  margin: 0;
}

.ml11 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml11 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #fff;
  transform-origin: 0 50%;
  display: none;
}

.ml11 .line1 {
  top: 0;
  left: 0;
}

.ml11 .letter {
  display: inline-block;
  opacity: 0;
  line-height: 80%;
  padding: 0;
  margin: 0;
}

.ml2 {
  font-weight: normal;
}

.ml2 .letter {
  display: inline-block;
  line-height: 120%;
  opacity: 0;
}

h1.ml2 {
  letter-spacing: -2px !important;
}

.reel {
  height: 45px;
  width: 100%;
  overflow: hidden;
}
.reel .reel-wrapper.animate-title {
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-name: slide-reel-up;
  animation-duration: 1200ms;
  animation-delay: 500ms;
  animation-fill-mode: forwards;
}
.reel .reel-wrapper h1 {
  line-height: 105%;
}

.title-reel-small {
  opacity: 0;
}
.title-reel-small.animate-title {
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-name: slide-reel-small-up;
  animation-duration: 800ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
}

@keyframes slide-reel-up {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-33.33%);
  }
  100% {
    opacity: 1;
    transform: translateY(-66.66%);
  }
}
@keyframes slide-reel-small-up {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.mod-t-xl {
  margin-top: 70px;
}

.mod-t-lg {
  margin-top: 40px;
}

.mod-t-md {
  margin-top: 25px;
}

.mod-t-sm {
  margin-top: 15px;
}

#logo {
  position: fixed;
  width: 100%;
  padding: 12px 15px 10px 16px;
  top: 0;
  left: 0;
  z-index: 2;
  height: 70px;
  background-color: rgb(250, 250, 250);
  animation: fade-in 500ms cubic-bezier(0.77, 0, 0.175, 1);
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  transform-origin: center;
  display: none;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#main ::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#main {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

#main {
  transform: scale(1);
  transition: 800ms cubic-bezier(0.77, 0, 0.175, 1);
  filter: blur(0px);
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  margin-top: -5vh;
}
@media screen and (max-width: 768px) {
  #main {
    padding-top: 20px;
  }
}
#main.active {
  transform: translate(-50%, -50%) scale(0.8);
}

.animate-title span {
  width: 100%;
  float: left;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
  transform: translateY(-50px);
  opacity: 0;
  animation-name: titleAnimation;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-duration: 1400ms;
  animation-delay: 0ms;
  animation-fill-mode: forwards;
  background-color: transparent;
  padding-bottom: 5px;
  padding-top: 4px;
}
@media screen and (max-width: 768px) {
  .animate-title span {
    padding-top: 10px;
    margin-top: 5px;
  }
}
.animate-title span:first-child {
  animation-delay: 0.7s;
}
.animate-title span:last-child {
  animation-delay: 0.5s;
}
@keyframes titleAnimation {
  0% {
    transform: translateY(50px) scale(1.2);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 90%);
    clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
  }
}

.fade-up {
  opacity: 0;
  padding-top: 75px;
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 100ms;
}
.fade-up.active {
  opacity: 1;
  padding-top: 0px;
}

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

#video-close {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: transparent;
  left: 0;
  top: 0;
  display: none;
}
#video-close.active {
  display: block;
}

#video-mobile {
  width: 100%;
}

#video {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  position: fixed;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1400ms cubic-bezier(0.77, 0, 0.175, 1);
  margin-top: 100vh;
}
@media screen and (max-width: 768px) {
  #video {
    height: 100vw;
    width: 100vw;
  }
}
#video.active {
  margin-top: 0vh;
}
@media screen and (max-width: 768px) {
  #video.active {
    margin-top: 25vw;
  }
}
#video #video-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#video video {
  width: 100%;
}

.show-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .show-mobile {
    display: block;
  }
}

.hide-mobile {
  display: block;
}
@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}

#show-video {
  display: inline-block;
}

button {
  cursor: none;
  background: transparent;
  font-size: 5.5rem;
  font-family: "NoiGrotesk";
  line-height: 105%;
  letter-spacing: 0px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  button {
    font-size: 2.6rem;
  }
}
button:hover {
  color: #ff004f !important;
  opacity: 1 !important;
}

#nav-1 {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: rgb(255, 200, 58);
  width: 0;
  height: 0px;
  position: fixed;
  z-index: 12;
  bottom: 40px;
  -webkit-box-shadow: -1px 4px 11px -3px rgba(0, 0, 0, 0.12);
  box-shadow: -1px 4px 11px -3px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  animation: open-up 700ms cubic-bezier(0.77, 0, 0.175, 1);
  animation-delay: 1s;
  animation-fill-mode: forwards;
  display: flex;
  flex-direction: row;
}
#nav-1 .nav-item {
  width: 25%;
  height: 100%;
  position: relative;
  opacity: 0;
  animation: show-up 200ms cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: forwards;
  transform: translateY(5px);
}
#nav-1 .nav-item svg {
  padding-top: 2px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#nav-1 .nav-item:nth-child(1) {
  animation-delay: 2000ms;
}
#nav-1 .nav-item:nth-child(2) {
  animation-delay: 2100ms;
}
#nav-1 .nav-item:nth-child(3) {
  animation-delay: 2200ms;
}
#nav-1 .nav-item:nth-child(4) {
  animation-delay: 2300ms;
}
#nav-1 .nav-item:nth-child(4) svg {
  padding-top: 4px;
}

@keyframes open-up {
  0% {
    width: 0px;
    height: 5px;
  }
  50% {
    width: calc(100% - 140px);
    height: 5px;
  }
  100% {
    height: 50px;
    width: calc(100% - 140px);
  }
}
@keyframes show-up {
  0% {
    transform: translateY(5px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
#nav-2 {
  height: 50px;
  width: calc(100% - 140px);
  position: fixed;
  left: 70px;
  z-index: 12;
  bottom: 40px;
  border-radius: 5px;
  animation: fill-color 700ms cubic-bezier(0.77, 0, 0.175, 1);
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
  display: flex;
  flex-direction: row;
  transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
}
#nav-2 svg {
  transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1) 700ms;
}
#nav-2.active {
  border-radius: 50px;
  width: calc(50% - 15px);
}
#nav-2.active svg {
  transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
}
#nav-2 .nav-item {
  width: 25%;
  height: 100%;
  position: relative;
  opacity: 0;
  animation: show-up 500ms cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: forwards;
  transform: translateY(5px);
  background-color: rgb(255, 200, 58);
}
#nav-2 .nav-item svg {
  padding-top: 2px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#nav-2 .nav-item:nth-child(1) {
  animation-delay: 2000ms;
}
#nav-2 .nav-item:nth-child(2) {
  animation-delay: 2000ms;
}
#nav-2 .nav-item:nth-child(3) {
  animation-delay: 2000ms;
}
#nav-2 .nav-item:nth-child(4) {
  animation-delay: 2000ms;
}
#nav-2 .nav-item:nth-child(4) svg {
  padding-top: 4px;
}

@keyframes show-up {
  0% {
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -o-filter: blur(0);
    -ms-filter: blur(0);
    filter: url(#blur);
    filter: blur(0);
  }
}
#nav-3 {
  height: 50px;
  width: calc(100% - 140px);
  position: fixed;
  opacity: 0;
  z-index: 12;
  bottom: 40px;
  border-radius: 5px;
  animation: slide-up 700ms cubic-bezier(0.77, 0, 0.175, 1);
  animation-delay: 400ms;
  animation-fill-mode: forwards;
  transform: translate(70px, 100%);
  display: flex;
  flex-direction: row;
}
#nav-3 .nav-item {
  width: 25%;
  height: 100%;
  position: relative;
  opacity: 1;
  background-color: rgb(255, 200, 58);
}
#nav-3 .nav-item svg {
  padding-top: 2px;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#nav-3 .nav-item:nth-child(1) {
  animation-delay: 2000ms;
}
#nav-3 .nav-item:nth-child(2) {
  animation-delay: 2100ms;
}
#nav-3 .nav-item:nth-child(3) {
  animation-delay: 2200ms;
}
#nav-3 .nav-item:nth-child(4) {
  animation-delay: 2300ms;
}
#nav-3 .nav-item:nth-child(4) svg {
  padding-top: 4px;
}

#search-content {
  width: 90%;
  height: 0%;
  bottom: 4%;
  left: 5%;
  background-color: rgb(20, 20, 20);
  position: fixed;
  z-index: 3;
  overflow: hidden;
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1) 700ms;
  border-radius: 5px;
}
#search-content.active {
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1) 200ms;
  height: 90%;
}

#search-content-header {
  display: flex;
  flex-direction: row;
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
}
#search-content-header div:nth-child(1) {
  width: 15%;
  height: 100%;
  padding: 15px 15px;
}
#search-content-header div:nth-child(2) {
  width: 65%;
  height: 100%;
  padding: 15px 15px;
}
#search-content-header div:nth-child(2) h6 {
  margin-top: 8px;
  color: white;
}
#search-content-header div:nth-child(3) {
  width: 65%;
  height: 100%;
  padding: 10px 15px;
}
#search-content-header div:nth-child(3) button {
  float: right;
  background-color: rgb(38, 38, 38);
  padding: 10px 25px;
  color: white;
  border-radius: 15px;
}

.search-content-item {
  color: white;
  display: flex;
  opacity: 0;
  transform: translateY(15px);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}
.search-content-item.active {
  opacity: 1;
  transform: translateY(0px);
}
.search-content-item div.icon {
  width: 15%;
  padding: 5px 17px;
}
.search-content-item div.icon span.circle {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid white;
  border-radius: 50%;
  position: relative;
}
.search-content-item div.icon span.circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border: 1px solid white;
  background: white;
  border-radius: 50%;
}
.search-content-item div.icon span.square {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid white;
  position: relative;
}
.search-content-item div.icon span.square span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border: 1px solid white;
  background: white;
}
.search-content-item div.label {
  padding: 6px 15px;
}
.search-content-item div.drag {
  width: 15%;
  padding: 5px 17px;
  margin-top: 10px;
}
.search-content-item span.circle-drag {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid white;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  transform: translateY(-10px);
}
.search-content-item span.circle-drag-2 {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid white;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-10px);
  left: 70%;
}
.search-content-item span.line {
  width: calc(100% - 40px);
  height: 1px;
  background: white;
  position: absolute;
}

#nav-2-close {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 70px;
  z-index: 13;
  bottom: 40px;
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  transition: all 700ms cubic-bezier(0.77, 0, 0.175, 1);
  overflow: hidden;
  background: rgb(38, 38, 38);
  transform: translateY(250%);
}
#nav-2-close.active {
  transform: translateY(0px);
  animation: rotation-button 300ms linear 1;
  animation-delay: 1000ms;
  animation-fill-mode: forwards;
}
#nav-2-close span {
  width: 1px;
  height: 50%;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#nav-2-close span:nth-child(2) {
  width: 50%;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#nav-2-see-results {
  position: absolute;
  z-index: 10;
  width: 0%;
  height: 100%;
  background-color: rgb(255, 200, 58);
  border-radius: 10px;
}
#nav-2-see-results h4 {
  text-align: center;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding-top: 17px;
  pointer-events: none;
  transition: all 0ms cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}
#nav-2-see-results.active {
  width: 100%;
}
#nav-2-see-results.active h4 {
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1) 1000ms;
  opacity: 1;
}

@keyframes rotation-button {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(45deg);
  }
}
#page-right {
  position: fixed;
  width: 100%;
  height: calc(100% - 70px);
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: rgb(250, 250, 250);
  transform: translateX(110%) scale(0.9);
  transition: 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-box-shadow: -1px 4px 11px -3px rgba(0, 0, 0, 0.52);
  box-shadow: -1px 4px 11px -3px rgba(0, 0, 0, 0.32);
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 10px 0;
}
#page-right.slide-left {
  transform: translateX(0%) scale(1);
}

#page-bottom {
  position: fixed;
  width: 100%;
  height: calc(100% - 70px);
  padding: 10px;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: rgb(250, 250, 250);
  transform: translateY(100%);
  transition: 700ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-box-shadow: -1px 4px 11px -3px rgba(0, 0, 0, 0.52);
  box-shadow: -1px 4px 11px -3px rgba(0, 0, 0, 0.52);
  overflow-y: scroll;
  overflow-x: hidden;
}
#page-bottom.slide-top {
  transform: translateX(0%);
}

#page-right-2-layer-1 {
  position: fixed;
  width: 100%;
  height: calc(100% - 70px);
  background-color: rgb(100, 100, 100);
  z-index: 2;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: 800ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
}
#page-right-2-layer-1.slide-left {
  transform: translateX(-100%);
  transition: 1000ms cubic-bezier(0.77, 0, 0.175, 1);
}

#page-right-2-layer-2 {
  position: fixed;
  width: 100%;
  height: calc(100% - 70px);
  background: rgb(20, 20, 20);
  z-index: 3;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  transition: 800ms cubic-bezier(0.77, 0, 0.175, 1) 200ms;
}
#page-right-2-layer-2.slide-left {
  transform: translateX(-100%);
  transition: 1000ms cubic-bezier(0.77, 0, 0.175, 1) 100ms;
}

#page-right-2 {
  position: fixed;
  width: 100%;
  height: calc(100% - 70px);
  bottom: 0;
  right: 0;
  z-index: 3;
  background-color: rgb(250, 250, 250);
  transform: translateX(110%);
  transition: 700ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
  -webkit-box-shadow: -1px 4px 11px -3px rgba(0, 0, 0, 0.52);
  box-shadow: -1px 4px 11px -3px rgba(0, 0, 0, 0.32);
  padding: 10px 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
#page-right-2.slide-left {
  transform: translateX(0%);
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: -10px;
  padding-top: 10px;
  background: rgb(250, 250, 250);
  z-index: 3;
}

.carousel {
  padding-left: 15px;
}

.carousel-cell {
  width: 90%;
  height: auto;
  background-color: transparent;
  overflow: hidden;
}
.carousel-cell img {
  width: 100%;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-name: carousel-cell-layer-animate-img-from-left;
  animation-duration: 1000ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards;
  transform-origin: left;
}
.carousel-cell.is-selected img {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: url(#blur);
  filter: blur(0);
}
.carousel-cell.active .carousel-cell-layer {
  width: 100%;
  height: 100%;
  background-color: rgb(250, 250, 250);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-name: carousel-cell-layer-animate-from-left;
  animation-duration: 800ms;
  animation-delay: 300ms;
  animation-fill-mode: forwards;
  transform-origin: top right;
}

.carousel-cell-full {
  width: calc(100% - 15px);
  margin-right: 15px;
}

.carousel-cell-layer {
  width: 100%;
  height: 100%;
  background-color: rgb(250, 250, 250);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@keyframes carousel-cell-layer-animate-from-left {
  0% {
    transform: scaleX(100%);
  }
  100% {
    transform: scaleX(0);
  }
}
@keyframes carousel-cell-layer-animate-img-from-left {
  0% {
    transform: translateX(-20%) scale(1.4);
  }
  100% {
    transform: translateX(0%) scale(1);
  }
}
@keyframes carousel-cell-layer-animate-from-bottom {
  0% {
    transform: scaleY(100%);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes carousel-cell-layer-animate-img-from-bottom {
  0% {
    transform: translateY(-20%) scale(1.4);
  }
  100% {
    transform: translateY(0%) scale(1);
  }
}
#loader-layer {
  background-color: rgb(250, 250, 250);
  z-index: 101;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transform: translateY(100%);
  overflow-x: hidden;
  background: hsla(100deg, 0%, 100%, 0.1);
  z-index: 999;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}
#loader-layer.active {
  transform: translateY(0%);
}
.loader {
  width: 100px;
  height: 100px;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 10px;
  overflow: visible;
}
.loader svg {
  overflow: visible;
  transform: scale(0.3);
}

@keyframes slide-up {
  0% {
    transform: translate(70px, 100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(70px, 0%);
  }
}
@keyframes fill-color {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: rgb(255, 200, 58);
  }
}
#nav-2-loader {
  position: absolute;
  z-index: 10;
  width: 0%;
  height: 100%;
  background-color: rgb(255, 200, 58);
  border-radius: 10px;
}
#nav-2-loader h6 {
  position: absolute;
  text-align: center;
  opacity: 0;
  width: 100%;
  padding-top: 6px;
}
#nav-2-loader.active {
  width: 100%;
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1) 300ms;
}
#nav-2-loader.active h6 {
  opacity: 0;
  animation: blinker 1s linear infinite;
  animation-delay: 1000ms;
}

@keyframes blinker {
  50% {
    opacity: 1;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@keyframes colors {
  0% {
    stroke: rgb(255, 200, 58);
  }
  25% {
    stroke: rgb(0, 0, 0);
  }
  50% {
    stroke: rgb(255, 200, 58);
  }
  75% {
    stroke: rgb(0, 0, 0);
  }
  100% {
    stroke: rgb(255, 200, 58);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
html .spin {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border: 2px solid rgb(50, 50, 50);
  border-radius: 50%;
}

html .spin:before,
html .spin:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  background-color: rgb(50, 50, 50);
  border-radius: 1.5px;
  transform-origin: 50% 0;
}

html .spin:before {
  height: 9px;
  left: 13.5px;
  top: 50%;
  animation: spin 1500ms linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.wdt-loading-screen {
  color: black;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 999998;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  font-size: 1.6rem;
  font-family: "On-Diatype-Standard-Regular";
  line-height: 100%;
  letter-spacing: -0.4px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #666 s;
}

.wdt-loading-phrases {
  width: 300px;
  margin: 0 auto;
  height: 106px;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.wdt-loading-phrases:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0);
}

.wdt-loading-phrase {
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  transform: translateY(30px);
  line-height: 30px;
  height: 30px;
}

.wdt-loading-phrase:after {
  opacity: 0;
  height: 11px;
  width: 7px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 3px solid #2EB150;
  border-top: 3px solid #2EB150;
  border-radius: 2.5px !important;
  content: "";
  left: 3px;
  top: 16px;
  position: absolute;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 7px;
    opacity: 1;
  }
  20% {
    height: 2px;
    width: 7px;
    opacity: 1;
  }
  40% {
    height: 5px;
    width: 7px;
    opacity: 1;
  }
  100% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 7px;
    opacity: 1;
  }
  20% {
    height: 2px;
    width: 7px;
    opacity: 1;
  }
  40% {
    height: 5px;
    width: 7px;
    opacity: 1;
  }
  100% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 7px;
    opacity: 1;
  }
  20% {
    height: 2px;
    width: 7px;
    opacity: 1;
  }
  40% {
    height: 5px;
    width: 7px;
    opacity: 1;
  }
  100% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map*/