.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
}

body {
    background-color: #f5f5f5;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

p {
    margin-bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.logo {
    max-height: 100px;
    background-color: hsla(0, 0%, 100%, 0);
}

.nav-link {
    height: 100%;
    padding: 20px;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    color: #000;
    font-size: 1rem;
    line-height: 1.2rem;
    text-decoration: none;
}

.nav-link:hover {
    border-bottom: 3px solid #000;
}

.dropdown {
    overflow: visible;
    height: 100%;
}

.nav-button {
    margin-right: 5px;
    margin-left: 5px;
    padding: 20px;
    background-color: rgba(197, 34, 40, 0.86);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    font-family: Lato, sans-serif;
    color: #000;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 400;
    text-decoration: none;
}

.nav-button:hover {
    background-color: rgba(236, 29, 37, 0.86);
}

.nav-button.grey {
    background-color: hsla(0, 0%, 5%, 0.8);
}

.dropdown-toggle {
    position: static;
    display: block;
    overflow: visible;
    height: 100%;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    font-size: 1rem;
    line-height: 1.2rem;
    white-space: normal;
}

.dropdown-toggle:hover {
    border-bottom: 3px solid #000;
}

.dropdown-list {
    top: 10px;
    display: none;
}

.dropdown-list.w--open {
    top: 62px;
    bottom: -100%;
    margin-top: 0px;
    background-color: transparent;
}

.main-button {
    position: static;
    margin-right: 20px;
    margin-left: auto;
    padding: 15px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border: 2px solid transparent;
    border-radius: 0px;
    background-color: rgba(236, 29, 37, 0.75);
    opacity: 1;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
}

.main-button:hover {
    border-color: #ec1d25;
    background-color: transparent;
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
}

.main-button.secondary {
    margin-left: 0px;
    border-style: solid;
    border-color: #ec1d25;
    background-color: transparent;
}

.main-button.secondary:hover {
    border-color: #b0232a;
    background-color: #b0232a;
}

.main-button.get-started-button {
    margin-top: 5px;
}

.main-button.centered {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}

.main-button.centered.reach-out {
    margin-top: 10px;
}

.section-2 {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40vh;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
}

.section-2.buying {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0.5))
        ),
        url("/images/AdobeStock_325999478.jpeg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        ),
        url("/images/AdobeStock_325999478.jpeg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
}

.section-2.selling-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0.5))
        ),
        url("/images/AdobeStock_140475365.jpeg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        ),
        url("/images/AdobeStock_140475365.jpeg");
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
}

.section-2.our-agents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    background-color: transparent;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0.5))
        ),
        url("/images/MikeDrevanField_1.jpg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        ),
        url("/images/MikeDrevanField_1.jpg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
}

.section-2.contact-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0.5))
        ),
        url("/images/AdobeStock_218356901.jpeg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        ),
        url("/images/AdobeStock_218356901.jpeg");
    background-position: 0px 0px, 50% 25%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
}

.section-2.contact-header.resources {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0.5))
        ),
        url("/images/AdobeStock_218356901.jpeg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        ),
        url("/images/AdobeStock_218356901.jpeg");
    background-position: 0px 0px, 50% 25%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
}

.section-2.contact-header.blogs {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0.5))
        ),
        url("/images/AdobeStock_217494960.jpeg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        ),
        url("/images/AdobeStock_217494960.jpeg");
    background-position: 0px 0px, 50% 25%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
}

.section-2.what-we-do {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    background-color: transparent;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0.5))
        ),
        url("/images/AdobeStock_261403261.jpeg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        ),
        url("/images/AdobeStock_261403261.jpeg");
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
}

.container {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #fff;
}

.background-video {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    min-height: 100%;
    min-width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Lato, sans-serif;
    font-size: 4rem;
    line-height: 4.4rem;
    font-weight: 400;
}

.paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0px auto 40px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: Lato, sans-serif;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 300;
}

.div-block {
    display: block;
    margin: 0px auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
}

.footer {
    padding-top: 60px;
    padding-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    text-align: center;
}

.footer-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    text-align: center;
}

.footer-logo-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.footer-image {
    border: 2px solid #000;
    border-radius: 1px;
    background-color: hsla(0, 0%, 100%, 0.89);
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.footer-heading {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

.footer-link {
    display: block;
    margin-bottom: 10px;
    color: #000;
    text-align: left;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-link.hide {
    display: none;
}

.cards-section {
    margin-right: auto;
    margin-left: auto;
    padding: 0px 10px 60px;
}

.centered-container {
    max-width: 1440px;
    margin-top: 0px;
    padding-top: 60px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.cards-grid-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    max-width: 1440px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    text-align: left;
}

.cards-image-mask {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
    border-radius: 0%;
}

.cards-image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.stats-icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 200px;
    min-width: 200px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    text-align: center;
    background-clip: border-box;
}

.stats-icon-wrapper.top-pad {
    padding-top: 0px;
}

.stats-div {
    position: static;
    display: block;
    width: 20%;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(90, 90, 90, 0.08);
    text-align: left;
}

.section-5 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
    margin: 1px auto 0px;
    padding: 10px 10px 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0.57);
    -o-object-fit: fill;
    object-fit: fill;
}

.container-4 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.stats-heading {
    margin-top: 5px;
    margin-right: auto;
    margin-left: auto;
    font-family: Lato, sans-serif;
    font-weight: 700;
    text-align: center;
}

.paragraph-5 {
    margin-top: 5px;
    padding-top: 5px;
    font-family: Lato, sans-serif;
    font-weight: 400;
}

.heading-8 {
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: Lato, sans-serif;
    font-weight: 700;
}

.footer-col {
    width: 25%;
    padding-right: 0px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    text-align: left;
}

.list {
    padding-left: 0px;
    color: #000;
}

.text-block {
    color: #000;
}

.statistic-circle-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-capped {
    font-family: Lato, sans-serif;
    color: #ec1d25;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.feature-number-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.circle-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 250px;
    max-width: 250px;
    min-height: 250px;
    min-width: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000px;
    background-color: #fff;
    box-shadow: 0 4px 15px 0 rgba(84, 102, 129, 0.08);
}

.counterup {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Firasanscondensed, sans-serif;
    color: #000;
    font-size: 52px;
    line-height: 52px;
    font-weight: 700;
}

.text-block-2 {
    font-family: Lato, sans-serif;
    color: #000;
}

.icon {
    color: #000;
}

.text-block-3 {
    position: static;
    font-family: Lato, sans-serif;
    color: #000;
}

