
/* Main Hero Banner */
.main-hero-banner{
  background-color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  padding: 60px 0 40px;
  position: relative;
  text-align: center;
  width: 100%;
}
    @media screen and (max-width:768px){
      .main-hero-banner{
        min-height: unset !important;
      }
    }
    @media screen and (min-width:769px){
      .main-hero-banner{
        padding: 60px 0;
      }
    }
  .main-hero-banner.has-extra-padding{}

    @media screen and (min-width:769px){
      .main-hero-banner.has-extra-padding{
        padding: 100px 0;
      }
    }

  .main-hero-banner.padding-bottom-0{
    padding-bottom: 0;
  } 
  .main-hero-banner .content-area{
    text-align: left;
  }
.main-hero-banner:before{
  background: transparent;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.main-hero-banner .img{
  margin-bottom: 20px;
}
.main-hero-banner  .img.feature-graphic{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: relative;
}

.main-hero-banner .graphic-features-list{
  height: 100%;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: -90px;
  width: 100%;
}
  @media screen and (min-width:768px){ 
    .main-hero-banner .graphic-features-list{
      top: 0;
    }
  }
  @media screen and (min-width:992px){ 
    .main-hero-banner .graphic-features-list{
      position: absolute;
    }
  }
  .main-hero-banner .graphic-features-list li{
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(87, 93, 240, 0.20);
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-size: 12px;
    font-weight: bold;
    left: 50%;
    max-width: 115px;
    padding: 12px 8px;
    position: absolute;
    top: 50%;
  }
    .main-hero-banner .graphic-features-list li span{
      display: block;
      text-align: center;
      vertical-align: middle;
    }

.main-hero-banner.has-features-circle-layout h1.is-title, 
.main-hero-banner.has-features-circle-layout h2.is-title, 
.main-hero-banner.has-features-circle-layout h3.is-title, 
.main-hero-banner.has-features-circle-layout h4.is-title, 
.main-hero-banner.has-features-circle-layout h5.is-title, 
.main-hero-banner.has-features-circle-layout p.is-title{}

  @media screen and (min-width:768px){ 
    .main-hero-banner.has-features-circle-layout h1.is-title, 
    .main-hero-banner.has-features-circle-layout h2.is-title, 
    .main-hero-banner.has-features-circle-layout h3.is-title, 
    .main-hero-banner.has-features-circle-layout h4.is-title, 
    .main-hero-banner.has-features-circle-layout h5.is-title, 
    .main-hero-banner.has-features-circle-layout p.is-title{
      padding-top: 90px;
    }
  }
    .main-hero-banner.has-features-circle-layout .feature-graphic{
      margin-top: 50px;
    }
      @media screen and (min-width:768px){ 
        .main-hero-banner.has-features-circle-layout .feature-graphic{
          margin-top: 0;
        }
      }
      .main-hero-banner.has-features-circle-layout .feature-graphic img{
        margin-left: auto;
        margin-right: auto;
        max-width: 280px;
      }

.main-hero-banner.has-features-circle-layout .graphic-features-list{
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  top: 0
}

  @media screen and (min-width:768px){ 
    .main-hero-banner.has-features-circle-layout .graphic-features-list{
      max-width: none;
      position: absolute;
    }
  }

  .main-hero-banner.has-features-circle-layout .graphic-features-list li{
    display: block;
    left: 0;
    margin-bottom: 15px;
    max-width: none;
    position: relative;
  }

    @media screen and (max-width:767px){ 
      .main-hero-banner.has-features-circle-layout .graphic-features-list li{
        align-items: center;
        display: flex;
        font-size: 16px;
        min-height: 75px;
        padding-left: 90px;
      }
    }
    @media screen and (min-width:768px){ 
      .main-hero-banner.has-features-circle-layout .graphic-features-list li{
        display: inline-block;
        left: 50%;
        margin-bottom: 0;
        max-width: 115px;
        position: absolute;
      }
    }


    .main-hero-banner.has-features-circle-layout .graphic-features-list .icon{
      margin-bottom: 5px;
    }
    
      @media screen and (max-width:767px){ 
        .main-hero-banner.has-features-circle-layout .graphic-features-list .icon{
          display: flex;
          height: 65px;
          left: 15px;
          position: absolute;
          top: 5px;
          width: 65px;
        }
      }
    .main-hero-banner.has-features-circle-layout .graphic-features-list .icon img{}
      @media screen and (max-width:767px){ 
        .main-hero-banner.has-features-circle-layout .graphic-features-list .icon img{
          margin: auto;
        }
      }
    .main-hero-banner.has-features-circle-layout .graphic-features-list li:nth-child(odd){}

      @media screen and (min-width:768px){ 
        .main-hero-banner.has-features-circle-layout .graphic-features-list li:nth-child(odd){
          margin-left: -195px;
        }
      }

      @media screen and (min-width:1200px){ 
        .main-hero-banner.has-features-circle-layout .graphic-features-list li:nth-child(odd){
          margin-left: -240px;
        }
      }
    .main-hero-banner.has-features-circle-layout .graphic-features-list li:nth-child(even){}

      @media screen and (min-width:768px){
        .main-hero-banner.has-features-circle-layout .graphic-features-list li:nth-child(even){
          margin-left: 80px;
        }
      }

      @media screen and (min-width:1200px){ 
        .main-hero-banner.has-features-circle-layout .graphic-features-list li:nth-child(even){
          margin-left: 130px;
        }
      }

    .main-hero-banner.has-features-circle-layout .graphic-features-list li:first-child{}

      @media screen and (min-width:768px){
        .main-hero-banner.has-features-circle-layout .graphic-features-list li:first-child{
          margin-top: -170px;
        }
      }

      @media screen and (min-width:1200px){ 
        .main-hero-banner.has-features-circle-layout .graphic-features-list li:first-child{
          margin-left: -300px;
          margin-top: -130px;
          max-width: 200px;
          padding-left: 60px;
        }
      }
      .main-hero-banner.has-features-circle-layout .graphic-features-list li:first-child .icon,
      .main-hero-banner.has-features-circle-layout .graphic-features-list li:first-child .icon + span{}

        @media screen and (min-width:1200px){
          .main-hero-banner.has-features-circle-layout .graphic-features-list li:first-child .icon,
          .main-hero-banner.has-features-circle-layout .graphic-features-list li:first-child .icon + span{
            display: inline-block;
            text-align: left;
          }
        }

      .main-hero-banner.has-features-circle-layout .graphic-features-list li:first-child .icon{}

        @media screen and (min-width:1200px){
          .main-hero-banner.has-features-circle-layout .graphic-features-list li:first-child .icon{
            left: 15px;
            margin-bottom: 0;
            min-height: 65px;
            position: absolute;
            top: 10px;
          }
        }
     .main-hero-banner.has-features-circle-layout  .img.feature-graphic{
       padding: 0;
    }
.main-hero-banner.has-features-circle-layout  .img.feature-graphic + .feature-graphic{}
  @media screen and (max-width:767px){ 
    .main-hero-banner.has-features-circle-layout  .img.feature-graphic + .feature-graphic{
      background-image: none !important
    }
  }

    .main-hero-banner.has-features-circle-layout .graphic-features-list li:nth-child(2){}
      @media screen and (min-width:768px){ 
        .main-hero-banner.has-features-circle-layout .graphic-features-list li:nth-child(2){
          margin-top: -130px;
        }
      }

      @media screen and (min-width:1200px){ 
        .main-hero-banner.has-features-circle-layout .graphic-features-list li:nth-child(2){
          margin-left: 80px;
          margin-top: -185px;
          max-width: 115px;
        }
      }
    .main-hero-banner.has-features-circle-layout .graphic-features-list li:nth-child(3),
    .main-hero-banner.has-features-circle-layout .graphic-features-list li:nth-child(4){}

      @media screen and (min-width:768px){ 
        .main-hero-banner.has-features-circle-layout .graphic-features-list li:nth-child(3),
        .main-hero-banner.has-features-circle-layout .graphic-features-list li:nth-child(4){
          margin-top: 30px;
        }
      }

      @media screen and (min-width:1200px){ 
        .main-hero-banner.has-features-circle-layout .graphic-features-list li:nth-child(3),
        .main-hero-banner.has-features-circle-layout .graphic-features-list li:nth-child(4){
          margin-top: 60px;
        }
      }


.main-hero-banner .container{
  min-height: 270px;
  z-index: 5;
}

.main-hero-banner .wrapper{}
  
  @media screen and (min-width:769px){
    .main-hero-banner .wrapper{
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      height: 100%;
    }
  }

  .main-hero-banner .wrapper > div{}
    @media screen and (min-width:769px){
      .main-hero-banner .wrapper > div{
        -webkit-box-flex: 1 0 auto;
        -moz-box-flex:  1 0 auto;
        -webkit-flex:  1 0 auto;
        -ms-flex:  1 0 auto;
        flex:  1 0 auto;
        margin: 0;
        max-width: 60%;
      }
    }

.main-hero-banner > div{
  position: relative;
  z-index: 5;
}

.main-hero-banner .is-title.variant-none,
.main-hero-banner .is-subtitle.variant-none{
  text-transform: none;
}

.main-hero-banner .is-title.variant-uppercase,
.main-hero-banner .is-subtitle.variant-uppercase{
  text-transform: uppercase;
}

.main-hero-banner .is-title.variant-capitalize,
.main-hero-banner .is-subtitle.variant-capitalize{
  text-transform: capitalize;
}

.main-hero-banner h1.is-title,
.main-hero-banner h2.is-title,
.main-hero-banner h3.is-title,
.main-hero-banner h4.is-title,
.main-hero-banner h5.is-title,
.main-hero-banner p.is-title{
  color: black;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 10px;
  margin-top: 0;
  text-shadow:: 0 0 5px rgba(255,255,255,1);
  text-transform: uppercase;
}

  @media screen and (max-width:767px) {
    .main-hero-banner h1.is-title,
    .main-hero-banner h2.is-title,
    .main-hero-banner h3.is-title,
    .main-hero-banner h4.is-title,
    .main-hero-banner h5.is-title,
    .main-hero-banner p.is-title{
      line-height: 1.1em;
      padding-top: 30px;
      text-align: center;
    }
  }
  @media screen and (min-width:768px) {
    .main-hero-banner h1.is-title,
    .main-hero-banner h2.is-title,
    .main-hero-banner h3.is-title,
    .main-hero-banner h4.is-title,
    .main-hero-banner h5.is-title,
    .main-hero-banner p.is-title{
      text-shadow: none;
    }
  }


  @media screen and (min-width:768px) {
    .main-hero-banner h1.is-title,
    .main-hero-banner h2.is-title,
    .main-hero-banner h3.is-title,
    .main-hero-banner h4.is-title,
    .main-hero-banner h5.is-title,
    .main-hero-banner p.is-title{
      font-size: 52px;
      text-shadow: none;
    }
  }



.main-hero-banner h1.is-subtitle,
.main-hero-banner h2.is-subtitle,
.main-hero-banner h3.is-subtitle,
.main-hero-banner h4.is-subtitle,
.main-hero-banner h5.is-subtitle,
.main-hero-banner p.is-subtitle{
  color: #575DF0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
}


  @media screen and (max-width:767px) {
    .main-hero-banner h1.is-subtitle,
    .main-hero-banner h2.is-subtitle,
    .main-hero-banner h3.is-subtitle,
    .main-hero-banner h4.is-subtitle,
    .main-hero-banner h5.is-subtitle,
    .main-hero-banner p.is-subtitle{
      padding-top: 5px;
      text-align: center;
    }
    
    .main-hero-banner.has-features-with-mountain-layout h1.is-subtitle,
    .main-hero-banner.has-features-with-mountain-layout h2.is-subtitle,
    .main-hero-banner.has-features-with-mountain-layout h3.is-subtitle,
    .main-hero-banner.has-features-with-mountain-layout h4.is-subtitle,
    .main-hero-banner.has-features-with-mountain-layout h5.is-subtitle,
    .main-hero-banner.has-features-with-mountain-layout p.is-subtitle{
      font-size: 18px;
    }
  }

  @media screen and (min-width:768px) {
    .main-hero-banner h1.is-subtitle,
    .main-hero-banner h2.is-subtitle,
    .main-hero-banner h3.is-subtitle,
    .main-hero-banner h4.is-subtitle,
    .main-hero-banner h5.is-subtitle,
    .main-hero-banner p.is-subtitle{
      font-size: 30px;
    }
  }
.is-xm { 
  font-size: .85em;
}  

 @media screen and (max-width:768px) {
   .is-xm {
     font-size: 30px;
   }
}
   

.main-hero-banner .intro,
.main-hero-banner p{
  color: black;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 300;
}
  @media screen and (max-width:768px){
    .main-hero-banner .intro,
    .main-hero-banner p{
      text-align: center;
    }
  }
  @media screen and (min-width:769px){
    .main-hero-banner .intro,
    .main-hero-banner p{
      width: 100%;
    }
  }

.main-hero-banner .is-button{
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px 35px;
}

  @media screen and (min-width:769px){
    .main-hero-banner .is-button{
      max-width: 100%;
      min-width: 230px;
    }
  }

.main-hero-banner .is-link{
  color: white;
  display: block;
  font-size: 90%;
  text-align: center;
  text-decoration: underline;
}

  @media screen and (min-width:769px){
    .main-hero-banner .is-link{
    }
  }

.main-hero-banner .button-group{
   padding-bottom: 0;
}


.main-hero-banner .img-column{}

  @media screen and (min-width:769px){
    .main-hero-banner .img-column{
      text-align: right;
    }
  }

/* VARIATIONS */
/* Height */

.main-hero-banner.has-viewport-height{
}
    @media screen and (min-width:769px){
      .main-hero-banner.has-viewport-height{
        height: 100vh;
        overflow: hidden;
      }
    }

/* Content alignment */
.main-hero-banner.h-align-center{}

  @media screen and (min-width:769px){
    .main-hero-banner.h-align-center{
      text-align: left;
      -webkit-justify-content: center;
      justify-content: center;
    }
  }

  .main-hero-banner.h-align-center:before{}

    @media screen and (min-width:769px){
      .main-hero-banner.h-align-center:before{
        background: radial-gradient(circle, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.4) 100%);
      }
    }

    .main-hero-banner.h-align-center .intro,
    .main-hero-banner.h-align-center p{}

      @media screen and (min-width:769px){
        .main-hero-banner.h-align-center .intro,
        .main-hero-banner.h-align-center p{
          margin-left: auto;
          margin-right: auto;
        }
      }


