@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700&display=swap');

@font-face {
    font-family: 'Perpetua';
    src: url('fonts/Perpetua.woff2') format('woff2'),
        url('fonts/Perpetua.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue italic';
    src: url('fonts/HelveticaNeue-Italic.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Medium';
    src: url('fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Medium Italic';
    src: url('fonts/HelveticaNeue-MediumItalic.woff2') format('woff2'),
        url('fonts/HelveticaNeue-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue Bold Italic';
    src: url('fonts/HelveticaNeue-BoldItalic.woff2') format('woff2'),
        url('fonts/HelveticaNeue-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
body {
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.container img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.container {
    width: 100%;
    padding: 0;
}

.video {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 56.2%;
}
.video iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#offer-wrapper .container {
    width: 100%;
    max-width: 100%;
    padding: 0 70px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

#site-header {
    padding-top: 21px;
    padding-bottom: 14px;
    background: #fff;
    -webkit-transition: all .3s ease-in-out 30ms;
    transition: all .3s ease-in-out 30ms;
    box-sizing: border-box;
}



.logo-lp {

}

.logo-lp img {
    display: block;
    width: 170px;
}

.site-branding {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding-left {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

p.header-address {
    color: #01173e;
    margin: 0;
    line-height: 1.2;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 21px;
}

.offer-header-call {
    column-gap: 8px;
    vertical-align: middle;
    font-weight: normal;
    line-height: 44px;
    height: 54px;
    background: #007fae;
    min-width: 180px;
    width: 258px;
    font-size: 16.34px;
    padding: 0px 20px;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 50px;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Helvetica Neue Bold', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
}

.offer-header-call:after {
    content: '';
    display: block;
    width: 20px;
    height: 21px;
    background: url(images/icon-call.svg) no-repeat center;
    background-size: 20px 21px;
}




.offer-banner img {
    display: block;
    width: 100%;
    height: auto;
}

.site-content.offer-content {
    background: #ffffff;
}

.flex-row{
    display: flex;
    align-items: center;
    column-gap: 80px;
    justify-content: space-between;
}
.flex-reverse{
    flex-direction: row-reverse;
}
.flex-media{
    min-width: 620px;
}
.flex-copy {
    flex-grow: 1;
}
#section1{
    padding-top: 90px;
}
#section2{
    padding-top: 80px;
}

#block-steps {
    display: flex;
    background: #00a4ff;
    align-items: center;
    margin-bottom: 25px;
}

.block-steps-heading {
    min-width: 25%;
    display: flex;
    justify-content: center;
}

#block-steps .block-steps-heading h2{
    font-size: 55px;
    line-height: 1;
    color: #fff;
    margin: 0;
    font-family: 'Helvetica Neue Bold', sans-serif;
    font-weight: normal;
}

.block-steps-buckets {
    flex-grow: 1;
    display: flex;
    background: #0d2c81;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.block-steps-buckets:after {
    content: '';
    clip-path: polygon(60% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 100px;
    height: 100%;
    background: #0d2c81;
    position: absolute;
    left: -62px;
    top: 0;
}
.block-steps-buckets>div{
    width: 33.3333%;
    flex-grow: 1;
    padding: 0 0px;
    box-sizing: border-box;
}

.block-steps-buckets>div:last-child {
    min-width: 100%;
}

.block-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77px;
    height: 77px;
    font-size: 55px;
    border-radius: 50px;
    font-family: 'Helvetica Neue Bold', sans-serif;
    color: #fff;
    margin: 0 auto 15px;
    background: #00a4ff;
}

#block-steps p {
    color: #fff;
    font-family: 'Helvetica Neue Medium';
    font-size: 30px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
}

.button-rebates {
    display: flex;
    margin: 0 auto;
    color: #0a4e89;
    text-decoration: none;
    width: 310px;
    height: 72px;
    justify-content: center;
    align-items: center;
    background: #f3ff2c;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25.6px;
}


.block-customer-testimonials {
    display: flex;
    justify-content: center;
    column-gap: 50px;
    padding-top: 25px;
}

.block-customer-testimonials>div {
    box-shadow: 0 3px 35px rgba(181, 181, 181, .40);
    background: #fff;
    border-radius: 15px;
    width: 30%;
    flex-grow: 1;
    padding: 30px 40px 60px 40px;
    margin-bottom: 30px;
    position: relative;
    box-sizing: border-box;
}

.block-customer-testimonial-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.block-customer-testimonials .block-customer-testimonial-heading h4 {
color: #525252;
    font-weight: 400;
    margin: 0 0 5px 0;
    font-size: 21px;
    font-family: "Helvetica Neue Medium", sans-serif;
}
.block-customer-testimonial-heading img {
    display: block;
}
.block-customer-testimonials>div p{
    line-height: 1.6;
}
.block-customer-testimonials>div img[alt="Google Icon"]{
    margin-right: -20px;
    margin-top: -30px;
}
.block-customer-testimonial-more{
    font-size: 19px;
    font-weight: 600;
    color: #000000;
    line-height: 1;
    height: auto;
    width: auto;
    min-width: auto;
    padding: 00;
    border-radius: 0;
    background: transparent;
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: flex-end;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    border: 0;
    position: absolute;
    bottom: 30px;
    right: 40px;
}
.block-customer-testimonial-more:hover {
    color:#8bc02b;
}
.block-customer-testimonial-more:after{content: '';display: block;width: 19px;height: 10px;background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29130 14790'%3e%3cg style='fill:%20%23ee076f;'%3e%3cg%3e%3cpath d='M16270%2012470%20l0%20-2300%20-8135%200%20-8135%200%200%20-2775%200%20-2775%208135%200%208135%200%202%20-2305%203%20-2305%206415%203686%20c3528%202026%206418%203688%206422%203692%207%207%20-12818%207382%20-12836%207382%20-3%200%20-6%20-1035%20-6%20-2300z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-size: 19px 10px;background-repeat: no-repeat;

}

#section3{
    padding-top: 80px;
}
#section-testimonials {
    padding-top: 55px;
    padding-bottom: 30px;
    background: #f8fafd;
    margin-top: 25px;
}
#section-testimonials h2{
    margin-bottom: 20px;
}
.benefits-buckets {
    display: flex;
    margin-bottom: 30px;
    column-gap: 50px;
}