.text-block-4 {
    font-family: Lato, sans-serif;
    color: #000;
}

.text-block-5 {
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 1rem;
}

.text-block-5.red {
    color: #b0232a;
}

.arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.image {
    text-align: center;
}

.stats-icon {
    min-height: 170px;
    min-width: 170px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.heading-9 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 0px;
    font-family: Lato, sans-serif;
    font-weight: 700;
}

.heading-10 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 0px;
    font-family: Lato, sans-serif;
    font-weight: 700;
}

.heading-11 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 0px;
    font-family: Lato, sans-serif;
    font-weight: 700;
}

.section-7 {
    position: relative;
    z-index: 2;
    margin-top: -75px;
    padding-bottom: 20px;
}

.div-block-13 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: transparent;
}

.card {
    width: 20%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.stats-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-container {
    width: 95%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
}

.cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0.5))
        ),
        url("/images/AdobeStock_298773446.jpeg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        ),
        url("/images/AdobeStock_298773446.jpeg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
}

.cta.agents {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.36)),
            to(rgba(0, 0, 0, 0.36))
        ),
        url("/images/AdobeStock_76610124.jpeg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.36),
            rgba(0, 0, 0, 0.36)
        ),
        url("/images/AdobeStock_76610124.jpeg");
    background-position: 0px 0px, 100% 100%;
    background-attachment: scroll, fixed;
}

.cta.about {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.42)),
            to(rgba(0, 0, 0, 0.42))
        ),
        url("/images/AdobeStock_76610124.jpeg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.42),
            rgba(0, 0, 0, 0.42)
        ),
        url("/images/AdobeStock_76610124.jpeg");
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
}

.div-block-16 {
    color: #fff;
}

.div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.container-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.navbar {
    background-color: #fff;
}

.nav-menu-2 {
    margin-left: auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.triangle {
    position: relative;
    top: -18px;
    display: block;
    width: 25px;
    height: 25px;
    margin-right: auto;
    margin-left: auto;
    background-color: #ec1d25;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.div-block-18 {
    background-color: #fff;
}

.dropdown-link {
    display: block;
    border-bottom: 0px solid #000;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-family: Lato, sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 400;
}

.dropdown-link:hover {
    border-bottom: 3px solid #000;
}

.dropdown-link.w--current {
    color: #ec1d25;
}

.heading-13 {
    font-family: Lato, sans-serif;
}

.social-wrapper {
    display: none;
}

.social-block {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.button {
    border: 1px solid #000;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.06);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-family: Lato, sans-serif;
    color: #000;
    text-align: left;
}

.button:hover {
    border-color: #ec1d25;
    background-color: rgba(197, 34, 40, 0.86);
    color: #fff;
}

.content-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-section.why-acme-sections {
    padding-bottom: 0px;
}

.bjhomes-content-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.bjhomes-content-div.shop-local-container {
    width: 100%;
}

.about-top-block {
    margin-right: auto;
    margin-left: auto;
}

.why-acme-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.why-acme-block.centered {
    margin-right: auto;
    margin-left: auto;
}

.why-acme-small-text {
    font-family: Lato, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

.why-acme-heading {
    padding-bottom: 10px;
    font-family: Lato, sans-serif;
    text-align: center;
}

.why-acme-paragraph {
    padding-top: 20px;
    padding-bottom: 30px;
    font-family: Lato, sans-serif;
    text-align: center;
}

.about-columns-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-column {
    width: 22%;
    text-align: center;
}

.image-9 {
    display: block;
    width: 48px;
    height: 48px;
    margin-right: auto;
    margin-left: auto;
}

.meet-the-owners-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.meet-the-owners-left {
    position: absolute;
    left: 0%;
    top: 5%;
    right: auto;
    bottom: 0%;
    width: 50%;
    height: 105%;
    border-radius: 5px;
    background-image: url("/images/Header.jpg");
    background-position: 50% 50%;
    background-size: cover;
}

.meet-the-owners-right {
    width: 70%;
    padding: 90px 55px 90px 245px;
    border-radius: 5px;
    background-color: #222;
    color: #f9f9f9;
}

.owners-rich-text {
    padding-left: 60px;
}

.heading-14 {
    font-family: Lato, sans-serif;
}

.heading-15 {
    font-family: Lato, sans-serif;
}

.heading-16 {
    font-family: Lato, sans-serif;
}

.heading-17 {
    font-family: Lato, sans-serif;
}

.shop-local-section {
    padding-top: 40px;
    padding-bottom: 20px;
}

.shop-local-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 500px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.shop-local-left {
    position: absolute;
    left: 0%;
    top: 6%;
    right: auto;
    bottom: 0%;
    width: 45%;
    height: 0px;
    min-height: 440px;
    padding-right: 10px;
    border-radius: 5px;
    background-image: url("/images/Team-icon.jpg");
    background-position: 50% 50%;
    background-size: cover;
}

.shop-local-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    padding: 45px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 5px;
    background-color: #222;
    color: #f9f9f9;
}

.shop-local-content-wrapper {
    width: 80%;
    padding-right: 75px;
    padding-left: 125px;
}

.shop-local-heading {
    margin-top: 0px;
    font-family: Lato, sans-serif;
    font-size: 40px;
    line-height: 1.2;
    white-space: normal;
}

.paragraph-10 {
    font-family: Lato, sans-serif;
    font-weight: 400;
}

.paragraph-11 {
    font-family: Lato, sans-serif;
    font-weight: 400;
}

.paragraph-12 {
    font-family: Lato, sans-serif;
    font-weight: 400;
}

.owner-bios-wrapper {
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.owner-bio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.owner-avatar-wrapper {
    overflow: hidden;
    margin-right: 20px;
    border-radius: 50%;
}

.owner-bio-paragraph {
    font-family: Lato, sans-serif;
    text-align: left;
}

.heading-19 {
    font-family: Lato, sans-serif;
    text-align: center;
}

.heading-20 {
    font-family: Lato, sans-serif;
}

.paragraph-14 {
    float: none;
    font-family: Lato, sans-serif;
    font-weight: 400;
}

.agent-text-contain {
    width: 65%;
}

.card-summary-container {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 125px;
    padding: 0px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: rgba(51, 51, 51, 0.68);
    color: #f8f8f8;
}

.card-subtitle {
    font-family: Lato, sans-serif;
}

.card-2 {
    position: relative;
    overflow: hidden;
    width: 350px;
    height: 350px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 0px;
    text-decoration: none;
}

.section {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section.bj-homes-location-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-title {
    font-family: Lato, sans-serif;
    font-size: 1.5rem;
}

.div-block-5 {
    max-width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    text-align: center;
}

.div-block-4 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

.paragraph-15 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 2rem;
    line-height: 2rem;
    text-align: center;
}

.heading-4 {
    margin-bottom: 10px;
    font-family: Lato, sans-serif;
    color: #eb3946;
    font-size: 1rem;
}

.div-block-11 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-9 {
    margin-top: -35px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #e9e9e9;
}

.section-9.backjack-testimonials {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.58)),
            to(rgba(0, 0, 0, 0.58))
        ),
        url("/images/AdobeStock_155603406.jpeg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.58),
            rgba(0, 0, 0, 0.58)
        ),
        url("/images/AdobeStock_155603406.jpeg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
}

.heading-5 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-family: Merriweather, serif;
    font-size: 2rem;
    line-height: 2rem;
}

