/** Shopify CDN: Minification failed

Line 25:22 Expected ")" to end URL token
Line 149:26 Expected ")" to end URL token

**/
/*half-image-half-content-with-contact-info*/
.half-image-half-content-with-contact-info {
    background: #131313;
    padding: 40px 0 0;
}
.half-image-half-content-with-contact-info p,
.half-image-half-content-with-contact-info h2 {
    color: #fff;
}
.half-image-half-content-with-contact-info .inner-section .image-section {
    width: 50%;
    padding-right: 40px;
    position: relative;
}
.half-image-half-content-with-contact-info .inner-section .image-section::before {
    content: "";
    width: 254px;
    height: 293px;
    background: url({{"logo-faded-mark.png"|asset_url}}) no-repeat center / 254px;
    position: absolute;
    top: 50px;
    right: -130px;
}
.half-image-half-content-with-contact-info .inner-section .image-section .image-wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
}
.half-image-half-content-with-contact-info .inner-section .image-section .image-wrapper img {
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.half-image-half-content-with-contact-info .inner-section .content {
    width: 50%;
    padding: 100px 0;
    position: relative;
    padding-left: 40px;
}
.half-image-half-content-with-contact-info .inner-section .content .inner {
    max-width: 520px;
}
.half-image-half-content-with-contact-info .inner-section .content .inner h2 {
    margin-bottom: 40px;
}
.half-image-half-content-with-contact-info .inner-section .content .call-online-section img {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: -55px;
}
.half-image-half-content-with-contact-info .inner-section .content .call-online-section a {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 28px;
    font-weight: 500;
    font-stretch: condensed;
    line-height: 1.18;
    letter-spacing: normal;
    color: #fff;
    position: relative;
    margin-left: 55px;
    margin-bottom: 30px;
    display: block;
    min-height: 40px;
}
.half-image-half-content-with-contact-info .inner-section .content .call-online-section a:last-child {
    margin-bottom: 20px;
}
.half-image-half-content-with-contact-info .inner-section .content .step-list {
    margin-top: 20px;
    display: flex;
    margin-bottom: 30px;
    margin-left: -40px;
    width: calc(100% + 40px);
}
.half-image-half-content-with-contact-info .inner-section .content .step-list li {
    width: 33.333%;
    padding-left: 40px;
}
.half-image-half-content-with-contact-info .inner-section .content .step-list h4 {
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-stretch: condensed;
    line-height: 1;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.half-image-half-content-with-contact-info .inner-section .content .btn-orange {
    width: 100%;
}
@media (max-width: 980px) {
    .half-image-half-content-with-contact-info {
        overflow: hidden;
    }
    .half-image-half-content-with-contact-info .inner-section {
        flex-direction: column;
    }
    .half-image-half-content-with-contact-info .inner-section .image-section {
        width: 100%;
        padding-right: 0px;
        height: calc(100vw - 60px);
        max-height: 500px;
    }
    .half-image-half-content-with-contact-info .inner-section .content {
        width: 100%;
        padding: 50px 0;
        position: relative;
        padding-left: 0px;
    }
    .half-image-half-content-with-contact-info .inner-section .content .inner {
        text-align: center;
        max-width: 100%;
    }
    .half-image-half-content-with-contact-info .inner-section .content .inner h2,
    .half-image-half-content-with-contact-info .inner-section .content .inner p,
    .half-image-half-content-with-contact-info .inner-section .content .inner a,
    .half-image-half-content-with-contact-info .inner-section .content .inner ul {
        text-align: left;
    }
    .half-image-half-content-with-contact-info .inner-section .content .inner .btn-orange {
        margin: 0 auto;
        max-width: 520px;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .half-image-half-content-with-contact-info {
        padding-top: 0px;
    }
    .half-image-half-content-with-contact-info .inner-section .image-section::before {
        content: "";
        width: 150px;
        height: 173px;
        top: auto;
        bottom: -90px;
        background: url({{"logo-faded-mark.png"|asset_url}}) no-repeat center / 150px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .half-image-half-content-with-contact-info .inner-section .content {
        padding: 50px 0 0;
    }
    .half-image-half-content-with-contact-info .inner-section .content h2 {
        font-size: 30px !important;
        line-height: 1.17 !important;
    }
    .half-image-half-content-with-contact-info .inner-section .content .call,
    .half-image-half-content-with-contact-info .inner-section .content .apply-online {
        font-size: 25px;
        line-height: 1.2;
    }
    .half-image-half-content-with-contact-info .inner-section .content .step-list {
        flex-direction: column;
        margin-left: 0px;
        width: 100%;
    }
    .half-image-half-content-with-contact-info .inner-section .content .step-list li {
        padding-left: 0px;
        margin-bottom: 20px;
        width: 100%;
    }
    .half-image-half-content-with-contact-info .inner-section .content .step-list li:last-child {
        margin-bottom: 0px;
    }
}