@import url("https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://use.typekit.net/tpz4kii.css");
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; }

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; }

/*
TT Commons Pro Thin
font-family: "tt-commons-pro-thin", sans-serif;
font-weight: 100;
font-style: normal;

TT Commons Pro Thin Italic
font-family: "tt-commons-pro-thin", sans-serif;
font-weight: 100;
font-style: italic;

TT Commons Pro ExtraLight
font-family: "tt-commons-pro", sans-serif;
font-weight: 100;
font-style: normal;

TT Commons Pro ExtraLight Italic
font-family: "tt-commons-pro", sans-serif;
font-weight: 100;
font-style: italic;

TT Commons Pro Light
font-family: "tt-commons-pro", sans-serif;
font-weight: 200;
font-style: normal;
TT Commons Pro Light Italic

font-family: "tt-commons-pro", sans-serif;
font-weight: 200;
font-style: italic;

TT Commons Pro Regular
font-family: "tt-commons-pro", sans-serif;
font-weight: 300;
font-style: normal;

TT Commons Pro Italic
font-family: "tt-commons-pro", sans-serif;
font-weight: 300;
font-style: italic;

TT Commons Pro Medium
font-family: "tt-commons-pro", sans-serif;
font-weight: 400;
font-style: normal;

TT Commons Pro Medium Italic
font-family: "tt-commons-pro", sans-serif;
font-weight: 400;
font-style: italic;

TT Commons Pro DemiBold
font-family: "tt-commons-pro", sans-serif;
font-weight: 500;
font-style: normal;

TT Commons Pro DemiBold Italic
font-family: "tt-commons-pro", sans-serif;
font-weight: 500;
font-style: italic;

TT Commons Pro Bold
font-family: "tt-commons-pro", sans-serif;
font-weight: 600;
font-style: normal;

TT Commons Pro Bold Italic
font-family: "tt-commons-pro", sans-serif;
font-weight: 600;
font-style: italic;

TT Commons Pro ExtraBold
font-family: "tt-commons-pro", sans-serif;
font-weight: 700;
font-style: normal;

TT Commons Pro ExtraBold Italic
font-family: "tt-commons-pro", sans-serif;
font-weight: 700;
font-style: italic;

TT Commons Pro Black
font-family: "tt-commons-pro", sans-serif;
font-weight: 800;
font-style: normal;

TT Commons Pro Black Italic
font-family: "tt-commons-pro", sans-serif;
font-weight: 800;
font-style: italic;

TT Commons Pro ExtraBlack
font-family: "tt-commons-pro", sans-serif;
font-weight: 900;
font-style: normal;

TT Commons Pro ExtraBlack Italic
font-family: "tt-commons-pro", sans-serif;
font-weight: 900;
font-style: italic;
*/
@font-face {
  font-family: 'Aspekta';
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
  src: url("../../fonts/AspektaVF.woff2") format("woff2"); }

/***/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none !important;
  font-optical-sizing: auto;
  background: #000A1F;
  overflow: hidden; }

.bg {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000A1F url(../../img/bg404.png) top center no-repeat;
  background-size: cover;
  box-sizing: border-box; }
  .bg .panel {
    margin-top: -10%; }
    @media screen and (max-width: 992px) {
      .bg .panel {
        margin-top: -20%; } }
    .bg .panel h1 {
      position: relative;
      display: block;
      text-align: center;
      font-family: "tt-commons-pro";
      font-weight: 300;
      font-size: 575px;
      letter-spacing: -0.1em;
      line-height: 1;
      background: -webkit-linear-gradient(#eee, #0171b7);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin: 0;
      padding: 0 35px 0 0; }
      @media screen and (max-width: 992px) {
        .bg .panel h1 {
          font-size: 225px; } }
    .bg .panel .box {
      position: relative;
      display: block;
      width: 440px;
      height: 240px;
      border-radius: 15px;
      background: transparent;
      /* Note: currently only Safari supports backdrop-filter */
      backdrop-filter: blur(30px);
      --webkit-backdrop-filter: blur(30px);
      background-color: rgba(255, 255, 255, 0.15);
      margin: -220px auto 0;
      box-sizing: border-box;
      padding: 42px 45px 0 45px; }
      @media screen and (max-width: 992px) {
        .bg .panel .box {
          width: 275px;
          height: 165px;
          padding: 20px 20px 0 20px;
          margin: -80px auto 0; } }
      .bg .panel .box p {
        font-family: "tt-commons-pro";
        font-weight: 300;
        font-size: 24px;
        line-height: 1.5;
        text-align: center;
        color: #E0F5FF;
        margin-bottom: 30px; }
        @media screen and (max-width: 992px) {
          .bg .panel .box p {
            font-size: 16px; } }

/****/
.btnAction {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-family: "Aspekta";
  font-weight: 300;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #E0F5FF;
  margin: auto;
  text-decoration: none; }
  .btnAction span {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 48px;
    background: url(../../img/icons/bg-btn.svg) center center no-repeat; }
    .btnAction span:before {
      position: absolute;
      content: '';
      width: 10px;
      height: 10px;
      background: url(../../img/icons/bg-btn-arrow.svg) center center no-repeat;
      background-size: cover;
      transform: translateY(0) translateX(0); }
    .btnAction span:after {
      position: absolute;
      content: '';
      width: 10px;
      height: 10px;
      background: url(../../img/icons/bg-btn-arrow.svg) center center no-repeat;
      background-size: cover;
      transform: translateY(40px) translateX(-40px);
      opacity: 0; }
  .btnAction:hover {
    color: #E0F5FF; }
    .btnAction:hover span:before {
      animation: up1 .4s; }
    .btnAction:hover span:after {
      animation: up2 .4s; }

@keyframes up1 {
  0% {
    transform: translateY(0px) translateX(0px);
    opacity: 1; }
  100% {
    transform: translateY(-40px) translateX(40px);
    opacity: 0; } }

@keyframes up2 {
  0% {
    transform: translateY(40px) translateX(-40px);
    opacity: 0; }
  100% {
    transform: translateY(0px) translateX(0px);
    opacity: 1; } }
