/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@keyframes scroll-down {
  from {
    opacity: 0;
    transform: translateY(-30px) scale(0.8);
  }
  30% {
    opacity: 1;
  }
  50% {
    transform: translateY(0px) scale(1);
  }
  80% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }
  to {
    transform: translateY(30px) scale(0.8);
    opacity: 0;
  }
}

@keyframes preloader-content {
  from {
    opacity: 0;
    transform: scale(1.4);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes preloader-logo {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(60px);
  }
}

@keyframes preloader-type {
  from {
    transform: translateX(0);
    opacity: 0;
  }
  to {
    transform: translateX(-45px);
    opacity: 1;
  }
}

@keyframes preloader-load {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

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

html, body {
  min-height: 100vh;
  background-color: white;
  font-family: 'Ubuntu', sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
}

@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 72px;
    padding-right: 72px;
  }
}

@media (max-width: 1024px) {
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (max-width: 991px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 575px) {
  .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (max-width: 360px) {
  .container-fluid {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.app-container {
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

.logo {
  width: 150px;
  height: 42px;
}

@media (min-width: 992px) {
  .logo {
    width: 200px;
    height: 57px;
  }
}

.logo__image {
  width: 100%;
  height: 100%;
}

.btn {
  padding: 14px 32px;
  height: 48px !important;
  font-size: 14px;
  border-radius: 7px;
  border: none;
}

.btn.btn--large {
  padding: 14px 49px;
}

.btn:focus:active:not(:disabled):not(.disabled), .btn:focus:not(:disabled):not(.disabled), .btn:active:not(:disabled):not(.disabled) {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn.btn-primary {
  background-color: #38B6FF;
}

.btn.btn-primary:focus:not(:disabled):not(.disabled), .btn.btn-primary:active:not(:disabled):not(.disabled) {
  background-color: #0094eb;
}

.btn.btn-secondary {
  background-color: #375A6B;
}

.socials {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}

.socials__item {
  padding: 0 0.25rem;
}

.socials__link {
  display: block;
  padding: 0 0.875rem;
}

.socials__icon {
  font-size: 1.25rem;
  color: #375A6B;
  opacity: 0.3;
}

.scrollbar-track {
  background-color: transparent !important;
}

.scrollbar-track-x {
  display: none !important;
}

.scrollbar-thumb {
  background-color: #375A6B !important;
  width: 4px !important;
  opacity: 0.6;
}

.audio-player {
  box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.05);
  background-color: white;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 2.5rem;
  margin: 1rem 0;
}

.audio-player__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 2rem 0 0;
  position: relative;
}

.audio-player__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  z-index: 2000;
}

.audio-player--secondary .audio-player__btn {
  background-color: #375A6B;
}

.audio-player--warning .audio-player__btn {
  background-color: #FFC738;
}

.audio-player__btn {
  width: 64px;
  height: 64px;
  border-radius: 500px;
  background-color: #38B6FF;
  border: none;
  outline: none;
  margin-right: 1.5rem;
  position: relative;
}

.audio-player__btn:focus, .audio-player__btn:active {
  outline: none;
}

.audio-player__btn::before {
  content: '';
  background-image: url("../images/play.svg");
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 22px;
  height: 22px;
  top: calc(50% - 11px);
  left: calc(50% - 10px);
}

.audio-player__btn--isplaying::before {
  background-image: url("../images/pause.svg");
}

.audio-player__title {
  font-weight: 700;
  font-size: 1.25rem;
}

.audio-player__tag {
  color: #38B6FF;
  padding: 3px 3px;
  border-radius: 7px;
  background-color: rgba(56, 182, 255, 0.1);
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 300;
}

.section {
  position: relative;
  padding: 6rem 0;
}

.section__title {
  padding-bottom: 1.375rem;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  color: #020911;
}

@media (min-width: 992px) {
  .section__title {
    font-size: 2rem;
  }
}

.section__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 5px;
  border-radius: 10px;
  background-color: #38B6FF;
}

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

.section__title--centered::before {
  left: calc(50% - 14px);
}

.section__description {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 2rem;
  color: #000;
}

.section__description--bottom {
  margin-bottom: 7rem;
}

@media (min-width: 768px) {
  .section__description--bottom {
    margin-bottom: 0;
  }
}

.navigation {
  position: relative;
  height: 76px;
  z-index: 2000;
}

@media (min-width: 992px) {
  .navigation {
    height: 100px;
  }
}

.navigation .navbar {
  min-height: 76px;
}

@media (min-width: 992px) {
  .navigation .navbar {
    min-height: 100px;
  }
}

.navigation .navbar-light .navbar-toggler {
  border-color: transparent;
}

.navigation .nav-item:not(.nav-item--start) {
  padding: 1.5rem 1rem;
}

@media (min-width: 992px) {
  .navigation .nav-item:not(.nav-item--start) {
    padding: .5rem 2rem;
  }
}

.navigation .navbar-light .navbar-nav .nav-link {
  font-weight: 300;
  font-size: 18px;
  color: #375A6B;
}

.navigation .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #1d3038;
}

.navigation .navbar-nav .nav-item.nav-item--start {
  padding: 1.5rem 1rem;
}

@media (min-width: 992px) {
  .navigation .navbar-nav .nav-item.nav-item--start {
    padding-left: 2rem;
    padding-right: 0;
  }
}

.navigation .navbar-nav .nav-item.nav-item--start .btn {
  font-weight: 500;
  width: 100%;
}

.navigation__container {
  border-bottom: 1px solid rgba(55, 90, 107, 0.05);
  height: 58px;
}

@media (min-width: 992px) {
  .navigation__container {
    height: 84px;
  }
}

.navigation__collapse {
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  text-align: center;
  z-index: 9999;
}

@media (min-width: 992px) {
  .navigation__collapse {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    height: 80px;
  }
}

.hero {
  position: relative;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .hero {
    padding-bottom: 80px;
    min-height: calc(100vh - 100px);
  }
}

@media (min-width: 1025px) {
  .hero {
    padding-bottom: 0;
  }
}

.hero__row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.hero__content {
  order: 2;
}

@media (min-width: 768px) {
  .hero__content {
    order: -1;
    padding-right: 2.5rem;
  }
}

.hero__concept {
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .hero__concept {
    margin-bottom: 0;
    justify-content: flex-end;
  }
}

.hero__image {
  width: 100%;
}

@media (max-width: 1152px) {
  .hero__image {
    width: 444px;
  }
}

@media (max-width: 768px) {
  .hero__image {
    width: 289px;
  }
}

@media (max-width: 767px) {
  .hero__image {
    width: 100%;
  }
}

.hero__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 4.75rem;
}

