
.hero{
    position: relative;
    display:flex;
    overflow:hidden;
    overflow:hidden;
    margin: 0 0 30px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: 42px !important;
    background-position:bottom;
    background-size:cover;
    background-color:#E6FBF3;
    /* background-image:
        radial-gradient(at 93% 39%, hsla(9,0%,100%,1) 0px, transparent 50%),
        radial-gradient(at 54% 0%, hsla(9,0%,100%,1) 0px, transparent 50%),
        radial-gradient(at 0% 69%, hsla(158,70%,88%,1) 0px, transparent 50%),
        radial-gradient(at 95% 87%, hsla(183,75%,70%,1) 0px, transparent 50%),
        radial-gradient(at 25% 89%, hsla(158,70%,88%,1) 0px, transparent 50%),
        radial-gradient(at 3% 18%, hsla(157,72%,94%,1) 0px, transparent 50%),
        radial-gradient(at 0% 99%, hsla(158,100%,41%,1) 0px, transparent 50%),
        radial-gradient(at 68% 95%, hsla(183,76%,85%,1) 0px, transparent 50%); */
}
.phone-image{
    position:absolute;
    top:0;
    bottom:0;
    right:0px;
    height:100%;
}
.hero-title{
    margin-top:35px;
    margin-bottom:20px;
    max-width:400px;
}
.hero-content{
    width:100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 50px 30px 50px;
    position: relative;
    min-height: 760px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 760px;

}
.hero-subtitle{
    margin-bottom:125px;
    max-width:400px;
}
.hero .btn{
    max-width:190px;
}
.hero-content-grid{
    display:flex;
    grid-gap:32px;
    margin-bottom:45px;
}
.hero-content-grid-item{
    max-width:110px;
}
.hero-content-grid-item ._title{
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: var(--titleH1-color);
}
@media screen and (max-width:1072px){
    .hero .hand{
        right:50px;
    }
}
@media screen and (max-width:960px){
    .hero{
        padding-left:25px;
        padding-right:25px;
        flex-direction:column;
        justify-content:space-between;
    }
    .hero h1{
        font-weight: 700;
        font-size: 32px;
        line-height: 120%;
    }
    .hero .hero-subtitle{
        margin-bottom:30px;
    }
    .hero .hero-content{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:start;
        padding:0;
        text-align:center;
        min-height:auto;
    }
    .hero .hand{
        left:50%;
        right:auto;
        transform:translateX(-50%);
        max-height:60%;
        bottom:0;
        top:auto;
    }
    .hero-content-grid{
        grid-gap:23px;
    }
    .hero-content-grid-item {
        font-weight: 450;
        font-size: 15px;
        line-height: 19px;
    }
    .hero-content-grid-item ._title{
        font-size: 30px;
        line-height: 38px;
    }
    .phone-image{
        position:relative;
        width:100%;
        object-fit:contain;
    }
    .hero .hero-title{
        /* margin-top:85px; */
    }
}
@media screen and (max-width:450px){
    .hero h1{
        font-weight: 700;
        font-size: 30px;
        line-height: 120%;
    }
}

.quote{
    margin-top:72px;
    margin-bottom:100px;
}
.quote h2{
    max-width:90%;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
}
.quote-name{
    margin-top:27px;
    text-align:right;
    font-size: 22px;
}
.quote-smaller h2{
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
}
@media screen and (max-width:676px) {
    .quote-name{
        text-align:left;
        max-width: 260px;
        font-size: 20px;
    }
    .quote{
        margin-top:50px;
        margin-bottom:50px;
    }
    .quote h2{
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 33px;
        letter-spacing: -0.6px;
    }
}

