.customer-styles {
  /* START article: stage */
  /* END article: stage */
}

.customer-styles .template_stage {
  height: calc(100vh - 295 * var(--font-size, 1px));
  height: calc(100svh - 295 * var(--font-size, 1px));
  position: relative;
}

@media (min-width: 768px) {
  .customer-styles .template_stage {
    height: calc(100vh - 205 * var(--font-size, 1px));
    height: calc(100svh - 205 * var(--font-size, 1px));
  }
}

.customer-styles .template_stage .background-container {
  background-color: #1a3682;
  height: 100%;
}

.customer-styles .template_stage .image-container {
  height: 100%;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image-container {
    grid-column: 3 / 15;
  }
}

@media (orientation: portrait) {
  .customer-styles .template_stage .image-container {
    height: 60%;
    top: 40%;
  }
}

.customer-styles .template_stage .image-container::after {
  background: linear-gradient(180deg, #1a3682, transparent 60%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.customer-styles .template_stage .image-container .image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  width: 100%;
}

.customer-styles .template_stage .image-container .video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.customer-styles .template_stage .button-video-pause {
  align-items: center;
  background-color: transparent;
  border: 0;
  bottom: calc(16 * var(--font-size, 1px));
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: calc(21 * var(--font-size, 1px));
  gap: calc(12 * var(--font-size, 1px));
  padding: 0;
  position: absolute;
  right: calc(36 * var(--font-size, 1px));
}

@media (min-width: 768px) {
  .customer-styles .template_stage .button-video-pause {
    bottom: calc(15 * var(--font-size, 1px));
    flex-direction: row;
    font-size: calc(22 * var(--font-size, 1px));
    gap: calc(8 * var(--font-size, 1px));
    right: calc(6.25% + 10 * var(--font-size, 1px));
  }
}

.customer-styles .template_stage .button-video-pause > div {
  display: grid;
  height: calc(50 * var(--font-size, 1px));
  position: relative;
  width: calc(50 * var(--font-size, 1px));
}

@media (min-width: 768px) {
  .customer-styles .template_stage .button-video-pause > div {
    height: calc(32 * var(--font-size, 1px));
    width: calc(32 * var(--font-size, 1px));
  }
}

.customer-styles .template_stage .button-video-pause > div::before, .customer-styles .template_stage .button-video-pause > div::after {
  content: '';
  grid-area: 1 / 1 / 2 / 2;
  height: 100%;
  width: 100%;
}

.customer-styles .template_stage .button-video-pause > div::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='15.5' stroke='none' fill='%231a3682' /%3E%3Ccircle cx='16' cy='16' r='15.5' stroke='%23fff' stroke-width='1' fill='none' /%3E%3C/svg%3E%0A");
  opacity: .5;
  transition: opacity .3s;
}

.customer-styles .template_stage .button-video-pause > div::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cg fill='none' stroke='%23fff' stroke-width='3'%3E%3Cline y2='13' transform='translate(19.5 9.5)'/%3E%3Cline y2='13' transform='translate(12.5 9.5)'/%3E%3C/g%3E%3C/svg%3E%0A");
  z-index: 1;
}

.customer-styles .template_stage .button-video-pause:hover > div::before, .customer-styles .template_stage .button-video-pause:focus > div::before {
  opacity: 1;
}

.customer-styles .template_stage .button-video-pause.paused > div::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M6,0l6,10H0Z' transform='translate(22 10) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.customer-styles .template_stage .button-video-pause > span {
  display: grid;
  justify-items: center;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .button-video-pause > span {
    justify-items: start;
  }
}

.customer-styles .template_stage .button-video-pause > span > span {
  grid-area: 1 / 1 / 2 / 2;
}

.customer-styles .template_stage .button-video-pause:not(.paused) > span > span:last-child {
  visibility: hidden;
}

.customer-styles .template_stage .button-video-pause.paused > span > span:first-child {
  visibility: hidden;
}

.customer-styles .template_stage .global-grid {
  align-items: start;
  grid-row-gap: calc(16 * var(--font-size, 1px));
  height: -moz-min-content;
  height: min-content;
  position: absolute;
  inset: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .global-grid {
    grid-row-gap: calc(20 * var(--font-size, 1px));
  }
}

.customer-styles .template_stage .h2-container {
  grid-column: 1 / 7;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .h2-container {
    grid-column: 3 / 15;
  }
}

.customer-styles .template_stage .short-links-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  grid-column: 1 / 7;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .short-links-container {
    flex-direction: row;
    grid-column: 3 / 15;
  }
}

.customer-styles .template_stage .short-links-container > li {
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: -1px;
  margin-top: -1px;
}

.customer-styles .template_stage .short-links-container > li > a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: calc(22 * var(--font-size, 1px));
  font-weight: 400;
  gap: 1.5em;
  justify-content: space-between;
  letter-spacing: .04em;
  line-height: 1.4;
  padding: .2em 1em;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .short-links-container > li > a {
    font-size: calc(16 * var(--font-size, 1px));
    justify-content: flex-start;
  }
}

.customer-styles .template_stage .short-links-container > li > a::after {
  background-color: #fff;
  content: '';
  height: .8em;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7,2 L17,12 L7,22' stroke='%23000' stroke-width='4' fill='none'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7,2 L17,12 L7,22' stroke='%23000' stroke-width='4' fill='none'/%3E%3C/svg%3E%0A");
  transition: background-color .3s;
  width: .8em;
}

.customer-styles .template_stage .short-links-container > li > a:hover, .customer-styles .template_stage .short-links-container > li > a:focus {
  background-color: #fff;
  color: #1a3682;
}

.customer-styles .template_stage .short-links-container > li > a:hover::after, .customer-styles .template_stage .short-links-container > li > a:focus::after {
  background-color: #1a3682;
}

.customer-styles .template_stage .button-arrow-down {
  background-color: #fff;
  border: 0;
  bottom: calc(16 * var(--font-size, 1px));
  cursor: pointer;
  height: calc(42 * var(--font-size, 1px));
  left: 50%;
  margin-top: calc(15 * var(--font-size, 1px));
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2,7 L12,17 L22,7' stroke='%23000' stroke-width='4' fill='none'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2,7 L12,17 L22,7' stroke='%23000' stroke-width='4' fill='none'/%3E%3C/svg%3E%0A");
  position: absolute;
  transform: translateX(-50%);
  width: calc(42 * var(--font-size, 1px));
}

@media (min-width: 768px) {
  .customer-styles .template_stage .button-arrow-down {
    height: calc(30 * var(--font-size, 1px));
    margin-top: calc(11 * var(--font-size, 1px));
    width: calc(30 * var(--font-size, 1px));
  }
}

.customer-styles .template_stage.spacing-bottom-full .button-arrow-down {
  bottom: calc(176 * var(--font-size, 1px));
}

.customer-styles .template_stage.spacing-bottom-half .button-arrow-down {
  bottom: calc(96 * var(--font-size, 1px));
}