.benefits-buckets ul{
    margin: 0;
    padding: 0;
}

#section5 {
    padding-bottom: 98px;
}

#testimonials {
    overflow: hidden;
    padding: 40px 150px 50px;
    text-align: center;
    background: #f6f6f6;
}
#testimonials h2{
    margin-bottom: 20px;
}
#testimonials p{
    font-size: 20.3px;
    font-family: 'Helvetica Neue italic';
    font-style: italic;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.4;
    padding: 0 50px;
}
#testimonials p:before,
#testimonials p:after{
    content: '';
    width: 34px;
    height: 28px;
    display: block;
    background: url(images/quote-left.svg) no-repeat center;
    background-size: 34px 28px;
    position: absolute;
    left: -50px; 
    top: 30%;
    
}
#testimonials p:after{
    background: url(images/quote-right.svg) no-repeat center;
    background-size: 34px 28px;
    right: -50px; 
    left: auto;
}
#testimonials .heading:after{
    margin-left: auto;
    margin-right: auto;
}

.offer-full-contents h1,
.offer-full-contents h2 {
    line-height: 1.1;
    font-size: 47.6px;
    font-weight: normal;
    font-family: 'Perpetua', Georgia, serif;
    color: #01173e;
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
}

.offer-full-contents h1{
    margin-bottom: 50px;
        font-size: 58.6px;
}

.center{
    text-align: center;
}
.heading:after{
    content: '';
    display: block;
    width: 65px;
    height: 2px;
    background: #00b9ff;
    margin-top: 15px;
}

.heading.center:after{
    margin-left: auto; 
    margin-right: auto;
}

.offer-full-contents h3 {
    margin-top: 0;
    margin-bottom: 25px;
    padding-top: 0;
    line-height: 1.1;
    font-size: 32px;
    font-family: 'Helvetica Neue Bold', sans-serif;
    font-weight: normal;
    color: #002ca3;
}

