.nav-card-container[data-v-cf286928]{flex-direction:row;justify-content:space-between;justify-self:center;z-index:99;position:fixed;bottom:0;right:50%;transform:translate(50%,-50%);margin:0 auto;background-color:#fff;border:1px solid #edeef2;box-shadow:0 6px 10px rgb(0 0 0/2%);width:-moz-fit-content;width:fit-content;padding:4px;border-radius:16px;display:grid;grid-auto-flow:column;gap:10px;overflow:auto;align-items:center;box-sizing:border-box;min-width:0}.menu-item[data-v-cf286928]{display:flex;flex-flow:row nowrap;border-radius:3rem;outline:none;cursor:pointer;text-decoration:none;color:#000;font-size:1rem;font-weight:500;padding:8px 12px;word-break:break-word;overflow:hidden;white-space:nowrap}.active[data-v-cf286928]{border-radius:12px;font-weight:600;justify-content:center;color:#000;background-color:#edeef2}#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50}#nav{padding:30px}#container{display:flex;flex-flow:column;align-items:center;margin-top:120px}#header-container{display:flex;flex-flow:row nowrap;position:fixed;z-index:2}#header,#header-container{width:100%;justify-content:space-between;top:0}#header{padding:1rem;grid-template-columns:1fr 1fr;display:grid;align-items:center;flex-direction:row;z-index:21;position:relative;background-image:linear-gradient(transparent 50%,#191b1f 0);background-position:0 0;background-size:100% 200%;box-shadow:0 0 0 1px transparent;transition:background-position .1s ease 0s,box-shadow .1s ease 0s;background-blend-mode:hard-light}#to-home-logo{display:flex;align-items:center;pointer-events:auto;justify-self:flex-start;margin-right:12px}#header-right-container{display:flex;flex-direction:row;align-items:center;justify-self:flex-end}#nav-component{flex-direction:row;justify-content:space-between;justify-self:center;z-index:99;position:fixed;bottom:0;right:50%;transform:translate(50%,-50%);margin:0 auto;background-color:#191b1f;border:1px solid #2c2f36;box-shadow:0 6px 10px rgb(0 0 0/2%)}#logo-transform{transition:transform .3s ease 0s}#logo-transform:hover{transform:rotate(-5deg)}#header-right-component{align-items:center;display:flex}#background-gradient{position:fixed;top:0;left:0;right:0;pointer-events:none;width:200vw;height:200vh;background:radial-gradient(50% 50% at 50% 50%,#fc077d10 0,hsla(0,0%,100%,0) 100%);transform:translate(-50vw,-100vh);z-index:-1}.menu-button{width:100%;margin:0;height:38px;background-color:#fff;border:1px solid #fff;padding:.15rem .5rem;border-radius:12px}.menu-button:focus,.menu-button:hover{cursor:pointer;outline:none;border:1px solid #ced0d9}