/** Shopify CDN: Minification failed

Line 337:0 Unexpected "}"

**/

:root {
  font-size: 16px;   
}
.jumbotron-container {
  padding: 3rem 0;
  margin-bottom: 0;
  border-radius: 0;
  background:#fff; 
  background-image: url(https://cdn2.shopify.com/s/files/1/0203/8454/files/Banner_Test_9.jpg?3379);
  background-size: cover; 
  background-position: center center;    
  background-repeat: no-repeat;
  height: 442px;
}       
    
.jumbotron-container p:last-child {
  margin-bottom: 0;
}   
.jumbotron-heading {
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05rem;
    font-size: 3.5rem;
  font-family: Lato, sans-serif;
    color: rgba(51,51,51,1);
    background: -webkit-linear-gradient(right, rgba(252,70,107,1), rgba(63,94,251,1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-lead{
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: .05rem;
  font-size: 1rem;
  padding: 2rem 0 2rem 0;    
}      
    
.text-muted {
  color: #808080;
}
    
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

.row:after, 
.row:before {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}
           
.bg-herb-pink{
    background:rgba(251,220,225,0.98);
} 
           
.bg-herb-gradient{  
background: #ddd6f3; /* fallback for old browsers */
  background: -webkit-linear-gradient(left, rgba(252,70,107,.3), rgba(63,94,251,.3)); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(left, rgba(252,70,107,.3), rgba(63,94,251,.3));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* fallback for old browsers 
background: #FFAFBD;  fallback for old browsers 
background: -webkit-linear-gradient(to right, #ffc3a0, #FFAFBD);  /* Chrome 10-25, Safari 5.1-6
background: linear-gradient(to right, #ffc3a0, #FFAFBD);  W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        }

.bg-herb-gradient-oth{  
background: #ddd6f3; /* fallback for old browsers */
  background: -webkit-linear-gradient(110deg, rgba(221,214,243,0.0), rgba(250,172,168,0.4)); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(110deg, rgba(221,214,243,0.0), rgba(250,172,168,0.4), #fff);
        }


             
.title-header {
    color: rgba(51,51,51,1);
    font-family: Lato, sans-serif;
    font-weight:400;
    font-size: 1.5rem;
    letter-spacing: 0.1em;      
}
        
.title-sm {
    color: rgba(51,51,51,1);
    font-family: Lato, sans-serif;
    font-weight:400;
    font-size: 1.25rem;
    letter-spacing: 0.05em;      
}  
        
.title-xs {
    color: rgba(51,51,51,1);
    font-family: Lato, sans-serif;
    font-weight:500;
    font-size: 1rem;
    letter-spacing: 0.05em;      
}   

        
.btn{
    background: transparent;
    font-family: Lato, sans-serif;
    font-weight: 700;
    color: #000;
    -webkit-appearance: none;
    padding: 0 30px;
    border-radius: 0px;
    height: 50px;
    line-height: 50px;
    min-width: 150px;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
        
.btn-secondary {
    color: rgba(176,176,248,1);
    background-color:transparent;
    border: 1px solid rgba(176,176,248,1);
}    
        
.btn-secondary:hover {
    color: rgba(176,176,248,1);
    background-color:transparent;
    border: 2px solid rgba(176,176,248,.6);
}          

.card-img-top {
    width: 100%;
    border-radius:.0rem;
    max-height: 350px;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color:transparent;
    background-clip: border-box;
    border: none;
    border-radius: .0rem;
}

.btn-primary {
    color: #fff;
    /*
    background: #FEAC5E; 
    background: -webkit-linear-gradient(to right, #b993d6, #8ca6db);  
    background: linear-gradient(to right, #b993d6, #8ca6db); */
    background-color: rgba(176,176,248,1);
    border: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: rgba(176,176,248,0.6);
    border: 2px solid rgba(176,176,248,.6);
}
                                 
.square-list {
  list-style: square outside none;
}  

.tier-benefit-list{
  line-height: 0.75rem;
        }  
        
.content-spacer {
	height: 75px;
}
        
.gradient-multiline {
  position: relative;
  width: 300px;
  margin: 40px auto;
  background-color: #fff;
  text-align: center;
  line-height: 1.5em;
  overflow:hidden;
}
  
.gradient-multiline span {
  color: #fff;
  background-color: #000;

  padding: 0.225rem 0.5rem;

  /* Needs prefixing */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@supports(mix-blend-mode: lighten) {
  
  .gradient-multiline::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(110deg, rgba(221,214,243,1), rgba(250,172,168,1));

    mix-blend-mode: lighten;
  }
  
}   
        
/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) { 
  #jumbotron-h1{
  display: none;
  }
  #jumbotron-p{
  display: none;
  }
  #jumbotron-btn{
  display: none;
  }
}

/* Large devices (desktops, 992px and up)*/
@media only screen and (min-width: 992px) { 
  
   #jumbotron-h1{
  display: none;
  }
  #jumbotron-p{
  display: none;
  }
  #jumbotron-btn{
  display: none;
  }
  .content-spacer {
    height:75px;
  }  
.earn-box {
    width: 20%;
    display: inline;
    margin: auto;  
    }      
.icon-box {
    margin: auto;
    display: block;
    width: 50%;
}  
}

/* Medium devices (tablets, 768px and up)*/
@media only screen and (min-width: 768px) and (max-width: 991px) { 
.jumbotron-container {
    background-image: none;
}    
  
.title-header {
    font-size: 2rem;
    letter-spacing: 0.1em;      
}    
.intro-heading{
    display: none;
}    
.content-spacer {
    height:50px;
}    
.earn-box {
    width: 20%;
    display: inline;
    margin: auto;  
}     
} 
  
/* Small devices (landscape phones, 576px and up)*/
@media only screen and (max-width: 767px) { 
.container-fluid {
    width: 100%;
}  
.jumbotron-container {
  	background-image: none;
}     
.title-header {
    font-size: 1.7rem;
    letter-spacing: 0.04em;
    text-align: center;
} 
}        
.jumbotron-heading {
  font-weight: 700;
  line-height: 1;
  letter-spacing: .05rem;
  font-size: 2.3rem;    
}  
.intro-heading{
    display: none;
}

.text-lead{
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: .05rem;
  font-size: 1rem;
  padding: 2rem 0 2rem 0;    
}   
.earn-box {
    max-width: 45%;
    display: inline;
    margin: 10px 5px 5px;  
}     
.icon-box {
    margin: auto;
    display: inline;
    width: 40%;
}
.content-spacer {
    height: 25px;
}    
}
