/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}*{box-sizing:border-box}body{font-family:"Spline Sans",sans-serif;font-weight:300;min-width:320px;background-color:#eee}#headerWrapper{background-color:#000}header.nav{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;position:relative;z-index:1000;background-color:#000}header.nav picture img{height:auto;width:100px;max-width:100%}header.nav .brand-name{color:#fff;font-size:1.25rem;font-weight:600;margin-left:.75rem;flex:1}header.nav .menu-button{background:none;border:none;cursor:pointer;display:block;position:relative;width:32px;height:24px;z-index:1100}header.nav .menu-icon,header.nav .menu-icon::before,header.nav .menu-icon::after{content:"";display:block;background:#fff;height:3px;width:100%;border-radius:2px;position:absolute;left:0;transition:all .3s ease}header.nav .menu-icon{top:50%;transform:translateY(-50%)}header.nav .menu-icon::before{top:-8px}header.nav .menu-icon::after{top:8px}header.nav .menu-button.active .menu-icon{background:rgba(0,0,0,0)}header.nav .menu-button.active .menu-icon::before{transform:rotate(45deg);top:0}header.nav .menu-button.active .menu-icon::after{transform:rotate(-45deg);top:0}header.nav .nav-links{list-style:none;display:flex;flex-direction:column;gap:1rem;position:fixed;top:0;right:0;height:100vh;width:75%;max-width:320px;background:#111;padding:5rem 1.5rem;transform:translateX(100%);transition:transform .3s ease;z-index:1050}header.nav .nav-links.open{transform:translateX(0);box-shadow:0 2px 8px rgba(0,0,0,.1)}header.nav .nav-links li a{color:#fff;text-decoration:none;font-weight:500;display:block;padding:.75rem 0;transition:color .3s}header.nav .nav-links li a:hover{color:#f1c40f}.hero-image{position:relative;padding-bottom:2rem}.hero-image img{width:100%;height:auto;display:block}.hero-image p{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);margin:0;padding:1rem 2rem;text-align:center;width:80%;max-width:400px;color:#000;background-color:rgba(205,137,0,.8);font-size:1.25rem;border-radius:25px;font-weight:500}h1{margin-left:.5rem}.allcards{display:grid;grid-template-columns:1fr;gap:1rem;padding:1rem 10px}.allcards section{display:flex;flex-direction:column;justify-content:space-between;background:#fff;border-radius:1rem;padding:1.5rem;text-align:center;min-height:360px}.allcards img{display:block;border-radius:8px;margin:auto}.allcards h2{margin:.5rem 0 .25rem;color:#cd8900;font-weight:500}.allcards a{color:#000}.btn{display:inline-block;background:#711b1b;color:#fff !important;width:100%;padding:.5rem 2rem;border-radius:10px;text-decoration:none;text-align:center;font-weight:500}.btn:hover,.btn:focus{background:hsl(0,61.4285714286%,19.4509803922%)}.wrap{display:flex;justify-content:center;align-items:center;margin-bottom:1rem;transition:transform .3s ease}@keyframes bounce{0%,100%{transform:translateY(0)}30%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}section:hover .wrap{animation:bounce .6s ease}section:hover .wrap svg,section:hover .wrap img{transform:scale(1.05);transition:transform .3s ease}main h1{font-size:1.6rem;margin-bottom:.25rem}main p{color:#333;line-height:150%}.reviews-section{padding:0;color:#222}.reviews-section .container{max-width:1200px;margin:0 auto;padding:.5rem;padding-bottom:3rem}.reviews-section .reviews-intro{margin-bottom:1.25rem;color:#444}.reviews-section .reviews-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}.review-card{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 6px 18px rgba(15,20,25,.06);display:flex;gap:.85rem;align-items:flex-start;transition:transform 200ms ease,box-shadow 200ms ease}.review-card:hover,.review-card:focus-within{transform:translateY(-4px)}.review-avatar{flex:0 0 56px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg, #e67e22 0%, #f3a65a 100%);color:#fff;display:grid;place-items:center;font-weight:600;font-size:.95rem;text-transform:uppercase}.review-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}.review-body{flex:1 1 auto;min-width:0}.review-meta{display:flex;gap:.5rem;align-items:center;margin-bottom:.35rem;font-size:.9rem;color:#222}.reviewer-name{font-weight:700}.reviewer-location{color:#666;font-weight:500;font-size:.85rem}.review-quote{margin:.35rem 0 0;color:#333;line-height:1.4;font-size:.95rem}.stars{display:inline-flex;margin-left:auto}.stars .star{width:16px;height:16px;fill:#f1c40f}#loadMoreReviews{margin-top:1.25rem}#footerWrapper{padding-top:2rem;background-color:#000;color:#fff}.footer-upper{display:flex;justify-content:center;align-items:flex-start;gap:20px;width:100%;max-width:1200px;margin:0 auto;flex-wrap:wrap;border-bottom:1px solid #eee}.footer-upper>div{flex:1;text-align:center;min-width:200px}.footer-social{width:10rem;margin-bottom:2rem}.footer-social ion-icon{font-size:2rem;color:#fff}.brand-text{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;margin-right:.5rem}.footer-form input[type=email]{margin-bottom:.5rem;padding:.5rem;border:1px solid #ddd;border-radius:10px;width:100%}.footer-form #signup-form{margin:0 .5rem}.footer-form button{margin-bottom:1.25rem}footer{padding:1rem 10px;text-align:center}footer a{color:#fff;text-decoration:none}.footer-sitemap{margin:2rem 0;display:grid;grid-template-columns:1fr;gap:1rem}.footer-sitemap h4{color:#cd8900}.footer-sitemap ul{list-style:none;margin:0;padding:0}.footer-bottom{border-top:1px solid #eee;padding-top:1rem;font-size:.85rem}.brand-text a{color:inherit;text-decoration:none}.brand-text a:hover,.brand-text a:focus{text-decoration:underline}.visually-hidden{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px, 1px, 1px);white-space:nowrap}@media only screen and (min-width: 35rem)and (min-width: 600px){header.nav{justify-content:flex-start;gap:1rem;width:90%}header.nav .menu-button{display:none}header.nav .nav-links{display:flex !important;position:static;flex-direction:row;height:auto;width:auto;transform:none;background:none;box-shadow:none;padding:0;margin-left:auto}header.nav .nav-links li a{color:#fff;padding:.5rem 1rem}header.nav .nav-links li a:hover{background:hsla(0,0%,100%,.1);border-radius:8px}.allcards{grid-template-columns:repeat(2, 1fr);gap:1rem;padding:1.5rem 10px}.allcards section{display:flex;flex-direction:column}.reviews-section .container{padding-bottom:3rem}.footer-upper>div{flex:1;text-align:center;min-width:0}.footer-inner{grid-template-columns:1fr 1fr;align-items:start;gap:1.5rem}.brand-text{display:flex;align-items:center;justify-content:space-between;max-width:900px;margin:0 auto}.footer-form{order:3;align-self:center}}@media only screen and (min-width: 64rem)and (min-width: 900px){header,nav,main{max-width:960px;margin:auto;width:100%}.hero-image p{font-size:2rem;width:40%}nav ul{justify-content:flex-start;gap:1.25rem;padding-left:0}.nav .nav-links a{margin:0}h1{margin-left:0rem}.allcards{grid-template-columns:repeat(3, 1fr);gap:1.5rem;padding:2rem 0}.allcards section{padding:1rem;box-shadow:0 2px 6px rgba(0,0,0,.06)}.reviews-section .container{padding:0;padding-bottom:3rem}.footer-inner{grid-template-columns:1fr 2fr 1fr;align-items:start;gap:2rem}.footer-upper{align-items:flex-start}.footer-sitemap{grid-column:2;display:grid;grid-template-columns:repeat(3, 1fr);gap:1rem}.footer-social{grid-column:3;align-self:start}.footer-form{margin-left:auto}}