@font-face {
  font-family: "Stratum bold";
  src: url("https://www.airforce.com/maintenance/font/Stratum2WebBold.eot"), url("https://www.airforce.com/maintenance/font/Stratum2WebBold.woff");
}

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

body {
  font-size: 12px;
  font-family: "Stratum bold", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.c156-maintenance {
  background-color: #0e172d;
  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: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  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 {
  display: inline-block;
  line-height: 0;
}
.c156-maintenance .primary-button .button-detail-wrapper {
  min-width: 88px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-left-color: currentColor;
  border-right-color: currentColor;
  display: flex;
  justify-content: center;
}

.c156-maintenance .primary-button .button-detail-wrapper::after,
.c156-maintenance .primary-button .button-detail-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 70%;
  width: 1rem;
  height: 1px;
  border-left: 100vw solid currentColor;
  border-right: 100vw solid currentColor;
  transform: translate(-50%, 0);
  transition: left 500ms cubic-bezier(0.86, 0, 0.07, 1),
    right 500ms cubic-bezier(0.86, 0, 0.07, 1);
  box-sizing: unset;
}

.c156-maintenance .primary-button .button-detail-wrapper::after {
  top: auto;
  bottom: 0;
  left: 30%;
}

.c156-maintenance .primary-button .button-element {
  position: relative;
  overflow: hidden;
  line-height: 1;
  display: block;
  cursor: pointer;
  text-align: center;
}

.c156-maintenance .primary-button .button-text {
  display: inline-block;
  text-align: left;
}

.c156-maintenance
  .primary-button
  .button-element:hover
  > .button-detail-wrapper::after {
  left: 70%;
}
.c156-maintenance
  .primary-button
  .button-element:hover
  > .button-detail-wrapper::before {
  left: 30%;
}

.c156-maintenance .contact {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 900;
  line-height: 20.4px;
  letter-spacing: 2px;
}

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

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

  .c156-maintenance .primary-button .button-detail-wrapper {
    min-width: 120px;
    padding: 11px 20px 9px;
  }
}
