.col--standalone.col--half{ width: 70%; }

.videowidth720 .col--standalone.col--half{ max-width: 720px; }
.videowidth720 .fp-ratio {
  padding-top: 100% !important;
}

.videowidth720 {
  width: 100%;
  aspect-ratio: 1 / 1;
}

.videowidth960 .col--standalone.col--half{ max-width: 960px; }
.videowidth960 .fp-ratio {
  padding-top: 74.95% !important;
}

.videowidth960 {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.flowplayer{
  -webkit-background-size: cover;
  background-size: cover;
}

.hidden-video{ opacity: 0; }

._pendo-launcher-badge_._pendo-launcher-badge-bottom-right_ {
  display: none !important;
}

/* ----- Flowplayer font ----- */

@charset "UTF-8";
@font-face {
  font-family: flowplayerseven;
  src: url("../fonts/flowplayer/flowplayer.eot?#iefix") format("embedded-opentype"),
  url("../fonts/flowplayer/flowplayer.woff2") format("woff2"),
  url("../fonts/flowplayer/flowplayer.woff") format("woff");
}
