.storyteller.st-bgimage--padding .storyteller__container {
  padding: 0; }

.storyteller.st-bgimage--padding .storyteller__image .backgroundImage .imageBGPosition {
  width: 100%;
  height: 0;
  padding-bottom: 80.95%; }
  .storyteller.st-bgimage--padding .storyteller__image .backgroundImage .imageBGPosition img {
    height: auto; }

@media screen and (min-width: 1024px) {
  .storyteller.st-bgimage--padding .storyteller__container {
    padding: var(--space-24) 0; }
    .storyteller.st-bgimage--padding .storyteller__container--left {
      padding: 0; }
      html[dir="rtl"] .storyteller.st-bgimage--padding .storyteller__container--left {
        padding: 0 var(--space-10); }
  .storyteller.st-bgimage--padding .storyteller__image .backgroundImage {
    width: 90%;
    height: 85%;
    margin: 0 auto; }
  .storyteller.st-bgimage--padding .storyteller__image .primaryImage {
    top: unset;
    transform: unset;
    margin-top: var(--space-48); } }

@media screen and (min-width: 1440px) {
  .storyteller.st-bgimage--padding .storyteller__image .backgroundImage {
    width: 720px; } }

@media screen and (min-width: 1920px) {
  .storyteller.st-bgimage--padding .storyteller__image .backgroundImage {
    width: 820px; } }

@media screen and (min-width: 1024px) {
  .storyteller.st-content--left .storyteller__container {
    flex-direction: row;
    background-position: left bottom; }
    .storyteller.st-content--left .storyteller__container--content {
      padding-inline-end: var(--space-20);
      padding-inline-start: 0; }
    .storyteller.st-content--left .storyteller__container--left {
      justify-content: flex-end; }
  .storyteller.st-content--left .storyteller__image {
    align-items: flex-end; }
    .storyteller.st-content--left .storyteller__image .primaryImage {
      inset-inline-end: auto;
      inset-inline-start: 0; }
      .storyteller.st-content--left .storyteller__image .primaryImage .imageOverlay {
        left: auto;
        right: 0; } }

.storyteller.st-hero--video {
  max-width: 1580px;
  margin: 0 auto; }
  .storyteller.st-hero--video .storyteller__container {
    min-height: auto; }
    @media screen and (min-width: 1620px) {
      .storyteller.st-hero--video .storyteller__container {
        min-height: 1025px; } }
    .storyteller.st-hero--video .storyteller__container--left {
      padding: 0; }
      @media screen and (min-width: 1024px) {
        .storyteller.st-hero--video .storyteller__container--left {
          padding: 0 0 400px 0; } }
    .storyteller.st-hero--video .storyteller__container--content {
      width: 100%;
      padding: var(--space-6); }
      @media screen and (min-width: 1024px) {
        .storyteller.st-hero--video .storyteller__container--content {
          padding: var(--space-16); } }
    .storyteller.st-hero--video .storyteller__container .backgroundImage {
      display: none;
      margin: 0; }
    .storyteller.st-hero--video .storyteller__container .primaryImage {
      max-height: none; }
    @media screen and (min-width: 1024px) {
      .storyteller.st-hero--video .storyteller__container--left {
        padding: 0; }
      .storyteller.st-hero--video .storyteller__container .backgroundImage {
        display: none; }
      .storyteller.st-hero--video .storyteller__container .primaryImage {
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 0; } }
    @media screen and (min-width: 1620px) {
      .storyteller.st-hero--video .storyteller__container--content {
        padding: var(--space-32) var(--space-32) 0 var(--space-32); } }
  @media screen and (max-width: 1024px) {
    .storyteller.st-hero--video .storyteller__image {
      margin-bottom: var(--space-5); } }
  @media screen and (max-width: 1620px) {
    .storyteller.st-hero--video .storyteller__image .primaryImage {
      overflow: hidden; } }
  @media screen and (min-width: 1024px) {
    .storyteller.st-hero--video .storyteller__image .primaryImage {
      display: block;
      width: 100%;
      height: 100%;
      padding-top: 0;
      position: relative; } }
  @media screen and (min-width: 1024px) {
    .storyteller.st-hero--video .storyteller__image .primaryImage .imagePosition {
      position: absolute;
      height: 100%; } }
  .storyteller.st-hero--video .storyteller__image .primaryImage .imagePosition video {
    height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; }

.storyteller__container {
  display: flex;
  flex-direction: column;
  min-height: 1100px;
  position: relative;
  background-position: right bottom;
  background-size: cover;
  background-color: var(--calcite-ui-background);
  color: var(--calcite-ui-text-1); }
  .storyteller__container--left {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding: var(--space-6) 0; }
  .storyteller__container--content {
    padding: var(--space-6); }
    @media screen and (min-width: 1024px) {
      .storyteller__container--content {
        padding: var(--space-12); } }

