.failed-component {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
}

.failed-component .text-center {
  text-align: center;
}

.text-center h1 {
  font-size: max(2.5vw, 24px);
}

.failed-component .text-center .button-customization {
  display: inline-block;
  margin-top: max(1.667vw, 24px);
  padding: max(0.833vw, 12px) max(2.5vw, 24px);
  background-color: var(--main-blue);
  color: white;
  text-decoration: none;
  border: none;
}

.underline-text {
  text-decoration: underline;
  text-align: center;
}

.d-block .underline-text {
  font-size: max(0.833vw, 14px);
  display: block;
  margin-top: max(1.667vw, 24px);
  text-decoration: none;
  color: #1940AF !important;
}

.d-block .underline-text a {
  color: #1940AF;
  font-family: "Lato-Bold";
}

.successful-component .text-center .button-customization {
  font-size: max(0.833vw, 14px);

}

.lottie-container lottie-player {
  width: 240px;
  height: 240px;
}

@media (max-width: 1024px) {
  .lottie-container lottie-player {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .lottie-container lottie-player {
    width: 180px;
    height: 180px;
  }
}