.how-zilch-works{
    background:#E6FBF3;
}
.how-zilch-works .container{
    padding:60px 100px 70px 100px;
}
.how-zilch-works h3{
    font-weight: 700;
    font-size: 42px;
    line-height: 53px;
    letter-spacing: -0.02em;
    margin-bottom:2px;
}
.how-zilch-works-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-gap:8px;
    margin-top:22px;
}
.how-zilch-works-grid-element .img{
    background:rgba(0,0,0,0.4);
    height:271px;
    margin-bottom:30px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.how-zilch-works-grid-element .img .box{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding:19px 16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    color: var(--forest-green, #085439);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width:90%;
    max-width: 323px;
}

.how-zilch-works-grid-element .img .box span{
    display:flex;
    grid-gap:10px;
}

.how-zilch-works-grid-element h4{
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color:#00D287;
    margin-bottom:8px;
}
.how-zilch-works .container p{
    margin-top:10px;
    margin-bottom:20px;
}
@media screen and (max-width:767px){
    .how-zilch-works{
        margin:0 -30px;
    }
    .how-zilch-works-grid-element .img{
        margin-bottom:20px;
    }
    .how-zilch-works-grid{
        grid-template-columns:1fr;
        grid-gap:27px;
    }  
    .how-zilch-works .container{
        padding:44px 30px;;
    }
}

.featured{
    padding:75px 100px 93px 100px;
}
.featured-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-gap:21px;
}
.featured-grid .img{
    height:285px;
    margin-bottom:30px;
    overflow:hidden;
}
.featured-grid .img img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.featured-grid h4{
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color:#00D287;
    margin-bottom:8px;
}
.featured-grid p{
    margin-bottom:30px;
}
@media screen and (max-width:767px){
    .featured-grid{
        grid-template-columns:1fr;
        grid-gap:42px;
    }  
    .featured{
        padding:44px 30px;;
    }
}


.how-do-we-do-it{
    padding:60px 100px;
    background:#E6FBF3;
}
.how-do-we-do-it-row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.how-do-we-do-it-col{
    width:50%;
}
.how-do-we-do-it-col p{
    max-width:337px;
    margin-bottom:30px;
    margin-top:19px;
}
.how-do-we-do-it h3{
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.84px;
}
.how-do-we-do-it img{
    width:100%;
    margin:0 auto;
}
.how-do-we-do-it-image-toggle button{
    background:unset;
    border:unset;
    box-shadow: unset;
    color: #00D287;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.44px;
    display:inline-flex;
    align-items: center;
    grid-gap:45px;
    margin-right:-45px;
    justify-content: center;
    margin-bottom:20px;
    cursor: pointer;
}
.how-do-we-do-it-image-toggle button.how-do-we-do-it--customers{
    margin-right:0;
    margin-left:-45px;
}
button.how-do-we-do-it--retailers svg{
    animation:.7s bounceHowDoWeDoIt-right infinite;
    animation-direction: alternate;
}
button.how-do-we-do-it--customers svg{
    animation:.7s bounceHowDoWeDoIt-left infinite;
    animation-direction: alternate;
}
@keyframes bounceHowDoWeDoIt-left {
    from{
        transform:translateX(0);
    }
    to{
        transform: translateX(-10px);
    }
}
@keyframes bounceHowDoWeDoIt-right {
    from{
        transform:translateX(0);
    }
    to{
        transform: translateX(10px);
    }
}
.how-do-we-do-it-image-toggle .how-do-we-do-it--retailers, .how-do-we-do-it-image-toggle .how-do-we-do-it--customers{
    display:none;
}
.how-do-we-do-it-image-toggle.--retailers .how-do-we-do-it--retailers{
    display:inline-flex;
}
.how-do-we-do-it-image-toggle.--customers .how-do-we-do-it--customers{
    display:inline-flex;
}
@media screen and (max-width:767px){
    .how-do-we-do-it{
        padding:50px 30px;
        padding-bottom:10px;
        margin:0 -30px;
    }
    .how-do-we-do-it-row{
        flex-direction:column;
        grid-gap:40px;
    }
    .how-do-we-do-it-col{
        width:100%;
    }
    .how-do-we-do-it h3{
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .how-do-we-do-it img{
        width:100%;
    }
    .how-do-we-do-it-image-toggle button{
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.4px;
    }
}