.main-hero-banner.h-align-left{}

  .main-hero-banner.h-align-left:before{}

    @media screen and (min-width:769px){
      .main-hero-banner.h-align-left:before{
        /* background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.4) 100%);*/
        background: transparent;
      }
    }
  .main-hero-banner.h-align-left .wrapper{}

    @media screen and (min-width:769px){
      .main-hero-banner.h-align-left .wrapper{
        text-align: left;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
      }
    }


    .main-hero-banner.h-align-left .is-link{}
     @media screen and (min-width:769px){
        .main-hero-banner.h-align-left .is-link{
          text-align: left;
        }
      }

.main-hero-banner.h-align-right{}

  .main-hero-banner.h-align-right:before{}

    @media screen and (min-width:769px){
      .main-hero-banner.h-align-right:before{
        background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.6) 100%);
      }
    }
.main-hero-banner.h-align-right .wrapper{}

  @media screen and (min-width:769px){
    .main-hero-banner.h-align-right .wrapper{
      text-align: right;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
    }
  }

    .main-hero-banner.h-align-right .is-link{}
     @media screen and (min-width:769px){
       .main-hero-banner.h-align-right .is-link{
          text-align: right;
        }
      }


      .main-hero-banner.h-align-right .intro,
      .main-hero-banner.h-align-right p{}

        @media screen and (min-width:769px){
          .main-hero-banner.h-align-right .intro,
          .main-hero-banner.h-align-right p{
            margin-left: auto;
            margin-right: 0;
          }
        }



      .main-hero-banner.h-align-right .is-button-group .is-button{
      }
        .main-hero-banner.h-align-right .button-group .is-button{}
          @media screen and (min-width: 768px){  
            .main-hero-banner.h-align-right .button-group .is-button{
              margin-left: 15px;
              margin-right: 0;
            }
          }

        .main-hero-banner.h-align-right .button-group .is-button:first-child{}
          @media screen and (min-width: 768px){  
            .main-hero-banner.h-align-right .button-group .is-button:first-child{
              margin-left: 0;
            }
          }

        .main-hero-banner.h-align-right .button-group .is-button:last-child{}
          @media screen and (min-width: 768px){  
            .main-hero-banner.h-align-right .button-group .is-button:last-child{
              margin-right: 0;
            }
          }