@media (min-width: 992px) {
  .hero__title {
    font-size: 3.75rem;
    font-weight: 700;
    line-height: 4.25rem;
  }
}

.hero__description {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
}

.hero__scroll-down {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}

.hero__scroll-down-icon {
  width: 2rem;
  height: 2rem;
  animation: scroll-down 1.2s ease-in-out infinite forwards;
}

.features {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 100px 0;
  background-color: #f7fafe;
}

@media (min-width: 992px) {
  .features {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.features::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-image: url("../images/feature_before.svg");
  background-size: cover;
  background-position: center center;
  height: 100px;
}

.features::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-image: url("../images/feature_after.svg");
  background-size: cover;
  background-position: center center;
  height: 100px;
}

.features__item {
  position: relative;
}

.features__item-inner {
  position: relative;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 70px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
  text-align: center;
}

.features__item::before {
  content: '';
  width: 40%;
  height: 40%;
  position: absolute;
  bottom: 10px;
  left: 30%;
  filter: blur(50px);
  opacity: 0.7;
}

@media (min-width: 992px) {
  .features__item::before {
    width: 50%;
    height: 70%;
    position: absolute;
    bottom: 0;
    left: 25%;
    filter: blur(60px);
    opacity: 1;
  }
}

.features__icon {
  padding: 3rem;
  background-color: rgba(56, 182, 255, 0.1);
  border-radius: 1000px;
  margin-bottom: 1.75rem;
}

.features__img {
  width: 3rem;
  height: 3rem;
}

.features__title {
  font-weight: 500;
  color: #375A6B;
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  .features__title {
    font-size: 1.5rem;
  }
}

.features__item--primary .features__icon {
  background-color: rgba(56, 182, 255, 0.1);
}

.features__item--primary::before {
  background-color: rgba(56, 182, 255, 0.6);
}

.features__item--warning .features__icon {
  background-color: rgba(255, 199, 56, 0.1);
}

.features__item--warning::before {
  background-color: rgba(255, 199, 56, 0.6);
}

.features__item--secondary .features__icon {
  background-color: rgba(0, 116, 173, 0.1);
}

.features__item--secondary::before {
  background-color: rgba(0, 116, 173, 0.6);
}

