html {line-height: 1.15;-webkit-text-size-adjust: 100%;}body {margin: 0;}main {display: block;}h1 {font-size: 2em;margin: 0.67em 0;}a {background-color: transparent;}strong {font-weight: 700;}img {border-style: none;}input, select, textarea {font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;}input {overflow: visible;}select {text-transform: none;}[type="submit"] {-webkit-appearance: button;}[type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}[type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}textarea {overflow: auto;}::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}

main {
    display: block;
    max-width: 100%;
    overflow-x: hidden;
}
.section-hero img{width: 100%;}
*,

*:after,

*:before {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}

html, body {
   -webkit-text-size-adjust: 100%;
   font-family: 'Montserrat', sans-serif;
   font-weight: 400;
   line-height: 1.8;
   background: #fff;
   font-size: 18px;
   padding: 0px;
   margin: 0px;
   color: #666666;
}
    body{
        overflow-x: hidden;
    }
.clear {
   clear: both;
}

.center {
   text-align: center;
}

a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background-color: transparent;
    text-decoration: none;
    outline: none;
    color: #002972;
}

a:hover {
    color: #e1523d;
}

p a {
    text-decoration: underline;
}

p {
    line-height: 1.4;
    margin: 0px 0px 40px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    color: #133453;
    font-size: 21px;
}

p strong {
    font-weight: 700;
}

h1, h2, h3 {
    font-weight: 600;
    margin: 0px 0px 20px;
    color: #fff;
}

h1, h2 {
    line-height: 1.2;
    font-size: 45px;
    font-weight: 600;
    font-family: 'Montserrat', sans-erif;
    color: #000;
    margin-bottom: 40px;
}


h3 {
    line-height: 1.2;
    font-size: 24px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

img {
   vertical-align: middle;
   border-style: none;
   max-width: 100%;
   height: auto;
}


.button {
    vertical-align: middle;
    font-weight: 500;
    line-height: 64px;
    height: 64px;
    background: #00b0c7;
    min-width: 292px;
    font-size: 20.4px;
    display: inline-block;
    padding: 0px 30px;
    border: 0;
    cursor: pointer;
    color: #101831;
    border-radius: 0px;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-transform: uppercase;
}

.button:hover{
    color: #fff;
    background: #0e2a43;
    border-color: #0e2a43;
}

.flex-row{
    display: flex;
    column-gap: 80px;
    justify-content: space-between;
 }
 .flex-reverse{
    flex-direction: row-reverse;
 }
 .flex-media{
    min-width: 555px;
 }
 .paragraph-bullets span {
    color: #00b0c7;
    font-size: 28px;
}
.container {
   max-width : 100%;
   min-width : 320px;
   margin : 0px auto;
   padding: 0 40px;
}

@media (min-width : 1px) {

   .container {
       padding : 0px 20px;
   }

   
}
@media (min-width : 480px) {
   .container {
       padding : 0px 60px;
   }
}

@media (min-width: 1600px) {
 .container {
     padding: 0 85px;
 }
}

#site-header {
    padding: 23px 0 19px;
    background: #fff;
}

.site-header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   column-gap: 10px;
}
.site-header>div{
    flex-grow: 1;
}
.site-logo {
    display: block;
    width: 315px;
    text-align: center;
    box-sizing: content-box;
}
.site-logo img{
    width: 100%; display: block;
}
.site-header-logo-address {
    display: flex;
    align-items: center;
    column-gap: 53px;
}
.site-header-logo-address p {
    font-size: 21px;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    color: #133453;
    line-height: 1.2;
    margin: 0;
}

.site-header-buttons {
   display: flex;
   justify-content: flex-end;
   column-gap: 22px;
   order: 3;
}

.site-header-button {
text-align: center;
}

.section-heading:after{
    content: '';
    display: block;
    width: 212px; height: 6px;
    margin-top: 25px;
    background: #00b0c7;
}

#section-1 {
    padding-top: 60px;
    padding-bottom: 10px;
}

#section-2{

}