.main-hero-banner.h-align-center .wrapper{}

  @media screen and (min-width:769px){
    .main-hero-banner.h-align-center .wrapper{
      -webkit-justify-content: center;
      justify-content: center;
      text-align: center;
    }
  }


.main-hero-banner.v-align-center .wrapper{}

  @media screen and (min-width:769px){
    .main-hero-banner.v-align-center .wrapper{
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
  }
.main-hero-banner.v-align-top .wrapper{}

  @media screen and (min-width:769px){
    .main-hero-banner.v-align-top .wrapper{
      -webkit-box-align: flex-start;
      -moz-box-align: flex-start;
      -ms-flex-align: flex-start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
    }
  }

.main-hero-banner.v-align-bottom .wrapper{}

  @media screen and (min-width:769px){
    .main-hero-banner.v-align-bottom .wrapper{
      -webkit-box-align: flex-end;
      -moz-box-align: flex-end;
      -ms-flex-align: flex-end;
      -webkit-align-items: flex-end;
      align-items: flex-end;
    }
  }

/* Image splits from text */
.main-hero-banner.has-xs-image{}

  @media screen and (max-width:767px) {
    .main-hero-banner.has-xs-image{
      background-color: transparent !important;
      background-image: none !important;
      padding-top: 0;
      text-align: left;
    }
  }


.main-hero-banner.has-xs-image:before{}

  @media screen and (max-width:767px) {
    .main-hero-banner.has-xs-image:before{
      background: transparent;
    }
  }
.main-hero-banner.has-xs-image h1.is-title,
.main-hero-banner.has-xs-image h2.is-title,
.main-hero-banner.has-xs-image h3.is-title,
.main-hero-banner.has-xs-image h4.is-title,
.main-hero-banner.has-xs-image h5.is-title,
.main-hero-banner.has-xs-image p.is-title{}

.main-hero-banner.has-xs-image .intro,
.main-hero-banner.has-xs-image p{}

 @media screen and (max-width:767px) {
    .main-hero-banner.has-xs-image .intro,
    .main-hero-banner.has-xs-image p{
      color: #676767;
    }
  }


.main-hero-banner.has-xs-image > img{}


  @media screen and (max-width:767px) {
    .main-hero-banner.has-xs-image > img{
      display: block;
      margin: 0 0 20px;
    }
  }

.main-hero-banner.has-xs-image .is-link{}

  @media screen and (max-width:768px){
    .main-hero-banner.has-xs-image .is-link{
      color: #244278;
      text-align: center;
    }
  }


/* Has dark theme */
.main-hero-banner.has-dark-theme {
  background-color: #244278;
}

  .main-hero-banner.has-dark-theme:before{
    background: transparent;
  }

    @media screen and (min-width: 600px) and (max-width: 767px) {
      .main-hero-banner.has-dark-theme:before{
        background: transparent;
      }
    }

    @media screen and (min-width: 768px){
      .main-hero-banner.has-dark-theme:before{
        background: rgba(0,0,0,0.5);
      }
    }

  .main-hero-banner.has-dark-theme.h-align-center:before{}

    @media screen and (min-width:769px){
      .main-hero-banner.has-dark-theme.h-align-center:before{
        background: radial-gradient(circle, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.4) 100%);
      }
    }


  .main-hero-banner.has-dark-theme.h-align-left:before{}

    @media screen and (min-width:769px){
      .main-hero-banner.has-dark-theme.h-align-left:before{
        background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0, 0,0,0.4) 50%, rgba(0,0,0,0) 100%);
      }
    }

  .main-hero-banner.has-dark-theme.h-align-right:before{}

    @media screen and (min-width:769px){
      .main-hero-banner.has-dark-theme.h-align-right:before{
        background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.6) 100%);
      }
    }

