
.hero-animation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 450px;
      min-height: 450px;
      max-width: 600px;
      max-height: 600px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-image: url('https://cdn.mediavalet.com/cato/vancity/G3ZtTNKvHkC3jtcWWW2wVg/d9OsJWQYqUCaRAEZ57LlfQ/Custom/carbon-counter-hero.jpeg');
    background-position: 0px 0px;
    background-size: cover;
  }
  
  .hero-animation---layer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    height: 350px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: rgba(248, 244, 231, 0.7);
  }
  
  .hero-animation---title {
    font-size: 20px;
  }
  
  .hero-animation---numbers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .hero-animation---line-graph {
    padding-top: 25px;
  }

  .paragraph-23 {
    margin-bottom: 0px;
    padding-left: 10px;
    font-family: 'Sharp Grotesk', sans-serif;
    color: #f04e39;
    font-style: normal;
    font-weight: 700;
  }
  .div-block-17 {
    position: absolute;
    bottom: 0px;
    max-width: 40vw;
  }

  .section---horizontal-scroll {
    position: relative;
    width: 100%;
    padding-top: 10vh;
    padding-bottom: 10vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .section---horizontal-scroll--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width: 100%;
    height: 100vh;
  }
  
  .section---horizontal-scroll---container {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-left: 10vw;
    background-color: #ebe8db;
  }
  
  .horizontal-scroll---content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    min-width: 100vw;
    padding-right: 5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ebe8db;
  }
  .horizontal-scroll---content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .horizontal-scroll---content-right {
    width: 45%;
  }
  
  .horizontal-scroll---content-left {
    width: 45%;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  
.section-plain-64---text-block {
    margin-bottom: 1em;
  }
  .gallery-grid-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
  .gallery-column._2-column {
    width: 50%;
  }
  

@media screen and (max-width: 991px) {
    .hero-animation {
        min-width: 300px;
        min-height: 300px;
      }
    
      .hero-animation---layer {
        width: 250px;
        height: 250px;
        padding-top: 20px;
        padding-left: 20px;
      }
    
      .hero-animation---title {
        font-size: 18px;
      }
    
      .paragraph-23 {
        font-size: 16px;
      }
    
      .hero-animation---line-graph {
        padding-top: 0px;
      }
      .paragraph-23 {
        font-size: 16px;
      }  
      .section---horizontal-scroll--sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0px;
        width: 100%;
        height: 100vh;
      }
      
      .section---horizontal-scroll---container {
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        padding-left: 10vw;
        background-color: #ebe8db;
      }
      
      .horizontal-scroll---content {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100vh;
        min-width: 100vw;
        padding-right: 5vw;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #ebe8db;
      }
      .horizontal-scroll---content-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
      }
      
      .horizontal-scroll---content-right {
        width: 45%;
      }
      
      .horizontal-scroll---content-left {
        width: 85%;
      }
 }

@media screen and (max-width: 767px) {
    .hero-animation {
        width: 400px;
        height: 400px;
      }
    
    .hero-animation---layer {
        width: 300px;
        height: 300px;
      }
    .section---horizontal-scroll {
        height: 200vh;
        margin-bottom: 10vh;
      }
    
    .section---horizontal-scroll--sticky {
        position: static;
        height: 200vh;
      }
    
    .section---horizontal-scroll---container {
        height: auto;
    
        padding-left: 83px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
      }
    
    .horizontal-scroll---content {
        height: auto;
        padding-top: 10vh;
      }
    
    .horizontal-scroll---content-wrapper {
        padding-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
      }
    
    .horizontal-scroll---content-right {
        width: auto;
      }
    
      .horizontal-scroll---content-left {
        width: 100%;
      }
    .div-block-17 {
        position: static;
        margin-left: 200px;
        right: 60px;
        bottom: -270px;
      }
 }

 @media screen and (max-width: 479px) {
    .div-block-17 {
        max-width: 65vw;
        margin-left: 100px;
      }
      .horizontal-scroll---content {
        padding-left: 2vw;
      }
    
      .horizontal-scroll---content-wrapper {
        padding-top: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
      }
    
      .horizontal-scroll---content-right {
        width: 100%;
      }
    
      .horizontal-scroll---content-left {
        padding-left: 5vw;
      }
    
      .hero-animation {
        width: 300px;
        height: 300px;
      }
    
      .hero-animation---layer {
        width: 200px;
        height: 200px;
        padding-top: 30px;
        padding-left: 10px;
      }
    
      .hero-animation---numbers {
        padding-top: 5px;
        padding-bottom: 0px;
      }
      .paragraph-23 {
        padding-left: 5px;
      }    

 }