/* ==============================
 CTa 
 ================================== */
.cta-h {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  line-height: 0.95;
}
.cta-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 8px;
  font-weight: 300;
}
.btn-sw {
  display: inline-block;
  background: white;
  color: var(--red);
  padding: 14px 36px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  flex-shrink: 0;
  transition: opacity 0.2s;
}
.btn-sw:hover {
  opacity: 0.88;
}