.main-hero-banner.has-dark-theme h1.is-title,
.main-hero-banner.has-dark-theme h2.is-title,
.main-hero-banner.has-dark-theme h3.is-title,
.main-hero-banner.has-dark-theme h4.is-title,
.main-hero-banner.has-dark-theme h5.is-title,
.main-hero-banner.has-dark-theme p.is-title{
      color: white;
}

.main-hero-banner.has-dark-theme .intro,
.main-hero-banner.has-dark-theme p{
  color: #ffc64e;
}

.main-hero-banner.has-dark-theme .is-link{
  color: white;
}
.main-hero-banner.has-dark-theme.surround-title .title-wrapper{}
  @media screen and (min-width: 600px) and (max-width: 767px) {
    .main-hero-banner.has-dark-theme.surround-title .title-wrapper{
      background-color: #575df0;
    }
  }

.main-hero-banner.has-dark-theme.surround-title .title-wrapper:before{}

  @media screen and (max-width: 599px) {  
    .main-hero-banner.has-dark-theme.surround-title .title-wrapper:before{
      background: rgba(0,0,0,0.35);
    }
  }

    @media screen and (min-width: 600px) and (max-width: 767px) {
      .main-hero-banner.has-dark-theme.surround-title .title-wrapper:before{
        background: transparent;
      }
    }