.heading-5.mobile-hidden {
    font-family: Lato, sans-serif;
    color: #fff;
}

.image-3 {
    width: 50px;
}

.image-11 {
    width: 50px;
    color: #ec1d25;
}

.left-arrow {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    background-color: #eb3946;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.left-arrow:hover {
    background-color: rgba(236, 29, 37, 0.89);
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
}

.div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.slider {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
}

.slider.buying {
    width: 100%;
    max-width: 1400px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.testimonial-title {
    margin-bottom: 40px;
    font-family: Lato, sans-serif;
    color: #eb3946;
    font-size: 2rem;
}

.right-arrow {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #eb3946;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.right-arrow:hover {
    background-color: #ec1d25;
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
}

.heading-26.mobile-only {
    display: none;
}

.div-block-12 {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.paragraph-16 {
    font-family: Lato, sans-serif;
}

.section-2 {
    position: relative;
    display: block;
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #201d1b;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#fff),
        to(#fff)
    );
    background-image: linear-gradient(180deg, #fff, #fff);
}

.service-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 49%;
    height: 250px;
    min-height: auto;
    margin-right: 1%;
    margin-bottom: 0px;
    margin-left: 0%;
    padding: 25px;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2c2626;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0.5))
        ),
        url("/images/Dollarphotoclub_64972724-1024x689.jpg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        ),
        url("/images/Dollarphotoclub_64972724-1024x689.jpg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 100%;
    -webkit-transition: padding-bottom 400ms ease-in-out,
        padding-left 400ms ease-in-out, padding-right 400ms ease,
        padding-top 400ms ease-in-out, all 550ms ease;
    transition: padding-bottom 400ms ease-in-out, padding-left 400ms ease-in-out,
        padding-right 400ms ease, padding-top 400ms ease-in-out, all 550ms ease;
}

.service-block:hover {
    padding: 15px;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0.5))
        ),
        url("/images/Dollarphotoclub_64972724-1024x689.jpg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        ),
        url("/images/Dollarphotoclub_64972724-1024x689.jpg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 125%;
    background-repeat: repeat, no-repeat;
}

.service-block.blank {
    position: relative;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-left: 0%;
    padding-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #84c9d0;
    background-image: linear-gradient(135deg, #84c9d0 41%, #fa9b9b);
    color: #fff;
}

.service-block.blank:hover {
    padding: 20px 25px 25px;
}

.service-block.blank.consult {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0.5))
        ),
        url("/images/AdobeStock_217494960.jpeg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        ),
        url("/images/AdobeStock_217494960.jpeg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 100%;
    background-repeat: repeat, no-repeat;
}

.service-block.blank.consult:hover {
    background-size: auto, 110%;
}

.service-block.blank.restore {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0.5))
        ),
        url("/images/AdobeStock_59089287.jpeg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        ),
        url("/images/AdobeStock_59089287.jpeg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 100%;
    background-repeat: repeat, no-repeat;
}

.service-block.blank.restore:hover {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(null),
            to(null)
        ),
        url("/images/credit-restore.jpeg");
    background-image: linear-gradient(180deg, null, null),
        url("/images/credit-restore.jpeg");
    background-size: auto, 110%;
}

.container-div {
    display: block;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container-div.space {
    display: block;
    width: 100%;
    max-width: 1440px;
    margin: 0px auto 60px;
    padding-left: 10px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Lato, sans-serif;
    text-align: left;
}

.paragraph-17 {
    font-family: Lato, sans-serif;
}

.heading-27 {
    font-family: Lato, sans-serif;
}

.paragraph-22 {
    font-family: Lato, sans-serif;
}

.paragraph-23 {
    font-family: Lato, sans-serif;
}

.text-block-6 {
    font-family: Lato, sans-serif;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
}

.text-block-7 {
    font-family: Lato, sans-serif;
}

.div-block-33 {
    position: relative;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    min-height: auto;
    padding: 40px 30px 20px;
    border-radius: 0px;
    background-color: #f1f1f1;
    color: #000;
}

.div-block-33.centered {
    width: 70%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    text-align: center;
}

.submit-button {
    padding: 12px 25px;
    border-radius: 6px;
    background-color: #000;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

.submit-button:hover {
    background-color: #b0232a;
}

.div-block-34 {
    width: 50%;
    padding-top: 0%;
    padding-bottom: 90px;
}

.text-field {
    margin-bottom: 20px;
    padding-left: 0px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 rgba(82, 89, 90, 0.4);
    background-color: transparent;
}

.div-block-70 {
    position: absolute;
    z-index: 1;
    width: 175px;
    height: 175px;
    margin-top: -126px;
    margin-bottom: 17px;
    margin-left: 5vw;
    border: 5px solid #fff;
    border-radius: 50%;
    background-image: url("/images/Team-icon.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 3px 20px -3px rgba(11, 73, 88, 0.2);
}

.content-div {
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.content-div.hflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 1440px;
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-2 {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 200px;
    min-height: 50px;
    min-width: 200px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #24caf3;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.button-2:hover {
    background-color: #fff;
    color: #24caf3;
}

.button-2.l {
    z-index: 0;
    margin-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #b0232a;
    background-color: rgba(197, 34, 40, 0.86);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: "Open Sans", sans-serif;
    color: #fff;
}

.button-2.l:hover {
    border-color: #b0232a;
    background-color: transparent;
    color: #b0232a;
}

.button-2.l:active {
    color: rgba(197, 34, 40, 0.86);
}

.section-10 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    padding-top: 65px;
    padding-bottom: 65px;
}

.button-t {
    position: relative;
    z-index: 4;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
}

.button-t:hover {
    color: rgba(197, 34, 40, 0.86);
}

.div-block-71 {
    position: relative;
    width: 50%;
    min-height: auto;
    padding-left: 7%;
}

.h3 {
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: Lato, sans-serif;
    font-size: 2rem;
    line-height: 2.6rem;
    text-align: center;
}

.div-block-8 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px;
}

.div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content-div-2 {
    width: 85%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

._24 {
    position: relative;
    display: block;
    width: 31%;
    min-height: 250px;
    padding: 25px;
    border-radius: 10px;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.25)),
            to(rgba(0, 0, 0, 0.25))
        ),
        url("/images/Home-6.jpeg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.25),
            rgba(0, 0, 0, 0.25)
        ),
        url("/images/Home-6.jpeg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    text-decoration: none;
}

._24:hover {
    background-image: url("/images/Home-3.jpeg");
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0.75;
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
}

._24._2 {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.25)),
            to(rgba(0, 0, 0, 0.25))
        ),
        url("/images/Home-2.jpeg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.25),
            rgba(0, 0, 0, 0.25)
        ),
        url("/images/Home-2.jpeg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

._24._2:hover {
    background-image: url("/images/Home-2.jpeg");
    background-position: 50% 50%;
    background-size: cover;
}

._24._3 {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.25)),
            to(rgba(0, 0, 0, 0.25))
        ),
        url("/images/Home-5.jpeg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.25),
            rgba(0, 0, 0, 0.25)
        ),
        url("/images/Home-5.jpeg");
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