.offer-full-contents h4 {
    margin-top: 0px;
    font-size: 20.4px;
    font-weight: 400;
    font-family: "Helvetica Neue Bold", sans-serif;
    color: #525252;
    margin-bottom: 0;
    line-height: 1;
}

.offer-full-contents p {
    line-height: 1.5;
    margin: 0px 0px 25px;
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    color: #525252;
    font-size: 20px;
}

.offer-full-contents p:last-child{
    margin-bottom: 0;
}

.offer-full-contents p strong{
    font-family: 'Helvetica Neue Bold', sans-serif;
    font-weight: 400;
}

.offer-full-contents ul li{
    line-height: 1.6;
    margin: 0px 0px 30px;
    font-family: 'Helvetica Neue Medium', sans-serif;
    font-weight: 400;
    color: #525252;
    font-size: 18px;
    margin: 0;
    list-style-type: none;
}

.offer-full-contents ul li span{
    color: #00b2f6;
}
.offer-full-contents img {
    display: block;
}

.offer-form-full {
    color: #fff;
    text-align: center;
    padding: 60px 0px 75px;
    background: linear-gradient(150deg, rgba(6, 23, 60, 1) 0%, rgba(6, 27, 74, 1) 30%, rgba(6, 42, 120, 1) 53%, rgba(6, 30, 82, 1) 90%, rgba(6, 30, 82, 1) 100%);
}

.offer-form-full h2 {
    line-height: 1;
    font-size: 65px;
    font-weight: normal;
    font-family: 'Perpetua', Georgia, serif;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
}

.offer-form-full h3 {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    font-family: "Helvetica Neue Medium", sans-serif;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.3;
}

.offer-form-full h3 a {
    color: #fff;
    text-decoration: none;
}

.offer-form-full h4 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    font-family: "Helvetica Neue Italic", sans-serif;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.3;
    font-style: italic;
}

.offer-form-full p {
    font-weight: 400;
    font-family: "Helvetica Neue Italic", sans-serif;
    font-size: 18px;
    margin-top: 25px;
    color: #fff;
    margin-bottom: 10px;
}

.offer-form-full p a{
    color: #fff; text-decoration: underline;
}

.offer-form-full iframe {
    max-width: 575px;
    margin: 0 auto 0px;
}

.block-get-rebates {
    margin: 0 auto;
    max-width: 925px;
    background: #00a4ff;
    padding: 40px 20px 20px;
    box-sizing: border-box;
}

a.scroll.scroll-top {
    display: block;
    width: 30px;
    margin: 12px auto 10px;
}

.scroll-top img {
    max-width: 30px;
}

.offer-copyright {
    padding: 30px 0px 18px;
    background: #0a1738;
}

.offer-copyright p {
    color: #fff;
    font-size: 14px;
    font-family: "Helvetica Neue", sans-serif;
    text-align: center;
    margin: 0;
}

.offer-copyright p br {
    display: none;
}

.offer-footer {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;

    background: #ffffff;
}

.offer-footer-column {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 15px;
}

.offer-footer p {
    font-size: 21px;
    color: #01173e;
    line-height: 1.2;
    font-family: "Helvetica Neue", sans-serif;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 20px;
}
.offer-footer p strong{
    font-family: "Helvetica Neue Medium", sans-serif;
    font-weight: 400;
}

.offer-footer p a {
    color: #01173e;
    text-decoration: none;
}
.offer-footer p:last-child {
    margin-bottom: 0;
}



@media only screen and (min-width: 1281px) and (max-width: 1440px) {

    .offer-full-contents h3 {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .offer-form-full {
        padding-top: 40px;
    }

    .offer-footer {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    #footer .offer-footer img {
        max-width: 170px;
    }
    .offer-footer p {
        font-size: 16px;
        margin-bottom: 20px;
    }


    #block-steps p{
        font-size: 24px;
    }
    .block-steps-buckets:after{
        clip-path: polygon(80% 0%, 100% 0%, 100% 100%, 0% 100%);
        width: 70px;
    }
    #block-steps .block-steps-heading h2{
        font-size: 50px;
        padding-left: 50px;
    }
    .block-steps-buckets>div:last-child {
        padding-top: 10px;
    }

    .block-steps-heading{
        justify-content: flex-start;
    }

    #block-steps p {
        font-size: 26px;
    }

}

