@import 'https://fonts.googleapis.com/css2?family=Lobster&display=swap';.home-banner{min-height:800px;background-image:url(/images/banner/books-cover.jpg);background-position:0;background-size:cover;background-size:100%;background-repeat:no-repeat;position:relative}.home-banner-gradient{z-index:1;background-color:var(--navbar-color);background:linear-gradient(90deg,var(--navbar-color),transparent 150%);opacity:80%;width:100%;height:100%;position:absolute;clip-path:polygon(60% 0%,60% 100%,0% 100%,0%,0%)}.banner-content{display:flex;flex-direction:column;position:absolute;width:60%;left:20%;top:20%;z-index:2}.banner-content-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem}.banner-content-row:last-of-type{justify-content:center}.home-banner-quote{font-size:1.2rem;background-color:var(--navbar-color-semitransparent);padding:1rem;border-radius:8px}#banner-contact-button{z-index:2;font-size:2rem;font-weight:500}.home-banner-text{z-index:2;display:flex;align-items:center;flex-direction:column}.home-banner-title{font-weight:600;font-size:3rem;font-family:lobster,sans-serif;font-weight:400;font-style:normal}.home-banner-subtitle{font-size:2rem}.home-head{width:70%;z-index:3;position:relative;margin:0 auto 16px;min-height:20rem;background-color:#e58f65;border-radius:8px;display:flex;flex-direction:row;justify-content:space-around;align-items:center}.home-stats{display:grid;grid-template-columns:1fr 1fr;gap:0}.home-stat{display:flex;flex-direction:column;justify-content:center;align-items:center}.home-stat-number{font-size:3rem}.home-stat-subtitle{font-size:1.5rem}.home-head-logo{height:15rem}.home-head-logo img{max-width:100%;max-height:100%}.home-head-title{font-size:2.5rem;font-weight:600}.home-head-subtitle{font-size:2rem}.home-content-wrap{width:70%;margin:0 auto;background-color:var(--navbar-color);border-radius:16px;z-index:10;position:relative;padding:8px;transform:translate(0,-15vh)}.home-content-wrap-overlay{border-radius:16px;height:100%;width:100%;position:absolute;top:0%;left:0%;background:url(/images/woof-tissue.png);opacity:50%;z-index:-2;background-size:30%;background-repeat:repeat}.home-content{background-color:var(--navbar-color);border-radius:8px;padding:1rem 1.5rem;position:relative}.home-content-overlay{height:100%;width:100%;position:absolute;top:0%;left:0%;background:url(/images/woof-tissue.png);opacity:10%;z-index:0}.home-content-inner{z-index:1;position:relative;padding:1rem .5rem}.home-content-title{font-size:2rem;font-weight:600}.home-content-text{font-size:1.4rem;display:flex;flex-direction:column}.home-content-text ul{margin:0}.zigzag{display:flex;align-items:center;margin:2rem 0}.zigzag.reverse{flex-direction:row-reverse}.zigzag-image{max-width:50%}.zigzag-image img{max-width:100%;border-radius:8px;max-height:300px}.zigzag-text{flex:1;padding:1rem}@media(max-width:1599px){.home-content-wrap{transform:translate(0,-5vh)}.banner-content{flex-direction:column;justify-content:center;align-items:center;gap:2rem;top:-5%;height:100%}.banner-content-row{flex-direction:column;justify-content:center;align-items:center;gap:.5rem}.zigzag{flex-direction:column}.zigzag.reverse{flex-direction:column}.zigzag-text{text-align:left}.zigzag-image{max-width:70%}.zigzag-image img{max-height:400px}}@media(max-width:999px){.home-banner{background-size:cover}.home-content{padding:.25rem}.home-banner-text>img{height:15rem}.home-banner-title{font-size:2.5rem}.home-banner-subtitle{font-size:1.5rem}.home-banner-text img{max-width:80%;object-fit:contain}.banner-content{width:90%;left:5%}.home-content-wrap{width:95%;margin:0 auto}.zigzag-image{max-width:100%}}@media(max-width:499px){.home-banner-text img{margin-bottom:-4rem}}