._24._3:hover {
    background-image: url("/images/home-1.jpeg");
    background-position: 50% 50%;
    background-size: cover;
}

.address {
    margin-bottom: 5px;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.heading-31 {
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
}

.featured-homes {
    display: block;
    padding-top: 80px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.heading-32 {
    font-family: Lato, sans-serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 900;
}

.form-block {
    width: 90%;
    max-width: 1440px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
}

.button-3 {
    padding: 15px 20px;
    border: 2px solid transparent;
    border-radius: 0px;
    background-color: #a01a1a;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    font-family: Lato, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.button-3:hover {
    border-style: solid;
    border-width: 2px;
    border-color: #a01a1a;
    background-color: #fff;
    color: #a01a1a;
}

.button-3.auto-margin {
    margin-right: auto;
    margin-left: auto;
}

.div-block-72 {
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.section-11 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.5)),
            to(rgba(0, 0, 0, 0.5))
        ),
        url("/images/AdobeStock_155603406.jpeg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)
        ),
        url("/images/AdobeStock_155603406.jpeg");
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
}

.section-11.contact {
    background-color: #b0232a;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.26)),
            to(rgba(0, 0, 0, 0.26))
        ),
        -webkit-gradient(linear, left top, left bottom, from(rgba(176, 35, 42, 0.39)), to(rgba(176, 35, 42, 0.39))),
        url("/images/AdobeStock_76610124.jpeg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.26),
            rgba(0, 0, 0, 0.26)
        ),
        linear-gradient(
            180deg,
            rgba(176, 35, 42, 0.39),
            rgba(176, 35, 42, 0.39)
        ),
        url("/images/AdobeStock_76610124.jpeg");
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, repeat;
    background-attachment: scroll, scroll, fixed;
}

.section-11.contact.selling {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.28)),
            to(rgba(0, 0, 0, 0.28))
        ),
        -webkit-gradient(linear, left top, left bottom, from(rgba(176, 35, 42, 0.24)), to(rgba(176, 35, 42, 0.24))),
        url("/images/AdobeStock_76610124.jpeg");
    background-image: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.28),
            rgba(0, 0, 0, 0.28)
        ),
        linear-gradient(
            180deg,
            rgba(176, 35, 42, 0.24),
            rgba(176, 35, 42, 0.24)
        ),
        url("/images/AdobeStock_76610124.jpeg");
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, repeat;
    background-attachment: scroll, scroll, fixed;
}

.form-2 {
    padding: 20px;
}

.text-field-2 {
    border-radius: 5px;
}

.text-field-2:focus {
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    border-color: #000 #000 #000 #ec1d25;
}

.col {
    width: 99%;
    margin-right: 10px;
    padding: 0px;
}

.col.full {
    width: 100%;
}

.field-label-2 {
    font-family: Lato, sans-serif;
    font-weight: 900;
}

.field-label-3 {
    font-family: Lato, sans-serif;
    font-weight: 900;
}

.field-label-4 {
    font-family: Lato, sans-serif;
    font-weight: 900;
}

.field-label-5 {
    font-family: Lato, sans-serif;
    font-weight: 900;
}

.field-label-6 {
    font-family: Lato, sans-serif;
    font-weight: 900;
}

.field-label-7 {
    font-family: Lato, sans-serif;
    font-weight: 900;
}

.field-label-8 {
    font-family: Lato, sans-serif;
    font-weight: 900;
}

.image-16 {
    -o-object-fit: cover;
    object-fit: cover;
}

.image-16.right {
    -o-object-position: 20% 50%;
    object-position: 20% 50%;
}

.mask {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contact-top-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(197, 34, 40, 0.86);
}

