#app {
    position: relative;
    background: #FAFAFA;
}

/* common */
* {
    font-family: 'Oxygen';
}

.text-dark {
    color: #121212!important;
}

.text-white {
    color: #FAFAFA!important;
}

.divider {
    width: 64px;
    height: 4px;
    background-color: #FFCE24;
    border-radius: 2px;
}

.section-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(74, 74, 74, 0.2);
}

.btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    height: 48px;
    border-radius: 4px;
    background: #2496FF;
    color: #FAFAFA;
    padding: 16px;
}

.mt-64 {
    margin-top: 64px;
}

.mb-64 {
    margin-bottom: 64px;
}

.d-flex{ align-items: flex-start;}
@media (min-width: 1024px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 986px;
    }
}

/* common */

/* header */
.top-nav {
    background: #FFCE24;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
}

.top-nav .navbar {
    max-width: 1250px;
}

.top-nav .navbar-light .navbar-toggler {
    border: none;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.top-nav .navbar-light .navbar-toggler:focus {
    outline: none;
}

.top-nav .sign-in {
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -0.011em;
    width: 144px;
    height: 48px;
    margin: 0 32px;
}

.top-nav .navbar-light .navbar-nav .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #121212;
    margin: 0 32px;
    padding-left: 0px;
    padding-right: 0px;
}

.top-nav .navbar-light .navbar-nav .nav-link:hover {
    color: #121212a0;
}

.navbar-collapse {
    background: white;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -16px;
}

@media (min-width: 992px) {
    .top-nav .navbar-light .navbar-toggler {
        display: none;
    }

    .navbar-collapse {
        background: none;
        margin: 0;
    }
}

/* header */

/* hero */
.hero {
    background-image: url('../images/bg6-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 850px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.slick-prev, .slick-next {
    appearance: none;
    padding:0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 40%;
    position: absolute;
    z-index: 6;
    background-color: transparent;
    color: #2496FF;
    border-color: #2496FF;
    outline: none;
}

.slick-prev:focus, .slick-next:focus {
    outline: none;
}

.slick-prev {
    left: -8px;
}

.slick-next {
    right: -8px;
}

.hero .scroll-indicator {
    position: absolute;
    bottom: 44px;
    left: calc(50% - 45px);
}

.hero .scroll-indicator p {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    margin-top: 18px;
}

.hero-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #121212;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);
}

.hero-list {
    list-style-type: none;
    padding-left: 0;
    margin-top: 16px;
}

.hero-list li {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
}

.hero-list li + li {
    margin-top: 8px;
}

.hero-list .hero-list-check-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    background: #FFCE24;
    margin-right: 8px;
}

.hero-book-btn {
    width: 256px;
}

.margint-90-desktop {
    margin-top: 90px;
}

.zipcode {
    font-weight: bold;
}

#zipcode_errorfeedback {
    color: red;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .margint-90-desktop {
        margin-top: 0px;
    }

    .hero-list li {
        display: flex;
        align-items: center;
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }

    .hero {
        background-image: none;
        display: block;
        padding-top: 111px;
    }

    .hero .divider {
        margin-bottom: 32px;
        margin-left: -15px;
    }

    .hero-title {
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
        text-shadow: none;
        color: #121212;
    }

    .mobile-image {
        border-radius: 8px;
        overflow: hidden;
        margin-top: 32px;
    }
}
/* hero */
/* HOW HOMEAGLOW WORKS */
.img-comparison-container {
    border-radius: 8px;
    /* overflow: hidden;
    max-width: 565px; */
    width: 100%;
}

.img-comparison-container .handle {
    height: 44px;
    width: 44px;
}

.img-comparison-line {
    --divider-width: 2px;
    --divider-color: #00A6FF;
    --default-handle-opacity: 0;
    outline: none;
    overflow: visible;
    width: 100%;
}

.cp-handle {
    height: 44px;
    width: 44px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background: white url('../images/arrows-blue.jpg') no-repeat center center;
    border: 2px solid #00A6FF;
    cursor: move;
}

.how-it-works {
    max-width: 375px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    height: 100%;
    padding: 32px 16px;
    display: grid;
    grid-gap: 32px;
}

.how-it-works-index {
    width: 32px;
    height: 32px;
    border: 2px solid #121212;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-it-works-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
}

.how-it-works-copy {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .how-it-works {
        background: transparent;
        padding: 0;
    }
}
/* HOW HOMEAGLOW WORKS */

/* BENEFITS GRID */

.benefits-grid {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 1fr;
    width: fit-content;
    margin: 0 auto;
}

.benefits-card {
    width: 150px;
    height: 168px;
    padding: 32px 16px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.08);
    border-radius: 4px;
}

.benefits-card-price {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 8px;
}

.benefits-card-price-number {
    font-weight: 700;
    font-size: 64px;
    line-height: 64px;
}

.benefits-card-label {
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0;
}

.benefits-copy {
    margin: 32px auto;
    max-width: 586px;
}

.purchase-voucher-btn {
    width: 256px;
}

