<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* features */
#get_it {
    margin-top: -20px;
    color: #fff;
}

#get_it .head {
    background: url("../../img/backgrounds/indigo.jpg") no-repeat;
    display: block;
    padding-top: 30px;
    height: 750px;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 20px;
}


#get_it .head .line {
    margin-left: 0;
    color: #fff;
}

#get_it a {
    color: #bbb;
}


#get_it .section_header h3 {
    color: #fff;
    margin-top: 30px;
    padding-top: 60px;
}

#get_it .subtitle h2 {
    margin: 0;
    font-style: italic;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 70px;
    line-height: 35px;
    text-align: center;
}

#get_it .section_header h3 span {
    font-size: 18px;
    line-height: 20px;
}

#get_it .option1 {
    margin-bottom: 70px;
}

#get_it .option1 .feature {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 65px;
}

#get_it .option1 .feature .info h3 {
    font-size: 21px;
    margin-top: 45px;
}

#get_it .option1 .feature .info h3 img {
    margin-right: 18px;
    position: relative;
    top: -10px;
}

#get_it .option1 .feature .info p {
    margin-top: 15px;
}

#get_it .option1 .last {
    margin-bottom: 0;
}

#get_it .option2 {
    margin-bottom: 70px;
}

#get_it .option2 .feature {
    margin-bottom: 70px;
}

#get_it .option2 .feature .box {
    text-align: center;
    float: left;
    width: 16%;
    height: 77px;
}

#get_it .option2 .feature .box img.one {
    margin-top: 18px;
}

#get_it .option2 .feature .box img.two {
    margin-top: 20px;
}

#get_it .option2 .feature .text {
    float: left;
    width: 76%;
    margin-top: 17px;
    margin-left: 35px;
}

#get_it .option2 .feature .text h6 {
    margin: 0 0 8px 0;
    font-size: 20px;
}

#get_it .option2 .feature .text p {
    margin: 0;
    font-size: 14px;
    line-height: 23px;
}

#get_it .option2 .right {
    float: right;
}

#get_it .option3 .feature {
    padding: 40px 0 38px 0;
    background: white;
    box-shadow: 0 1px 3px 1px #E0E0E0;
    border-radius: 4px;
    cursor: pointer;
    /*border:1px solid #fff;*/
}

#get_it .option3 .feature .img {
    text-align: center;
    margin: 0 auto 37px;
}

#get_it .option3 .feature .text {
    margin: 0 auto;
    width: 87%;
}

#get_it .option3 .feature .text h6 {
    margin: 0 0 9px 0;
    font-size: 20px;
    text-align: center;
}

#get_it .option3 .feature .text p {
    margin: 0 auto;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    width: 90%;
    margin-top: 18px;
}

#get_it .option3 .feature:hover {
    border-color: #e2e2e2;
    box-shadow: 0 0 6px 0 #e2e2e2;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

/* Responsive
-------------------------------------------------- */
@media (min-width: 768px) {


    #get_it .feature .pic-right {
        float: right;
    }

    #get_it .feature .info-left {
        float: left;
    }
}

@media (max-width: 767px) {

    #get_it .head {
            height: 900px;
    }

    #get_it .feature {
        margin-bottom: 60px;
    }

    #get_it .section_header h3 {
        padding-top: 10px;
    }

    #get_it .feature img {
        margin: 0 auto !important;
        float: none !important;
    }

    #get_it .last {
        margin-bottom: 0;
    }

    #get_it .option1 .feature .info h3 {
        text-align: center;
    }

    #get_it .option2 {
        margin-bottom: 60px;
    }

    #get_it .option2 .feature {
        float: left;
        width: 100%;
        margin-bottom: 60px;
    }

    #get_it .option2 .feature .text {
        margin-top: 0;
    }

    #get_it .option2 .feature .text h6 {
        text-align: center;
    }

    #get_it .option3 .feature {
        margin-bottom: 60px;
        overflow: hidden;
    }
}

@media (max-width: 480px) {


    #get_it .head {
            height: 1300px;
    }

    #get_it .subtitle h2 {
        font-size: 22px;
        line-height: 30px;
    }

    #get_it .section_header h3 {
        padding-top: 10px;
    }

    #get_it .option2 {
        margin-bottom: 60px;
    }

    #get_it .option2 .feature {
        float: left;
        width: 100%;
        margin-bottom: 60px;
    }

    #get_it .option2 .feature .text {
        margin-top: 0;
    }

    #get_it .option2 .right {
        /*margin-bottom: 0;*/
    }

    #get_it .option3 .feature {
        margin-bottom: 60px;
    }

    #get_it .last {
        margin-bottom: 0;
    }
}

</pre></body></html>