:root{--navbar-color:#F3DD60;--navbar-color-semitransparent:#f3dd60b4;--navbar-text-color:#2D1A36;--orange-color:#E8733A;--button-color:#e8743ae0;--button-border-color:#884523;--stitch-box-color:#f3dd6096;--stitch-box-content-color:#f3dd60ee;--stitch-box-color:#f3d840ee;--navbar-color:#f3d840ee}html,body{font-family:roboto,sans-serif;margin:0;padding:0;box-sizing:border-box;color:#2d1a36;font-size:1.1rem}.material-symbols-rounded{user-select:none;font-variation-settings:'FILL' 0,'wght' 300,'GRAD' 0,'opsz' 24}*,*:before,*:after{box-sizing:border-box;word-break:break-word;word-wrap:break-word}body{background-color:#fff;background-image:radial-gradient(#21212119 15%,transparent 15%),radial-gradient(#21212119 15%,transparent 15%);background-size:30px 30px;background-position:0 0,15px 15px}header{position:sticky;top:0;overflow:hidden;z-index:90}main{min-height:94vh}.navbar{background-color:var(--navbar-color);color:var(--navbar-text-color);display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 16px;position:relative;z-index:90;width:100%;min-height:6vh}.navbar-filler{display:none}#navbar-mobile-open{display:none}.navbar-mobile{display:none;z-index:99;background-color:var(--navbar-color);height:100vh;top:0;position:fixed;width:80%;max-width:400px;padding:1rem;flex-direction:column;justify-content:space-between}#navbar-mobile-close{font-size:2.5rem}.navbar-mobile .navbar-links,.navbar-mobile .navbar-languages{display:flex;flex-direction:column;width:100%}.navbar-mobile .navbar-link,.navbar-mobile .navbar-language{width:100%;font-size:1.4rem;padding:.7rem}.navbar-mobile.active{display:flex}.navbar-languages{display:flex;flex-direction:row;column-gap:10px}.navbar-language{padding:4px 8px;border-radius:8px}.navbar-language.selected{color:var(--navbar-color);background-color:var(--navbar-text-color)}.navbar-language:hover{color:var(--navbar-color);background-color:var(--navbar-text-color)}.navbar-title{font-weight:700;font-size:1.5rem;position:absolute;top:50%;left:50%;justify-content:center;align-items:center;display:flex;transform:translate(-50%,-50%)}.navbar-links{display:flex;flex-direction:row;column-gap:10px}.navbar-link{padding:4px 8px;border-radius:8px}.navbar-link:hover,.navbar-link.active{color:var(--navbar-color);background-color:var(--navbar-text-color)}.navbar-link a,.navbar-language a{color:unset;text-decoration:unset}.main{width:100%}.button{border-radius:8px;padding:8px 32px;text-decoration:none;position:relative;background:linear-gradient(90deg,var(--button-color),var(--button-color)),url(/images/crossed-lines.png)repeat;cursor:pointer;border:4px solid var(--button-border-color);color:unset}.button:visited{color:unset}.stitch-box{background:linear-gradient(90deg,var(--stitch-box-color),var(--stitch-box-color)),url(/images/woof-tissue.png)repeat;background-size:100%;background-repeat:repeat;padding:8px;border-radius:16px}.stitch-box-content{background:linear-gradient(90deg,var(--stitch-box-content-color),var(--stitch-box-content-color)),url(/images/woof-tissue.png)repeat;border-radius:8px;padding:16px;height:100%;width:100%}.stitch-box-content *{margin:0}footer{background-color:var(--navbar-color);padding:2rem;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-top:2rem}.social-media-links{display:flex;flex-direction:row;align-items:center;gap:.5rem}.social-link-img{max-height:1.2rem}.service-button-wrapper{margin:0 0 1rem;justify-content:center;display:flex}.service-button{font-size:2rem;font-weight:500;margin:1rem;text-align:center}@media(max-width:999px){.navbar .navbar-links{display:none}.navbar .navbar-languages{display:none}.navbar-title{font-weight:700;font-size:1.5rem;position:absolute;top:50%;left:10%;width:80%;transform:translate(0%,-50%)}#navbar-mobile-open{display:block;font-size:2.5rem;position:absolute;top:50%;transform:translate(0%,-50%);left:1rem}}@media(max-width:600px){footer{display:flex;flex-direction:column;gap:1rem;align-items:center}.footer-text{display:block}.footer-text-separator{display:none}.footer-text-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}}@media(max-width:500px){.navbar{padding:0 1rem}#navbar-mobile-open{position:relative;transform:none;left:0}.navbar-title{position:relative;top:unset;left:unset;width:unset;transform:unset}.navbar-filler{display:block}}