@font-face {
  font-family: "Adieu";
  src:  url("https://www.spaceforce.com/maintenance/font/Adieu-Bold.eot"), url("https://www.spaceforce.com/maintenance/font/Adieu-Bold.woff");
}

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

body {
  font-size: 12px;
  font-family: "Adieu", "Trebuchet ms", serif;
  text-transform: uppercase;
  color: #06379E;
}

.c156-maintenance {
  background-color: #000;
  color: #fff;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c156-maintenance .content {
  text-align: center;
  width: 90%;
}

.c156-maintenance .logo-wrapper {
  position: relative;
  width: max-content;
  height: 117px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 32px;
}

.c156-maintenance .logo-wrapper .image {
  object-fit: contain;
  width: auto;
  height: 100%;
}

.c156-maintenance .title {
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.3px;
  margin: 32px 0;
}

.c156-maintenance .primary-button {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 116px; /* Adjust width */
  height: 37px; /* Adjust height */
}



.c156-maintenance .button-element {
  
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  color: inherit;
  color: #fff; 
  cursor: pointer; 
  z-index: 2; 
}

.c156-maintenance #cta_border_orange {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    pointer-events: none;
    max-width: 116px;
    z-index: 1; 
}

.c156-maintenance #cta_border_orange_fill {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  opacity:0;
  pointer-events: none;
  max-width: 116px;
  z-index: 1; 
  transition: opacity 0.2s ease;
}

.c156-maintenance
  .primary-button
  .button-element:hover
  > #cta_border_orange_fill {
  opacity: 1;
} 
.c156-maintenance .button-element .button-detail-wrapper {
  min-width: 116px;
  padding: 0;
  z-index: 3;
}

.c156-maintenance .contact {
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.4px;
}

@media screen and (min-width: 1024px) {
  .c156-maintenance .logo-wrapper {
    width: 40%;
    height: 200px;
    gap: 56px;
  }

  .c156-maintenance .title {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.43px;
    margin: 48px 0;
  }

  .c156-maintenance .primary-button .button-detail-wrapper {
    min-width: 116px;
    padding:0;
    z-index: 3;
  }
}
