﻿.main-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.error-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("/images/background_404.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  width: 100%;
  height: calc(100vh - 240px);
  color: #fff;
  text-align: center;
}

.error-container {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
  margin: 0;
}

.error-message {
  font-size: 26px;
  line-height: 38px;
  color: #c8c5c9;
  font-weight: 200;
  margin-bottom: 40px;
  padding: 0;
}

.aem-button__container--chevron {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
}

.aem-button__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.aem-button__icon--chevron {
  width: 32px;
  height: 32px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  transition: background-color 0.3s, transform 0.3s;
}

.icon__wrapper {
  width: 8px;
  height: 18px;
  fill: #fff;
  transform: rotate(180deg);
}

.error-container {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
  margin: 0;
}

.error-container h1 {
  font-size: 45px;
  line-height: 55px;
  color: #ccccc3;
  font-weight: 200;
  margin-bottom: 8px;
}

.error-container p {
  font-size: 20px;
  line-height: 33px;
  color: #c8c5c9;
  font-weight: 200;
  margin-bottom: 16px;
}

.button-container {
  border: 0;
  text-align: center;
  transition: 0.3s all;
  display: inline-block;
  margin-top: -16px;
}

.aem-button__container--chevron {
  background-color: transparent;
  border-radius: 10px;
  padding: 12px 0;
}

.aem-button__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  cursor: pointer;
}

.aem-button__icon--chevron {
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
}

.aem-button__icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 0;
}

.aem-button__icon--chevron .icon__wrapper {
  fill: #fff;
  width: 8px;
  height: 18px;
}

.aem-button__icon--chevron .icon--chevron {
  width: 100%;
  height: 100%;
  margin-inline-start: 0;
}

.aem-button__text {
  color: #fff;
}
