<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header .container-xxl {
  max-width: 1280px;
  justify-content: center !important;
}

.error {
  background-color: #FFFFFF;
  min-height: calc(100vh - 64px);
}
.error .container {
  max-width: 1280px;
  padding: 102px 64px;
}
@media screen and (max-width: 767px) {
  .error .container {
    padding: 64px 16px;
  }
}
.error h2 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #015DE3;
  text-align: center;
  margin-bottom: 32px;
}
.error h1 {
  font-family: "Noka", sans-serif;
  font-size: 64px;
  font-weight: 600;
  color: #091A47;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .error h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .error h1 {
    font-size: 32px;
  }
}
.error p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #6A7282;
  text-align: center;
  line-height: 150%;
  margin: 0 auto 32px;
  max-width: 720px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}
.error .btn-back {
  position: relative;
  display: block;
  width: fit-content;
  background-color: #015DE3;
  border-radius: 6px;
  padding: 10px 14px;
  margin: auto;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: none;
  transition: 0.3s all;
}
.error .btn-back:hover {
  background-color: #619AED;
  transition: 0.3s all;
}
.error .btn-back:active {
  background-color: #2971DA;
  color: #FFFFFF;
}</pre></body></html>