/**
 * Page block: Video block — compiled to style.css (npm run watch / compile:blocks).
 */
/* stylelint-disable-next-line wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-disable wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-enable wrap-rem-on-px/wrap-rem-on-px */
/*
USAGE:
font-size: fluid(12, 62); : from rem(12)@380px to  rem(62)@1440px
gap: fluid(10, 33, 992);  : from rem(10)@991px to  rem(33)@1440px
margin-right: fluid(32, 65, 320, 2560);  : from rem(32)@320px to  rem(65)@2560px
*/
/*
AUTOFILL

USAGE:
@include mixin.autofill(background-color, text-color);
@include mixin.autofill;

Note: Call this mixin in the wrapper or container to where you intend to manipulate the
      default chrome autofill styles for input, textarea and select elements.
*/
/* stylelint-disable */
/* stylelint-enable */
/* Font */
/* Brand palette */
/* Neutral palette */
/* CardWorks UI kit — eyebrow pills, section surfaces (stack-showcase, etc.) */
/* Accents & states */
.section--video-block {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fff;
  color: #150D50;
}
@media screen and (min-width:991px) {
  .section--video-block {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.section--video-block .cws.video-block header {
  max-width: 48rem;
}
.section--video-block .cws.video-block header h2 {
  margin: 0 0 2rem;
  font-family: "Circular XX TT", sans-serif;
  /* Mobile 40 / desktop 56 (Figma 1120:11112 / 973:6079) */
  font-size: 2.5rem;
  font-weight: 450;
}
@media screen and (min-width:991px) {
  .section--video-block .cws.video-block header h2 {
    font-size: 3.5rem;
  }
}
.section--video-block .cws.video-block header h2 {
  letter-spacing: normal;
  line-height: 1.1;
}
.section--video-block .cws.video-block header p {
  margin: 0;
  font-family: "Circular XX TT", sans-serif;
  /* Mobile 20 / desktop 24 */
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width:991px) {
  .section--video-block .cws.video-block header p {
    font-size: 1.5rem;
  }
}
.section--video-block .cws.video-block header p {
  letter-spacing: normal;
  line-height: 1.4;
}
.section--video-block .cws.video-block header .cws-wysiwyg p + p {
  margin-top: 2rem;
}
.section--video-block .cws.video-block .video-block__media {
  width: 100%;
  padding-top: 4rem;
}
.section--video-block .cws.video-block figure.video-block__frame.aspect-box {
  --aspect-ratio: 747/1328;
  margin: 0;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #150D50;
}
.section--video-block .cws.video-block {
  /* Native video fills the frame; YouTube iframes should not use cover crop */
}
.section--video-block .cws.video-block .video-block__frame iframe {
  object-fit: contain;
  background: #150D50;
  border-radius: 0.75rem;
}
.section--video-block .cws.video-block .video-block__frame video {
  object-fit: cover;
}

/*# sourceMappingURL=style.css.map */
