/*------------------------------------------*/
/*  CUSTOM FEATURE ICONS
/*------------------------------------------*/

.ico-55 .shape-ico .shape-ico-icon {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4375rem;
  height: 3.4375rem;
  line-height: 1;
}

.ico-55 .shape-ico .shape-ico-icon svg {
  position: relative;
  top: auto;
  left: auto;
  width: 3.4375rem;
  height: 3.4375rem;
  z-index: 2;
}

/*------------------------------------------*/
/*  404 ERROR PAGE
/*------------------------------------------*/

.error-page {
  padding-top: 180px;
  padding-bottom: 120px;
  min-height: 55vh;
}

.error-page-content h2 {
  margin-bottom: 20px;
}

.error-page-code {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -0.03em;
}

.error-page .p-lg {
  margin-bottom: 0;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.error-page-actions {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .error-page {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .error-page-code {
    font-size: 6rem;
  }
}

@media (max-width: 767px) {
  .error-page {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .error-page-code {
    font-size: 4.5rem;
  }
}