.block-how-it-works {
    background: #00b0c7;
    padding: 27px 24px 0px 24px;
}
.block-how-it-works-heading {
    background: #0e2a43;
    padding: 22px 20px;
    margin-bottom: 45px;
}
.block-how-it-works-heading h2{
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 44px;
}
.block-how-it-works-steps {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
}
.block-how-it-works-steps >div{
    flex-grow: 1;
    width: 20%;
}
.block-how-it-works-steps >div p{
    color: #fff;
    font-size: 21px;
    font-family: 'Cabin', sans-serif;
    line-height: 1.4;
    margin: 0;
}
.block-how-it-works-step-icon {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.block-how-it-works-step-head {
    display: flex;
    column-gap: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.block-how-it-works-step-head span{
    display: flex;
    min-width: 69px;
    height: 69px;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
    font-size: 44px;
    font-weight: 600;
    border-radius: 100%;
}
.block-how-it-works-steps >div .block-how-it-works-step-head p {
    font-size: 26px;
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}
.block-how-it-works-steps >div .block-how-it-works-step-head p a{
    color: #fff;
    text-decoration: none;
}

.block-how-it-works-steps-cta {
    display: flex;
    column-gap: 85px;
    justify-content: center;
    align-items: center;
    background: #0e2a43;
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px 24px 27px 24px;
}
.block-how-it-works-steps-cta p{
    color: #fff; margin: 0; font-weight: 700;
    font-family: 'Cabin', sans-serif; font-size: 30px;
}
#section-3 {
    padding: 80px 0 88px 0;
}

.block-why-us-buckets {
    display: flex;
    justify-content: center;
    gap: 45px;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.block-why-us-buckets >div{
    width: 30%; flex-grow: 1;
    background: #0e2a43;
    padding: 55px 50px 45px;
}
.block-why-us-buckets >div h3{
    color: #00b0c7; font-size: 26px; margin: 0; font-weight: 700;
}
.block-why-us-buckets >div p{
    color: #fff;
    margin: 0;
    font-size: 21px; 
}
.block-why-us-bucket-icon {
    text-align: center;
    margin-bottom: 20px;
}
#section-4 {
    padding-top: 60px;
    padding-bottom: 50px;
    background: #f7f5f5;
}
.block-testimonial {
    padding: 55px 50px;
    box-shadow: 0 0 27px rgba(0, 0, 0, .20);
    background: #fff;
    margin-bottom: 50px;
}
.block-testimonial-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}

.block-testimonial-footer-left {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.block-testimonial-footer-left p {
    color: #0e2a43;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}
.block-testimonial-footer-left p span{
    display: block;
    color: #00b0c7;
}
#contact {
    background: #0e2a43;
    padding-top: 70px;
    padding-bottom: 40px;
}
#contact h2 {
    color: #fff;
    font-size: 57px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.1;
}
#contact h2 span{
    color: #00b0c7;
}
#contact h3{
    color: #00b0c7;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 45px;
}

#contact p {
    color: #fff;
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 25px;
}
#contact p.form-note {
    font-size: 15px;
    font-style: italic;
}
.contact-form-wrap .input-control{
    margin-bottom: 10px;
}

.contact-form-wrap .input-control input[type="text"],
.contact-form-wrap .input-control input[type="email"],
.contact-form-wrap .input-control select,
.contact-form-wrap .input-control textarea{
    display: block;
    color: #666;
    border-radius: 0;
    margin-bottom: 0px !important;
    border: 0;
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    line-height: initial;
    height: 55px;
    padding: 0px 20px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Montserrat", serif;
    outline: none;
}
.contact-form-wrap .input-control select{
    background: #fff url(images/dropdown-arrow.png) no-repeat right 14px center;
}
.contact-form-wrap .input-control textarea{
    padding: 18px 20px;
    height: 150px;
}
.contact-form-wrap .input-control input[type="submit"] {
    margin: 2px auto 0 !important;
    display: block;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 21px;
    padding: 0;
    width: 298px;
    line-height: 74px;
    height: auto;
    border: 0 !important;
    color: #101831;
    text-shadow: none;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    background: #00b0c7;
    -webkit-appearance: none;
    border-radius: 0px;
}
.contact-form-wrap .input-control input[type="submit"]:hover{
    background: #00b0c7;
    border-color: #00b0c7;
}
.input-control.input-recaptcha {
    float: left;
}
.input-control.input-submit {
    float: right;
}
#free-guide {
    max-width: 615px;
    margin: 0 auto 10px;
    position: relative;
}

