@font-face {
  font-family: "Gellix";
  src: url("/errors/short/gellix/Gellix-Regular.woff2") format("woff2"),
    url("/errors/short/gellix/Gellix-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gellix";
  src: url("/errors/short/gellix/Gellix-Bold.woff2") format("woff2"),
    url("/errors/short/gellix/Gellix-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

article,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

*:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  html {
    font-size: 55%;
  }
}

@media (max-width: 374.9px) {
  html {
    font-size: 50%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: 'Gellix', 'Roboto', Helvetica, sans-serif;
  font-size: 1.5rem;
  color: #020553;
  font-variant-ligatures: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f9fafb;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {

  /* IE10+ specific styles go here */
  body {
    overflow: hidden;
  }
}

.header {
  height: 90px;
}

.main {
  position: relative;
  width: 100%;
  padding-top: 2.8rem;
}

@media (max-width: 991.98px) {
  .main {
    padding-top: 4rem;
  }
}

@media (min-width: 576px) {
  .main {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.container {
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .container {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-12,
.col-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  -webkit-box-flex: 0;
}

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

.h-100 {
  height: 100%;
}

.align-items-center {
  -webkit-box-align: center;
  align-items: center;
}

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

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

.justify-content-center {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

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

.d-none {
  display: none;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

.pr-0 {
  padding-right: 0;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 768px) {
  .pl-md-4 {
    padding-left: 1.5rem;
  }
}

h1 {
  font-family: 'Gellix', 'Roboto', Helvetica, sans-serif;
  font-size: 4.8rem;
  line-height: 1.23077;
  color: #020553;
  padding-bottom: 2.8rem;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 4.6rem;
    line-height: 1.17391;
  }
}

@media (min-width: 632px) and (max-width: 767.89px) {
  h1 {
    font-size: 3.2rem;
    line-height: 1.25;
  }
}

@media (min-width: 576px) and (max-width: 631.98px) {
  h1 {
    font-size: 2.8rem;
    line-height: 1.28571;
  }
}

@media (max-width: 575.98px) {
  h1 {
    font-size: 3.6rem;
    line-height: 1.22222;
  }
}

h2 {
  font-family: 'Gellix', 'Roboto', Helvetica, sans-serif;
  color: #162d5a;
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.55556;
}

.logo {
  max-width: 120px;
}

@media (max-width: 991.98px) {
  figure svg {
    width: calc(100% + 30px * 2);
    margin-left: -30px;
  }
}

a {
  color: #377ef9;
}

svg .svg__circle {
  animation: spin 5s cubic-bezier(0.6, 0, 0.2, 1) infinite;
  transform-box: fill-box;
  transform-origin: center;
}

svg .svg__clouds {
  transform: translateY(0);
  animation: float 6s ease-in-out infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }

  100% {
    transform: translateY(0);
  }
}

.footer {
  font-size: 1.6rem;
}

.footer p,
.footer li {
  font-size: 1.6rem;
}

.error-details>ul {
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  margin: 0;
}

.error-details>ul>li {
  float: left;
  margin-right: 3px;
}

.error-details>ul>li>span {
  margin-right: 3px;
}

.captcha {
  width: 100%;
  min-height: 78px;
}

@media (max-width: 767px) {
  .captcha .form_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.captcha .form_container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 4rem 0 0;
}

.hide {
  display: none;
}

.show {
  display: block !important;
}

.hide-small-viewport {
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .hide-small-viewport {
    display: inline;
    visibility: visible;
  }
}

#error {
  display: none;
}

#error:target {
  display: block;
}

.cf-id {
  font-family: monospace;
  padding: 1.0rem;
  margin: 1.5rem 0;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  display: flex;
  line-height: 1.5em;
  vertical-align: baseline;
  font-size: 1.3rem;
}

@media (min-width: 632px) and (max-width: 767.89px) {
  .cf-id {
    font-size: 1.1rem;
  }
}


@media (max-width: 575.98px) {
  .cf-id {
    font-size: 1rem;
  }
}

.copy-icon {
  max-height: 100%;
  max-width: 1.5em;
  cursor: pointer;
  margin-left: auto;
}
