@font-face {
    font-display: swap;
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/AvenirNext-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNext-Regular.woff') format('woff');
}

@font-face {
    font-display: swap;
    font-family: 'Avenir Next Medium';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/AvenirNext-Medium.woff2') format('woff2'),
        url('../fonts/AvenirNext-Medium.woff') format('woff');
}

@font-face {
    font-display: swap;
    font-family: 'Avenir Next Bold';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/AvenirNext-Bold.woff2') format('woff2'),
        url('../fonts/AvenirNext-Bold.woff') format('woff');
}

.lp-wrapper .btn-wrapper {
    text-align: center;
}

.lp-wrapper .btn-wrapper .btn {
    background-color: #37B3F4;
    font-family: 'Avenir Next Bold';
    font-size: 18px !important;
    height: inherit;
    line-height: 26px;
    padding: 15px 40px;
}

.lp-wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: 100vh;
    overflow: hidden;
}

.lp-wrapper .header {
    border-top: 20px #37b1f2 solid;
    left: 0;
    padding: 50px 20px 20px 20px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.lp-wrapper .header:before {
    border-left: 20px #37b1f2 solid;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.lp-wrapper .main_content {
    flex: 1 0 auto;
    position: relative;
}

.lp-wrapper .logo {
    left: 0;
    position: relative;
    top: 0;
    transform: none;
}

.lp-wrapper .contact-link img {
    margin-right: 5px;
    vertical-align: text-bottom;
}

.lp-wrapper .contact-link a {
    color: #000;
    font-family: 'Avenir Next Bold';
    font-size: 28px;
    letter-spacing: -.4px;
    line-height: 32px;
}

.lp-wrapper .hero-banner {
    overflow: hidden;
    padding: 0 20px;
    position: relative;
}

.lp-wrapper .hero-banner:before {
    border-left: 20px #37b1f2 solid;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.lp-wrapper .hero-banner .title {
    border-bottom: 2px #000 solid;
    color: #000;
    font-family: 'Avenir Next Bold';
    font-size: 70px;
    letter-spacing: -.4px;
    line-height: 72px;
    margin-bottom: 35px;
    padding-bottom: 30px;
}

.lp-wrapper .hero-banner .title span {
    color: #37B3F4;
}

.lp-wrapper .hero-banner .content-wrapper {
    padding-top: 40px;
}

.lp-wrapper .hero-banner .content-wrapper .image-wrapper {
    display: none;
    right: -20px;

}

.lp-wrapper .hero-banner .content {
    padding-right: 190px;
}

.lp-wrapper .hero-banner .content p {
    color: #000;
    font-family: 'Avenir Next';
    font-size: 18px;
    line-height: 30px;
}

.lp-wrapper .hero-banner .content ul {
    list-style: none;
    margin: 40px 0 0;
}

.lp-wrapper .hero-banner .content ul li {
    margin-bottom: 20px;
}

.lp-wrapper .hero-banner .content ul img {
    margin-right: 20px;
    vertical-align: middle;
}

.lp-wrapper .hero-banner .form {
    background-color: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;
    margin-left: auto;
    max-width: 580px;
    padding: 30px 50px 20px;
}

.lp-wrapper .hero-banner .form-title {
    color: #000;
    font-family: 'Avenir Next Bold';
    font-size: 20px;
    text-align: center;
}

.lp-wrapper .hero-banner .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 15px;
}

.lp-wrapper .hero-banner .gform_wrapper.gravity-theme input[type=email],
.lp-wrapper .hero-banner .gform_wrapper.gravity-theme input[type=text],
.lp-wrapper .hero-banner .gform_wrapper.gravity-theme input[type=tel],
.lp-wrapper .hero-banner .gform_wrapper.gravity-theme select,
.lp-wrapper .hero-banner .nice-select.gfield_select,
.lp-wrapper .hero-banner .gform_wrapper.gravity-theme textarea {
    background-color: transparent;
    border: 0;
    border-bottom: 1px #c9c9c9 solid;
    box-shadow: none;
    color: #000;
    font-family: 'Avenir Next';
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px 0;
}

/* Adjust the height of the nice-select box */
.lp-wrapper .hero-banner .nice-select {
    height: 40px;
    line-height: inherit;
}