.input-control label {
    color: #fff;
    font-family: "Work Sans", serif;
    font-size: 13px;
    text-align: left;
    margin: 0 10px 5px 0;
    line-height: 17px;
    display: block;
}

.contact-form .input-control label {
    text-align: left;
    font-weight: normal;
    font-size: 15px;
}

#main-form-notification,
.main-form-notification {
     display: none;
     margin: 0px 0px 10px 0px;
}
#main-form-notification > .status-error,
.main-form-notification > .status-error,
#main-form-notification > .error,
.main-form-notification > .error  {
    border-left: 5px solid #db1f1f;
    line-height: 24px;
    background: rgba(221, 75, 57, 0.1);
    text-align: left;
    padding: 20px 20px;
    color: #fff;
    background: #dd4b39;
}
#main-form-notification > .success,
.main-form-notification > .success  {
    border-left: 5px solid #007e27;
    line-height: 24px;
    background: rgba(221, 75, 57, 0.1);
    text-align: left;
    padding: 20px 20px;
    color: #fff;
    background: #00c23c;
}
#main-form-loader,
.main-form-loader  {
     background : rgba(0, 0, 0, 0.50);
     position : absolute;
     display : none;
     height : 100%;
     width : 100%;
     left : 0px;
     top : 0px;
}
.lds-ring {
     display: block;
     position: absolute;
     width: 64px;
     height: 64px;
     left : 45%;
     top : 50%;
     margin : -32px -32px 0px 0px;
}
.lds-ring div {
     box-sizing: border-box;
     display: block;
     position: absolute;
     width: 51px;
     height: 51px;
     margin: 6px;
     border: 6px solid #fff;
     border-radius: 50%;
     animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
     border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
     animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
     animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
     animation-delay: -0.15s;
}
@keyframes lds-ring {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}


#site-footer {
    position: relative;
    z-index: 9;
}

#site-copyright {
    background: #fff;
    padding: 40px 0px 34px;
    color: #000;
    text-align: center;
    position: relative;
}

#site-copyright a {
    color: #000;
    text-decoration: underline;
}

#site-copyright a:hover {
    color: #000;
}

#site-copyright p {
    line-height: 1;
    text-align: center;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

#site-copyright p br {
    display: none;
}
#site-scroll-top {
    cursor: pointer;
    border: 0;
    text-align: center;
    display: block;
    width: 28px;
    margin: 0 auto;
}


@media (min-width:640px){
.container{padding:0 25px}
}
@media (min-width:1024px){
.container{padding:0;width:940px}
}
@media (min-width:1280px){
.container{width:1190px; width: 100%; padding: 0 150px;}
}

@media only screen and (min-width:1601px) and (max-width:1920px) {
	.container{padding: 0 100px;}
}

@media only screen and (min-width:1367px) and (max-width:1600px) {
	.container{padding: 0 50px;}
}
@media only screen and (max-width: 1366px) {
	.container{padding: 0 50px;}
}

@media only screen and (min-width:1153px) and (max-width:1280px) {
	.container {padding: 0 40px; width: 100%;}
}

