@font-face{font-family:"Lora-fallback";size-adjust:115.65%;ascent-override:81%;src:local("Times New Roman")}@font-face{font-family:"Playfair Display-fallback";size-adjust:111.2%;ascent-override:96%;src:local("Times New Roman")}@font-face{font-family:"Roboto-fallback";size-adjust:100.05%;ascent-override:97%;src:local("Arial")}@font-face{font-family:"Oswald-fallback";size-adjust:86.94%;ascent-override:120%;src:local("Arial")}@font-face{font-family:"Open Sans-fallback";size-adjust:105.4%;ascent-override:106%;src:local("Arial")}@font-face{font-family:"PT Serif-fallback";size-adjust:110.5%;ascent-override:97%;src:local("Times New Roman")}.sign-up-form{width:100%}.sign-up-form .sign-up-input-group{position:relative}.sign-up-form .email-sign-up-form{margin-bottom:0}.sign-up-form .email-sign-up-form .invalid-email-hint{padding-top:13px;text-align:center}.sign-up-form .email-sign-up-form .invalid-email-hint #hint{font-weight:600;text-decoration:underline;cursor:pointer;color:#f44336}.sign-up-form .email-sign-up-form .invalid-email-hint #hint:hover{color:rgb(247.3,123.4,114.3)}@media screen and (max-width: 991px){.sign-up-form .email-input-wrapper.errors{margin-bottom:32px}}.sign-up-form .email-input-wrapper.errors input{border:1px solid #f44336}.sign-up-form .email-input-wrapper.errors .validation-message{font-weight:600}.sign-up-form .email-input-wrapper,.sign-up-form .google-sign-up{width:100%}.sign-up-form .google-sign-up{position:relative;z-index:0}.sign-up-form .or-divider{display:flex;justify-content:center;margin-top:12px;margin-bottom:12px}.sign-up-form .or-divider .or{font-weight:normal;font-style:italic}.sign-up-form.welcome .get-started-wrapper{position:absolute;height:52px;width:132px;top:5px;right:5px;z-index:5}.sign-up-form.welcome .email-input-wrapper,.sign-up-form.welcome .google-sign-up{height:62px}.sign-up-form.welcome-rounded .email-input-wrapper{height:54px}.sign-up-form.welcome-rounded .email-input-wrapper input[type=email]{background-color:#f1f4ee;border-radius:27px !important;border:0px;padding-left:27px}.sign-up-form.welcome-rounded .email-input-wrapper input[type=email]:focus,.sign-up-form.welcome-rounded .email-input-wrapper input[type=email]:hover{border:1px solid rgb(219.6,60.3,48.6);box-shadow:0 0 3px 0px rgb(219.6,60.3,48.6);background-color:#fff}.sign-up-form.welcome-rounded .get-started-wrapper{height:54px;z-index:5;position:absolute;top:0px;right:0px}@media(max-width: 479px){.sign-up-form.welcome-rounded .get-started-wrapper{position:static;margin-top:8px}}.sign-up-form.welcome-rounded .get-started-wrapper button{padding:0 27px;border-radius:0 27px 27px 0 !important}@media(max-width: 479px){.sign-up-form.welcome-rounded .get-started-wrapper button{border-radius:27px !important}}.sign-up-form.welcome-rounded .google-sign-up{height:54px}.sign-up-form.welcome-rounded .google-sign-up .google-oauth-button{border-radius:27px !important}.sign-up-form.lander .get-started-wrapper{margin-top:12px}.sign-up-form.lander .email-input-wrapper,.sign-up-form.lander .google-sign-up{height:45px}.sign-up-form.lander .email-input-wrapper.errors{margin-bottom:32px}.sign-up-form.blog .sign-up-input-group{display:flex;flex-direction:column}.sign-up-form.blog .get-started-wrapper{margin-top:12px}.sign-up-form.blog .email-input-wrapper,.sign-up-form.blog .google-sign-up{height:45px}.sign-up-form.blog .email-input-wrapper.errors{margin-bottom:32px}.sign-up-form.signup .get-started-wrapper{position:static;margin-left:0;width:100%;margin-top:20px}.sign-up-form.signup .email-input-wrapper,.sign-up-form.signup .google-sign-up{height:45px}.sign-up-form.signup .email-input-wrapper.errors{margin-bottom:32px}.sign-up-form.unstack .sign-up-input-group{display:flex;flex-direction:row;justify-content:center}.sign-up-form.unstack .email-input-wrapper{width:60%}.sign-up-form.unstack .get-started-wrapper{margin-top:0;margin-left:16px;max-height:45px}@media(max-width: 991px){.sign-up-form.welcome .email-input-wrapper,.sign-up-form.welcome .google-sign-up,.sign-up-form.welcome .get-started-wrapper{height:55px}.sign-up-form.welcome .get-started-wrapper{position:static;margin-left:0;width:100%;margin-top:12px}}@media(max-width: 767px){.sign-up-form.welcome .email-input-wrapper,.sign-up-form.welcome .get-started-wrapper,.sign-up-form.welcome .google-sign-up{height:45px}}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';

