/** Shopify CDN: Minification failed

Line 48:10 Unexpected "{"
Line 48:11 Expected identifier but found "-"
Line 52:10 Unexpected "{"
Line 52:11 Expected identifier but found "-"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:landing (INDEX:32) */
.landing{
      display: flex;
      height: calc(100vh + 100px);
  }
  .landing-block{
      flex: 1;
      position: relative;
      cursor: pointer;
  }
  .landing-block img{
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .landing-caption{
      position: absolute;
      top: 50%;
      left: 220px;
      transform: translate(-50%,-50%);
      text-align: left;
      font-weight: 400;
      font-size: 14px;
      pointer-events: none;
  }
  .landing-caption h2{
      margin: 0;
      font-size: 14px;
  }
  .landing-caption a{
      text-decoration: none;
  }
  .landing-caption a:hover{
      opacity: 0.8;
  }
  .block-{{- block.id }} .landing-caption h2{
      line-height: 1.25;
  }

  .block-{{- block.id }} .landing-caption a{
      line-height: 1.25;
      margin-top: 20px;
      display: block;
  }
  @media screen and (max-width: 989px){
    .landing-block{
      position: relative;
    }
      .landing{
        flex-direction: column;
        height: auto;
      }
      .landing-caption{
        position: sticky;
        width: 100%;
        top: var(--header-height);
        left:0;
        transform: unset;
        padding: 12px;
        transform: unset !important;
      }
      .landing-block{
        min-height: 100vh;
      }
      .landing-block img{
        position: absolute;
        top: 0;
        left: 0;
      }
      .landing-caption h2{
        font-weight: 600;
        font-size: 12px;
        line-height: 125%;
        margin-bottom: 20px;
      }
      .landing-caption h2 br{
        display: none;
      }
      .landing-caption a{
        font-weight: 600;
        font-size: 12px;
      }
  }
/* END_SECTION:landing */