@media (min-width: 375px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .benefits-grid {
        display: grid;
        grid-gap: 16px;
        grid-template-columns: repeat(4, 1fr);
        width: fit-content;
        margin: 0 auto;
    }
}

/* BENEFITS GRID */

/* Membership */
.membership-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 0;
}

.membership-subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}

.best-option-card {
    position: relative;
    padding: 32px 16px;
    background: #FFFFFF;
    border-radius: 8px;
    max-width: 343px;
    width: 100%;
    height: 132px;
}

.best-option-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 73px;
    height: 20px;
    background: #FFCE24;
    border-radius: 2px;
    padding: 4px;
}

.best-option-badge p {
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: black;
    margin: 0;
}

.best-option-card-price {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 0;
}

.best-option-card-label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
}

.best-option-card-copy {
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
}

.best-option-card-copy span {
    text-decoration: line-through;
}

.rate-update-link {
    color: #2496FF;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-decoration-line: underline;
    cursor: pointer;
}

@media (max-width: 767px) {
    .membership-title {
        font-weight: 700;
        font-size: 32px;
        line-height: 40px;
    }

    .membership-subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-top: 32px;
        margin-bottom: 48px;
    }

    .membership-subtitle span {
        font-weight: 700;
    }
}
/* Membership */

/* Information Grid */
.info-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 956px;
    /* width: fit-content; */
}

.info-card {
    max-width: 308px;
    width: 100%;
    min-height: 199px;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 0 auto;
}

.info-card + .info-card {
    margin-top: 16px;
}

.info-card-header-icon {
    width: 56px;
    min-width: 56px;
    height: 56px;
    background: #FFCE24;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info-card-header.d-flex {
    justify-content: flex-start;
}
.info-card-header-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.info-card-content {
    border-top: 1px solid #FFCE24;
    padding-top: 24px;
    margin-top: 24px;
}

.info-card-content-copy {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
}

.info-card-content-copy span {
    font-weight: 700;
}

@media (min-width: 768px) {
    .info-grid {
        display: grid;
        grid-gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }

    .info-card + .info-card {
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .info-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* Information Grid */

/* Review Grid */
.review-grid {
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    max-width: 956px;
    position: relative;
}

.review-card {
    max-width: 308px;
    width: 100%;
    min-height: 236px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 32px 16px;
    margin: 0 10px;
}
.slick-arrow:hover i {
    color: white;
}
/* .review-card + .review-card {
    margin-top: 16px;
} */

.slick-prev, .slick-next {
    appearance: none;
    padding:0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 40%;
    position: absolute;
    z-index: 6;
    background-color: transparent;
    color: #2496FF;
        border: 2px solid #2496FF;
    outline: none;
}

.slick-prev:focus, .slick-next:focus {
    outline: none;
}

.slick-prev {
    left: -8px;
}

.slick-next {
    right: -8px;
}

.review-author {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}

.review-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.review-card-rating-stars {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 4px;
}

.review-card-rating-label {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
}

.review-copy {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
/* Review Grid */

/* footer */
footer {
    background-color: #FFCE24;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #856800;
}

footer .footer-brand {
    margin-bottom: 20px;
}

footer .nav {
    width: fit-content;
}

footer .nav a {
    font-size: 16px;
}

footer a {
    color: #856800;
}

footer .terms-policy {
    margin-bottom: 5px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

/* footer .terms-policy a:first-child {
    padding-right: 10px;
    margin-right: 5px;
    border-right: 1px solid #4A4A4A;
} */

 footer .terms-policy a {
    padding-right: 10px;
    margin-right: 5px;
    border-right: 1px solid #4A4A4A;
}
footer .terms-policy a:hover{
    color: #856800 !important; 
}

@media (min-width: 768px) {
    footer {
        padding-top: 50px;
        padding-bottom: 150px;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    footer .navbar-nav li a {
        color: #856800;
        font-weight: bold;
        padding-left: 0;
        padding-right: 30px;
    }

    footer .sign-in {
        width: 144px;
    }

    footer .nav .nav-btn:hover {
        background: #F5F5F5;
    }

    footer hr {
        margin-bottom: 40px;
    }
}
/* footer */

/* ZIP code modal */
.form-modal {
    
    margin: 0 auto;
    padding: 32px 16px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    /* display: none; */
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0,0,0,.5);
}
.formmodal_wrapper {
    position: fixed;
    background-color: #fff;
    top: 50%;
    transform:translateY(-50%);
    left: 0;
    right: 0;
    margin:0 auto;
    width: 279px;
    padding: 32px 16px;
    display: none;
}
.form-modal.show + .formmodal_wrapper  {
    display: block;
    z-index: 9999;
}

.form-modal-content .modal-body {
    padding: 0;
}

.form-modal-content .form-group {
    margin-bottom: 8px;
}

.form-modal-content .form-group .form-control {
    height: 32px;
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    color: #121212;
}

.form-modal-content .compare-rates-btn {
    height: 32px;
    padding: 8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}
.br-0{
    border-right: 0px !important;
}