/* NOTE: the urls in the commented out blocks below are broken and cause asset compilation to fail.
Commenting them out for now since we don't need them.
*/

/* Slider */
/* .slick-loading .slick-list
{
    background: #fff url(//d2616tuem1neks.cloudfront.net/ajax-loader.gif) center center no-repeat;
} */

/* Icons */
/* @font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(//d2616tuem1neks.cloudfront.net/fonts/slick.eot);
    src: url(//d2616tuem1neks.cloudfront.net/fonts/slick.eot?#iefix) format('embedded-opentype'), url(//d2616tuem1neks.cloudfront.net/fonts/slick.woff) format('woff'), url(//d2616tuem1neks.cloudfront.net/fonts/slick.ttf) format('truetype'), url(//d2616tuem1neks.cloudfront.net/fonts/slick.svg#slick) format('svg');
} */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@font-face{font-family:"Lora-fallback";size-adjust:115.65%;ascent-override:81%;src:local("Times New Roman")}@font-face{font-family:"Playfair Display-fallback";size-adjust:111.2%;ascent-override:96%;src:local("Times New Roman")}@font-face{font-family:"Roboto-fallback";size-adjust:100.05%;ascent-override:97%;src:local("Arial")}@font-face{font-family:"Oswald-fallback";size-adjust:86.94%;ascent-override:120%;src:local("Arial")}@font-face{font-family:"Open Sans-fallback";size-adjust:105.4%;ascent-override:106%;src:local("Arial")}@font-face{font-family:"PT Serif-fallback";size-adjust:110.5%;ascent-override:97%;src:local("Times New Roman")}#welcome-refresh .desktop-header-section{border:none}@media(max-width: 479px){#welcome-refresh{margin:-40px 0 0 -40px}}#welcome-refresh .book-cover-image-section{overflow:hidden;position:relative;display:flex}#welcome-refresh .book-cover-image-section .past-deals-banner{position:absolute;transform:rotate(-45deg);top:40px;left:-75px;width:300px;text-align:center;background-color:#fff;padding:12px;text-transform:uppercase;color:#f44336;font-weight:bold;font-size:16px}@media(max-width: 479px){#welcome-refresh .book-cover-image-section .past-deals-banner{display:none}}#welcome-refresh .book-cover-image-section .cover-image-container{background-color:#f1f4ee;display:grid;grid-auto-flow:column}@media(max-width: 479px){#welcome-refresh .book-cover-image-section .cover-image-container{grid-auto-flow:row;grid-template-columns:1fr 1fr}}#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group{display:grid;grid-auto-flow:row}@media(max-width: 479px){#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group{grid-auto-flow:column}}#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group .cover{height:165px;width:114px}#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group .cover-large{height:330px;width:227px;grid-column:auto/span 2;grid-row:auto/span 2;justify-self:center}@media(max-width: 479px){#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group .cover{height:123px;width:84px}#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group .cover-large{height:246px;width:168px}}#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group .cover,#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group .cover-large{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:10px}@media(max-width: 479px){#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group .cover,#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group .cover-large{padding:5px}}#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group .cover img,#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group .cover-large img{height:100%;border:1px solid rgb(216.9,219.6,214.2)}#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group .cover .price-badge,#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group .cover-large .price-badge{position:absolute;top:4px;right:4px;background-color:rgb(219.6,60.3,48.6);color:#fff;font-family:"Oswald","Oswald-fallback","Arial",sans-serif;text-transform:uppercase;font-weight:400;font-weight:bold;display:flex;align-items:center;justify-content:center;text-align:center;font-size:18px;width:32px;height:32px;border-radius:18px}@media(max-width: 479px){#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group .cover .price-badge,#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group .cover-large .price-badge{top:0;right:0}}@media(max-width: 479px){#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group .cover .price-badge,#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group .cover-large .price-badge{font-size:14px;width:24px;height:24px;border-radius:12px}}#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group .cover .price-badge:before,#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group .cover-large .price-badge:before{content:"$";padding-bottom:5px;font-size:10px}@media(max-width: 479px){#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group .cover .price-badge:before,#welcome-refresh .book-cover-image-section .cover-image-container .cover-image-group .cover-large .price-badge:before{font-size:8px}}#welcome-refresh .header-section{margin-bottom:30px;overflow:hidden}#welcome-refresh .header-section .sticky-placeholder{position:absolute;width:700px;top:150px;display:none}@media(max-width: 991px){#welcome-refresh .header-section .sticky-placeholder{top:120px}}@media(max-width: 991px){#welcome-refresh .header-section .sticky-placeholder{left:0;right:0;margin-inline:auto;width:auto}}#welcome-refresh .header-section .sign-up-container{z-index:10;position:absolute;top:230px;left:0;right:0;margin:0 auto;width:700px;background-color:#fff;box-shadow:0px 0px 60px 0px rgb(68.6,77.4,82.2)}@media(max-width: 479px){#welcome-refresh .header-section .sign-up-container{top:120px}}@media(max-width: 991px){#welcome-refresh .header-section .sign-up-container{left:0;right:0;margin-inline:auto;width:-moz-fit-content;width:fit-content}}#welcome-refresh .header-section .sign-up-container .sign-up-content{padding:40px;max-width:700px}@media(max-width: 479px){#welcome-refresh .header-section .sign-up-container .sign-up-content{text-align:center;padding:40px 30px 0 30px}}#welcome-refresh .header-section .sign-up-container .sign-up-content .header{padding-bottom:40px}@media(max-width: 555px){#welcome-refresh .header-section .sign-up-container .sign-up-content .header{padding-bottom:20px}}#welcome-refresh .header-section .sign-up-container .sign-up-content .header h1{font-size:54px;line-height:1.3em;font-family:Playfair Display,"Playfair Display-fallback",Lora,"Lora-fallback",Georgia,serif}#welcome-refresh .header-section .sign-up-container .sign-up-content .header h1 i{font-weight:900}@media(max-width: 555px){#welcome-refresh .header-section .sign-up-container .sign-up-content .header h1{font-size:44px;line-height:1.3em}}@media(max-width: 479px){#welcome-refresh .header-section .sign-up-container .sign-up-content .header h1{font-size:30px;width:300px;margin:auto}}#welcome-refresh .header-section .sign-up-container .sign-up-content .subheader{padding-bottom:20px;font-size:18px;line-height:1.5em}@media(max-width: 479px){#welcome-refresh .header-section .sign-up-container .sign-up-content .subheader{padding-bottom:10px;font-size:16px;line-height:1.5em}}#welcome-refresh .header-section .sign-up-container .sign-up-content .sign-up-form input,#welcome-refresh .header-section .sign-up-container .sign-up-content .sign-up-form .bub-button,#welcome-refresh .header-section .sign-up-container .sign-up-content .sign-up-form .google-oauth-button{font-size:16px}#welcome-refresh .header-section .sign-up-container .sign-up-content .join-button{display:none}#welcome-refresh .header-section .sign-up-container .sign-up-content .join-button button{display:inline-flex;align-items:center;width:250px;height:54px;border-radius:26px !important;font-size:18px;line-height:1.5em;font-weight:500}html.windows #welcome-refresh .header-section .sign-up-container .sign-up-content .join-button button{font-weight:600}@media(min-width: 479px){#welcome-refresh .header-section .sign-up-container .sign-up-content .navigation{display:none}}@media(max-width: 479px){#welcome-refresh .header-section .sign-up-container .sign-up-content .navigation{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:30px;border-top:1px solid rgb(216.9,219.6,214.2);padding-top:22px}#welcome-refresh .header-section .sign-up-container .sign-up-content .navigation .text{text-align:right;flex-grow:10;font-size:16px;line-height:1.5em}#welcome-refresh .header-section .sign-up-container .sign-up-content .navigation .arrow{height:42px;width:42px;min-width:42px;border-radius:21px;background-size:16px;background-position:13px 14px;background-repeat:no-repeat}#welcome-refresh .header-section .sign-up-container .sign-up-content .navigation .arrow.arrow-forward{background-image:url("data:image/svg+xml,<svg viewBox=\"0 0 15 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8.28571 11L14 6L8.28571 1\" stroke=\"%2304293B\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 6L1.14286 6\" stroke=\"%2304293B\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");background-color:#fff;transform:rotate(90deg);margin-top:8px;margin-bottom:-21px}}#welcome-refresh .header-section.sticky .sticky-placeholder{display:block}#welcome-refresh .header-section.sticky .sign-up-container{position:fixed;top:0;left:0;right:0;z-index:101;padding:0;width:100%;margin:0;box-shadow:0px 0px 20px 0px rgb(231.7,232.8,233.4)}#welcome-refresh .header-section.sticky .sign-up-container .sign-up-content{max-width:700px;margin:auto;padding:20px 0 30px 0}@media(max-width: 767px){#welcome-refresh .header-section.sticky .sign-up-container .sign-up-content{padding-right:20px;padding-left:20px}}#welcome-refresh .header-section.sticky .sign-up-container .sign-up-content .header{padding-bottom:15px}#welcome-refresh .header-section.sticky .sign-up-container .sign-up-content .header h1{width:auto;text-align:center;font-size:34px;line-height:1.2em}@media(max-width: 650px){#welcome-refresh .header-section.sticky .sign-up-container .sign-up-content .header h1{font-size:24px;line-height:1.3em}}#welcome-refresh .header-section.sticky .sign-up-container .sign-up-content .subheader,#welcome-refresh .header-section.sticky .sign-up-container .sign-up-content .navigation{display:none}#welcome-refresh .header-section.sticky .sign-up-container .sign-up-content #sign-up-form-1 .or-divider,#welcome-refresh .header-section.sticky .sign-up-container .sign-up-content #sign-up-form-1 .google-sign-up{display:none}#welcome-refresh .header-section.sticky .sign-up-container .sign-up-content #sign-up-form-1 button::after{content:" – it's FREE";white-space:pre}@media(max-width: 479px){#welcome-refresh .header-section.sticky .sign-up-container .sign-up-content{padding:20px 0}#welcome-refresh .header-section.sticky .sign-up-container .sign-up-content .header h1{font-size:18px;line-height:1.5em}#welcome-refresh .header-section.sticky .sign-up-container .sign-up-content #sign-up-form-1{display:none}#welcome-refresh .header-section.sticky .sign-up-container .sign-up-content .join-button{display:block}#welcome-refresh .header-section.sticky .sign-up-container .sign-up-content .join-button button{display:inline-flex}}#welcome{overflow-x:hidden}#welcome .welcome-container{margin-right:auto;margin-left:auto;display:flex;flex-direction:column}#welcome .welcome-container:before,#welcome .welcome-containerafter{display:table;content:" "}#welcome .welcome-container:after{clear:both}#welcome .welcome-container .main-section{padding-right:15px;padding-left:15px}@media(min-width: 992px){#welcome .welcome-container .main-section{width:100%;max-width:1470px;margin:0 auto}}@media(max-width: 991px){#welcome .welcome-container{width:120%;margin:auto -10%}}@media(max-width: 767px){#welcome .welcome-container{width:100%;margin:auto}}#welcome .welcome-flash-container{padding-top:24px;margin-bottom:-24px;position:relative;width:100%}#welcome .welcome-flash-container .flash-message{text-align:center;max-width:90%;margin:0 auto;width:100%;background:#fff;color:#162127;padding:20px;border-radius:3px;box-shadow:0 2px 3px rgb(185.1,188.4,190.2)}@media(max-width: 991px){#welcome .welcome-flash-container{width:80%;margin:auto 10%}}@media(max-width: 767px){#welcome .welcome-flash-container{width:100%;margin:-4px 0}}#welcome .top-sign-up-row{display:flex;align-items:flex-start;margin-bottom:-90px}@media(min-width: 768px){#welcome .top-sign-up-row.sign-up-section-wrapper{position:relative;justify-content:center;text-align:center;margin:35px 0;height:650px;background-size:1675px;background-position:center center;background-repeat:no-repeat}#welcome .top-sign-up-row.sign-up-section-wrapper.us{background-image:url("https://res.cloudinary.com/bookbub/image/upload/f_auto,q_auto,w_3350/welcome/desktop-book-shelves-1224-3x")}#welcome .top-sign-up-row.sign-up-section-wrapper.gb{background-image:url("https://res.cloudinary.com/bookbub/image/upload/f_auto,q_auto,w_3350/welcome/uk-desktop-book-shelves-1224-3x")}#welcome .top-sign-up-row.sign-up-section-wrapper.intl{background-image:url("https://res.cloudinary.com/bookbub/image/upload/f_auto,q_auto,w_3350/welcome/international-desktop-book-shelves-1224-3x")}#welcome .top-sign-up-row.sign-up-section-wrapper .sign-up-section{width:auto;position:absolute;background-color:hsla(0,0%,100%,.95);z-index:1;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.5);margin-top:40px;padding:0px}#welcome .top-sign-up-row.sign-up-section-wrapper .sign-up-text{margin:55px;width:100%}}@media(min-width: 768px)and (min-width: 1200px){#welcome .top-sign-up-row.sign-up-section-wrapper .sign-up-text{max-width:475px}}#welcome .top-sign-up-row .sign-up-section{width:50%}#welcome .top-sign-up-row .sign-up-text{width:100%;max-width:570px;margin-left:auto;margin-top:56px}#welcome .top-sign-up-row .sign-up-text .sign-up-title{font-family:Playfair Display,"Playfair Display-fallback",Lora,"Lora-fallback",Georgia,serif;font-weight:900;font-size:44px;line-height:1.3em;color:#162127;line-height:1.2em;font-size:54px;line-height:1.3em;line-height:1.2em;width:100%;position:relative;z-index:2}#welcome .top-sign-up-row .sign-up-text .sign-up-content{font-family:"Oswald","Oswald-fallback","Arial",sans-serif;text-transform:uppercase;font-weight:400;font-size:22px;line-height:1.4em;text-transform:none;margin-bottom:16px;margin-top:32px}#welcome .top-sign-up-row .sign-up-text .sign-up-content .highlight-word{color:rgb(219.6,60.3,48.6)}@media(max-width: 1199px){#welcome .top-sign-up-row .sign-up-text{max-width:472px}}@media(max-width: 991px){#welcome .top-sign-up-row .sign-up-text{max-width:360px}#welcome .top-sign-up-row .sign-up-text .sign-up-content{margin-bottom:16px;margin-top:20px}}@media(max-width: 767px){#welcome .top-sign-up-row .sign-up-text{max-width:100%}#welcome .top-sign-up-row .sign-up-text .sign-up-content{margin-bottom:16px;margin-top:12px}}#welcome .top-sign-up-row #sign-up-form-1{width:100%;max-width:500px}#welcome .top-sign-up-row #sign-up-form-1.with-oauth{min-height:167px}#welcome .top-sign-up-row .sign-up-section.sign-up-section-wrapper{margin-left:-15px;width:calc(100% + 30px)}#welcome .top-sign-up-row .book-shelves-image-wrapper{display:inherit;padding-top:90.6666666667%;width:100%;background-repeat:no-repeat;background-size:contain;margin-bottom:10px}#welcome .top-sign-up-row .book-shelves-image-wrapper.us{background-image:url("https://res.cloudinary.com/bookbub/image/upload/f_auto,q_auto/welcome/mobile-book-shelves-1224-3x")}#welcome .top-sign-up-row .book-shelves-image-wrapper.gb{background-image:url("https://res.cloudinary.com/bookbub/image/upload/f_auto,q_auto/welcome/uk-mobile-book-shelves-1224-3x")}#welcome .top-sign-up-row .book-shelves-image-wrapper.intl{background-image:url("https://res.cloudinary.com/bookbub/image/upload/f_auto,q_auto/welcome/international-mobile-book-shelves-1224-3x")}@media(min-width: 768px){#welcome .top-sign-up-row .book-shelves-image-wrapper{display:none}}@media(max-width: 767px){#welcome .top-sign-up-row .sign-up-text{width:100%}#welcome .top-sign-up-row #sign-up-form-1{width:100%;max-width:100%}#welcome .top-sign-up-row #sign-up-form-1.with-oauth{min-height:190px}}#welcome .image-row{display:flex;align-items:center}#welcome .image-row .image-row-item{width:50%}#welcome .image-row .image-row-item .left-text,#welcome .image-row .image-row-item .right-text{width:100%;max-width:570px}@media(max-width: 1199px){#welcome .image-row .image-row-item .left-text,#welcome .image-row .image-row-item .right-text{max-width:430px}}@media(max-width: 991px){#welcome .image-row .image-row-item .left-text,#welcome .image-row .image-row-item .right-text{max-width:360px}}@media(max-width: 767px){#welcome .image-row .image-row-item .left-text,#welcome .image-row .image-row-item .right-text{max-width:100%}}#welcome .image-row .image-row-item .left-text .meta-header,#welcome .image-row .image-row-item .right-text .meta-header{font-family:"Oswald","Oswald-fallback","Arial",sans-serif;text-transform:uppercase;font-weight:400;font-size:16px;line-height:1.5em}#welcome .image-row .image-row-item .left-text .header,#welcome .image-row .image-row-item .right-text .header{font-family:Playfair Display,"Playfair Display-fallback",Lora,"Lora-fallback",Georgia,serif;font-weight:900;font-size:44px;line-height:1.3em;color:#162127;line-height:1.2em}#welcome .image-row .image-row-item .left-text .body,#welcome .image-row .image-row-item .right-text .body{font-family:Lora,"Lora-fallback",Georgia,Times,serif;font-size:18px;line-height:1.5em;margin-top:40px}#welcome .image-row .image-row-item .left-text .body .discount,#welcome .image-row .image-row-item .right-text .body .discount{font-weight:800}#welcome .image-row .image-row-item .left-text{margin-left:auto}#welcome .image-row .image-row-item .right-text{margin-right:180px}#welcome .photo{width:90%;position:relative}#welcome .photo.side{display:block}#welcome .photo.down{display:none}#welcome .photo.arrow{width:10%;z-index:100;margin:-35px auto -80px auto}#welcome .testimonial-section{text-align:center;margin:30px 0;width:100%}#welcome .testimonial-section .testimonial-title{font-family:Playfair Display,"Playfair Display-fallback",Lora,"Lora-fallback",Georgia,serif;font-weight:900;font-size:44px;line-height:1.3em;color:#162127;line-height:1.2em;margin-bottom:40px}@media(min-width: 768px){#welcome .testimonial-section .testimonial-title{margin-top:32px;margin-bottom:64px}}@media(min-width: 768px){#welcome .testimonial-section .testimonials{display:grid;grid-template-columns:1fr auto 1fr auto 1fr}}#welcome .testimonial-section .testimonials .testimonial{width:100%}#welcome .testimonial-section .testimonials .testimonial .testimonial-content{font-family:Lora,"Lora-fallback",Georgia,Times,serif;font-size:18px;line-height:1.5em}#welcome .testimonial-section .testimonials .stars{color:rgb(219.6,60.3,48.6);margin-bottom:24px}#welcome .testimonial-section .testimonials .vertical-divider{width:0;height:60%;border-right:1px rgb(220.05,221.7,222.6) solid;margin-bottom:20px}@media(min-width: 992px){#welcome .testimonial-section .testimonials .vertical-divider{margin:auto 40px}}@media(min-width: 768px){#welcome .testimonial-section .testimonials .vertical-divider{margin:auto 28px}}#welcome .testimonial-section .testimonials .testimonial-details{margin-top:20px}#welcome .testimonial-section .testimonials .testimonial-user{font-family:Lora,"Lora-fallback",Georgia,Times,serif;font-size:16px;line-height:1.5em}#welcome .testimonial-section .testimonials .testimonial-location{font-family:"Oswald","Oswald-fallback","Arial",sans-serif;text-transform:uppercase;font-weight:400;font-size:14px;line-height:1.5em}@media(min-width: 768px){#welcome .testimonial-section .testimonials .slick-list{grid-column:3}}#welcome .testimonial-section .testimonials .slick-slide{padding:0 20px 10px;outline:none}#welcome .testimonial-section .testimonials .slick-dots li{margin:0 3px}#welcome .testimonial-section .testimonials .slick-dots li button:before{content:" ";background:#162127;font-size:12px;line-height:1.5em;height:11px;width:11px;border-radius:50%}#welcome .testimonial-section .testimonials .slick-dots li.slick-active button:before{color:#162127;opacity:.75}@media(max-width: 1199px){#welcome .top-sign-up-row{margin-bottom:-30px}#welcome .photo.arrow{margin:10px auto}}@media(max-width: 991px){#welcome .top-sign-up-row{margin-bottom:0}#welcome .top-sign-up-row .sign-up-section{margin-left:0;padding-left:20px}#welcome .top-sign-up-row .sign-up-section .sign-up-text .sign-up-title{font-family:Playfair Display,"Playfair Display-fallback",Lora,"Lora-fallback",Georgia,serif;font-weight:900;font-size:34px;line-height:1.2em;color:#162127;line-height:1.2em}#welcome .top-sign-up-row .sign-up-section .sign-up-text .sign-up-content{font-size:18px;line-height:1.5em}#welcome .image-row .image-row-item .left-text .header,#welcome .image-row .image-row-item .right-text .header{font-family:Playfair Display,"Playfair Display-fallback",Lora,"Lora-fallback",Georgia,serif;font-weight:900;font-size:34px;line-height:1.2em;color:#162127;line-height:1.2em}#welcome .image-row .image-row-item .left-text .body,#welcome .image-row .image-row-item .right-text .body{font-family:Lora,"Lora-fallback",Georgia,Times,serif;font-size:16px;line-height:1.5em;margin-top:32px}#welcome .image-row .image-row-item .right-text{margin-left:0;margin-right:20px}#welcome .photo.arrow{margin:0 auto}#welcome .testimonial-section .testimonial-title{font-family:Playfair Display,"Playfair Display-fallback",Lora,"Lora-fallback",Georgia,serif;font-weight:900;font-size:34px;line-height:1.2em;color:#162127;line-height:1.2em}#welcome .testimonial-section .testimonials .testimonial .testimonial-content{font-family:Lora,"Lora-fallback",Georgia,Times,serif;font-size:16px;line-height:1.5em}}@media(max-width: 767px){#welcome .top-sign-up-row{flex-direction:column}#welcome .top-sign-up-row .sign-up-section{width:100%;margin-top:20px;padding-right:15px;padding-left:15px}#welcome .top-sign-up-row .sign-up-section .sign-up-text{text-align:center;width:100%;margin:0px 0px 20px 0px}#welcome .top-sign-up-row .sign-up-section .sign-up-text .sign-up-title{width:100%}#welcome .image-row{flex-direction:column}#welcome .image-row .image-row-item{width:100%}#welcome .image-row .image-row-item.first{order:1}#welcome .image-row .image-row-item.second{order:2}#welcome .image-row .image-row-item .left-text,#welcome .image-row .image-row-item .right-text{text-align:center;width:100%;margin:0 0 40px 0}#welcome .photo#coffee-phone{width:128%;margin:auto -22%;min-height:313px}#welcome .photo#ipad{width:118%;margin-left:-11%}#welcome .photo#kindle-iced-tea{width:120%;margin-left:-14%}#welcome .photo#wishlist-alerts{width:118%;margin-left:-15%}#welcome .photo .bump-left{margin-left:13%}#welcome .photo.arrow{margin:16px auto;width:50px}#welcome .photo.arrow.down{display:block}#welcome .photo.arrow.side{display:none}}@media(min-width: 992px){#welcome #coffee-phone{min-height:424px}}@media(min-width: 1200px){#welcome #coffee-phone{min-height:515px}}#welcome .bottom-signup-row{margin-top:100px;margin-bottom:200px}#welcome .bottom-signup-row .bottom-signup-text{width:100% !important}@media(max-width: 991px){#welcome .bottom-signup-row .bottom-signup-text{width:80% !important}}@media(max-width: 767px){#welcome .bottom-signup-row .bottom-signup-text{width:100% !important}}#welcome .bottom-signup-row .header{margin-bottom:28px}#welcome .bottom-signup-row #sign-up-form-2{width:100%;max-width:535px}@media(max-width: 767px){#welcome .bottom-signup-row #sign-up-form-2{max-width:100%}}#welcome .retailer-row{margin:50px 0}@media(max-width: 991px){#welcome .retailer-row{margin:30px 0}}@media(max-width: 767px){#welcome .retailer-row{margin:0}}#welcome .retailer-row .logos .logo-row{display:flex}#welcome .retailer-row .logos .logo-row .logo-img{height:45px;margin-top:32px;margin-right:32px}#welcome .retailer-row .logos .logo-row .retailer-img{height:35px;margin-top:24px;margin-right:24px}@media(max-width: 991px){#welcome .retailer-row .logos .logo-row .logo-img{height:35px;margin-top:24px;margin-right:24px}#welcome .retailer-row .logos .logo-row .retailer-img{height:25px;margin-top:16px;margin-right:16px}}@media(max-width: 767px){#welcome .retailer-row .logos .logo-row{justify-content:center;flex-wrap:wrap}#welcome .retailer-row .logos .logo-row .logo-img{margin-right:16px}}