.topbar-content-div {
    width: 95%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.flex-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Lato, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.flex-div.black {
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.txt-link {
    -webkit-transition: all 400ms cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 400ms cubic-bezier(0.47, 0, 0.745, 0.715);
    color: #000;
    font-weight: 900;
    text-decoration: none;
}

.txt-link:hover {
    color: #fff;
    text-decoration: underline;
}

.txt-link:active {
    color: #fff;
    text-decoration: underline;
}

.txt-link:focus {
    color: #000;
    text-decoration: none;
}

.txt-link:visited {
    color: #000;
    text-decoration: none;
}

.heading-33 {
    font-family: Lato, sans-serif;
}

.heading-34 {
    font-family: Lato, sans-serif;
}

.bold-text-5 {
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.blackjack_post_summary {
    margin-bottom: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #333;
    font-size: 16px;
    line-height: 22px;
}

.blackjack_blog-img {
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blackjack_blog-card-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-12 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.blackjack_post-title {
    margin-top: 10px;
    font-family: Lato, sans-serif;
    color: #333;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    text-transform: capitalize;
}

.div-block-73 {
    display: block;
    width: 90%;
    padding: 0px 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}

.blackjack_post-holder {
    width: 100%;
    padding-top: 22px;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px solid #e0e0e0;
}

.div-block-26 {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.innova_button {
    min-width: 200px;
    margin-top: 10px;
    padding: 16px 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #7fb662;
    border-radius: 10px;
    background-color: transparent;
    box-shadow: 4px 4px 12px -3px rgba(0, 0, 0, 0.25);
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: -webkit-transform 1000ms
        cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: -webkit-transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1),
        -webkit-transform 1000ms cubic-bezier(0.075, 0.82, 0.165, 1);
    font-family: Lato, sans-serif;
    color: #7fb662;
    font-size: 1.2rem;
    line-height: 1.3rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    background-clip: border-box;
}

.innova_button:hover {
    box-shadow: 4px 4px 12px -4px #7fb662;
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
}

.blackjack_article_news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    margin-bottom: 20px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: 7px;
    box-shadow: 0 2px 7px -4px #0cbac1;
    text-align: left;
}

.blackjack_post-date {
    margin-bottom: 15px;
    font-family: Lato, sans-serif;
    color: #b0232a;
    font-size: 16px;
}

.section-13 {
    padding-top: 100px;
    padding-bottom: 140px;
}

.div-block-60 {
    width: 95%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.blog-title {
    text-transform: capitalize;
}

.div-block-61 {
    max-width: 1000px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
}

.blog-img {
    width: 100%;
    max-height: 500px;
    min-width: 400px;
    margin-bottom: 24px;
    -o-object-fit: cover;
    object-fit: cover;
}

.div-block-74 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.text-block-9 {
    margin-right: 12px;
}

.bg-overlay {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(0, 0, 0, 0.44);
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    max-height: 100%;
    max-width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.image-17 {
    width: 128px;
    margin-right: auto;
    margin-left: auto;
}

.radio-button-field {
    text-align: left;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.text-block-10 {
    text-align: center;
}

.referral-card {
    width: 275px;
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-right: 5px;
    padding-left: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #b0232a;
    border-radius: 10px;
    text-align: center;
}

.red-span {
    color: rgba(197, 34, 40, 0.86);
    font-size: 1.4rem;
}

.popup-exit-image {
    width: 50px;
    height: 50px;
}

.popup-exit {
    position: absolute;
    left: auto;
    top: 5%;
    right: 3%;
    bottom: auto;
    width: 25px;
    height: 25px;
}

.popup-exit-image-2 {
    width: 100%;
    height: 100%;
}

.blackjack-popup {
    position: fixed;
    left: auto;
    top: auto;
    right: 1%;
    bottom: 1%;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    border: 3px solid #000;
    background-color: rgba(176, 35, 42, 0.9);
    opacity: 0.9;
}

.popup-wrapper {
    margin: 50px 10px 20px;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 1440px) {
    .main-button.secondary {
        margin-left: 0px;
    }

    .shop-local-left {
        margin-right: 0px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .shop-local-content-wrapper {
        padding-left: 140px;
        text-align: left;
    }

    .agent-text-contain {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .submit-button:hover {
        background-color: #b0232a;
    }

    .div-block-34 {
        padding-bottom: 90px;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

    .div-block-70 {
        background-image: url("/images/IMG_2565.JPG");
    }

    .content-div.hflex {
        max-width: 1440px;
    }

    .content-div-2 {
        max-width: 1440px;
    }

    ._24:hover {
        -webkit-transform: translate(0px, -2px);
        -ms-transform: translate(0px, -2px);
        transform: translate(0px, -2px);
    }

    .featured-homes {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .form-block {
        max-width: 1440px;
    }

    .section-11.contact {
        background-image: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(rgba(0, 0, 0, 0.27)),
                to(rgba(0, 0, 0, 0.27))
            ),
            -webkit-gradient(linear, left top, left bottom, from(rgba(176, 35, 42, 0.53)), to(rgba(176, 35, 42, 0.53))),
            url("/images/AdobeStock_76610124_Preview-1.jpeg");
        background-image: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.27),
                rgba(0, 0, 0, 0.27)
            ),
            linear-gradient(
                180deg,
                rgba(176, 35, 42, 0.53),
                rgba(176, 35, 42, 0.53)
            ),
            url("/images/AdobeStock_76610124_Preview-1.jpeg");
        background-position: 0px 0px, 0px 0px, 0px 0px;
        background-size: auto, auto, cover;
        background-repeat: repeat, repeat, repeat;
        background-attachment: scroll, scroll, fixed;
    }

    .section-11.contact.selling {
        background-color: rgba(176, 35, 42, 0.38);
        background-image: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(rgba(0, 0, 0, 0.24)),
                to(rgba(0, 0, 0, 0.24))
            ),
            -webkit-gradient(linear, left top, left bottom, from(rgba(176, 35, 42, 0.55)), to(rgba(176, 35, 42, 0.55))),
            url("/images/AdobeStock_76610124_Preview-1.jpeg");
        background-image: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.24),
                rgba(0, 0, 0, 0.24)
            ),
            linear-gradient(
                180deg,
                rgba(176, 35, 42, 0.55),
                rgba(176, 35, 42, 0.55)
            ),
            url("/images/AdobeStock_76610124_Preview-1.jpeg");
        background-position: 0px 0px, 0px 0px, 50% 50%;
        background-size: auto, auto, cover;
        background-repeat: repeat, repeat, repeat;
        background-attachment: scroll, scroll, fixed;
    }

    .col {
        width: 100%;
        text-align: left;
    }

    .field-label-3 {
        text-align: left;
    }
}

@media screen and (max-width: 991px) {
    .nav-link {
        width: 100%;
    }

    .nav-button {
        width: 100%;
        border-radius: 0px;
    }

    .dropdown-toggle {
        padding-right: 20px;
        text-align: center;
    }

    .dropdown-toggle.w--open {
        position: relative;
    }

    .dropdown-list.w--open {
        position: static;
    }

    .main-button.secondary {
        margin-left: 0px;
    }

    .section-2.our-agents {
        background-image: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(rgba(0, 0, 0, 0.5)),
                to(rgba(0, 0, 0, 0.5))
            ),
            url("/images/MikeDrevanField.jpg");
        background-image: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.5)
            ),
            url("/images/MikeDrevanField.jpg");
        background-position: 0px 0px, 30% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
        background-attachment: scroll, fixed;
    }

    .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .heading {
        text-align: center;
    }

    .paragraph {
        text-align: center;
    }

    .footer {
        padding-right: 20px;
        padding-left: 20px;
    }

    .footer-flex-container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cards-section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cards-grid-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .stats-icon-wrapper {
        min-height: 0px;
        min-width: 0px;
    }

    .stats-div {
        width: 40%;
    }

    .section-5 {
        max-width: 100%;
    }

    .footer-col {
        width: 40%;
    }

    .statistic-circle-wrap {
        width: 30%;
    }

    .feature-number-wrap {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .circle-div {
        min-height: 0px;
        min-width: 0px;
        box-shadow: none;
    }

    .counterup {
        margin-bottom: 10px;
        font-size: 2.5rem;
        line-height: 2rem;
    }

    .arrow {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .image {
        width: 45px;
    }

    .stats-icon {
        width: 170px;
        height: 170px;
        min-height: 0px;
        min-width: 0px;
    }

    .section-7 {
        height: 20vh;
        margin-top: 0px;
        background-color: #fff;
    }

    .card {
        width: 40%;
        margin-bottom: 20px;
    }

    .stats-container {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .div-block-17 {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 0px;
    }

    .image-7 {
        width: 40px;
    }

    .navbar {
        overflow: visible;
    }

    .nav-menu-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background-color: #f1f1f1;
    }

    .menu-button-2 {
        margin-left: auto;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .menu-button-2.w--open {
        background-color: #f1f1f1;
    }

    .triangle {
        top: -10px;
        width: 20px;
        height: 20px;
    }

    .dropdown-link {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    .bjhomes-content-div {
        padding-right: 15px;
        padding-left: 15px;
    }

    .meet-the-owners-left {
        background-position: 100% 50%;
    }

    .meet-the-owners-right {
        padding-left: 145px;
    }

    .shop-local-left {
        top: 8%;
        background-position: 60% 50%;
        background-size: cover;
        background-repeat: repeat;
    }

    .shop-local-content-wrapper {
        padding-right: 0px;
        padding-left: 60px;
    }

    .shop-local-heading {
        margin-top: 0px;
    }

    .card-summary-container {
        background-color: rgba(51, 51, 51, 0.62);
    }

    .card-2 {
        width: 75%;
        margin-bottom: 20px;
    }

    .section.bj-homes-location-cards {
        margin-right: auto;
        margin-left: auto;
    }

    .div-block-4 {
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 60px;
    }

    .section-9.backjack-testimonials {
        background-image: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(null),
                to(null)
            ),
            url("/images/Austin-Skyline-Night.jpeg");
        background-image: linear-gradient(180deg, null, null),
            url("/images/Austin-Skyline-Night.jpeg");
        background-attachment: scroll, fixed;
    }

    .left-arrow {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        margin-left: 0px;
    }

    .slider {
        width: 95%;
    }

    .right-arrow {
        left: auto;
        top: auto;
        right: 0%;
        bottom: 0%;
        margin-right: 0px;
    }

    .service-block.blank {
        padding-top: 15px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .service-block.blank:hover {
        padding-top: 15px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .service-block.blank.consult {
        background-image: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(null),
                to(null)
            ),
            url("/images/credit-consultation.jpg");
        background-image: linear-gradient(180deg, null, null),
            url("/images/credit-consultation.jpg");
        background-size: auto, cover;
    }

    .service-block.blank.consult:hover {
        background-image: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(rgba(0, 0, 0, 0.5)),
                to(rgba(0, 0, 0, 0.5))
            ),
            url("/images/AdobeStock_217494960_Preview.jpeg");
        background-image: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.5)
            ),
            url("/images/AdobeStock_217494960_Preview.jpeg");
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .service-block.blank.restore {
        margin-right: auto;
        margin-left: auto;
        background-image: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(rgba(0, 0, 0, 0.5)),
                to(rgba(0, 0, 0, 0.5))
            ),
            url("/images/AdobeStock_59089287_Preview.jpeg");
        background-image: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.5)
            ),
            url("/images/AdobeStock_59089287_Preview.jpeg");
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .service-block.blank.restore:hover {
        background-image: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(rgba(0, 0, 0, 0.5)),
                to(rgba(0, 0, 0, 0.5))
            ),
            url("/images/AdobeStock_59089287_Preview.jpeg");
        background-image: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.5)
            ),
            url("/images/AdobeStock_59089287_Preview.jpeg");
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .container-div.space {
        display: block;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }

    .div-block-33 {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }

    .div-block-33.centered {
        width: 90%;
    }

    .div-block-34 {
        width: 50%;
        padding-right: 2vw;
        padding-bottom: 0px;
    }

    .text-field {
        margin-bottom: 15px;
    }

    .div-block-70 {
        background-image: url("/images/IMG_2565.JPG");
        background-size: cover;
        background-attachment: scroll;
    }

    .content-div.hflex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .button-2.l {
        background-color: rgba(197, 34, 40, 0.86);
    }

    .button-2.l:hover {
        color: rgba(197, 34, 40, 0.86);
    }

    .section-10 {
        padding-top: 25px;
        padding-bottom: 25px;
        background-color: #fff;
    }

    .button-t:hover {
        color: rgba(197, 34, 40, 0.86);
    }

    .div-block-71 {
        width: 50%;
        padding-left: 0%;
    }

    ._24 {
        background-image: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(rgba(0, 0, 0, 0.28)),
                to(rgba(0, 0, 0, 0.28))
            ),
            url("/images/Home-3.jpeg");
        background-image: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.28),
                rgba(0, 0, 0, 0.28)
            ),
            url("/images/Home-3.jpeg");
        background-position: 0px 0px, 50% 0%;
        background-size: auto, cover;
    }

    ._24:hover {
        background-image: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(transparent),
                to(transparent)
            ),
            url("/images/Home-3.jpeg");
        background-image: linear-gradient(180deg, transparent, transparent),
            url("/images/Home-3.jpeg");
        background-position: 0px 0px, 50% 0%;
        background-size: auto, cover;
        -webkit-transform: translate(0px, -2px);
        -ms-transform: translate(0px, -2px);
        transform: translate(0px, -2px);
    }

    ._24._2 {
        background-image: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(rgba(0, 0, 0, 0.27)),
                to(rgba(0, 0, 0, 0.27))
            ),
            url("/images/Home-2.jpeg");
        background-image: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.27),
                rgba(0, 0, 0, 0.27)
            ),
            url("/images/Home-2.jpeg");
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
    }

    ._24._2:hover {
        background-image: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(transparent),
                to(transparent)
            ),
            url("/images/Home-2.jpeg");
        background-image: linear-gradient(180deg, transparent, transparent),
            url("/images/Home-2.jpeg");
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
    }

    ._24._3 {
        background-image: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(rgba(0, 0, 0, 0.27)),
                to(rgba(0, 0, 0, 0.27))
            ),
            url("/images/home-1.jpeg");
        background-image: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.27),
                rgba(0, 0, 0, 0.27)
            ),
            url("/images/home-1.jpeg");
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
    }

    ._24._3:hover {
        background-image: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(transparent),
                to(transparent)
            ),
            url("/images/home-1.jpeg");
        background-image: linear-gradient(180deg, transparent, transparent),
            url("/images/home-1.jpeg");
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
    }

    .address {
        font-family: Lato, sans-serif;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
    }

    .heading-31 {
        font-family: Lato, sans-serif;
        font-size: 20px;
    }

    .featured-homes {
        padding-top: 40px;
    }

    .body {
        margin-right: auto;
        margin-left: auto;
    }

    .flex-div.black {
        margin-bottom: 15px;
    }

    .blackjack_blog-card-container {
        width: 95%;
    }

    .section-12 {
        padding-top: 140px;
    }

    .div-block-26 {
        width: 95%;
        margin-top: 0px;
        color: #333;
    }

    .innova_button {
        position: static;
        min-width: 200px;
        margin-left: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        text-align: center;
        white-space: normal;
    }

    .blackjack_article_news {
        width: 48%;
    }

    .referral-card {
        width: 225px;
        height: 150px;
        padding-top: 35px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .popup-exit {
        top: 5%;
        right: 5%;
    }
}