/* Has warmer dark theme */
.main-hero-banner.has-warmer-dark-theme {
  background-color: #244278;
}

  .main-hero-banner.has-warmer-dark-theme:before{
    background: transparent;
  }

    @media screen and (min-width: 600px) and (max-width: 767px) {
      .main-hero-banner.has-warmer-dark-theme:before{
        background: transparent;
      }
    }

    @media screen and (min-width: 768px){
      .main-hero-banner.has-warmer-dark-theme:before{
        background: rgba(0,0,0,0.5);
      }
    }

  .main-hero-banner.has-warmer-dark-theme.h-align-center:before{}

    @media screen and (min-width:769px){
      .main-hero-banner.has-warmer-dark-theme.h-align-center:before{
        background: radial-gradient(circle, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.4) 100%);
      }
    }

  .main-hero-banner.has-warmer-dark-theme.h-align-left:before{}

    @media screen and (min-width:769px){
      .main-hero-banner.has-warmer-dark-theme.h-align-left:before{
        background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
      }
    }

  .main-hero-banner.has-warmer-dark-theme.h-align-right:before{}

    @media screen and (min-width:769px){
      .main-hero-banner.has-warmer-dark-theme.h-align-right:before{
        background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.6) 100%);
      }
    }

.main-hero-banner.has-warmer-dark-theme h1.is-title,
.main-hero-banner.has-warmer-dark-theme h2.is-title,
.main-hero-banner.has-warmer-dark-theme h3.is-title,
.main-hero-banner.has-warmer-dark-theme h4.is-title,
.main-hero-banner.has-warmer-dark-theme h5.is-title,
.main-hero-banner.has-warmer-dark-theme p.is-title{
  color: white;
  font-size: 30px;
}
  @media screen and (min-width:769px){
    .main-hero-banner.has-warmer-dark-theme h1.is-title,
    .main-hero-banner.has-warmer-dark-theme h2.is-title,
    .main-hero-banner.has-warmer-dark-theme h3.is-title,
    .main-hero-banner.has-warmer-dark-theme h4.is-title,
    .main-hero-banner.has-warmer-dark-theme h5.is-title,
    .main-hero-banner.has-warmer-dark-theme p.is-title{
      font-size: 60px;
    }
  }

.main-hero-banner.has-warmer-dark-theme h1.is-subtitle, 
.main-hero-banner.has-warmer-dark-theme h2.is-subtitle, 
.main-hero-banner.has-warmer-dark-theme h3.is-subtitle, 
.main-hero-banner.has-warmer-dark-theme h4.is-subtitle, 
.main-hero-banner.has-warmer-dark-theme h5.is-subtitle, 
.main-hero-banner.has-warmer-dark-theme p.is-subtitle{
  color: black;
}

  @media screen and (min-width: 768px){
    .main-hero-banner.has-warmer-dark-theme h1.is-subtitle, 
    .main-hero-banner.has-warmer-dark-theme h2.is-subtitle, 
    .main-hero-banner.has-warmer-dark-theme h3.is-subtitle, 
    .main-hero-banner.has-warmer-dark-theme h4.is-subtitle, 
    .main-hero-banner.has-warmer-dark-theme h5.is-subtitle, 
    .main-hero-banner.has-warmer-dark-theme p.is-subtitle{
      color: #FFEC86;
    }
  }

  @media screen and (min-width: 768px){
    .main-hero-banner.has-warmer-dark-theme h1.is-subtitle, 
    .main-hero-banner.has-warmer-dark-theme h2.is-subtitle, 
    .main-hero-banner.has-warmer-dark-theme h3.is-subtitle, 
    .main-hero-banner.has-warmer-dark-theme h4.is-subtitle, 
    .main-hero-banner.has-warmer-dark-theme h5.is-subtitle, 
    .main-hero-banner.has-warmer-dark-theme p.is-subtitle{
      font-size: 34px;
    }
  }

.main-hero-banner.has-warmer-dark-theme .intro,
.main-hero-banner.has-warmer-dark-theme p{
  color: #ffc64e;
}

.main-hero-banner.has-warmer-dark-theme .is-link{
  color: white;
}

.main-hero-banner.has-warmer-dark-theme.surround-title .title-wrapper{}
  @media screen and (min-width: 600px) and (max-width: 767px) {
    .main-hero-banner.has-warmer-dark-theme.surround-title .title-wrapper{
      background-color: #575df0;
    }
  }
.main-hero-banner.has-warmer-dark-theme.surround-title .title-wrapper:before{}
  @media screen and (max-width: 599px) {  
    .main-hero-banner.has-warmer-dark-theme.surround-title .title-wrapper:before{
      background: rgba(0,0,0,0.35);
    }
  }
    @media screen and (min-width: 600px) and (max-width: 767px) {
      .main-hero-banner.has-warmer-dark-theme.surround-title .title-wrapper:before{
        background: transparent;
      }
    }

/* Surround title */
.main-hero-banner.surround-title{}

@media screen and (max-width: 767px) {
  .main-hero-banner.surround-title{
    background: transparent !important;
    border: none;
    box-shadow: none;
    padding: 0;
  }
}