.lp-wrapper .hero-banner .gform_footer .gform_button[type=submit] {
    background-image: none;
    font-family: 'Avenir Next Bold';
    height: inherit;
    margin-top: 10px;
    min-width: inherit;
    padding: 15px 40px;
}

.lp-wrapper .hero-banner .image-wrapper {
    bottom: 0;
    right: calc(100% - 50px);
    pointer-events: none;
    position: absolute;
}

.lp-wrapper .hero-banner .image-wrapper img {
    display: block;
}

.lp-wrapper .first-steps {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.lp-wrapper .first-steps .container {
    max-width: 1000px;
}

.lp-wrapper .first-steps .title {
    font-family: 'Avenir Next Bold';
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 70px;
    text-align: center;
}

.lp-wrapper .first-steps .subtitle {
    font-family: 'Avenir Next Bold';
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 20px;
    text-align: center;
}

.lp-wrapper .step-container {
    counter-reset: step-counter;
    margin-bottom: 60px;
}

.lp-wrapper .first-steps .step {
    margin-bottom: 50px;
    position: relative;
}

.lp-wrapper .first-steps .step:before {
    align-items: center;
    background-color: #505a5e;
    border-radius: 50%;
    color: #fff;
    content: counter(step-counter);
    counter-increment: step-counter;
    display: flex;
    font-family: 'Avenir Next Bold';
    font-size: 60px;
    height: 100px;
    justify-content: center;
    left: 50%;
    position: absolute;
    text-align: center;
    top: -20px;
    transform: translateX(-50%);
    width: 100px;
    z-index: 1;
}

.lp-wrapper .first-steps .step:nth-child(even):before {
    background-color: #a8bfbc
}

.lp-wrapper .first-steps .step:nth-child(even) .row {
    flex-direction: row-reverse;
}

.lp-wrapper .first-steps .step .col-md-6 {
    padding: 0;
}

.lp-wrapper .first-steps .step-title {
    align-items: center;
    color: #000;
    display: flex;
    font-family: 'Avenir Next Bold';
    font-size: 28px;
    justify-content: end;
    line-height: 36px;
    margin-bottom: 10px;
}

.lp-wrapper .first-steps .step:nth-child(even) .step-title {
    flex-direction: row-reverse;
    justify-content: start;
}

.lp-wrapper .first-steps .step:nth-child(odd) .step-title img {
    margin-right: 10px;
}

.lp-wrapper .first-steps .step:nth-child(even) .step-title img {
    margin-left: 10px;
}

.lp-wrapper .first-steps .content {
    align-items: center;
    background-color: #fff;
    display: flex;
    min-height: 280px;
    padding: 40px 40px 20px;
    position: relative;
    width: calc(100% - 5px);
}

.lp-wrapper .first-steps .content:before {
    background-color: #505a5e;
    content: '';
    height: 90%;
    position: absolute;
    top: 40px;
    width: 5px;
}

.lp-wrapper .first-steps .step:nth-child(odd) .content:before {
    left: -5px;
}

.lp-wrapper .first-steps .step:nth-child(even) .content:before {
    right: -5px;
}

.lp-wrapper .first-steps .content p {
    font-family: 'Avenir Next';
    font-size: 15px;
    line-height: 22px;
}

.lp-wrapper .first-steps .image {
    padding-top: 20px;
    position: relative;
}

.lp-wrapper .first-steps .step:nth-child(odd) .image {
    padding-left: 20px;
}

.lp-wrapper .first-steps .step:nth-child(even) .image {
    padding-right: 20px;
    text-align: right;
}

.lp-wrapper .first-steps .image:before {
    content: '';
    height: 175px;
    position: absolute;
    top: 0;
    width: 230px;
}

.lp-wrapper .first-steps .step:nth-child(odd) .image:before {
    background-color: #505a5e;
    left: 0;
}

.lp-wrapper .first-steps .step:nth-child(even) .image:before {
    background-color: #a8bfbc;
    right: 0;
}

.lp-wrapper .first-steps .step:nth-child(3):before,
.lp-wrapper .first-steps .step:nth-child(3) .image:before {
    background-color: #b3a8a8;
}

.lp-wrapper .first-steps .step:nth-child(4):before,
.lp-wrapper .first-steps .step:nth-child(4) .image:before {
    background-color: #7a959c;
}

.lp-wrapper .first-steps .image img {
    position: relative;
    z-index: 1;
}

.lp-wrapper .services {
    background-color: #fff;
    padding: 90px 0;
}

.lp-wrapper .services .container {
    max-width: 1000px;
}

.lp-wrapper .services .service {
    margin-bottom: 45px;
}

.lp-wrapper .services .service .title {
    color: #000;
    display: flex;
    font-family: 'Avenir Next Bold';
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0;
    padding: 25px 25px 0;
}

.lp-wrapper .services .service img {
    display: block;
    margin: -35px 5px 0 auto;
}

.lp-wrapper footer.footer {
    background-color: #091d26;
    padding: 60px 0;
    text-align: center;
}

.lp-wrapper footer ul {
    list-style: none;
}

.lp-wrapper footer ul li {
    margin: 15px 0;
}

.lp-wrapper footer li a {
    color: #fff;
    font-family: 'Avenir Next Bold';
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
}

.lp-wrapper footer .footer-bottom {
    border-top: 1px #606060 solid;
    margin: 40px auto 0;
    padding-top: 15px;
    text-align: left;
    width: 90%;
}

.lp-wrapper footer .footer-bottom .copyright {
    color: #606060;
}

@media only screen and (max-width : 1200px) {

    .lp-wrapper .hero-banner .title {
        font-size: 48px;
        line-height: 50px;
    }

    .lp-wrapper .hero-banner .title br {
        display: none;
    }

    .lp-wrapper .hero-banner .title span {
        display: block;
    }

    .lp-wrapper .hero-banner .content {
        margin-bottom: 90px;
    }

    .lp-wrapper .hero-banner .form {
        margin-bottom: 80px;
        max-width: 100%;
        padding: 30px 50px 20px;
    }

    .lp-wrapper .hero-banner .form-wrapper .image-wrapper {
        display: none;
    }

    .lp-wrapper .hero-banner .content-wrapper .image-wrapper {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .lp-wrapper .hero-banner .title {
        font-size: 44px;
    }

    .lp-wrapper .first-steps .title {
        font-size: 40px;
    }

    .lp-wrapper .first-steps .subtitle {
        font-size: 30px;
    }

    .lp-wrapper .first-steps {
        padding: 50px 0;
    }

    .lp-wrapper .first-steps .step:before {
        position: relative;
    }

    .lp-wrapper .first-steps .step-title,
    .lp-wrapper .first-steps .step:nth-child(even) .step-title {
        justify-content: center;
    }

    .lp-wrapper .first-steps .image {
        display: inline-block;
        left: 50%;
        margin-bottom: 20px;
        transform: translateX(-50%);
    }

    .lp-wrapper .first-steps .content {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 25px 25px 0;
        min-height: inherit;
    }

    .lp-wrapper .first-steps .content:before {
        height: 100%;
        top: 0;
    }    
}

@media only screen and (max-width: 767px) {
    .lp-wrapper .header {
        border-top: 10px #37b1f2 solid;
        padding: 50px 0 20px 10px;
    }    

    .lp-wrapper .header:before,
    .lp-wrapper .hero-banner:before {
        border-left: 10px #37b1f2 solid;    
    }

    .lp-wrapper .header .col-md-6 {
        width: 50%;
    }   
    
    .lp-wrapper .hero-banner {
        background-color: yellow;
        padding: 0 10px;
    }

    .lp-wrapper .hero-banner .content-wrapper .image-wrapper {
        display: none;
    }

    .lp-wrapper .hero-banner .content {
        padding-right: 0;
    }

    .lp-wrapper .services .service {
        margin: 0 auto 40px;
        max-width: 350px;
    }
}

@media only screen and (max-width: 480px) {
    .lp-wrapper .hero-banner .title {
        font-size: 36px;
    }
    .lp-wrapper .hero-banner .title {
        font-size: 36px;
    }

    .lp-wrapper .first-steps .title {
        font-size: 32px;
    }

    .lp-wrapper .first-steps .subtitle {
        font-size: 28px;
    }    
}