body,
.section-dark,
.bg-dark {
  background-color: #03123a;
}

.bg-dark-2 {
  background-color: #061f66;
}

.bg-color {
  background-color: #082C8C;
}

.bg-color-2 {
  background-color: #C6202E;
}

.id-color {
  color: #C6202E;
}

.btn-main {
  background-color: #C6202E;
}

.btn-main.btn-line {
  background-color: transparent;
  border-color: rgba(255, 255, 255, .5);
}

.btn-main:hover,
.hover-bg-color:hover {
  background-color: #082C8C;
}

.sakpase-wordmark {
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.sakpase-wordmark span:first-child {
  font-size: 24px;
}

.sakpase-wordmark span:last-child {
  color: rgba(255, 255, 255, .74);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .12em;
  margin-top: 5px;
}

.brand-placeholder {
  align-items: center;
  aspect-ratio: 1;
  border: 1px dashed rgba(255, 255, 255, .35);
  color: rgba(255, 255, 255, .78);
  display: flex;
  justify-content: center;
  min-height: 180px;
  padding: 24px;
  text-align: center;
}

.sakpase-badge {
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  margin: 0 8px 10px 0;
  padding: 8px 14px;
}

.sakpase-panel {
  border: 1px solid rgba(255, 255, 255, .12);
  background: linear-gradient(135deg, rgba(8, 44, 140, .54), rgba(3, 18, 58, .74));
}

.sakpase-hero-note {
  color: rgba(255, 255, 255, .82);
  font-size: 24px;
}

#section-hero .sw-overlay {
  opacity: .58 !important;
}

#section-hero .wow {
  animation: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#section-hero h1,
#section-hero h2,
#section-hero h3,
#section-hero h4 {
  background: none;
  color: #fff;
  text-shadow: 0 14px 38px rgba(0, 0, 0, .42);
  -webkit-text-fill-color: #fff;
}

#section-hero .subtitle,
#section-hero .lead,
#section-hero .sakpase-hero-note {
  color: rgba(255, 255, 255, .9);
  text-shadow: 0 10px 28px rgba(0, 0, 0, .45);
}

#section-hero .sm-hide {
  background: rgba(3, 18, 58, .62);
}

#section-hero .abs-centered {
  top: 47%;
}

@media (max-width: 767px) {
  .sakpase-wordmark span:first-child {
    font-size: 19px;
  }

  .sakpase-wordmark span:last-child {
    font-size: 8px;
  }

  .sakpase-hero-note {
    font-size: 18px;
  }

  #section-hero .abs-centered {
    top: 48%;
    width: 88%;
  }

  #section-hero h1.fs-120 {
    font-size: clamp(44px, 16vw, 72px);
    line-height: .95;
  }

  #section-hero .btn-main {
    display: block;
    margin: 10px auto;
    max-width: 280px;
  }
}
