header{
    display: none!important;
}

#header {
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: solid 1px #2D4975;
    position: fixed;
    height: 83px;
    z-index: 9999;
    background-color: #fff;
    border-bottom: solid 1px #D9D9D9;
    z-index: 999999;
}


#header .wrapper {
    height: 100%;
}

.header-message{
    font-size: 16px;
    color: #0C1B33;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.16px;
}

.header-message span{
    font-size: 12px;
}

.top-logos {
    align-items: center;
}

.pictime-logo {
    max-width: 200px;
    width: 100%;
    margin-left: 12px;
    height: auto;
    margin-bottom: -5px;
}
.flex-center-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.subtitle-wrapper{
    max-width: 832px;
    margin: 0 auto;
    width: 100%;
    padding: 65px 0 35px;
}

#newform .error{
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: block;
    padding-top: 20px;
}

.offer-text{
    margin: 40px 0 60px;
}
.applicable{
    padding-top: 20px;
    color: #717A88;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.16px;
    text-align: left;
}
.section#home-slide-ab{
    padding-bottom: 125px;
}

.top-logos img{
    max-width: 223px;
}

#accountpop{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 432px;
    height: 555px;
    background: #fff;
    border-radius: 5px;
    display: none;
    z-index: 999999999999;
}

#accountpop iframe{
    margin-top: -20px;
    padding: 20px 32px;
    width: 100%;
    height: 100%;
    display: flex;
}

.flex-image-row{
    gap: 135px;
    justify-content: space-between;
    display: flex;

}

.flex-image-row-reverse{
    flex-direction: row-reverse;
}

.flex-image-row-inner{
    align-items: center;
    display: flex;
    width: 100%;
}

.image-relative-wrapper{
    width: 100%;
    position: relative;
    text-align: center;
    min-height: 350px;
}

.image-relative-wrapper .text-image-img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    max-width: 650px;
}

.no-border{
    border: 0!important;
}

.cta-link:hover{
    cursor: pointer;
}


.flex-text-image{
    gap: 35px;
    max-width: 440px;
}



.image-over{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.image-over-a,
.image-over-a-3{
    bottom: 20px;
    max-width: 630px;
}

.image-over-a-2{
    max-width: 680px;
    bottom: -50px;
}

.image-over-a-4{
    max-width: 680px;
    top: -20px;
}
.bg-pink-banner{
    padding-top: 108px;
    padding-bottom: 88px;
    background-image: url(../img/honeybook/stars.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
.bg-pink{
    background-color: #FFEEF2;
}

.marg-top-30{
    margin-top: 30px;
}

#newform_email::placeholder{
    color: #717A88;
}

@media screen and (min-width: 991px) and (max-width: 1300px) {
    .image-relative-wrapper .text-image-img{
        width: 480px;
    }
    .flex-image-row{
        gap: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .flex-image-row {
        flex-direction: column!important;
        gap: 40px;
    }

    .flex-text-image {
        padding: 20px 0;
    }

    .subtitle-wrapper{
        padding-top: 30px;
    }


    .image-relative-wrapper{
        text-align: center;
        min-height: auto;
    }

    .image-relative-wrapper .text-image-img{
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }

    .image-over{
        display: none!important;
    }
    .marg-top-90-mobile{
        margin-top: 107px!important;
    }
    .bg-pink-banner{
        background-image: url(../img/honeybook/stars-mobile.png);
        background-size: 40%;
        background-position: bottom 18% right -18px;
        padding-top: 88px;
        padding-bottom: 88px;
    }
    .bg-white-mobile{
        background: #fff!important;
    }

    .review-slide .splide__slide .slide-content{
        background: #F6F6F6;
    }

    body .splide__pagination__page{
        opacity: 1!important;
        background: #0a0a0e;
        border: solid 1px #0a0a0e;
    }
    body .splide__pagination__page.is-active{
        background: #fff!important;
    }

    body .review-slide .splide__pagination__page{
        width: 9px;
        height: 9px;
    }
    .section#home-slide-ab{
        padding-bottom: 0;
    }
    .header-message{
        padding: 0 0 30px;
        margin: 0;
        color: #0C1B33;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.14px;
    }
    .culling-video-wrapper{
        padding-bottom: 88.8% !important;
    }

    .section#home-slide-ab{
        padding-top: 45px;
    }
    .qa-list{
        margin-bottom: 70px;
    }
    .top-logos img{
        max-width: 195px;
    }
}

@media only screen and (max-width: 500px) {
    .top-logos img{
        max-width: 175px;
    }
}