html,body{background-color:#fff}.nav{z-index:1000;z-index:0;width:100%;margin:0 auto;padding:1rem 0;position:relative}.background{z-index:0;flex-direction:column;flex:1;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.background:before{content:"";filter:blur(50px);z-index:0;pointer-events:none;background:linear-gradient(90deg,rgba(18,192,251,.4) 0%,#fff 100%);position:absolute;top:0;bottom:0;left:0;right:0;transform:translateZ(0)}.content{z-index:10;flex-direction:column;flex:1;min-height:100vh;display:flex;position:relative}.blogContainer{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.blogMain{flex-direction:column;flex:1;display:flex}.blogFooter{margin-top:auto}.nav ul{justify-content:space-evenly;align-items:center;gap:16px;width:100%;margin:0;padding:0 20px;font-weight:700;list-style:none;display:flex}.nav ul li:nth-child(2){margin-left:auto}.nav ul li:hover:not(.blue-rounded-btn){text-decoration:underline}.nav .blue-rounded-btn{background:0 0;border-radius:0;padding:0}.nav .blue-rounded-btn a{background:var(--gradient-brand);color:#fff;box-shadow:var(--shadow-cta);border-radius:999px;justify-content:center;align-items:center;padding:.9rem 1.5rem;font-weight:700;text-decoration:none;transition:background .2s ease-out,box-shadow .26s cubic-bezier(.22,1,.36,1),transform .24s cubic-bezier(.22,1,.36,1);display:inline-flex}.nav .blue-rounded-btn a:hover{background:var(--gradient-brand-hover);box-shadow:var(--shadow-cta-hover);transform:translateY(-2px)}@media (prefers-reduced-motion:reduce){.nav .blue-rounded-btn a{transition:none}.nav .blue-rounded-btn a:hover{transform:none}}.navLogoLink{z-index:2;cursor:pointer;display:inline-flex;position:relative}.navLogoLink svg{display:block}@media (min-width:600px){.nav ul{width:80%;max-width:900px;margin:0 auto}}
