main {
  padding: 0;
}

.static {
  height: 100vh;
  background-color: #fff;
}
.static.-error {
  background-image: url("/assets/image/image-error.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.static .content-wrapper.-center {
  justify-content: center;
}
.static__header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.static__header .content-wrapper {
  justify-content: center;
}
.static__header__logo {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: auto;
}
.static__header__logo img {
  width: 120px;
  height: auto;
}
.static__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  align-self: center;
  width: 100%;
  text-align: center;
}
.static__icon {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #E6EEF0;
  background-color: #F0F6F8;
}
.static__icon svg {
  width: auto;
  height: 44px;
}
.static__text {
  margin: 0;
  color: #0A1F8F;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  letter-spacing: 0;
}
.static__error__title {
  color: #fff;
  font-size: 150px;
  font-size: 9.375rem;
  line-height: 150px;
  line-height: 9.375rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 700;
  font-style: normal;
}
.static__error__text {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 400;
  font-style: normal;
}
.static__button {
  margin: 20px 0 0 0;
  width: 220px;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  color: #0A1F8F;
}
.static__button:hover {
  background-color: #0A1F8F;
  color: #fff;
}
.static__button.-static {
  background-color: #0A1F8F;
  color: #fff;
}
.static__button.-static:hover {
  background-color: #1C8CB7;
}
@media only screen and (min-width: 768px) {
  .static__content.-static {
    width: 220px;
  }
  .static__content.-error {
    padding: 0;
    width: 430px;
  }
  .static__button {
    margin: 45px 0 0 0;
  }
  .static__button.-static {
    margin: 25px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .static__header {
    height: 80px;
  }
  .static__header__logo img {
    width: 169px;
  }
  .static__error__title {
    margin: 0 0 20px 0;
    font-size: 200px;
    font-size: 12.5rem;
    line-height: 200px;
    line-height: 12.5rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
  .static__error__text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }
}