@media only screen and (min-width: 768px) and (max-width: 1152px) {
    h1, h2{font-size: 45px;}
	.container {padding: 0 40px; width: 100%;}
    .site-header{display: block;}
    .site-logo{margin: 0 auto;}
    .site-header>div{width: 100%;}
    .site-header-logo-address{display: block;}
    .site-header-logo-address p{text-align: center; padding-top: 10px;}
    .site-header-buttons{display: block; padding-top: 20px;}
    #section-1 {padding-top: 40px;padding-bottom: 40px;}
    .block-how-it-works-steps{row-gap: 50px;}
    .block-how-it-works-steps >div {
        width: 100%;
        display: flex;
        column-gap: 40px;
    }
    .block-how-it-works-step-icon{width: 160px;}
    .block-how-it-works-steps-cta{column-gap: 20px;}
    #contact{padding-top: 40px;}
    .section-heading br{display: none;}
    .flex-row{column-gap: 20px;}
    .flex-media {
        min-width: 45%;
    }
    .block-why-us-buckets{
        gap: 20px;
    }
    .block-why-us-buckets >div{width: 100%;}
}


 @media only screen and (max-width: 767px) {
 	.container{padding: 0 20px;}
     #site-copyright p br {
        display: block;
    }
    .flex-row{
        display: block;
    }
.flex-media{
    min-width: 100%; margin-bottom: 20px;
}
     #site-header {
        padding: 25px 0 25px;
        height: auto; border-bottom: 0;
     }
     .site-header {
        display: block;
        text-align: center;
        height: auto;
    }
    .site-header-logo-address{
        display: block;
    }
    .site-header>div{
        width: 100%;
    }
    .site-logo {
        margin-bottom: 15px;
        max-width: 100%;
    }
    .site-header-buttons {
        display: block;
    }
    .site-header-button {
        padding-top: 20px;
    }


    #site-scroll-top {
        position: relative;
        right: auto;
        left: auto;
        margin: 0 auto;
    }
    #contact {
        padding-top: 45px;
        padding-bottom: 15px;
    }
    .input-control.input-submit {
        float: none;
    }
    h1, h2{
        font-size: 40px;
    }
    #section-1 {
        padding-top: 35px;
        padding-bottom: 20px;
    }
    .block-how-it-works-heading h2{
        font-size: 36px;
    }
    .block-how-it-works-steps{
        display: block;
        padding-left: 0;
        padding-right: 0;
    }
    .block-how-it-works-steps >div{
        width: 100%; margin-bottom: 50px;
    }
    .block-how-it-works-steps >div:last-child{
        margin-bottom: 30px;
    }
    .block-how-it-works-steps >div .block-how-it-works-step-head p br{
        display: none;
    }

    #section-4 {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .block-how-it-works-steps-cta{
        flex-direction: column;
    }
    .block-how-it-works-steps-cta p{
        margin-bottom: 20px;
        text-align: center;
    }
    #section-3{
        padding-top: 50px;
        padding-bottom: 30px;

    }
    .block-why-us-buckets{
        display: block;
    }
    .block-why-us-buckets >div{
        width: 100%; margin-bottom: 30px;;
    }
    .block-testimonial {
        padding: 35px 30px;
    }
    .block-testimonial:last-child{
        margin-bottom: 0;
    }
    .block-testimonial-footer-left{
        column-gap: 20px;
    }
    .block-testimonial-footer-left p{
        font-size: 22px;
    }
    .block-testimonial-footer-left img{
        max-width: 50px;
    }
    .block-testimonial-footer-right img{
        max-width: 30px;
    }
    #contact h2 {
        font-size: 46px;
    }
}

.mobile-sticky-callout{
    position: fixed;
    display: none;
    left: 0;
    bottom: 0;
    background: #0e2a43;
    padding: 10px 20px 15px 20px;
    box-sizing: border-box;
    text-align: center;
    z-index: 99999;
    width: 100%;
}

.mobile-sticky-callout p{
    color: #fff;
    margin: 0;
    font-size: 15px;
}
.mobile-sticky-callout .button{
    min-width: 0;
    font-weight: 400;
    font-size: 14px !important;
    height: 40px;
    line-height: 40px;
    width: 140px;
    margin-top: 2px;
    text-transform: capitalize;
    text-decoration: none;
    background:#00b0c7;
    color:#101831;
}

 @media only screen and (max-width: 1024px) { 
.mobile-sticky-callout {
    display: block;
}
 }