.btn-branding {
  --bs-btn-color: white;
  --bs-btn-bg: #128dcf;
  --bs-btn-border-color: #128dcf;
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: #1183c1;
  --bs-btn-hover-border-color: #1183c1;
  --bs-btn-focus-shadow-rgb: 54, 158, 214;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0e71a6;
  --bs-btn-active-border-color: #0e6a9b;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #128dcf;
  --bs-btn-disabled-border-color: #128dcf;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.5em;
  --bs-btn-border-radius: 0;
  padding: 6px 20px 7px 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  font-family: "bn_carta_noir", Sans-Serif;
  letter-spacing: 0.35px;
  letter-spacing: 0.47px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .btn-branding {
    padding: 13px 20px 14px 20px;
  }
}

.btn-branding-white {
  --bs-btn-color: #128dcf;
  --bs-btn-bg: white;
  --bs-btn-border-color: white;
  --bs-btn-hover-color: #1183c1;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 219, 238, 248;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: white;
  --bs-btn-disabled-border-color: white;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.5em;
  --bs-btn-border-radius: 0;
  padding: 6px 20px 7px 20px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  font-family: "bn_carta_noir", Sans-Serif;
  letter-spacing: 0.35px;
  letter-spacing: 0.47px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .btn-branding-white {
    padding: 13px 20px 14px 20px;
  }
}

.btn-branding-transparent {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.5em;
  --bs-btn-border-radius: 0;
  padding: 6px 20px 7px 20px;
  border-color: transparent !important;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  font-family: "bn_carta_noir", Sans-Serif;
  letter-spacing: 0.35px;
  letter-spacing: 0.47px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .btn-branding-transparent {
    padding: 13px 20px 14px 20px;
  }
}

.btn-brand-primary {
  padding: 13px 20px 14px 20px;
}
@media (min-width: 768px) {
  .btn-brand-primary {
    padding: 19px 20px 19px 20px;
  }
}

.btn-brand-secondary {
  padding: 8px 20px 9px 20px;
  color: #128dcf;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.35px;
}
.btn-brand-secondary:hover, .btn-brand-secondary:focus {
  color: #0e6da0;
}
@media (min-width: 768px) {
  .btn-brand-secondary {
    padding: 8px 20px 9px 20px;
  }
}

.hero-video {
  display: grid;
  position: relative;
  place-items: flex-start;
  max-width: 1440px;
  min-height: 500px;
  margin: auto;
  isolation: isolate;
}
@media (min-width: 992px) {
  .hero-video {
    min-height: 650px;
  }
}
.hero-video > * {
  grid-row: 1/-1;
  grid-column: 1/-1;
  height: 100%;
}
.hero-video .video {
  z-index: -1;
  width: 100%;
  overflow: hidden;
}
.hero-video .video .media,
.hero-video .video .field,
.hero-video .video .field__item {
  width: 100%;
  height: 100%;
}
.hero-video .video video {
  -o-object-fit: cover;
  width: 100%;
  max-width: initial;
  height: 100%;
  object-fit: cover;
}
.hero-video.overlay .video:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  content: "";
}
.hero-video .card {
  z-index: 2;
  align-self: center;
  max-width: 690px;
  -webkit-transform: translate(10%, 10%);
          transform: translate(10%, 10%);
}
.hero-video .card-heading {
  color: white;
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-family: "bn_carta_noir", Sans-Serif;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}
.hero-video .card-title {
  margin: 0;
  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(32px, 4vw, 48px);
  line-height: initial;
  font-family: "Big Caslon Reg";
  letter-spacing: 0.62px;
}
@media (min-width: 768px) {
  .hero-video .card-title {
    letter-spacing: 0.93px;
  }
}
.hero-video .btn-branding-white {
  padding: 11px 20px 12px;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.35px;
}
.hero-video__pause-btn {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: auto;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.hero-video__pause-btn:hover, .hero-video__pause-btn:focus-visible {
  border-color: white;
  outline: none;
  background: rgba(0, 0, 0, 0.65);
}
.hero-video__pause-icon, .hero-video__play-icon {
  display: block;
  flex-shrink: 0;
}
.hero-video__pause-icon {
  width: 12px;
  height: 14px;
  border-right: 3px solid white;
  border-left: 3px solid white;
}
.hero-video__play-icon {
  display: none;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid white;
}
.hero-video.is-paused .hero-video__pause-icon {
  display: none;
}
.hero-video.is-paused .hero-video__play-icon {
  display: block;
}