.main-hero-banner.surround-title .title-wrapper{
  position: relative;
}

  @media screen and (min-width: 600px) and (max-width: 767px) {
    .main-hero-banner.surround-title .title-wrapper{
      background-image: none !important;
    }
  }

  @media screen and (max-width: 767px) {
    .main-hero-banner.surround-title .title-wrapper:before{
      background: rgba(255,255,255,0.35);
      content: "";
      display: block;
      height: 100%;
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1;
    }
  }


.main-hero-banner.surround-title .title-wrapper > div{
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .main-hero-banner.surround-title > div{
    max-width: 100%;
    padding: 0;
    text-align: center;
    width: 100%;
  }
}

.main-hero-banner > div > .flex-row > .flex-cell{}

  @media screen and (max-width: 767px) {
    .main-hero-banner > div > .flex-row.flex-padding-grid > .flex-cell,
    .main-hero-banner > div > .flex-row.flex-padding-grid > .flex-cell.sm-12{
      padding-left: 2rem;
      padding-right: 2rem;
    }
  }

.main-hero-banner.surround-title .title-wrapper{
  background: transparent;
}
@media screen and (max-width: 767px) {
  .main-hero-banner.surround-title .title-wrapper{
    background-color: #fafafa;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    box-shadow: 0 5px 5px rgba(0,0,0, 0.1);
    display: block;
    margin-bottom: 20px;
    padding: 60px 15px 40px;
    text-align: center;
  }
}

  @media screen and (min-width: 600px) and (max-width: 767px) {
    .main-hero-banner.surround-title .title-wrapper{
      background-image: none !important;
    }
  }

.main-hero-banner.surround-title h1.is-title, 
.main-hero-banner.surround-title h2.is-title,
.main-hero-banner.surround-title h3.is-title, 
.main-hero-banner.surround-title h4.is-title, 
.main-hero-banner.surround-title h5.is-title,
.main-hero-banner.surround-title p.is-title{}

@media screen and (max-width: 767px) {
  .main-hero-banner.surround-title h1.is-title, 
  .main-hero-banner.surround-title h2.is-title,
  .main-hero-banner.surround-title h3.is-title, 
  .main-hero-banner.surround-title h4.is-title, 
  .main-hero-banner.surround-title h5.is-title,
  .main-hero-banner.surround-title p.is-title{
    padding-top: 0;
    text-align: center;
  }
}


.main-hero-banner.surround-title h1.is-subtitle,
.main-hero-banner.surround-title h2.is-subtitle,
.main-hero-banner.surround-title h3.is-subtitle, 
.main-hero-banner.surround-title h4.is-subtitle, 
.main-hero-banner.surround-title h5.is-subtitle,
.main-hero-banner.surround-title p.is-subtitle{}
  
  @media screen and (max-width: 767px) {
    .main-hero-banner.surround-title h1.is-subtitle,
    .main-hero-banner.surround-title h2.is-subtitle,
    .main-hero-banner.surround-title h3.is-subtitle, 
    .main-hero-banner.surround-title h4.is-subtitle, 
    .main-hero-banner.surround-title h5.is-subtitle,
    .main-hero-banner.surround-title p.is-subtitle{
      text-align: center;
    }
  }
  
  

/* Overflow Bottom */
.main-hero-banner.has-overflow_bottom-layout{
  background: transparent;
  box-shadow: none;
  padding-bottom: 50px;
  position: relative;
}
  @media screen and (min-width:768px) {
    .main-hero-banner.has-overflow_bottom-layout{
      padding-bottom: 70px;
    }
  }


  .main-hero-banner.has-overflow_bottom-layout:after{}

    @media screen and (min-width:768px) {
      .main-hero-banner.has-overflow_bottom-layout:after{
          background: linear-gradient(180deg, rgba(161,161,161,0.2) 0%, rgba(255,255,255,0) 100%, rgba(241,241,241,0) 100%);
          bottom: 0;
          content: "";
          display: block;
          height: 30px;
          left: 0;
          position: absolute;
          width: 100%;
          z-index: 1;
        }
    }
.main-hero-banner.has-xs-image .outer-wrapper{
  background: white;
  position: relative;
  width: 100%;
}
  @media screen and (max-width:767px) {
    .main-hero-banner .outer-wrapper,
    .main-hero-banner.has-xs-image .outer-wrapper{
      background-color: transparent !important;
      background-image: none !important;
      padding-top: 0;
      text-align: left;
    }
  }
.main-hero-banner .img-half-width{
  display: inline-block;
}

  @media screen and (min-width:768px) {
    .main-hero-banner .img-half-width{
      background-repeat: no-repeat;
      background-size: 100% auto;
      bottom: 0;
      display: block;
      height: 100%;
      overflow: hidden;
      left: 50%;
      position: absolute;
      width: 50%;
      z-index: 3;
    }
  }

