.widget.widget--express-animated-hero {
  max-width: 1170px;
  margin: 0 auto;
  padding: 120px 0; }
  .widget.widget--express-animated-hero .animated-hero {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    z-index: 1; }
  .widget.widget--express-animated-hero .animated-hero__left, .widget.widget--express-animated-hero .animated-hero__right {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 10px); }
  .widget.widget--express-animated-hero .animated-hero__headline {
    max-width: 70%;
    margin: 0 0 10px 0; }
    .widget.widget--express-animated-hero .animated-hero__headline > h1 {
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 50px;
      line-height: 66px;
      margin: 0; }
      .widget.widget--express-animated-hero .animated-hero__headline > h1 strong {
        position: relative; }
        .widget.widget--express-animated-hero .animated-hero__headline > h1 strong:after {
          content: '';
          position: absolute;
          right: 50%;
          bottom: 0;
          width: 100px;
          height: 33px;
          transform: translate(50%, 70%);
          background-image: url("../../../../_assets/svg/scribble.svg");
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
  .widget.widget--express-animated-hero .animated-hero__titles {
    margin: 0 0 10px 0; }
    .widget.widget--express-animated-hero .animated-hero__titles .animation-hero__title {
      font-family: 'Roboto', sans-serif;
      font-weight: 300;
      font-style: normal;
      font-size: 25px;
      line-height: 33px;
      opacity: 0;
      transition: opacity 350ms ease; }
  .widget.widget--express-animated-hero .animated-hero__description {
    max-width: 54%;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 30px 0; }
  .widget.widget--express-animated-hero .animation-hero__svg {
    position: absolute;
    width: 100%;
    height: 100%; }
    .widget.widget--express-animated-hero .animation-hero__svg > img {
      max-width: initial;
      max-height: initial;
      width: 100%;
      height: 100%; }
  .widget.widget--express-animated-hero .animation-hero__image {
    position: relative;
    z-index: 1; }
    .widget.widget--express-animated-hero .animation-hero__image--has-shadow {
      box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); }
  .widget.widget--express-animated-hero .background {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: -50vw;
    right: -50vw;
    margin: 0 50%; }
  @media screen and (min-width: 1025px) {
    .widget.widget--express-animated-hero[data-whitebg="true"] {
      padding-top: 140px; } }
  @media screen and (max-width: 1024px) {
    .widget.widget--express-animated-hero {
      padding: 120px 0 60px 0; }
      .widget.widget--express-animated-hero .animated-hero {
        flex-wrap: wrap; }
      .widget.widget--express-animated-hero .animated-hero__left, .widget.widget--express-animated-hero .animated-hero__right {
        width: 100%; }
      .widget.widget--express-animated-hero .animated-hero__left {
        position: relative;
        margin: 0 0 100px 0;
        text-align: center;
        z-index: 10; }
      .widget.widget--express-animated-hero .animated-hero__right {
        padding: 40px 0; }
      .widget.widget--express-animated-hero .animated-hero__headline {
        max-width: 100%;
        margin: 0 auto 55px auto; }
      .widget.widget--express-animated-hero .animated-hero__titles {
        margin: 0 auto 20px auto; }
      .widget.widget--express-animated-hero .animated-hero__description {
        max-width: 100%; }
      .widget.widget--express-animated-hero .animated-hero__button {
        margin: 0 auto; } }