.offer-footer img {
    width: 170px;
    display: block;
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {

    #offer-wrapper .container {
        width: 100%;
        padding: 0 40px;
    }


    .offer-full-contents h3 {
        margin-bottom: 15px;
        font-size: 34px;
    }

    .offer-form-full h3 {
        font-size: 24px;
    }

    .offer-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #footer .offer-footer img {
        max-width: 170px;
    }

    .offer-full-contents h1 br, 
    .offer-full-contents h2 br{
        display: none;
    }
    .flex-row{
        column-gap: 40px;
        align-items: flex-start;
    }
    .flex-media {
        min-width: 450px;
    }
    #section1 {
        padding-top: 50px;
    }
    #section2 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #package-inclusions{
        gap: 50px;
    }
    #section3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #section-testimonials {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .benefits-buckets{
        column-gap: 20px;
    }
    #testimonials{
        padding: 50px;
    }
    #section5 {
        padding-bottom: 50px;
    }

    #testimonials p:after{
        right: -20px;
    }

    #testimonials p:before{
        left: -20px;
    }
    #block-steps p{
        font-size: 24px;
    }
    .block-steps-buckets:after{
        clip-path: polygon(80% 0%, 100% 0%, 100% 100%, 0% 100%);
        width: 70px;
    }
    #block-steps .block-steps-heading h2{
        font-size: 50px;
        padding-left: 50px;
    }
    .block-steps-buckets>div:last-child {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {


    #offer-wrapper .container {
        width: 100%;
        padding: 0 20px;
    }
    #site-header {
        padding-bottom: 20px;
        position: relative !important;
        padding-top: 20px;
        height: auto;
        text-align: center;
    }
    .logo-lp {
        float: none;
        margin-top: 0px;
        margin-left: 0;
        display: inline;
    }
    .logo-lp img {
        width: 150px !important;
        margin: 0 auto;
        position: relative;
        left: auto;
        top: auto;
    }
    .header-phone {
        float: none;
        text-align: center;
        padding-top: 10px;
    }
    .offer-header-call {
        font-size: 20px;
        margin-top: 44px;
        float: none;
        margin: 0px auto 0 !important;
    }
    p.header-address {
        float: none;
        margin: 0 auto;
        text-align: center;
        padding-top: 0;
        font-size: 18px;
        display: inline-block;
        vertical-align: middle;
    }

    .offer-full-contents h3 {
        font-size: 24px;
    }
    .offer-full-contents h4 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .offer-full-contents h2 br,
    .offer-full-contents h1 br {
        display: none;
    }
    .offer-form-full{
        padding-top: 40px;
    }
    .offer-form-full h2 {
        font-size: 44px;
    }
    .offer-form-full h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .offer-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .offer-footer img {
        max-width: 170px;
    }
    .offer-footer p {
        font-size: 16px;
    }

    .offer-form-full {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .flex-row{
        align-items: flex-start;
        column-gap: 20px;
    }
    .flex-media {
        min-width: 50%;
    }
    #section1 {
        padding-top: 50px;
    }
    #section2 {
        padding-top: 50px;
    }
    #package-inclusions{
        flex-wrap: wrap;
        gap: 40px;
    }
    #best-part h2{
        font-size: 36px;
        margin-bottom: 10px;
    }
    #best-part h4{
        font-size: 22px;
        margin-bottom: 5px;
    }
    #section3{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .benefits-buckets{
        display: block;
    }
    #testimonials{
        padding: 40px 50px 35px;
    }
    #section5 {
        padding-bottom: 50px;
    }
    #testimonials p:after{
        right: -10px;
    }

    #testimonials p:before{
        left: -10px;
    }
    .block-customer-testimonials{
        column-gap: 20px;
    }
    .block-customer-testimonials>div{
        padding: 30px 20px 35px 20px;
    }
    .block-customer-testimonials>div p{
        font-size: 18px;
    }
    .block-customer-testimonials>div img[alt="Google Icon"] {
        margin-right: -10px;
    }
    #block-steps{
        flex-direction: column;
    }
    #block-steps .block-steps-heading h2{
        font-size: 50px;
        padding: 20px 20px;
    }
    .block-steps-buckets:after{
        display: none;
    }
    #block-steps p{
        font-size: 24px;
    }
    .block-steps-buckets>div:last-child{
        padding-top: 20px;
    }
    .block-steps-buckets{
        width: 100%;
    }

}