.main-hero-banner.has-features-with-dots-layout{
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.main-hero-banner.has-features-with-dots-layout .img-half-width{
  background-position: right bottom;
  background-size: 90% auto;
}
  @media screen and (min-width:1200px) {
    .main-hero-banner.has-features-with-dots-layout .img-half-width{
      background-size: 80% auto;
    }
  }
.main-hero-banner.has-features-with-dots-layout  .feature-graphic{
  margin-top: 90px
}
  @media screen and (min-width:768px) {
    .main-hero-banner.has-features-with-dots-layout  .feature-graphic{
      background-image: none !important;
      margin-top: 0;
    }
  }

  .main-hero-banner.has-features-with-dots-layout .feature-graphic li{
    font-size: 16px;
    margin-bottom: 15px;
  }
    @media screen and (min-width:992px) {
      .main-hero-banner.has-features-with-dots-layout .feature-graphic li{
        font-size: 12px;
        margin-bottom: 0;
      }
    }

.main-hero-banner.has-features-with-dots-layout  .graphic-features-list li{
  align-content: center;
  display: flex;
  left: 0;
  max-width: none;
  min-height: 75px;
  padding-left: 90px;
  position: relative;
}
  @media screen and (min-width:992px) {
    .main-hero-banner.has-features-with-dots-layout  .graphic-features-list li{
      left: 50%;
      max-width: 200px;
      position: absolute;
    }
  }

  .main-hero-banner.has-features-with-dots-layout  .graphic-features-list li .text{
    font-weight: normal;
    margin: auto 0 auto 0;
    text-align: left;
  }
  .main-hero-banner.has-features-with-dots-layout  .graphic-features-list li .icon{
    display: flex;
    height: 65px;
    left: 15px;
    position: absolute;
    top: 5px;
    width: 65px;
  }
    .main-hero-banner.has-features-with-dots-layout  .graphic-features-list li .icon img{
      margin: auto;
    }

  .main-hero-banner.has-features-with-dots-layout  .graphic-features-list li:first-child{  }
    @media screen and (min-width:992px) {
      .main-hero-banner.has-features-with-dots-layout  .graphic-features-list li:first-child{
        margin-left: -160px;
        margin-top: -220px;
        max-width: 205px;
      }
    }
    .main-hero-banner.has-features-with-dots-layout .graphic-features-list li:first-child:after{
      right: -25px;
      top: 5px;
    }

  .main-hero-banner.has-features-with-dots-layout  .graphic-features-list li:nth-child(2){  }
    @media screen and (min-width:992px) {
      .main-hero-banner.has-features-with-dots-layout  .graphic-features-list li:nth-child(2){
        margin-left: 100px;
        margin-top: -100px;
      }
    }
    .main-hero-banner.has-features-with-dots-layout .graphic-features-list li:nth-child(2):after{
      right: 55px;
      bottom: -42px;
    }

  .main-hero-banner.has-features-with-dots-layout  .graphic-features-list li:nth-child(3){  }
    @media screen and (min-width:992px) {
      .main-hero-banner.has-features-with-dots-layout  .graphic-features-list li:nth-child(3){
        margin-left: -160px;
        margin-top: -50px;
      }
    }
    .main-hero-banner.has-features-with-dots-layout .graphic-features-list li:nth-child(3):after{
      right: 30;
      top: -40px;
    }
  .main-hero-banner.has-features-with-dots-layout  .graphic-features-list li:nth-child(4){}

    @media screen and (min-width:992px) {
      .main-hero-banner.has-features-with-dots-layout  .graphic-features-list li:nth-child(4){
        margin-left: 80px;
        margin-top: 130px;
      }
    }

  .main-hero-banner.has-features-with-dots-layout .graphic-features-list li:nth-child(4):after{
    bottom: 38px;
    right: -34px;
  }

.main-hero-banner.has-features-with-dots-layout .feature-graphic{
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  min-height: 340px;
}
  @media screen and (min-width:992px) {
    .main-hero-banner.has-features-with-dots-layout .feature-graphic{
      max-width: none;
      min-height: 370px;
    }
  }
.main-hero-banner.has-features-with-dots-layout .graphic-features-list{}
  @media screen and (max-width: 767px) {
    .main-hero-banner.has-features-with-dots-layout .graphic-features-list{
      margin-bottom: -155px;
      padding: 0 25px;
      top: -155px;
    }
  }

.main-hero-banner.has-features-with-dots-layout .graphic-features-list li:after{
  background: url(https://f.hubspotusercontent10.net/hubfs/160569/arsenal-studios/assets/icons/icon-synapse.svg) center no-repeat;
  background-size: contain;
  content: "";
  display: none;
  height: 20px;
  position: absolute;
  right: -40px;
  width: 20px;
}

  @media screen and (min-width:992px) {
    .main-hero-banner.has-features-with-dots-layout .graphic-features-list li:after{
      display: block;
    }
  }

/* Features with mountain graphic */


.main-hero-banner.has-features-with-mountain-layout{
  box-shadow: none;
  padding-bottom: 0;
}
  @media screen and (min-width:768px) {
    .main-hero-banner.has-features-with-mountain-layout{
      padding-bottom: 20px;
    }
  }

.main-hero-banner.has-features-with-mountain-layout .img-half-width{
  background-position: right bottom;
  background-size: 90% auto;
}
  @media screen and (min-width:1200px) {
    .main-hero-banner.has-features-with-mountain-layout .img-half-width{
      background-size: 80% auto;
    }
  }
.main-hero-banner.has-features-with-mountain-layout  .feature-graphic{
  margin-top: 110px;
}
  
  @media screen and (min-width:768px) {
    .main-hero-banner.has-features-with-mountain-layout  .feature-graphic{
      margin-top: 0;
    }
  }

  
  @media screen and (min-width:1200px) {
    .main-hero-banner.has-features-with-mountain-layout  .feature-graphic{
      background-image: none !important;
      width: 150%;
    }
  }
  @media screen and (min-width:1400px) {
    .main-hero-banner.has-features-with-mountain-layout  .feature-graphic{
      width: 130%;
    }
  }

  .main-hero-banner.has-features-with-mountain-layout .feature-graphic li{
    font-size: 16px;
    margin-bottom: 15px;
  }
   
    @media screen and (min-width:1200px) {
      .main-hero-banner.has-features-with-mountain-layout .feature-graphic li{
        font-size: 12px;
        margin-bottom: 0;
      }
    }

.main-hero-banner.has-features-with-mountain-layout  .graphic-features-list li{
  align-content: center;
  display: flex;
  left: 0;
  max-width: none;
  min-height: 75px;
  padding-left: 90px;
  position: relative;
}
  @media screen and (min-width:1200px) {
    .main-hero-banner.has-features-with-mountain-layout  .graphic-features-list li{
      left: 50%;
      margin-left: -390px;
      max-width: 270px;
      position: absolute;
      top: 50%;
    }
  }
  @media screen and (min-width:1400px) {
    .main-hero-banner.has-features-with-mountain-layout  .graphic-features-list li{
      margin-left: -330px;
    }
  }
  .main-hero-banner.has-features-with-mountain-layout  .graphic-features-list li:first-child{}
    @media screen and (min-width:1200px) {
      .main-hero-banner.has-features-with-mountain-layout  .graphic-features-list li:first-child{
        margin-left: -410px;
        margin-top: 16px;
      }
    }
    @media screen and (min-width:1400px) {
      .main-hero-banner.has-features-with-mountain-layout  .graphic-features-list li:first-child{
        margin-left: -390px;
        margin-top: 20px;
      }
    }
  .main-hero-banner.has-features-with-mountain-layout  .graphic-features-list li:nth-child(2){}
    @media screen and (min-width:1200px) {
      .main-hero-banner.has-features-with-mountain-layout  .graphic-features-list li:nth-child(2){
        margin-left: auto;
        margin-top: 60px;
      }
    }
    @media screen and (min-width:1400px) {
      .main-hero-banner.has-features-with-mountain-layout  .graphic-features-list li:nth-child(2){
        margin-top: 75px;
      }
    }
  .main-hero-banner.has-features-with-mountain-layout  .graphic-features-list li:nth-child(3){}
    @media screen and (min-width:1200px) {
      .main-hero-banner.has-features-with-mountain-layout  .graphic-features-list li:nth-child(3){
        margin-top: 130px;
      }
    }
    @media screen and (min-width:1400px) {
      .main-hero-banner.has-features-with-mountain-layout  .graphic-features-list li:nth-child(3){
        margin-left: -340px;
        margin-top: 140px;
      }
    }
  .main-hero-banner.has-features-with-mountain-layout  .graphic-features-list li:nth-child(4){}
    @media screen and (min-width:1200px) {
      .main-hero-banner.has-features-with-mountain-layout  .graphic-features-list li:nth-child(4){
        margin-left: 0;
        margin-top: 240px;
      }
    }
    @media screen and (min-width:1400px) {
      .main-hero-banner.has-features-with-mountain-layout  .graphic-features-list li:nth-child(4){
        margin-top: 260px;
      }
    }



  .main-hero-banner.has-features-with-mountain-layout  .graphic-features-list li .text{
    font-weight: normal;
    margin: auto 0 auto 0;
    text-align: left;
  }
  .main-hero-banner.has-features-with-mountain-layout  .graphic-features-list li .icon{
    display: flex;
    height: 65px;
    left: 15px;
    position: absolute;
    top: 5px;
    width: 65px;
  }
    .main-hero-banner.has-features-with-mountain-layout  .graphic-features-list li .icon img{
      margin: auto;
    }

.main-hero-banner.has-features-with-mountain-layout .feature-graphic{
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  min-height: 340px;
}
  
  @media screen and (min-width:1200px) {
    .main-hero-banner.has-features-with-mountain-layout .feature-graphic{
      max-width: none;
      min-height: 370px;
    }
  }
.main-hero-banner.has-features-with-mountain-layout .graphic-features-list{}
  
  @media screen and (min-width:992px) {
    .main-hero-banner.has-features-with-mountain-layout .graphic-features-list{
      top: -100px;
    }
  }

  @media screen and (min-width:1200px) {
    .main-hero-banner.has-features-with-mountain-layout .graphic-features-list{
      margin-bottom: -155px;
      padding: 0 25px;
      top: -155px;
    }
  }


/* Updates for mobile 20221026 */
@media screen and (max-width:767px) {
  .has-features-with-mountain-layout .feature-graphic > img:first-child{
    display: block !important;
    max-width: 300%;
    position: absolute;
    top: -125px;
    left: -240px;
    -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0));
  }
}

@media screen and (max-width:767px) {
  .has-features-with-mountain-layout > .xl-container{
   padding: 0;
  }
}

@media screen and (max-width:767px) {
  .has-features-with-mountain-layout > .xl-container .flex-row .flex-cell:nth-child(2){
   margin-top: 180px;
   padding: 0;
  }
}

@media screen and (max-width:767px) {
  .has-features-with-mountain-layout > .xl-container .flex-row .flex-cell:nth-child(2) .feature-graphic{
    margin: 0 auto;
    position: relative;
  }
}

@media screen and (max-width:767px) {
  .has-features-with-mountain-layout > .xl-container .flex-row .flex-cell:nth-child(2) .feature-graphic .graphic-features-list{
   margin: 0 auto;
   opacity: 0.95;
   padding: 0 20px;
   top: -30px;
  }
}

@media screen and (max-width:991px) {
  .has-features-with-mountain-layout > .xl-container .flex-row .flex-cell:nth-child(2) .feature-graphic{
    background-image: none !important;
  }
}
/* Updates for mobile end */
