@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap");:where(:not(html,iframe,canvas,img,svg,video):not(svg *,symbol *)){all:unset;display:revert}*,:after,:before{box-sizing:border-box}a,button{cursor:revert}menu,ol,ul{list-style:none}img{max-width:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}::-moz-placeholder{color:unset}:-ms-input-placeholder{color:unset}::placeholder{color:unset}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:root{--clr-gray-xdrk:#2b2b2b;--clr-gray-drk:#969696}body{font-family:Rubik,sans-serif;font-size:18px;color:#000}h1{color:#fff;font-size:24px}h1,h2{font-weight:500}h3{font-size:10px;font-weight:700;letter-spacing:.1em;color:var(--clr-gray-drk)}.background-map{height:100vh;display:flex;flex-direction:column}.background{background:url(/pattern-bg.png);background-repeat:no-repeat;background-size:cover;height:30vh;width:100%}.map-container{height:70vh;width:100%;z-index:0}.app-container{position:absolute;top:0;display:flex;flex-direction:column;width:90%;margin-left:auto;margin-right:auto;left:0;right:0;justify-content:center;align-items:center;gap:2rem}header{margin-top:2rem}form{background-color:#fff;height:3em;border-radius:.75rem;display:flex;padding-left:1.5em;overflow:hidden;filter:drop-shadow(0 0 50px rgba(0,0,0,.336))}input[type=text]{width:95%}::-moz-placeholder{color:var(--clr-gray-drk)}:-ms-input-placeholder{color:var(--clr-gray-drk)}::placeholder{color:var(--clr-gray-drk)}input[type=button]{background:url(/icon-arrow.svg),#000;background-repeat:no-repeat;background-position:50% 50%;width:3rem;cursor:pointer}input[type=button]:hover{background:url(/icon-arrow.svg),var(--clr-gray-xdrk);background-repeat:no-repeat;background-position:50% 50%}.data-container{background-color:#fff;border-radius:.75rem;margin-top:1.5rem;filter:drop-shadow(0 0 50px rgba(0,0,0,.336));padding:1rem}.data,.data-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.data{margin:1rem;gap:.25rem}@media screen and (min-width:768px){form{max-width:50%;margin-left:auto;margin-right:auto}.data-container,form{justify-content:space-between}.data-container{margin-top:4rem;flex-direction:row;padding:1rem;width:80vw}.data{height:5rem;align-items:flex-start;border-right:1px solid #e2e2e2;width:100%;margin-left:0;margin-right:0;padding:0 2rem}.isp{border-right:none}}