/* archivo-narrow-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/archivo-narrow-v30-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-narrow-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/archivo-narrow-v30-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* archivo-narrow-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/archivo-narrow-v30-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font: 400 16px / 24px 'Archivo Narrow';
  color: #F2F2F2;
  background: #0E0214;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media print, screen and (min-width: 1024px) {
  body {
    font: 400 16px / 24px 'Archivo Narrow';
  }
}
@media print, screen and (min-width: 1440px) {
  body {
    font: 400 18px / 24px 'Archivo Narrow';
  }
}
p {
  font: 400 16px / 24px 'Archivo Narrow';
}
@media print, screen and (min-width: 1024px) {
  p {
    font: 400 16px / 24px 'Archivo Narrow';
  }
}
@media print, screen and (min-width: 1440px) {
  p {
    font: 400 18px / 24px 'Archivo Narrow';
  }
}
h1,
.h1 {
  font: 400 40px / 48px 'Archivo Narrow';
}
@media print, screen and (min-width: 1024px) {
  h1,
  .h1 {
    font: 400 48px / 48px 'Archivo Narrow';
  }
}
@media print, screen and (min-width: 1440px) {
  h1,
  .h1 {
    font: 400 56px / 56px 'Archivo Narrow';
  }
}
h1.border,
.h1.border {
  position: relative;
  padding-left: 24px;
}
h1.border:before,
.h1.border:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, #3B82F6, #6D28D9);
}
h2,
.h2 {
  font: 400 40px / 56px 'Archivo Narrow';
}
@media print, screen and (min-width: 1024px) {
  h2,
  .h2 {
    font: 400 40px / 56px 'Archivo Narrow';
  }
}
@media print, screen and (min-width: 1440px) {
  h2,
  .h2 {
    font: 400 40px / 56px 'Archivo Narrow';
  }
}
h3,
.h3 {
  font: 400 24px / 24px 'Archivo Narrow';
}
@media print, screen and (min-width: 1024px) {
  h3,
  .h3 {
    font: 400 24px / 24px 'Archivo Narrow';
  }
}
@media print, screen and (min-width: 1440px) {
  h3,
  .h3 {
    font: 400 32px / 32px 'Archivo Narrow';
  }
}
h3.border,
.h3.border {
  position: relative;
  padding-left: 12px;
}
h3.border:before,
.h3.border:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, #3B82F6, #6D28D9);
}
h4,
.h4 {
  font: 700 24px / 32px 'Archivo Narrow';
}
@media print, screen and (min-width: 1024px) {
  h4,
  .h4 {
    font: 700 24px / 32px 'Archivo Narrow';
  }
}
@media print, screen and (min-width: 1440px) {
  h4,
  .h4 {
    font: 700 24px / 32px 'Archivo Narrow';
  }
}
a {
  color: #6D28D9;
  transition: all 0.3s;
}
a:hover {
  color: #6D28D9;
  opacity: 0.9;
}
.swiper {
  width: 600px;
  height: 300px;
}
main {
  min-height: 600px;
}
main > :first-child:not(.brick_header) {
  padding-top: 72px;
}
/*# sourceMappingURL=app.css.map */