.hero-section {
    width:100%;
    max-width:1150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.hero-section {
    align-items: stretch !important;
}
.hero-section .hio_quote .form-row {
    display: flex;
    align-items: center;
}
.hero-section .hio_quote select {
    color: #7C7C7C;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 88% 52%;
    background-size: 10px 6px;
    background-color: #fff;
    position: relative;
    text-align-last: center;
    text-align: center;
    -ms-text-align-last: center;
    -moz-text-align-last: center;
}

.hero-section .hio_quote select option {
    text-align: left;
}
.hero-section .hio_quote select,
.hero-section .hio_quote input:not([name="zipcode_quoting_modal"]) {
    padding: 15px;
    border-radius: 25px;
    margin-right: 20px;
    border: 1px solid #7c7c7c;
}

.hero-section .hio_quote input.zip-input:not([name="zipcode_quoting_modal"]) {
    width: 110px;
    text-align: center;
    color: #7C7C7C;
}
html[lang="es"] .hero-section .hio_quote input.zip-input:not([name="zipcode_quoting_modal"]) {
    width: 210px;
}

.hero-section .hio_quote input.getQuoteButton {
    display: flex;
    font-size: 20px;
    font-weight: 700;
    color: #fff !important;
    background-color: #f36523;
    border: 1px solid rgba(255,255,255,0);
    justify-content: center;
    text-align: center;
}
.hero-section .hio_quote input.getQuoteButton:hover {
    cursor: pointer !important;
    text-decoration: none !important;
}
.hero-section .hio_quote input.getQuoteButton:hover {
    color: #fff !important;
}
.hero-section.compare-form {
    margin: 0;
    justify-content: center;
    padding: 60px 0;
    /*min-height:500px;*/
    max-width: 100%;
}
.hero-section.compare-form .compare-wrapper {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}
html[lang="es"] .hero-section.compare-form .compare-wrapper {
    max-width: 1400px;
}

.hero-section.compare-form .compare-wrapper .form-featured {
    display: flex;
    flex-direction: column !important;
    align-content: center;
    flex: 0 0 40%;
    padding: 60px 40px;
    border: 1px solid #7c7c7c;
    border-radius: 15px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .33);
    background: white;
    max-width: 575px;
}
html[lang="es"] .hero-section.compare-form .compare-wrapper .form-featured {
    max-width: unset;
}
.hero-section .lc, .hero-section .rc {
    display:flex;
    flex: 0 0 50%;
    align-content: center;
    flex-direction: column;
    overflow: hidden;
    padding: 20px;
}
.hero-section > .lc {
    padding: 0 20px 20px;
}
.hero-section h1 {
    color: #88AB69 !important;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 44px;
    font-family: var(--main-sb);
    font-weight: initial;
}
.hero-section p {
    color: #7C7C7C;
    font-size: 18px;
    margin: 18px 0;
    font-family: var(--main-r);
}
img.imgmobile, img.imgdesktop {
    border-style: none;
    border-radius: 10px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .33);
    width: 100%;
    height: auto;
    margin: 20px auto 0 !important;
}
img.imgmobile {
    display: none;
}
img.imgdesktop {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.hero-section .facts-boxes {
    display: flex;
    flex-direction: row;
    gap: 20px;
    position: relative;
}
.hero-section .hero-fact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 20px;
    border: 1px solid #7c7c7c;
    border-radius: 15px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .33);
    width: 100%;
}
.hero-section .facts-boxes h4.title {
    color: #88AB69 !important;
    font-size: 24px;
    font-weight: initial;
    margin: 20px 0 30px;
    font-family: var(--main-sb);
}
.hero-section ul {
    padding: 0 0 0 25px !important;
    list-style: disc !important;
    color: #7C7C7C;
}
.hero-section ul li {
    list-style: disc !important;
}
.hero-section a {
    font-size: 18px;
    color: #1a73e8;
    font-family: var(--main-r);
    text-decoration: none;
}
.hero-section a:hover {
    color: #f36523;
    text-decoration: underline !important;
}
@media only screen and (max-width: 1024px) {
    .hero-section form.hio_quote .form-row {
        flex-direction: column;
        gap: 15px;
    }
    .hero-section form.hio_quote .form-row .form_block select,
    .hero-section form.hio_quote .form-row .form_block input {
        display: flex !important;
        flex: 1 1 auto !important;
        margin: 0 !important;
    }
    .hero-section form.hio_quote .form-row .form_block select, .hero-section form.hio_quote .form-row .form_block input,
    .hero-section input.getQuoteButton,
    .hero-section input.zip
    {
        display: flex !important;
        flex: 0 1 auto !important;
        margin: 0 !important;
        padding: 20px 50px;
        border-radius: 30px;
    }
    .hero-section.compare-form .compare-wrapper .form-featured {
        flex: 1;
        text-align: center !important;
        margin: 0 10px !important;
    }
    .hero-section.compare-form .compare-wrapper {
        justify-content: center;
    }
    .hero-section.compare-form {
        background-image: none !important;
    }
    .hero-section .facts-boxes {
        justify-content: center;
    }
    .hero-section .lc, .hero-section .rc {
        flex: 1 1 auto !important;
    }
    .hero-section .rc {
        display: none;
    }
    img.imgmobile {
        display: block;
    }
    img.imgdesktop {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .hero-section {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .hero-section .imgmobile {
        display: none !important;
    }
    .hero-section .imgdesktop {
        display: block !important;
        margin: 0 auto !important;
        border-radius: 0 !important;
        box-shadow: unset !important;

    }
    .hero-section .title h1 {
        text-align: center !important;
    }
    .hero-section .subtitle {
        text-align: center !important;
    }
    .hero-section {
        flex-direction: column !important;
    }
    .hero-section .lc {
        order: 2 !important;
    }
    .hero-section .rc {
        display: flex !important;
        order: 1 !important;
        padding: 0 !important;
    }
    .hero-section form.hio_quote .form-row .form_block select {
        text-align: center !important;
    }
    .hero-section .lc {
        order: 2 !important;
    }
    .hero-section .rc {
        display: flex !important;
        order: 1 !important;
        padding: 0 !important;
        display: block !important;
    }
    .hero-section h1 {
        text-align: center !important;
        font-size: 29px;
        margin-top: 13px;
        margin-bottom: 7px;
    }
    .hero-section .imgmobile {
        display: none !important;
    }
    .hero-section .imgdesktop {
        display: block !important;
        margin: 0 auto !important;
        border-radius: 0 !important;
        box-shadow: unset !important;
    }
}