@media screen and (min-width: 600px){.phone-only{display:none !important}}@media screen and (max-width: 600px){.phone-hidden{display:none !important}}@media screen and (min-width: 1190px){.desktop-hidden{display:none !important}}@media screen and (max-width: 1190px){.desktop-only{display:none !important}}button{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-drag:none;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}a{-webkit-tap-highlight-color:rgba(0,0,0,0)}a:active{opacity:.8}a.wrapper{text-decoration:none}.no-drag{-webkit-user-drag:none;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none}html{background-color:#fcefe8;width:100%;height:100%}*{box-sizing:border-box}body,html{margin:0;padding:0;box-sizing:border-box;overflow-x:clip;scroll-behavior:smooth;background-color:#fcefe8;width:100%;height:100%;isolation:isolate}img,svg{display:block}