::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#212121;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#757575}*,*:after,*:before{margin:0;padding:0;box-sizing:border-box}body{font-size:14px;line-height:20px;font-family:Poppins,serif;font-weight:600;color:#e5e5e5;background-color:#141414;overflow-x:hidden;min-height:100vh}body:has(.no-scroll:checked){overflow:hidden}#app{min-height:100vh;display:flex;flex-direction:column}input,button,textarea{border:none;outline:none;background:none;background-color:transparent}textarea{font-family:Poppins,serif}a{color:inherit}img{background-color:#212121}@font-face{font-family:Poppins;src:url(/assets/Poppins-ExtraLight-DEomBrT4.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-Regular-rkqrbHHH.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/Poppins-Bold--aKA7T72.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}.bg-grey-800{background-color:#212121}.fill-grey-100{fill:#e5e5e5}.fill-grey-500{fill:#757575}.container{max-width:1280px;width:100%;padding-inline:2rem;margin:auto}@media screen and (max-width: 640px){.container{padding-inline:1rem}}.container-s{max-width:1024px;width:100%;padding-inline:2rem;margin:auto}@media screen and (max-width: 640px){.container-s{padding-inline:1rem}}.container-lg{padding-inline:4rem}@media screen and (max-width: 1024px){.container-lg{padding-inline:2rem}}@media screen and (max-width: 768px){.container-lg{padding-inline:1rem}}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}@media screen and (max-width: 768px){.md\:flex-col{flex-direction:column}}.grid{display:grid}.grid-col-3{grid-template-columns:repeat(3,minmax(0,1fr))}.rounded-sm{border-radius:4px}.rounded-md{border-radius:8px}.rounded-lg{border-radius:16px}.shadow-xs{box-shadow:0 1px 3px #0006}.shadow-sm{box-shadow:0 1px 5px #0009}.shadow-md{box-shadow:0 3px 8px #0009}.shadow-lg{box-shadow:0 3px 15px #000c}.w-full{width:100%}.w-8{width:2rem}.w-16{width:4rem}.h-8{height:2rem}.h-16{height:4rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.px-2{padding-inline:.5rem}.px-4{padding-inline:1rem}.px-6{padding-inline:1.5rem}.pl-2{padding-left:.5rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.table{width:100%;border-collapse:collapse}.table thead{font-size:16px;text-align:left}.table th,.table td{border-bottom:1px solid rgba(255,255,255,.2);padding:.5rem}.table td{color:#9e9e9e}.text-xs{font-size:12px;line-height:16px}.text-sm{font-size:14px;line-height:20px}.text-md{font-size:16px;line-height:24px}.text-lg{font-size:18px;line-height:26px}.text-xl{font-size:20px;line-height:28px}.text-2xl{font-size:24px;line-height:30px}@media screen and (max-width: 640px){.text-2xl{font-size:22px;line-height:28px}}.text-3xl{font-size:30px;line-height:36px}@media screen and (max-width: 640px){.text-3xl{font-size:25px;line-height:30px}}.text-4xl{font-size:40px;line-height:46px}@media screen and (max-width: 640px){.text-4xl{font-size:30px;line-height:35px}}.text-center{text-align:center}.font-light{font-weight:100}.font-regular{font-weight:400}.font-bold{font-weight:700}.title-xl{font-size:144px;line-height:136px;font-weight:700;margin-bottom:2rem}@media screen and (max-width: 768px){.title-xl{font-size:124px;line-height:114px;font-weight:700;margin-bottom:1.5rem}}.title-lg{font-size:42px;line-height:44px;font-weight:700;margin-bottom:1rem}@media screen and (max-width: 768px){.title-lg{font-size:32px;line-height:34px;font-weight:700;margin-bottom:.75rem}}.title-md{margin-bottom:.5rem;font-size:30px;line-height:36px;font-weight:700}@media screen and (max-width: 640px){.title-md{font-size:25px;line-height:30px}}.title-sm{margin-bottom:.5rem;font-size:20px;line-height:28px;font-weight:700}.title-xs{margin-bottom:.5rem;font-size:16px;line-height:24px;font-weight:700}.radio,.checkbox{display:flex;gap:.5rem;margin-right:1rem;color:#757575}.radio-input,.checkbox-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#141414;margin:0;width:1.25rem;height:1.25rem;border:1px solid #e5e5e5;display:grid;place-content:center;outline-offset:2px}.radio-input:after,.checkbox-input:after{content:"";width:.75rem;height:.75rem;background-color:#00897b;scale:0;transition:.2s ease-in-out}.radio-input:checked:after,.checkbox-input:checked:after{scale:1}.radio-input:focus-within,.checkbox-input:focus-within{outline:1px solid #00897b}.radio-input{border-radius:50%}.radio-input:after{border-radius:50%}.checkbox-input{border-radius:2px}.modal-label{cursor:pointer}.modal-container{max-width:700px;width:100%;padding-inline:2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:none;z-index:999}.modal-content{padding:1rem 1.5rem 3rem;background-color:#141414;border:1px solid #757575;border-radius:16px}.modal-bg{position:absolute;display:none;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:998}.modal-checkbox{display:none}.modal-checkbox:checked~.modal-container,.modal-checkbox:checked~.modal-bg{display:block}.modal-head{display:flex;justify-content:flex-end;margin-bottom:1rem}.modal-cross{width:2rem;height:2rem;border-radius:50%;cursor:pointer;fill:#e5e5e5}.modal-cross:hover{background-color:#424242}.modal-cross:focus-within{outline-offset:2px;outline:1px solid #bdbdbd}@media screen and (max-width: 640px){.modal-container{padding-inline:1rem}}.video-icon{fill:#e5e5e5;cursor:pointer;transition:.2s ease-in-out}.video-icon:hover{scale:1.2}@media screen and (max-width: 1024px){.video-icon{height:24px;width:24px}}.spinner-container[data-v-dcda336c]{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.offline[data-v-dcda336c]{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:#141414cc;z-index:99}.offline-icon[data-v-dcda336c]{fill:#e5e5e5}.offline-container[data-v-dcda336c]{margin-inline:1rem;display:flex;flex-direction:column;align-items:center}.offline-content[data-v-dcda336c]{display:flex;flex-direction:column;gap:1rem}.offline-baseline[data-v-dcda336c]{text-align:center}.browser[data-v-101c04c3]{z-index:2;position:relative;height:100%}.chat-container[data-v-101c04c3]{position:relative;display:flex;justify-content:center;z-index:2}