@media only screen and (max-width: 767px) {

    .site-branding{
        display: block;
    }
    .site-branding-left{
        display: block;
    }
    

    #offer-wrapper .container {
        width: 100%;
        padding: 0 20px;
    }
    #site-header {
        padding-bottom: 20px;
        position: relative !important;
        padding-top: 20px;
        height: auto;
        text-align: center;
    }
    .logo-lp {
        float: none;
        margin-top: 0px;
        margin-left: 0;
        display: inline;
    }
    .logo-lp img {
        width: 150px !important;
        margin: 0 auto 10px;
        position: relative;
        left: auto;
        top: auto;
    }
    .header-phone {
        float: none;
        text-align: center;
        padding-top: 10px;
        clear: both;
    }
    p.header-address {
        font-size: 20px;
        margin-bottom: 5px;
        padding-top: 5px;
    }
    .offer-header-call {
        font-size: 20px;
        margin-top: 44px;
        float: none;
        margin: 0px auto 0 !important;
    }
    .offer-full-contents h2 br,
    .offer-full-contents h1 br {
        display: none;
    }
    .offer-footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .offer-footer img {
        max-width: 160px;
    }
    .offer-footer p {
        text-align: center;
        font-size: 20px;
        padding-top: 20px;
        margin-bottom: 0;
        line-height: 1.4;
    }

    .offer-full-contents h1,
    .offer-full-contents h2 {
        font-size: 44px;
    }
    .offer-full-contents h1 br,
    .offer-full-contents h2 br{
        display: none;
    }
    .offer-full-contents h3 {
        font-size: 28px;
    }
    .offer-full-contents h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .offer-form-full {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .offer-form-full h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .offer-copyright p br {
        display: block;
    }



    h2.heading {
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    .flex-row{
      display: block
    }
    .flex-media{
        min-width: 100%;
        margin-bottom: 20px;
    }
    #section1 {
        padding-top: 30px;
    }
    #section2 {
        padding-top: 40px;
    }
    #package-inclusions{
        display: block;
    }
    #package-inclusions .package{
        margin: 0 auto 20px;
    }
    #package-inclusions p{
        min-height: 0;
    }
    #best-part h2{
        font-size: 40px;
        margin-bottom: 5px;
    }
    #best-part h3{
        font-size: 30px;
    }
    #best-part h4{
        line-height: 1.2;
        font-size: 24px;
    }
    #section3 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #section-testimonials {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .benefits-buckets{
        display: block;
    }
    #testimonials{
        padding: 30px 20px 20px;
    }
    #section5 {
        padding-bottom: 50px;
    }
    .offer-copyright p{
        line-height: 1.4;
    }
    #testimonials p:after{
        right: 0;
    }

    #testimonials p:before{
        left: 0;
    }
    #testimonials h2 {
        margin-bottom: 30px;
        line-height: 34px;
    }
    .block-customer-testimonials>div{
        width: 100%;
    }

    .offer-form-full h2{
        font-size: 55px;
    }

    #block-steps{
        flex-direction: column;
    }

    .block-steps-buckets{
        flex-direction: column;
        row-gap: 40px;
        width: 100%;
    }
    .block-steps-buckets>div{
        width: 100%;
    }
    .block-steps-buckets:after{
        display: none;
    }
    .block-customer-testimonials{
            flex-direction: column;
    }
    #block-steps .block-steps-heading h2{
        font-size: 45px;
        padding: 30px 20px;
    }
}