.description__content {
  padding-top: 2rem;
}

.description__concept {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .description__concept {
    margin-bottom: 0;
  }
  .description__concept--left {
    padding-left: 2rem;
  }
  .description__concept--right {
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .description__concept--left {
    padding-left: 3rem;
  }
  .description__concept--right {
    padding-right: 3rem;
  }
}

.description__image {
  width: 100%;
}

.description__demo {
  padding: 5rem 0 3rem;
}

.team {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 110px 0;
  background-color: #f7fafe;
}

@media (min-width: 992px) {
  .team {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

.team::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-image: url("../images/team_before.svg");
  background-size: cover;
  background-position: center center;
  height: 110px;
}

.team::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-image: url("../images/team_after.svg");
  background-size: cover;
  background-position: center center;
  height: 110px;
}

.team__list {
  padding-top: 3rem;
}

.team__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 4rem 1.25rem;
}

@media (min-width: 992px) {
  .team__item {
    padding: 0 1.25rem;
  }
}

@media (min-width: 1025px) {
  .team__item {
    padding: 0 2.25rem;
  }
}

.team__image-box {
  border-radius: 200px;
  width: 115px;
  height: 115px;
  position: relative;
  margin-bottom: 2rem;
  background-color: #375A6B;
}

.team__image-box::before {
  content: '';
  position: absolute;
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  border: 2px solid #FFC738;
  border-radius: 200px;
}

.team__image-src {
  width: 100%;
  height: 100%;
  border-radius: 200px;
}

.team__name {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.team__position {
  color: #375A6B;
  font-weight: 300;
  margin-bottom: 1.25rem;
  font-size: 14px;
  opacity: 0.5;
}

.team__description {
  color: #727A8B;
  font-size: 14px;
  font-weight: 400;
}

.partners {
  text-align: center;
}

.partners__item {
  text-align: center;
  padding: 1.5rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners__item img {
  max-width: 250px;
  height: auto;
  display: block;
}

@media (min-width: 576px) {
  .partners__item img {
    max-width: 150px;
  }
}

@media (min-width: 992px) {
  .partners__item img {
    max-width: 250px;
  }
}

.about__contact {
  padding: 4rem 0 0;
}

@media (min-width: 992px) {
  .about__contact {
    padding: 0;
  }
}

.about__contact-details {
  font-size: 0.875rem;
  color: #375A6B;
}

.about__contact-title {
  font-weight: 700;
  margin: 0;
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  .about__contact-title {
    font-size: 1.125rem;
  }
}

.about__contact-info {
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 300;
}

@media (min-width: 992px) {
  .about__contact-info {
    font-size: 1.125rem;
    line-height: 1.3;
  }
}

@media (max-width: 1024px) {
  .about__contact-input {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 991px) {
  .about__contact-input {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 767px) {
  .about__contact-input {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.about .form-group label {
  color: rgba(55, 90, 107, 0.5);
  font-weight: 400;
  font-size: 12px;
}

.about .form-control {
  background-color: #F9F9F9;
  border: none;
  transition: background-color .4s ease;
  font-size: 14px;
  font-weight: 400;
  color: #375A6B;
  height: 48px;
  line-height: 44px;
  border-radius: 7px;
}

.about .form-control::placeholder {
  font-weight: 300;
  color: #BDBDBD;
}

.about .form-control:focus {
  box-shadow: none;
  color: #375A6B;
  background-color: #f6f8fa;
}

.about textarea.form-control {
  height: 144px;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .about textarea.form-control {
    height: 60px;
  }
}

.footer {
  position: relative;
}

.footer__container {
  padding: 2rem;
  border-top: 1px solid rgba(55, 90, 107, 0.05);
}

.footer__copyright {
  font-size: 12px;
  font-weight: 300;
}

.preloader {
  position: fixed;
  z-index: 9999;
  background-color: white;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease;
}

.preloader__content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  animation: preloader-content .4s ease forwards 1, preloader-load 1.4s linear forwards infinite;
  animation-delay: 0.5s, 2s;
  opacity: 0;
}

.preloader__logo {
  z-index: 100;
  animation: preloader-logo .6s ease forwards 1;
  animation-delay: 1.05s;
}

.preloader__type {
  position: absolute;
  z-index: 99;
  animation: preloader-type .4s ease forwards 1;
  animation-delay: 1.25s;
  opacity: 0;
}

.preloader.hidden {
  opacity: 0;
  transform: translateY(100px);
  visibility: hidden;
}
