.split-image-module {
  margin: 20px 0; }
  .split-image-module-title {
    font-size: 20px;
    margin-bottom: 28px;
    text-transform: uppercase; }
    .split-image-module-title h1,
    .split-image-module-title h2,
    .split-image-module-title h3,
    .split-image-module-title h4,
    .split-image-module-title h5,
    .split-image-module-title h6 {
      font-size: 20px;
      margin: 0; }
  .split-image-module section {
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768.98px) {
      .split-image-module section {
        -ms-flex-direction: column;
            flex-direction: column; }
        .split-image-module section .tile {
          margin-bottom: 15px;
          margin-right: 0 !important; } }
    .split-image-module section .tile {
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      position: relative; }
      .split-image-module section .tile:first-child {
        margin-right: 5px; }
      .split-image-module section .tile:only-child {
        margin: 0;
        position: relative; }
        .split-image-module section .tile:only-child::before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 40%; }
        .split-image-module section .tile:only-child > .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .split-image-module section .tile:only-child img,
        .split-image-module section .tile:only-child video {
          height: auto;
          width: 100%; }
        @media (max-width: 768.98px) {
          .split-image-module section .tile:only-child {
            position: relative; }
            .split-image-module section .tile:only-child::before {
              display: block;
              content: "";
              width: 100%;
              padding-top: 100%; }
            .split-image-module section .tile:only-child > .content {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0; }
            .split-image-module section .tile:only-child img,
            .split-image-module section .tile:only-child video {
              width: auto;
              height: 100%; } }
      .split-image-module section .tile::before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 86.95652%; }
      .split-image-module section .tile > .content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
      .split-image-module section .tile .content {
        overflow: hidden; }
      .split-image-module section .tile img,
      .split-image-module section .tile video {
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .split-image-module section .tile .text-container {
        color: #fff;
        text-transform: uppercase;
        position: absolute;
        bottom: 60px;
        left: 30px;
        top: auto;
        z-index: 1; }
        @media (max-width: 768.98px) {
          .split-image-module section .tile .text-container {
            bottom: 30px; } }
        .split-image-module section .tile .text-container h6 {
          font-size: 34px; }
          @media (max-width: 768.98px) {
            .split-image-module section .tile .text-container h6 {
              font-size: 24px; } }
        .split-image-module section .tile .text-container .action-container {
          color: #000; }
          .split-image-module section .tile .text-container .action-container .link {
            color: #fff; }

.split-image-module {
  margin: 0 -15px; }
  @media (min-width: 544px) {
    .split-image-module {
      margin: 0; } }
  .split-image-module section .tile {
    margin-bottom: 0; }
    .split-image-module section .tile::before {
      padding-top: 155%; }
      @media (min-width: 769px) {
        .split-image-module section .tile::before {
          padding-top: 87.5%; } }
    .split-image-module section .tile:first-child {
      margin-right: 0; }
    .split-image-module section .tile .text-container {
      left: 16px;
      right: 16px;
      bottom: 40px;
      color: #fff; }
      @media (min-width: 992px) {
        .split-image-module section .tile .text-container {
          left: 30px;
          right: 30px;
          bottom: auto;
          top: 50%;
          transform: translateY(-50%); } }
      .split-image-module section .tile .text-container.dark-theme {
        color: #000; }
      .split-image-module section .tile .text-container .action-container {
        color: inherit; }
      .split-image-module section .tile .text-container h1 {
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 0.3px;
        line-height: 1;
        margin-bottom: 5px;
        text-transform: uppercase; }
        @media (min-width: 992px) {
          .split-image-module section .tile .text-container h1 {
            font-size: 35px;
            letter-spacing: 0.35px; } }
      .split-image-module section .tile .text-container .product-text {
        font-size: 30px; }
        @media (min-width: 769px) {
          .split-image-module section .tile .text-container .product-text {
            font-size: 35px; } }
      .split-image-module section .tile .text-container p {
        font-size: 14px;
        letter-spacing: 0.14px;
        line-height: 1.35;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 25px; }
  .split-image-module .action-container {
    margin-top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .split-image-module .action-container .btn {
      border-color: inherit;
      color: inherit;
      min-width: 140px;
      white-space: nowrap; }
      .split-image-module .action-container .btn:first-child {
        margin-right: 10px; }
      .split-image-module .action-container .btn:last-child {
        margin-left: 10px; }
    .split-image-module .action-container a:not(.btn):first-child {
      margin-right: 10px; }
    .split-image-module .action-container a:not(.btn):last-child {
      margin-left: 10px; }

.split-image-module section .tile .text-container .action-container {
  color: #000; }
  .split-image-module section .tile .text-container .action-container .btn {
    border-color: #fff; }

.split-image-module section .tile .text-container .product-text {
  font-size: 50px;
  font-family: BebasNeue, sans-serif; }
  @media (min-width: 769px) {
    .split-image-module section .tile .text-container .product-text {
      font-size: 55px; } }

.split-image-module section .tile .text-container p {
  text-transform: none; }