@media screen and (max-width: 767px) {
    .main-button {
        margin-bottom: 10px;
    }

    .main-button.secondary {
        margin-top: 10px;
        margin-left: 0px;
    }

    .section-2 {
        height: 80vh;
    }

    .section-2.buying {
        height: 80vh;
    }

    .section-2.selling-header {
        height: 60vh;
    }

    .section-2.our-agents {
        background-image: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(rgba(0, 0, 0, 0.5)),
                to(rgba(0, 0, 0, 0.5))
            ),
            url("/images/MikeDrevanField.jpg");
        background-image: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.5)
            ),
            url("/images/MikeDrevanField.jpg");
        background-position: 0px 0px, 32% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
        background-attachment: scroll, fixed;
    }

    .section-2.contact-header {
        height: 60vh;
    }

    .section-2.what-we-do {
        height: 80vh;
    }

    .heading {
        font-size: 2rem;
        line-height: 2.2rem;
    }

    .footer {
        padding: 40px 20px;
    }

    .footer-image {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .cards-section {
        padding: 40px 20px;
    }

    .cards-grid-container {
        max-width: none;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }

    .stats-icon-wrapper.top-pad {
        padding-top: 0px;
    }

    .feature-number-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .circle-div {
        background-color: transparent;
    }

    .arrow {
        display: none;
    }

    .image {
        margin-left: 240px;
    }

    .section-7 {
        height: auto;
    }

    .div-block-17 {
        text-align: center;
    }

    .bjhomes-content-div.shop-local-container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .why-acme-small-text {
        text-align: center;
    }

    .about-columns-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 45px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .meet-the-owners-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .meet-the-owners-left {
        position: static;
        width: 100%;
        height: 400px;
        border-radius: 0px;
    }

    .meet-the-owners-right {
        width: 100%;
        padding-right: 45px;
        padding-left: 45px;
        border-radius: 0px;
    }

    .shop-local-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .shop-local-left {
        position: static;
        width: 100%;
        border-radius: 0px;
    }

    .shop-local-right {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 0px;
    }

    .shop-local-content-wrapper {
        padding-left: 0px;
    }

    .owner-bios-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .owner-bio {
        width: 100%;
        margin-right: auto;
        margin-bottom: 45px;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .owner-avatar-wrapper {
        margin-right: auto;
        margin-left: auto;
    }

    .owner-bio-paragraph {
        text-align: center;
    }

    .paragraph-14 {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        font-size: 1.1rem;
    }

    .agent-text-contain {
        width: 99%;
        text-align: center;
    }

    .section.bj-homes-location-cards {
        margin-right: 0px;
        margin-left: 0px;
    }

    .paragraph-15 {
        font-size: 1.5rem;
    }

    .section-9 {
        margin-top: 0px;
        padding-top: 40px;
    }

    .heading-5 {
        font-size: 1.5rem;
    }

    .heading-5.mobile-hidden {
        display: none;
    }

    .slider.buying {
        min-height: 650px;
    }

    .testimonial-title {
        font-size: 1.5rem;
    }

    .right-arrow {
        left: auto;
        top: auto;
        right: 0%;
        bottom: 0%;
    }

    .heading-26.mobile-only {
        display: block;
        font-family: Georgia, Times, "Times New Roman", serif;
        color: hsla(0, 0%, 94.7%, 0.44);
        text-transform: uppercase;
    }

    .div-block-12 {
        width: 100%;
    }

    .paragraph-16 {
        font-size: 1.1rem;
    }

    .service-block.blank {
        width: 100%;
        height: auto;
        margin-right: 0%;
        margin-bottom: 20px;
        padding-right: 15px;
        padding-bottom: 75px;
        padding-left: 15px;
    }

    .service-block.blank:hover {
        padding: 15px 15px 75px;
    }

    .service-block.blank.consult {
        margin-right: auto;
        margin-left: auto;
    }

    .container-div.space {
        margin-right: auto;
        margin-left: auto;
    }

    .div-block-33 {
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 25px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .div-block-33.centered {
        width: 100%;
        max-width: 100%;
    }

    .div-block-34 {
        width: 100%;
        padding-right: 0vw;
        text-align: center;
    }

    .div-block-70 {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        width: 150px;
        height: 150px;
        margin-top: -75px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 0px;
    }

    .content-div.hflex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .button-2.l {
        z-index: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .section-10 {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .div-block-71 {
        display: block;
        width: 100%;
        padding-top: 40px;
        padding-left: 0%;
    }

    .div-block-9 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ._24 {
        width: 44%;
        margin-right: 2.5%;
        margin-bottom: 25px;
        margin-left: 2.5%;
    }

    .button-3 {
        width: 100%;
        font-size: 16px;
        text-align: center;
    }

    .section-11 {
        padding-top: 20px;
    }

    .contact-top-bar {
        display: none;
    }

    .flex-div.black {
        display: block;
        text-align: left;
    }

    .section-12 {
        padding-top: 100px;
    }

    .div-block-73 {
        width: 95%;
    }

    .div-block-26 {
        margin-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #333;
    }

    .blackjack_article_news {
        width: 100%;
    }

    .referral-card {
        height: 125px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 25px;
    }

    .blackjack-popup {
        z-index: 2;
    }
}

@media screen and (max-width: 479px) {
    .logo {
        height: 75px;
    }

    .main-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin: 0px 0px 10px;
        text-align: center;
    }

    .main-button.secondary {
        margin-left: 0px;
    }

    .section-2 {
        height: 55vh;
    }

    .section-2.buying {
        height: 55vh;
        background-image: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(rgba(0, 0, 0, 0.5)),
                to(rgba(0, 0, 0, 0.5))
            ),
            url("/images/AdobeStock_325999478.jpeg");
        background-image: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.5)
            ),
            url("/images/AdobeStock_325999478.jpeg");
        background-position: 0px 0px, 50% 50%;
    }

    .section-2.selling-header {
        height: 50vh;
    }

    .section-2.our-agents {
        height: 55vh;
        background-image: -webkit-gradient(
                linear,
                left top,
                left bottom,
                from(rgba(0, 0, 0, 0.5)),
                to(rgba(0, 0, 0, 0.5))
            ),
            url("/images/MikeDrevanField.jpg");
        background-image: linear-gradient(
                180deg,
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.5)
            ),
            url("/images/MikeDrevanField.jpg");
        background-position: 0px 0px, 37% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
        background-attachment: scroll, fixed;
    }

    .section-2.contact-header {
        height: 55vh;
    }

    .section-2.what-we-do {
        height: 55vh;
    }

    .container {
        padding-top: 0px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .background-video {
        margin-bottom: 290px;
    }

    .heading {
        position: static;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px 10px;
        font-size: 2rem;
        line-height: 2.2rem;
        text-align: center;
    }

    .paragraph {
        margin-bottom: 20px;
        padding-top: 10px;
        text-align: center;
    }

    .div-block {
        width: 95%;
        margin-top: 10px;
        padding-top: 10px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .footer {
        padding-right: 20px;
        padding-left: 20px;
        text-align: left;
    }

    .footer-flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-logo-link {
        height: 60px;
    }

    .footer-image {
        margin-bottom: 40px;
    }

    .footer-heading {
        margin-top: 20px;
    }

    .centered-container {
        padding-top: 10px;
        text-align: left;
    }

    .cards-grid-container {
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .stats-div {
        width: 100%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .section-5 {
        padding-top: 60px;
    }

    .container-4 {
        padding-right: 10px;
        padding-left: 10px;
    }

    .statistic-circle-wrap {
        width: 100%;
        margin-bottom: 0px;
    }

    .feature-number-wrap {
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .image {
        margin-left: 114px;
    }

    .div-block-13 {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .card {
        width: 100%;
    }

    .div-block-17 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 50vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .image-7 {
        width: 35px;
    }

    .container-5 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .menu-button-2 {
        margin-left: 0px;
        padding: 10px;
    }

    .brand {
        padding-left: 0px;
    }

    .why-acme-block {
        width: 100%;
    }

    .about-column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .shop-local-section {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .shop-local-wrapper {
        padding-top: 10px;
    }

    .shop-local-left {
        min-height: 300px;
        padding-top: 10px;
    }

    .shop-local-right {
        padding-right: 0px;
        padding-left: 0px;
    }

    .shop-local-heading {
        font-size: 35px;
    }

    .owner-bio {
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: center;
    }

    .owner-avatar-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        max-height: 288px;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .owner-bio-paragraph {
        line-height: 1.1rem;
        text-align: center;
    }

    .agent-text-contain {
        width: 99%;
        margin-right: auto;
        margin-left: auto;
    }

    .card-summary-container {
        text-shadow: 1px 1px 9px #000;
    }

    .card-2 {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .section.bj-homes-location-cards {
        margin-right: auto;
        margin-left: auto;
    }

    .div-block-5 {
        max-width: 95%;
    }

    .div-block-4 {
        padding-top: 20px;
    }

    .paragraph-15 {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .div-block-11 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .heading-5 {
        margin-bottom: 0px;
        font-size: 1rem;
        line-height: 1rem;
        text-align: center;
        text-transform: uppercase;
        white-space: normal;
    }

    .heading-5.mobile-hidden {
        display: none;
    }

    .image-3 {
        width: 35px;
    }

    .image-11 {
        width: 35px;
    }

    .left-arrow {
        left: auto;
        top: auto;
        right: auto;
        bottom: 0%;
        width: 50px;
        height: 50px;
    }

    .slider.buying {
        min-height: 900px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
    }

    .right-arrow {
        left: auto;
        top: auto;
        right: 0%;
        bottom: 0%;
        width: 50px;
        height: 50px;
    }

    .heading-26 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-family: Georgia, Times, "Times New Roman", serif;
    }

    .heading-26.mobile-only {
        font-family: Merriweather, serif;
    }

    .div-block-12 {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .div-block-19 {
        position: static;
        display: block;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section-2 {
        padding-bottom: 80px;
    }

    .service-block {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 25px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .service-block.blank {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }

    .service-block.blank.consult {
        margin-right: auto;
        margin-left: auto;
    }

    .container-div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .container-div.space {
        display: block;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .button-2 {
        z-index: 0;
    }

    .button-2.l {
        z-index: 0;
    }

    ._24 {
        width: 98%;
    }

    .featured-homes {
        padding-top: 60px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .heading-32 {
        font-size: 18px;
        line-height: 24px;
    }

    .form-block {
        padding-top: 20px;
    }

    .button-3 {
        width: 100%;
        text-align: center;
    }

    .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-11 {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .section-11.contact {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .col {
        width: 100%;
        margin-right: 0px;
    }

    .image-16 {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

    .section-12 {
        padding-top: 0px;
    }

    .div-block-73 {
        display: block;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 24px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .blackjack_post-holder {
        padding-right: 0px;
        padding-left: 0px;
    }

    .div-block-26 {
        margin-top: 0px;
    }

    .div-block-26.res {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-left: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }

    .innova_button {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        text-align: center;
    }

    .blog-title {
        font-size: 2rem;
        line-height: 2rem;
    }

    .rich-text-block-2 {
        text-align: left;
    }

    .container-6 {
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 767px) {
    #w-node-_4bd95c38-9dc4-7491-e72e-4d5ff43f5fda-787802f5 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-_4bd95c38-9dc4-7491-e72e-4d5ff43f5fe1-787802f5 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }
}

@media screen and (max-width: 479px) {
    #w-node-_4bd95c38-9dc4-7491-e72e-4d5ff43f5fd0-787802f5 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }
}

@font-face {
    font-family: "Firasanscondensed";
    src: url("/fonts/FiraSansCondensed-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Firasanscondensed";
    src: url("/fonts/FiraSansCondensed-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Dmsans";
    src: url("/fonts/DMSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Dmsans";
    src: url("/fonts/DMSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
