.app{display:flex;justify-content:space-between}.main-container{display:flex;flex-direction:column}.main{width:calc(100vw - 5.5rem);height:calc(100dvh - 8.5625rem);padding:1rem;overflow-y:scroll}@media only screen and (min-width: 769px){.main{padding:1rem 4rem}}.theme--dark .main{background-color:#2e2e2e}.theme--light .main{background-color:#efece8}.main::-webkit-scrollbar{width:4px}.main::-webkit-scrollbar-thumb{background-color:#585659;border-radius:20px;border:3px solid #585659}*{margin:0;padding:0;box-sizing:border-box;font-family:TT Firs Neue Trl}*,*:after,*:before{box-sizing:border-box}body,html{max-width:100%}main{width:100%;height:100%;background-color:#2e2e2e}img{max-width:100%}button{box-shadow:none}input{display:block}ul{list-style:none}textarea{resize:none}.inline{display:inline}.block{display:block}.flex{display:flex}.hidden{display:none}.grid{display:grid}.justify-start{justify-content:flex-start}.justify-end{justify-content:end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.justify-right{justify-content:right}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.self-start{align-self:start}.self-end{align-self:end}.flex-wrap{flex-wrap:wrap}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-end{text-align:end}.w-auto{width:auto}.w-full{width:100%}.w-screen{width:100dvw}.min-w-auto{min-width:auto}.min-w-full{min-width:100%}.max-w-auto{max-width:auto}.max-w-full{max-width:100%}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.auto{margin:auto}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100dvh}.min-h-auto{min-height:auto}.min-h-full{min-height:100%}.max-h-auto{max-height:auto}.max-h-full{max-height:100%}.size-auto{width:auto;height:auto}.object-cover{object-fit:cover}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.text-base{font-size:1rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.uppercase{text-transform:uppercase}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-white{color:#fff}.font-main-color{color:#16ded0}.transform-invert{transform:scaleX(-1) rotate(0)}.pointer{cursor:pointer}.icon svg{height:18px;width:18px}.button-reset{all:unset;box-sizing:border-box;cursor:pointer;display:inline-flex;align-items:center}.button-reset:disabled{cursor:not-allowed}:root{--main-color: #16ded0;--white: #fff;--black: #000;--red: #de3e16;--gray-100: #f5f6f6;--gray-300: #efece8;--gray-400: #c1c1c1;--gray-500: #7a797a;--gray-600: #585659;--gray-700: #272727;--gray-800: #2e2e2e}.error-boundary-page{background-image:url(/404-background.png);background-size:cover;background-position:center;background-repeat:no-repeat;position:fixed;top:0;left:0}.error-boundary-content{width:40%;margin-top:-4%}.error-boundary-text-container{padding-left:5.875rem;margin-top:-2rem;display:flex;flex-direction:column;gap:1.5rem;width:auto;align-items:flex-start}.error-boundary-text-container h1{font-size:2.5rem}.error-boundary-text{font-size:.875rem;line-height:1.875rem}
