@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";.flex{display:flex}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.grid{display:grid}.hidden{display:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.w-full{width:100%}.w-screen{width:100vw}.h-full{height:100%}.h-screen{height:100vh}.max-w-screen-lg{max-width:1024px}.p-4{padding:1rem}.pt-4{padding-top:1rem}.pb-4{padding-bottom:1rem}.pl-8{padding-left:2rem}.pr-8{padding-right:2rem}.px-4{padding-left:1rem;padding-right:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-10{padding-left:10px;padding-right:10px}.m-0{margin:0}.m-4{margin:1rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.text-sm{font-size:.75rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-medium{font-weight:500}.font-bold{font-weight:700}.text-black{color:#000}.text-white{color:#fff}.bg-black{background-color:#000}.bg-white{background-color:#fff}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.shadow{box-shadow:0 1px 3px #0000001a}:root{--above-primary: #4a5568;--above-background: #0e1015;--above-contrast: #0e1015;--above-accent: #181a20;--above-hover: rgb(227, 29, 85)}h1{font-size:2.25rem;font-weight:700;line-height:1.25}h2{font-size:1.875rem;font-weight:600;line-height:1.333}h3{font-size:1.5rem;font-weight:600;line-height:1.5}h4{font-size:1.25rem;font-weight:600;line-height:1.6}h5{font-size:1.125rem;font-weight:600;line-height:1.7}h6{font-size:1rem;font-weight:600;line-height:1.8}span{font-size:1rem;font-weight:400;line-height:1.5}*{box-sizing:border-box;padding:0;margin:0;font-family:Inter,sans-serif}html{background-color:#fff;background:radial-gradient(circle,#a326291a,#a3262900 75%,#0a0a0a00);background-color:#0e1015;background-repeat:no-repeat}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-top:80px}code span{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;font-size:.8rem;line-height:.8rem}header{font-size:calc(2px + 2vmin);color:#fff}header p{font-size:16px}main{width:100%;color:#fff;min-height:598px}.container{padding:40px 80px}._navbar_1nsjw_1{display:flex;align-items:center;background:#0e101591;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;flex-direction:row;width:100%;top:0;left:0;border-bottom:1px solid var(--above-accent);z-index:20}._menu_1cjg7_1{display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem}._navbar_1cjg7_8{display:none;width:100%;align-items:center;justify-content:space-between}@media (min-width: 768px){._navbar_1cjg7_8{display:flex;width:auto;order:1}}._navList_1cjg7_22{display:flex;flex-direction:column;padding:1rem;margin-top:1rem;font-size:.875rem;font-weight:500;border:1px solid #ccc;border-radius:.5rem}@media (min-width: 768px){._navList_1cjg7_22{flex-direction:row;padding:0;margin-top:0;border:none;column-gap:2rem}}[dir=rtl] ._navList_1cjg7_22{flex-direction:row-reverse}._toggleButton_1cjg7_45{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;width:2.5rem;height:2.5rem;font-size:.875rem;color:#555;border-radius:.5rem;background:transparent;border:none;cursor:pointer}@media (min-width: 768px){._toggleButton_1cjg7_45{display:none}}._toggleButton_1cjg7_45:hover{background-color:#eee}._toggleButton_1cjg7_45:focus{outline:none;box-shadow:0 0 0 2px #ccc}._icon_1cjg7_72{width:1.25rem;height:1.25rem}._item_87y9q_1{margin:.25rem 0;list-style-type:none}._link_87y9q_6{display:block;padding:.5rem .75rem;text-transform:uppercase;color:#fff;background-color:#fff;border-radius:.375rem;text-decoration:none;transition:color .3s ease-in-out}@media (min-width: 768px){._link_87y9q_6{background-color:transparent;color:#fff;padding:0}}._link_87y9q_6:hover{color:var(--above-hover)}._Footer_10qzm_1{color:#fff;display:flex;flex-direction:column;flex-wrap:wrap;margin-top:40px;height:200px;background:#0e101591;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:.95;width:100%;padding-left:5rem;padding-right:5rem;border-top:1px solid #181a20}._Footer_10qzm_1 div{display:flex;align-items:center;justify-content:space-between;padding-top:20px;padding-bottom:20px}._Footer_10qzm_1 div ul{display:flex;gap:20px}._Footer_10qzm_1 div li{display:flex;list-style-type:none;gap:10px}._Footer_10qzm_1 div li a{text-decoration:none;font-size:11px;font-weight:800;color:#8a8887;letter-spacing:.08em}._Footer_10qzm_1 div li a:hover{color:var(--primary)}._Footer_10qzm_1 hr{color:var(--background-primary);opacity:.2}._Footer_10qzm_1 ._social_10qzm_46{color:#fff}._Footer_10qzm_1 ._social_10qzm_46:hover{color:var(--above-hover)}