.storyteller__image {
  width: 100%;
  text-align: start;
  position: relative;
  display: flex;
  flex-direction: column-reverse; }
  .storyteller__image .backgroundImage {
    width: 100%;
    margin: -120px 0 0 0;
    overflow: hidden;
    display: none; }
    @media screen and (min-width: 29.75em) {
      .storyteller__image .backgroundImage {
        display: block; } }
    .storyteller__image .backgroundImage .imageBGPosition {
      width: 100%;
      height: 0;
      padding-bottom: 80.95%; }
      .storyteller__image .backgroundImage .imageBGPosition img {
        height: auto;
        object-fit: cover;
        width: 100%; }
        @media screen and (min-width: 1024px) {
          .storyteller__image .backgroundImage .imageBGPosition img {
            height: 100%; } }
  .storyteller__image .primaryImage {
    width: 90%;
    margin: 0 auto; }
    .storyteller__image .primaryImage .imagePosition {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 125%;
      overflow: hidden; }
      .storyteller__image .primaryImage .imagePosition video {
        position: absolute;
        top: 0;
        left: 50%;
        width: auto;
        height: 100%;
        max-width: none;
        transform: translateX(-50%); }
      .storyteller__image .primaryImage .imagePosition img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover; }
    .storyteller__image .primaryImage .imageOverlay {
      position: absolute;
      background-color: var(--calcite-ui-background);
      width: 90%;
      padding: var(--space-6);
      opacity: 0.85;
      bottom: 0;
      left: 0;
      text-align: start; }
      .storyteller__image .primaryImage .imageOverlay p {
        margin-bottom: 0; }
    .storyteller__image .primaryImage .overlayTitle {
      color: var(--calcite-ui-text-1);
      margin-bottom: 0; }
    .storyteller__image .primaryImage .overlayContent {
      color: var(--calcite-ui-text-2); }
    .storyteller__image .primaryImage .cmp-carousel .image {
      width: 100%;
      height: 0;
      padding-bottom: 125%;
      overflow: hidden; }
      .storyteller__image .primaryImage .cmp-carousel .image .cq-dd-image {
        width: 100%;
        height: 125vw;
        object-fit: cover; }
        @media screen and (min-width: 1024px) {
          .storyteller__image .primaryImage .cmp-carousel .image .cq-dd-image {
            width: auto;
            height: 720px; } }
    .storyteller__image .primaryImage .cmp-carousel .cmp-carousel__action {
      opacity: 1;
      border-radius: 0;
      background-color: var(--theme-color);
      color: var(--calcite-button-transparent-press); }
      .storyteller__image .primaryImage .cmp-carousel .cmp-carousel__action:hover {
        background-color: var(--calcite-scrim-background); }
      .storyteller__image .primaryImage .cmp-carousel .cmp-carousel__action--next {
        right: -25px;
        top: calc(50% - 27px); }
      .storyteller__image .primaryImage .cmp-carousel .cmp-carousel__action--previous {
        left: -25px;
        top: calc(50% - 27px); }
    .storyteller__image .primaryImage .cmp-carousel .cmp-carousel__indicators {
      display: none; }
    .storyteller__image .primaryImage .cmp-carousel .cmp-carousel__action:focus {
      outline: none;
      box-shadow: 0 0 0 2px var(--theme-color); }

.storyteller__ctabox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-block-start: var(--space-10); }
  .storyteller__ctabox .calcite-button-wrapper {
    margin-inline-end: var(--space-4);
    margin-bottom: var(--space-4); }

@media screen and (min-width: 768px) {
  .storyteller .primaryImage {
    width: 75%; } }

@media screen and (min-width: 1024px) {
  .storyteller__container {
    flex-direction: row-reverse; }
    .storyteller__container--left {
      width: 50%;
      padding: var(--space-40) 0 var(--space-40) 0; }
    .storyteller__container--content {
      padding: 0;
      padding-inline-start: var(--space-20);
      width: 85%; }
  .storyteller__image {
    flex-direction: column;
    width: 50%; }
    .storyteller__image .backgroundImage {
      width: 90%;
      height: 100%;
      margin: 0; }
      .storyteller__image .backgroundImage .imageBGPosition {
        height: 100%;
        padding-bottom: 0; }
    .storyteller__image .primaryImage {
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      right: 0; }
      html[dir="rtl"] .storyteller__image .primaryImage {
        right: auto;
        left: 0; }
      .storyteller__image .primaryImage .imageOverlay {
        width: 80%; }
      .storyteller__image .primaryImage img {
        width: 75%;
        height: auto; }
  .storyteller .primaryImage {
    width: 500px;
    margin: 0 auto; }
  .storyteller__ctabox {
    flex-direction: row;
    align-items: baseline; } }

@media screen and (min-width: 1440px) {
  .storyteller__container--content {
    width: 70%; } }

@media screen and (min-width: 1920px) {
  .storyteller .primaryImage {
    width: 576px; }
  .storyteller__container--content {
    width: 595px; } }
