body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}body::-webkit-scrollbar{height:18px;width:10px}body::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#271b05;border:4px solid #0000;border-radius:30px;box-shadow:inset -1px -1px 0 #0000000d,inset 1px 1px 0 #0000000d;height:6px}body::-webkit-scrollbar-button{display:none;height:0;width:0}body::-webkit-scrollbar-corner{background-color:initial}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.config-container{align-items:center;background:#1a1c42;display:flex;flex-direction:column;height:fit-content;justify-content:flex-start;padding:5rem 5rem 8rem}.config-container .trivia-logo{padding-bottom:1rem}.config-container .content-wrapper .error{color:#e75c62}.config-container .content-wrapper .error,.config-container .content-wrapper .hint{font-family:Poppins,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:700;line-height:24;line-height:1.5rem;padding:1rem 0 2rem;text-align:center}.config-container .content-wrapper .hint{color:#cbcce7}.config-container .content-wrapper .signin-button{align-items:center;background:#fefeff;border-radius:4px;cursor:pointer;display:flex;flex-direction:row;justify-content:center;padding:1rem 1.5rem}.config-container .content-wrapper .signin-button svg{height:30px;margin-right:.5rem;width:35px}.config-container .content-wrapper .signin-button span{color:#1a1c42;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:500;line-height:21;line-height:1.3125rem}.config-container .content-wrapper .signin-button:hover{box-shadow:0 6px 15px #9277ff}.default,.light{background:#fefeff}.default .content-wrapper .hint,.light .content-wrapper .hint{color:#1a1c42}.default .content-wrapper .signin-button,.light .content-wrapper .signin-button{background:#fefeff;border:1px solid #1a1c42}.default .content-wrapper .signin-button span,.light .content-wrapper .signin-button span{color:#1a1c42}.styles_auth__SsIbI{align-items:center;background-color:#111236;color:#fefeff;display:flex;flex-direction:column;font-family:Poppins,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:400;height:100vh;justify-content:center;line-height:21;line-height:1.3125rem}.styles_auth__SsIbI .styles_spinner__bm6iR{animation:styles_spin__mcukc 2s linear infinite;border:16px solid #f3f3f3;border-radius:50%;border-top-color:#1785ce;height:60px;margin-bottom:20px;width:60px}@keyframes styles_spin__mcukc{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.section-container{background-color:#1a1c42;overflow:auto;padding-right:1rem}@media only screen and (max-width:1024px){.section-container{justify-content:center;overflow-x:hidden;overflow-y:auto;padding-right:0;width:auto!important}}.section-container::-webkit-scrollbar{height:18px;width:12px}.section-container::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#2c2f5c;border:4px solid #0000;border-radius:30px;box-shadow:inset -1px -1px 0 #0000000d,inset 1px 1px 0 #0000000d;height:6px}.section-container::-webkit-scrollbar-button{display:none;height:0;width:0}.section-container::-webkit-scrollbar-corner{background-color:#0000}.no-padding{padding:0}.no-right-padding{padding-right:0}.section-wrapper{background:#1a1c42;border-radius:4px;margin:1rem;padding:.75rem 0;width:100%}.section-wrapper .section-title-wrapper,.section-wrapper .section-title-wrapper-noBorder{align-items:center;border-bottom:.5px solid #244f78;display:flex;flex-direction:row;justify-content:space-between;padding:0 1.5rem .5rem}.section-wrapper .section-title-wrapper .section-title,.section-wrapper .section-title-wrapper-noBorder .section-title{color:#fefefe;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:600;line-height:27;line-height:1.6875rem;text-transform:capitalize;-webkit-user-select:none;user-select:none}.section-wrapper .section-title-wrapper .section-action,.section-wrapper .section-title-wrapper-noBorder .section-action{color:#9277ff;cursor:pointer;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:600;line-height:21;line-height:1.3125rem;-webkit-user-select:none;user-select:none}.section-wrapper .section-title-wrapper .section-action:active,.section-wrapper .section-title-wrapper-noBorder .section-action:active{transform:translateY(1px)}@media only screen and (max-width:1024px){.section-wrapper .section-title-wrapper .section-title,.section-wrapper .section-title-wrapper-noBorder .section-title{color:#fefefe;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:600;line-height:21;line-height:1.3125rem}.section-wrapper .section-title-wrapper .section-action,.section-wrapper .section-title-wrapper-noBorder .section-action{color:#9277ff;font-family:Poppins,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:600;line-height:18;line-height:1.125rem}}.section-wrapper .section-title-wrapper-noBorder{border-bottom:none;display:contents}@media only screen and (max-width:1024px){.section-wrapper{border-radius:8px;margin:1rem 1rem 0!important;overflow-x:hidden;overflow-y:auto;padding-right:0;width:-webkit-fill-available;width:-moz-available}}.fixed{height:15rem}.overflow::-webkit-scrollbar{height:18px;width:12px}.overflow::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#2c2f5c;border:4px solid #0000;border-radius:30px;box-shadow:inset -1px -1px 0 #0000000d,inset 1px 1px 0 #0000000d;height:6px}.overflow::-webkit-scrollbar-button{display:none;height:0;width:0}.overflow::-webkit-scrollbar-corner{background-color:#0000}.restricted-access-container{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin:auto;padding:2rem 0}.restricted-access-container .no-access-img{margin-bottom:1rem}.restricted-access-container .message-wrapper{margin-bottom:1rem;text-align:center}.restricted-access-container .message-wrapper .title{color:#fefeff;font-family:Poppins,sans-serif;font-size:24;font-size:1.5rem;font-style:normal;font-weight:600;line-height:36;line-height:2.25rem}.restricted-access-container .message-wrapper .subtitle{color:#fefeff;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:400;line-height:21;line-height:1.3125rem}.restricted-access-container .message-wrapper .admins-photos{margin-top:.5rem}.restricted-access-container .message-wrapper .admins-photos img{border:2px solid #fefeff;border-radius:50%;height:42px;margin-right:-1rem;width:42px}@media only screen and (max-width:1024px){.restricted-access-container{padding:0}.restricted-access-container .no-access-img{height:250px;width:250px}}.pagination-container{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:1.5rem}.pagination-container .arrow{border:solid #9277ff;border-width:0 3px 3px 0;cursor:pointer;display:inline-block;padding:3px}.pagination-container .prev-page{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.pagination-container .next-page{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.pagination-container .disabled{opacity:.4;pointer-events:none}.pagination-container .pages{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-bottom:.2rem}.pagination-container .pages div{color:#9277ff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:500;line-height:21;line-height:1.3125rem;margin:0 1rem}.pagination-container .pages div:hover{text-decoration:underline}.pagination-container .pages .active{font-weight:800}.row-container{border:2px solid #2e3452;border-radius:4px;margin-bottom:1rem;padding:1.5rem .25rem}.row-container .row-cell{align-items:center;color:#fefeff;display:flex;flex-direction:row;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:500;justify-content:center;line-height:17;line-height:1.0625rem}@media only screen and (max-width:1024px){.row-container .row-cell{color:#cbcce7;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:500;line-height:16;line-height:1rem}}.column-header-container{color:#fefeff;display:flex;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:500;justify-content:space-between;line-height:17;line-height:1.0625rem;margin-bottom:.75rem}.myRankWrapper{border:1px solid #5168fe;border-radius:4px;margin-bottom:2rem;min-height:3.75rem}.myRankWrapper .myrank-tag{background:#5168fe;border:1px solid #5168fe;border-radius:30px;color:#000;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:600;height:fit-content;line-height:15;line-height:.9375rem;margin-bottom:.5rem;margin-left:1.5rem;margin-top:-1.25em;padding:4px 12px;text-align:center;width:max-content}.myRankWrapper .myrank-content{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:0 .5rem}.myRankWrapper .myrank-content .photo-text-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:auto}.myRankWrapper .myrank-content .photo-text-wrapper .rank-details{color:#f4f2ff;display:flex;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:700;justify-content:space-between;line-height:20;line-height:1.25rem;min-width:700px}.myRankWrapper .myrank-content .photo-text-wrapper .rank-details .MuiGrid-container{align-items:center}.myRankWrapper .myrank-content .photo-text-wrapper .rank-details .MuiGrid-container .row-cell.played{margin-left:15px}@media only screen and (max-width:479px){.myRankWrapper .myrank-content .photo-text-wrapper .rank-details .MuiGrid-container .row-cell.played{margin-left:0}}.myRankWrapper .myrank-content .photo-text-wrapper .rank-details .user-phone-name{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.myRankWrapper .myrank-content .photo-text-wrapper .rank-details .user-phone-name img{border-radius:50%;height:30px;margin-right:8px;width:30px}.myRankWrapper .myrank-content .photo-text-wrapper .rank-details .user-phone-name div{word-break:break-all}@media only screen and (max-width:479px){.myRankWrapper .myrank-content .photo-text-wrapper .rank-details{color:#f4f2ff;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:500;line-height:16;line-height:1rem;min-width:300px}}.myRankWrapper .myrank-content .photo-text-wrapper .my-photo{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-right:2.5rem}.myRankWrapper .myrank-content .photo-text-wrapper .my-photo svg{margin-left:4px;margin-right:4px}.myRankWrapper .myrank-content .photo-text-wrapper .my-photo img{border-radius:50%;height:30px;width:30px}.myRankWrapper .myrank-content .photo-text-wrapper .my-photo span{color:#fefeff;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:700;line-height:20;line-height:1.25rem;margin-left:8px;text-transform:capitalize}.myRankWrapper .myrank-content .photo-text-wrapper .myrank-text{align-items:center;color:#fefeff;display:flex;flex-direction:row;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:500;justify-content:center;line-height:22;line-height:1.375rem}.myRankWrapper .myrank-content .photo-text-wrapper .myrank-text svg{margin:0 8px}.myRankWrapper .myrank-content .photo-text-wrapper .myrank-text svg:first-child{margin-left:0}.myRankWrapper .myrank-content .photo-text-wrapper .myrank-text svg:last-child{margin-right:0;transform:scaleX(-1)}@media only screen and (max-width:1024px){.myRankWrapper .myrank-content .photo-text-wrapper .myrank-text{color:#fefeff;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:500;line-height:15;line-height:.9375rem}}.myRankWrapper .myrank-content .photo-text-wrapper .error-message{color:#ffb129;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:700;line-height:17;line-height:1.0625rem}@media only screen and (max-width:1024px){.myRankWrapper .myrank-content .photo-text-wrapper .error-message{color:#ffb129;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:700;line-height:15;line-height:.9375rem}}.myRankWrapper .myrank-content .star{margin:auto auto 1rem}.myRankWrapper .my-stat{color:#cbcce7;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:700;line-height:20;line-height:1.25rem}.myRankWrapper.gameCenter .myrank-content{margin-bottom:.8rem}.myRankWrapper.gameCenter .user-tags{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:0 1rem}.myRankWrapper.gameCenter .user-tags .myrank-tag,.myRankWrapper.gameCenter .user-tags .played-tag,.myRankWrapper.gameCenter .user-tags .score-tag{background:#6a45ff;border:1px solid #6a45ff;border-radius:30px;color:#fff;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:600;height:fit-content;line-height:14;line-height:.875rem;margin-bottom:.5rem;margin-left:1.5rem;margin-top:-1.25em;padding:4px 12px;text-align:center;width:max-content}@media only screen and (max-width:1024px){.myRankWrapper.gameCenter .user-tags .myrank-tag,.myRankWrapper.gameCenter .user-tags .played-tag,.myRankWrapper.gameCenter .user-tags .score-tag{color:#fff;font-family:Montserrat,sans-serif;font-size:11;font-size:.6875rem;font-style:normal;font-weight:600;letter-spacing:-.01em;line-height:12;line-height:.75rem;padding:4px 8px;text-align:left}}.myRankWrapper.gameCenter .user-tags .right{align-items:center;display:flex;flex-direction:row;justify-content:space-between}@media only screen and (max-width:1024px){.myRankWrapper.gameCenter .user-tags .myrank-tag{margin-left:.5rem}.myRankWrapper.gameCenter .user-tags .hide{display:none}.myRankWrapper.gameCenter .user-tags .score-tag{margin-left:.5rem}}.information-wrapper .header,.standings-wrapper .header{align-items:center;color:#fefeff;display:flex;flex-direction:row;font-family:Montserrat,sans-serif;font-size:24;font-size:1.5rem;font-style:normal;font-weight:700;justify-content:flex-start;justify-content:space-between;line-height:29;line-height:1.8125rem;margin-bottom:1rem}.information-wrapper .header .search-container,.standings-wrapper .header .search-container{padding:10px 20px;width:280px!important}.information-wrapper .header .search-container input,.information-wrapper .header .search-container input::placeholder,.standings-wrapper .header .search-container input,.standings-wrapper .header .search-container input::placeholder{color:#fefefe;font-family:Poppins,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:400;line-height:21;line-height:1.3125rem}.information-wrapper .header svg,.standings-wrapper .header svg{margin:0 4px}.information-wrapper .header .reverse,.standings-wrapper .header .reverse{transform:rotateY(180deg)}@media only screen and (max-width:1024px){.information-wrapper .header,.standings-wrapper .header{color:#fefeff;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:700;line-height:22;line-height:1.375rem}.information-wrapper .header svg,.standings-wrapper .header svg{margin:0 8px}}.information-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.information-wrapper .left{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.information-wrapper .left ul{list-style-image:url(/static/media/point-star.4191d3a142e92086be79.svg)}.information-wrapper .left ul li{color:#fefeff;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:600;line-height:21;line-height:1.3125rem;margin-bottom:.75rem}.information-wrapper .left ul :last-child{margin-bottom:0}.information-wrapper .right{background-color:#2e3452;border-radius:4px;padding:1.25rem 1.875rem}@media only screen and (min-width:1440px){.information-wrapper{justify-content:space-evenly}}@media only screen and (max-width:1024px){.information-section{display:none!important}}.never-used{justify-content:center;min-height:20rem}.never-used,.never-used .heading{align-items:center;display:flex;flex-direction:column}.never-used .heading{background-color:#2e3452;border-radius:50%;color:#fefeff;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:700;justify-content:flex-start;line-height:20;line-height:1.25rem;margin-bottom:1.25rem;padding:2.25rem 1rem}.never-used .heading svg{margin-bottom:8px}.never-used .message{color:#ffb129;font-family:Montserrat,sans-serif;font-size:20;font-size:1.25rem;font-style:normal;font-weight:700;line-height:24;line-height:1.5rem}@media only screen and (max-width:1024px){.never-used .message{text-align:center}}.no-trivia{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:30rem}.no-trivia svg{margin-bottom:1rem}.no-trivia .message{color:#ffb129;font-family:Montserrat,sans-serif;font-size:20;font-size:1.25rem;font-style:normal;font-weight:700;line-height:24;line-height:1.5rem;margin-bottom:2rem}@media only screen and (max-width:1024px){.no-trivia{min-height:12rem}.no-trivia svg{height:135px;width:135px}.no-trivia .message{color:#ffb129;font-family:Montserrat,sans-serif;font-size:20;font-size:1.25rem;font-style:normal;font-weight:700;line-height:24;line-height:1.5rem;text-align:center}}.standings-wrapper{padding:20px}.standings-wrapper .searchAndFilters{align-items:center;border-bottom:1px solid #2e3452;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-bottom:2.5rem;margin-top:2.5rem;padding:1rem}.standings-wrapper .searchAndFilters .filters{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.standings-wrapper .searchAndFilters .filters .MuiFormControl-root:first-child{margin-right:14px}@media only screen and (max-width:1024px){.standings-wrapper .searchAndFilters{border-top:1px solid #2e3452;margin-top:0;padding:1rem 0}.standings-wrapper .searchAndFilters .filters{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1rem;width:100%}.standings-wrapper .searchAndFilters .filters .MuiFormControl-root:first-child{margin-right:0}}.standings-wrapper .filter-parent{align-items:center;display:flex;margin-left:14%}.standings-wrapper .filter-parent .filters div{width:172px}.standings-wrapper .filter-parent .filters{align-items:center;display:flex;flex-direction:row-reverse;gap:3rem;justify-content:center}.standings-wrapper .filter-parent .filters .customSelectChannel{background:#0000;border:1px solid #b7b9d4;border-radius:4px;color:#b7b9d4;font-family:Poppins,sans-serif;font-size:15;font-size:.9375rem;font-style:normal;font-weight:400;line-height:21;line-height:1.3125rem;max-width:110%;outline:none;padding:.4rem 1rem}.standings-wrapper .filter-parent .filters .customSelectChannelOption{background:#1a1c42;color:#b7b9d4;padding:.5rem 0!important}.standings-wrapper .filter-parent .mobile-timespan-switch{display:none}@media only screen and (max-width:479px){.standings-wrapper .filter-parent .filters,.standings-wrapper .filter-parent .filters div{width:100%}}.standings-wrapper .timespan-switch{align-items:center;border:1px solid #c6c8ff;border-radius:100px;display:flex;flex-direction:row;justify-content:center;justify-content:space-around;margin:2rem 4rem;width:fit-content}.standings-wrapper .timespan-switch div{color:#b7b9d4;cursor:pointer;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:400;line-height:21;line-height:1.3125rem;margin:4px;padding:8px 80px;text-align:center}@media only screen and (max-width:1024px){.standings-wrapper .timespan-switch div{color:#b7b9d4;font-family:Poppins,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:400;line-height:18;line-height:1.125rem;padding:6px}}@media only screen and (max-width:1439px){.standings-wrapper .timespan-switch div{padding:8px 40px}}.standings-wrapper .timespan-switch .active{background:#8e94ff;border-radius:100px;color:#fefeff;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:600;line-height:21;line-height:1.3125rem}@media only screen and (max-width:1024px){.standings-wrapper .timespan-switch{padding:0 70px}}.standings-wrapper .myRankWrapper{border:1px solid #5168fe;border-radius:4px;margin:2rem 10rem;min-height:3.75rem}.standings-wrapper .myRankWrapper .myrank-tag{background:#5168fe;border:1px solid #5168fe;border-radius:30px;color:#000;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:600;height:fit-content;line-height:15;line-height:.9375rem;margin-bottom:.5rem;margin-left:1.5rem;margin-top:-1.25em;padding:4px 12px;text-align:center;width:max-content}.standings-wrapper .myRankWrapper .myrank-content{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:0 7%}.standings-wrapper .myRankWrapper .myrank-content .photo-text-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin:auto auto .8rem}.standings-wrapper .myRankWrapper .myrank-content .photo-text-wrapper .rank-details{color:#f4f2ff;display:flex;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:700;justify-content:space-between;line-height:20;line-height:1.25rem;min-width:700px}.standings-wrapper .myRankWrapper .myrank-content .photo-text-wrapper .rank-details .MuiGrid-container{align-items:center}.standings-wrapper .myRankWrapper .myrank-content .photo-text-wrapper .rank-details .MuiGrid-container .row-cell.played{margin-left:15px}@media only screen and (max-width:479px){.standings-wrapper .myRankWrapper .myrank-content .photo-text-wrapper .rank-details .MuiGrid-container .row-cell.played{margin-left:0}}.standings-wrapper .myRankWrapper .myrank-content .photo-text-wrapper .rank-details .user-phone-name{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.standings-wrapper .myRankWrapper .myrank-content .photo-text-wrapper .rank-details .user-phone-name img{border-radius:50%;height:30px;margin-right:8px;width:30px}.standings-wrapper .myRankWrapper .myrank-content .photo-text-wrapper .rank-details .user-phone-name div{word-break:break-all}@media only screen and (max-width:479px){.standings-wrapper .myRankWrapper .myrank-content .photo-text-wrapper .rank-details{color:#f4f2ff;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:500;line-height:16;line-height:1rem;min-width:300px}}.standings-wrapper .myRankWrapper .myrank-content .photo-text-wrapper .my-photo{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-right:2.5rem}.standings-wrapper .myRankWrapper .myrank-content .photo-text-wrapper .my-photo svg{margin-left:4px;margin-right:4px}.standings-wrapper .myRankWrapper .myrank-content .photo-text-wrapper .my-photo img{border-radius:50%;height:30px;width:30px}.standings-wrapper .myRankWrapper .myrank-content .photo-text-wrapper .my-photo span{color:#fefeff;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:700;line-height:20;line-height:1.25rem;margin-left:8px;text-transform:capitalize}.standings-wrapper .myRankWrapper .myrank-content .photo-text-wrapper .myrank-text{align-items:center;color:#fefeff;display:flex;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:500;line-height:22;line-height:1.375rem}.standings-wrapper .myRankWrapper .myrank-content .photo-text-wrapper .myrank-text .cracker{margin:0 30px}@media only screen and (max-width:1024px){.standings-wrapper .myRankWrapper .myrank-content .photo-text-wrapper .myrank-text{color:#fefeff;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:500;line-height:15;line-height:.9375rem}}.standings-wrapper .myRankWrapper .myrank-content .photo-text-wrapper .error-message{color:#fefeff;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:500;line-height:27;line-height:1.6875rem;margin-left:16px}@media only screen and (max-width:1024px){.standings-wrapper .myRankWrapper .myrank-content .photo-text-wrapper .error-message{color:#fefeff;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:500;line-height:15;line-height:.9375rem}}.standings-wrapper .myRankWrapper .myrank-content .star{margin-bottom:auto auto 1rem}@media only screen and (max-width:1024px){.standings-wrapper .myRankWrapper .myrank-content{padding:0 1rem}.standings-wrapper .myRankWrapper .myrank-content .photo-text-wrapper .my-stat{margin:0 1rem!important}.standings-wrapper .myRankWrapper .myrank-content .photo-text-wrapper .my-photo{margin-right:1rem}}.standings-wrapper .myRankWrapper .my-stat{color:#cbcce7;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:700;line-height:20;line-height:1.25rem;margin-right:10%}@media only screen and (max-width:1024px){.standings-wrapper .myRankWrapper .my-stat{margin-right:2%!important}.standings-wrapper .filter-parent{margin-left:0}}@media only screen and (max-width:479px){.standings-wrapper .heading{display:none}.standings-wrapper .search-bar{width:100%}.standings-wrapper .search-bar .search-container{width:90%!important}.standings-wrapper .timespan-switch{display:none}.standings-wrapper .filter-parent{margin-left:0}.standings-wrapper .filter-parent .filters{display:flex;justify-content:space-between}.standings-wrapper .filter-parent .filters .mobile-timespan-switch{display:block;margin-right:10px}}@media only screen and (max-width:479px)and (max-width:479px){.standings-wrapper .filter-parent .filters{display:flex;gap:1rem;justify-content:center;text-align:center}}@media only screen and (max-width:479px){.standings-wrapper .myRankWrapper{margin:2rem 0}}.standings-wrapper select::-webkit-scrollbar{width:2px}.standings-wrapper select::-webkit-scrollbar-thumb{background-color:#9277ff;border-radius:5px}.standings-wrapper select::-webkit-scrollbar-track{background-color:#2b265e}.leaderboard-table-container .leaderboard-table{border-bottom:1px solid #2e3452;margin:0 10rem;min-height:20rem;padding-bottom:1.5rem;padding-top:2rem}.leaderboard-table-container .leaderboard-table .column-header-container{color:#cbcce7;display:grid;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:700;grid-template-columns:1fr 1fr 1fr 1fr;line-height:19;line-height:1.1875rem}.leaderboard-table-container .leaderboard-table .column-header-container div{text-align:center}@media only screen and (max-width:479px){.leaderboard-table-container .leaderboard-table .column-header-container{color:#fefeff;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:500;line-height:14;line-height:.875rem}}.leaderboard-table-container .leaderboard-table .row-container{border:none;border-radius:none;margin-bottom:none;padding:.8rem .25rem}.leaderboard-table-container .leaderboard-table .row-container .row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;text-align:center}@media only screen and (max-width:479px){.leaderboard-table-container .leaderboard-table .row-container .row-cell{color:#fefeff;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:500;line-height:16;line-height:1rem}}.leaderboard-table-container .leaderboard-table .user-phone-name{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.leaderboard-table-container .leaderboard-table .user-phone-name img{border-radius:50%;height:30px;margin-right:8px;width:30px}.leaderboard-table-container .leaderboard-table .user-phone-name div{word-break:break-all}@media only screen and (max-width:479px){.leaderboard-table-container .leaderboard-table{margin:0}}.leaderboard-card-container{align-items:flex-end;display:flex;gap:1.5rem;justify-content:center;margin:30px}.leaderboard-card-container .leaderboard-second,.leaderboard-card-container .leaderboard-third{align-items:center;border:1px solid #5168fe;border-radius:8px;display:flex;flex-direction:column;height:230px;justify-content:flex-end;padding-top:10px;width:300px}@media only screen and (max-width:1024px){.leaderboard-card-container .leaderboard-second,.leaderboard-card-container .leaderboard-third{margin:0 20px}}.leaderboard-card-container .length-2{order:1}.leaderboard-card-container .leaderboard-name{color:#fefeff;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:700;line-height:29;line-height:1.8125rem;margin:5px 10px;text-align:center;word-break:break-word}@media only screen and (max-width:479px){.leaderboard-card-container .leaderboard-name{color:#fefeff;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:600;line-height:16;line-height:1rem}}.leaderboard-card-container .leaderboard-first{align-items:center;border:1px solid #5168fe;border-radius:8px;display:flex;flex-direction:column;height:280px;justify-content:flex-end;width:350px}.leaderboard-card-container .leaderboard-first .leaderboard-data{margin-bottom:15px}.leaderboard-card-container .leaderboard-data{border-top:.5px solid #5168fe66;color:#fefeff;display:flex;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:400;line-height:29;line-height:1.8125rem;padding:20px}.leaderboard-card-container .leaderboard-data div{color:#cbcce7;margin:0 5px;text-align:center}.leaderboard-card-container .leaderboard-data div div{color:#fefeff;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:700;line-height:29;line-height:1.8125rem}.leaderboard-card-container .leaderboard-data .desktop-view-text{display:none}@media only screen and (min-width:480px){.leaderboard-card-container .leaderboard-data .desktop-view-text{display:block;margin-right:4px}}@media only screen and (max-width:479px){.leaderboard-card-container .leaderboard-data div{color:#cbcce7;font-family:Montserrat,sans-serif;font-size:10;font-size:.625rem;font-style:normal;font-weight:400;line-height:14;line-height:.875rem}.leaderboard-card-container .leaderboard-data div div{color:#cbcce7;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:600;line-height:24;line-height:1.5rem}.leaderboard-card-container{gap:.5rem;margin:15px 0}.leaderboard-card-container .leaderboard-second,.leaderboard-card-container .leaderboard-third{height:180px;margin:0;width:100px}.leaderboard-card-container .leaderboard-first{height:210px;width:110px}.leaderboard-card-container .leaderboard-data{margin:5px 10px;padding:.75rem 0 5px}.leaderboard-content-wrapper{padding-top:20px}}.filterWrapper{align-items:center;display:flex;flex-direction:row-reverse;gap:3rem;justify-content:center}.filterWrapper .customSelectChannel{background:#0000;border:1px solid #b7b9d4;border-radius:4px;color:#b7b9d4;padding:.4rem .7rem}.filterWrapper .customSelectChannelOption{background:#1a1c42;color:#b7b9d4;padding:.5rem 0!important}.userNameLabel{justify-self:start}.leaderboard-tab-container{align-items:normal;display:flex;flex-direction:column;height:100vh;justify-content:flex-start}.leaderboard-tab-container .top-bar{align-items:center;background:#1a1c42;display:flex;flex-direction:row;justify-content:space-between;padding:1rem 2rem 1.25rem}.leaderboard-tab-container .top-bar .title-container{color:#cbcce7;font-family:Poppins,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:600;line-height:24;line-height:1.5rem}.leaderboard-tab-container .top-bar .logout-button{color:#cbcce7;cursor:pointer;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:400;line-height:21;line-height:1.3125rem;text-decoration:underline}.leaderboard-tab-container .standings-container{background:#2e3452;color:#fefeff;padding:1rem 2.5rem}.leaderboard-tab-container .standings-container .heading{color:#fefeff;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:700;line-height:20;line-height:1.25rem}.leaderboard-tab-container .standings-container .heading svg{margin-right:.25rem}@media only screen and (max-width:1024px){.leaderboard-tab-container .standings-container{padding:1rem 0}.leaderboard-tab-container .standings-container .heading{padding-bottom:1rem}}.CarouselPlaylist_carouselPlaylist__sy5\+r{height:100%;position:relative}.CarouselPlaylist_carouselSlide__-dzbR{background:50%/cover;border-radius:10px;height:100%;width:100%}.CarouselPlaylist_carouselLeftarrow__YpmbM,.CarouselPlaylist_carouselRightarrow__GmUGz{cursor:pointer;width:10px!important}.CarouselPlaylist_carouseldotContainer__Lca1P{align-items:center;display:flex;flex:.9 1;flex-direction:row;justify-content:center;width:fit-content}@media only screen and (max-width:767px){.CarouselPlaylist_carouseldotContainer__Lca1P{flex:0 1;width:max-content}}.CarouselPlaylist_bottomContainer__-iMf7{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:50px;padding:2px;width:100%}@media only screen and (max-width:767px){.CarouselPlaylist_bottomContainer__-iMf7{display:flex;justify-content:space-between}}.CarouselPlaylist_bottomContainer__-iMf7 .CarouselPlaylist_carouselBottombutton__awwHz{border:1px solid #9277ff;border-radius:4px;color:#9277ff;height:30px;left:0;position:relative}.CarouselPlaylist_bottomContainer__-iMf7 .CarouselPlaylist_carouselBottombutton__awwHz:active,.CarouselPlaylist_bottomContainer__-iMf7 .CarouselPlaylist_carouselBottombutton__awwHz:hover{background-color:#9277ff4d;border-color:#9277ff;color:#9277ff}.CarouselPlaylist_carouselDot__oB253{opacity:.8!important;width:9px!important}.CarouselPlaylist_carouselDot__oB253,.CarouselPlaylist_carouseldotActive__NQ7\+o{background-color:#9277ff;border-radius:100px;cursor:pointer;height:9px;margin:0 7px}.CarouselPlaylist_carouseldotActive__NQ7\+o{opacity:1!important;width:21px!important}.Header_headerWrapper__vpG-t{background:#f5f5f5;border:1px solid #e0e0e0;padding:.5rem 1.2rem}@media only screen and (max-width:479px){.Header_headerWrapper__vpG-t{align-items:center;border:none!important;display:flex;flex-direction:row;justify-content:center}}.Header_headerWrapper__vpG-t .Header_flexContainer__A33m7{align-items:center;display:flex;gap:16px;justify-content:space-between}.Header_headerWrapper__vpG-t .Header_currentPlan__1i26u{align-items:center;color:#2e3452;display:flex;flex-direction:row;font-family:Poppins,sans-serif;font-size:12;font-size:.75rem;font-weight:500;justify-content:space-between;line-height:18;line-height:1.125rem;margin-right:auto}.Header_headerWrapper__vpG-t .Header_currentPlan__1i26u .Header_plan__WI5BE{background:#e4daff;border-radius:39px;margin:0 8px;padding:4px 12px}.Header_headerWrapper__vpG-t .Header_lightIconTitle__TBlCF{color:#2e3452}.Header_headerWrapper__vpG-t .Header_demoButton__ZK1Qs,.Header_headerWrapper__vpG-t .Header_lightIconTitle__TBlCF{font-family:Open Sans,sans-serif;font-size:14;font-size:.875rem;font-weight:500;font-weight:600;line-height:20;line-height:1.25rem}.Header_headerWrapper__vpG-t .Header_demoButton__ZK1Qs{background:#f5f5f5;border:2px solid #9277ff;border-radius:.25rem;color:#9277ff;cursor:pointer;margin-bottom:1.5px;padding:5px;text-transform:none}.Header_headerWrapper__vpG-t .Header_demoButton__ZK1Qs:hover{background-color:#3d41b2!important;color:#fff}.Header_darkTheme__NJPyE{background:#212121;border:1px solid #e0e0e01a}@media only screen and (max-width:479px){.Header_darkTheme__NJPyE{border:none!important}}.Header_darkTheme__NJPyE .Header_currentPlan__1i26u{color:#f2f2f2}.Header_darkTheme__NJPyE .Header_currentPlan__1i26u .Header_plan__WI5BE{color:#2e3452;font-family:Poppins,sans-serif;font-size:12;font-size:.75rem;font-weight:500;line-height:18;line-height:1.125rem}.Header_darkTheme__NJPyE .Header_iconTitle__LI-c3{color:#f2f2f2}.Header_darkTheme__NJPyE .Header_demoButton__ZK1Qs{background:#212121}.Footer_bodyWrapper__H-k\+4{align-items:center;background:rgba(196,207,213,.302);cursor:default;display:flex;flex-direction:row;gap:8%;justify-content:center;padding:1rem}@media only screen and (max-width:768px){.Footer_bodyWrapper__H-k\+4 .Footer_img__ecR2c{width:95%}.Footer_bodyWrapper__H-k\+4{align-items:center;display:flex;flex-direction:column;flex-direction:column!important;gap:1rem!important;justify-content:center}}.Footer_bodyWrapper__H-k\+4 .Footer_detailsText__-jbGv{align-items:center;display:flex;flex-direction:column;gap:.75rem;justify-content:center}.Footer_bodyWrapper__H-k\+4 .Footer_detailsText__-jbGv .Footer_helpText__v67B2{color:#2e3452;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-weight:600;line-height:24;line-height:1.5rem;text-align:center}@media only screen and (max-width:768px){.Footer_bodyWrapper__H-k\+4 .Footer_detailsText__-jbGv .Footer_helpText__v67B2{text-align:start}}.Footer_bodyWrapper__H-k\+4 .Footer_detailsText__-jbGv .Footer_visitDashboardText__EmFse{color:#2e3452;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-weight:400;line-height:20;line-height:1.25rem;text-align:center}@media only screen and (max-width:768px){.Footer_bodyWrapper__H-k\+4 .Footer_detailsText__-jbGv .Footer_visitDashboardText__EmFse{text-align:start}}.Footer_bodyWrapper__H-k\+4 .Footer_detailsText__-jbGv .Footer_demoButton__u5g\+w{border-radius:.25rem;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-weight:600;line-height:20;line-height:1.25rem;padding:.5rem 16%;text-transform:none}@media only screen and (max-width:768px){.Footer_bodyWrapper__H-k\+4 .Footer_detailsText__-jbGv .Footer_demoButton__u5g\+w{align-self:flex-start}}.Footer_bodyWrapper__H-k\+4 .Footer_detailsText__-jbGv .Footer_orText__QBoNT{color:#a0aec0;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-weight:400;line-height:20;line-height:1.25rem}.Footer_bodyWrapper__H-k\+4 .Footer_detailsText__-jbGv .Footer_mailText__tOxHW{color:#2e3452;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-weight:400;line-height:20;line-height:1.25rem;text-align:center}.Footer_bodyWrapper__H-k\+4 .Footer_detailsText__-jbGv .Footer_mailText__tOxHW a{color:#9277ff;cursor:pointer;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-weight:600;line-height:20;line-height:1.25rem;text-decoration:underline}.Footer_darkTheme__MSNDR{background:#292929}.Footer_darkTheme__MSNDR .Footer_lightText__HQ4e1{color:#f2f2f2;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-weight:600;line-height:24;line-height:1.5rem;text-align:center}.Footer_darkTheme__MSNDR .Footer_lightVisitDashboardText__blOTM{color:#f2f2f2;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-weight:400;line-height:20;line-height:1.25rem;text-align:center}.Footer_darkTheme__MSNDR .Footer_lightMailText__ioqCh{color:#f2f2f2;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-weight:400;line-height:20;line-height:1.25rem;text-align:center}.Footer_darkTheme__MSNDR .Footer_lightMailText__ioqCh a{color:#9277ff;cursor:pointer;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-weight:600;line-height:20;line-height:1.25rem;text-decoration:underline}.Home_pageWrapper__f1BIy{background:#f5f5f5;cursor:default;height:100%;padding:2rem 3rem}@media only screen and (max-width:767px){.Home_pageWrapper__f1BIy{height:100%;padding:1.5rem}}@media only screen and (max-width:479px){.Home_pageWrapper__f1BIy{padding:1rem}}.Home_pageWrapper__f1BIy .Home_heading__pDbsf{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center;margin-bottom:2rem;text-align:center}.Home_pageWrapper__f1BIy .Home_heading__pDbsf .Home_welcomeText__bBh4I{color:#2e3452;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-weight:600;line-height:24;line-height:1.5rem}.Home_pageWrapper__f1BIy .Home_heading__pDbsf .Home_darkThemeWelcome__cpUYy{color:#f2f2f2;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-weight:600;line-height:24;line-height:1.5rem}.Home_pageWrapper__f1BIy .Home_heading__pDbsf .Home_mantraText__nM2gx{color:#2e3452;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-weight:500;line-height:20;line-height:1.25rem}.Home_pageWrapper__f1BIy .Home_heading__pDbsf .Home_lightMantraText__z2\+6W{color:#f2f2f2b2;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-weight:500;line-height:20;line-height:1.25rem}.Home_pageWrapper__f1BIy .Home_content__cuOCG{align-items:center;display:flex;flex-direction:row;gap:1.5rem;justify-content:space-between;margin:1.5rem 1rem}@media only screen and (max-width:767px){.Home_pageWrapper__f1BIy .Home_content__cuOCG{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:1.5rem 0}}.Home_pageWrapper__f1BIy .Home_content__cuOCG .Home_left__4B1Rc{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:normal}.Home_pageWrapper__f1BIy .Home_content__cuOCG .Home_left__4B1Rc .Home_quickTutorial__QiSUl{color:#2e3452;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-weight:600;line-height:22;line-height:1.375rem}.Home_pageWrapper__f1BIy .Home_content__cuOCG .Home_left__4B1Rc .Home_quickTutorialDark__BieDI{color:#f2f2f2;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-weight:600;line-height:22;line-height:1.375rem}.Home_pageWrapper__f1BIy .Home_content__cuOCG .Home_left__4B1Rc .Home_playList__HJrOB{display:flex;flex-direction:column;gap:1rem;width:38vw}.Home_pageWrapper__f1BIy .Home_content__cuOCG .Home_left__4B1Rc .Home_playList__HJrOB :active{transform:translateY(-.5px)}@media only screen and (max-width:767px){.Home_pageWrapper__f1BIy .Home_content__cuOCG .Home_left__4B1Rc .Home_playList__HJrOB{width:100%}}.Home_pageWrapper__f1BIy .Home_content__cuOCG .Home_right__IDZEI{border-radius:4px}@media only screen and (max-width:767px){.Home_pageWrapper__f1BIy .Home_content__cuOCG .Home_right__IDZEI{width:100%}}.Home_pageWrapper__f1BIy .Home_accordionWrapper__RX3aG{margin:1rem 0}.Home_pageWrapper__f1BIy .Home_accordionWrapper__RX3aG .Home_quickTutorial__QiSUl{color:#2e3452;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-weight:600;line-height:22;line-height:1.375rem}.Home_pageWrapper__f1BIy .Home_accordionWrapper__RX3aG .Home_quickTutorialDark__BieDI{color:#f2f2f2;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-weight:600;line-height:22;line-height:1.375rem}.Home_pageWrapper__f1BIy .Home_accordionWrapper__RX3aG .Home_accordion__oLbIR{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:.5rem}.Home_pageWrapper__f1BIy .Home_accordionWrapper__RX3aG .Home_accordion__oLbIR div{background-image:none;margin-block:.6px;width:100%}.Home_pageWrapper__f1BIy .Home_accordionWrapper__RX3aG .Home_accordion__oLbIR .Home_Carousel__exdOF{height:max-content;margin-top:.5rem;width:100%}.Home_pageWrapper__f1BIy .Home_accordionWrapper__RX3aG .Home_accordion__oLbIR img{border-radius:.5rem}.Home_darkPage__8q9Pv{background:#212121}.Banner_wrapper__YAyL9{border:1px solid #9277ff;border-radius:16px;color:#2e3452;font-family:Montserrat,sans-serif;font-size:24;font-size:1.5rem;font-weight:600;gap:10px;line-height:36;line-height:2.25rem;padding:24px 24px 10px;position:relative}.Banner_wrapper__YAyL9 .Banner_plan__gawFf{background:#f2f2f2;border:1px solid #9277ff;border-radius:30px;color:#2e3452;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-weight:600;left:60px;line-height:24;line-height:1.5rem;padding:4px 48px;position:absolute;text-align:center;top:-18px}@media only screen and (max-width:479px){.Banner_wrapper__YAyL9 .Banner_plan__gawFf{left:15px}}.Banner_wrapper__YAyL9 .Banner_contentDiv__KHPq0{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:space-between}@media only screen and (max-width:479px){.Banner_wrapper__YAyL9 .Banner_contentDiv__KHPq0{align-items:center;display:flex;flex-direction:column;justify-content:space-between}}.Banner_wrapper__YAyL9 .Banner_contentDiv__KHPq0 .Banner_textDiv__cdjjz{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start}.Banner_wrapper__YAyL9 .Banner_contentDiv__KHPq0 .Banner_textDiv__cdjjz .Banner_subTitle__2af4u{color:#2e3452;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-weight:500;line-height:20;line-height:1.25rem}.Banner_wrapper__YAyL9 .Banner_contentDiv__KHPq0 .Banner_textDiv__cdjjz .Banner_limit__KACAU{background:#9277ffe6;border-radius:20px;color:#f2f2f2;display:inline-block;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-weight:500;line-height:21;line-height:1.3125rem;padding:2px 10px}.Banner_wrapper__YAyL9 .Banner_contentDiv__KHPq0 .Banner_textDiv__cdjjz .Banner_limit__KACAU .Banner_image__0ruIN{margin-right:8px}.Banner_wrapper__YAyL9 .Banner_upgradeButton__S6Ine{background:#9277ff;border-radius:32px;color:#f2f2f2;font-family:Open Sans,sans-serif;font-size:14;font-size:.875rem;font-weight:700;line-height:20;line-height:1.25rem;margin-bottom:35px}@media only screen and (max-width:479px){.Banner_wrapper__YAyL9 .Banner_upgradeButton__S6Ine{align-self:flex-start;margin:10px 0}}.Banner_darkTheme__q12Qb{background:#212121}.Banner_darkTheme__q12Qb .Banner_plan__gawFf{background:#212121;color:#f2f2f2}.Banner_darkTheme__q12Qb .Banner_contentDiv__KHPq0,.Banner_darkTheme__q12Qb .Banner_contentDiv__KHPq0 .Banner_textDiv__cdjjz .Banner_subTitle__2af4u{color:#f2f2f2}.PlayList_listWrapper__9Ft2W{align-items:center;background:#fff;border-radius:.5rem;cursor:pointer;display:flex;flex-direction:row;height:52px;justify-content:space-between;padding:1rem}.PlayList_listWrapper__9Ft2W .PlayList_titleText__67fWu{color:#2e3452;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-weight:400;line-height:20;line-height:1.25rem}.PlayList_listWrapper__9Ft2W .PlayList_activeText__nj5qo{color:#fff;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-weight:600;line-height:20;line-height:1.25rem}.PlayList_listWrapper__9Ft2W .PlayList_lightText__xe8Mp{color:#fff;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-weight:400;line-height:20;line-height:1.25rem}.PlayList_listWrapper__9Ft2W svg{margin-left:.5rem}.PlayList_darkBg__ccXMy{background:#292929}.PlayList_activeBg__y4SRu{background:#9277ff}.SuspendedState_wrapper__Ecwkt{align-items:center;color:#2e3452;display:flex;flex-direction:column;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-weight:400;gap:8px;justify-content:center;line-height:21;line-height:1.3125rem;padding:3rem;text-align:center}.SuspendedState_wrapper__Ecwkt .SuspendedState_red__ZFllL{color:#e75c62}.SuspendedState_wrapper__Ecwkt .SuspendedState_titleDiv__yCg\+I{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:center}.SuspendedState_wrapper__Ecwkt .SuspendedState_title__eiLJJ{color:#2e3452;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-weight:700;line-height:27;line-height:1.6875rem}.SuspendedState_wrapper__Ecwkt .SuspendedState_payButtonWithArrow__w2Zzt{background:#9277ff;border-radius:32px;color:#f2f2f2;font-family:Open Sans,sans-serif;font-size:16;font-size:1rem;font-weight:700;gap:10px;line-height:.3rem!important;line-height:222;line-height:13.875rem;padding:10px 40px}.SuspendedState_darkTheme__DVyA1{background:#212121;color:#f2f2f2}.SuspendedState_darkTheme__DVyA1 .SuspendedState_title__eiLJJ{color:#f2f2f2}.MobileHeader_headerWrapper__8Ifkq{background:#f5f5f5;padding:.5rem 1rem}@media only screen and (max-width:479px){.MobileHeader_headerWrapper__8Ifkq{border-bottom:2px solid #e0e0e0}}.MobileHeader_headerWrapper__8Ifkq .MobileHeader_logo__jzyfj,.MobileHeader_headerWrapper__8Ifkq .MobileHeader_menu__CuNYe{align-self:center}.MobileHeader_headerWrapper__8Ifkq .MobileHeader_button__-Gd-t{margin-right:1rem}.MobileHeader_headerWrapper__8Ifkq .MobileHeader_img__DYwxh{margin-bottom:.2rem;margin-right:.5rem}.MobileHeader_headerWrapper__8Ifkq .MobileHeader_flexContainer__1r76X{display:flex;justify-content:space-between}.MobileHeader_headerWrapper__8Ifkq .MobileHeader_buttonContainer__A0okm{display:flex}.MobileHeader_darkTheme__Gdi2r{background:#141414}@media only screen and (max-width:479px){.MobileHeader_darkTheme__Gdi2r{border-bottom:none}}.License_wrapper__c0fTM{align-items:center;margin:1rem 3rem;position:relative}.License_wrapper__c0fTM .License_red__WNSkF{color:#e75c62}.License_wrapper__c0fTM .License_licenses__1nySH{background:#f2f2f2;border:1px solid;border-radius:30px;color:#2e3452;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-weight:600;left:60px;line-height:24;line-height:1.5rem;padding:4px 48px;position:absolute;text-align:center;top:-18px}@media only screen and (max-width:479px){.License_wrapper__c0fTM .License_licenses__1nySH{left:15px;padding:4px 10px}}.License_wrapper__c0fTM .License_contentDiv__fbnIN{align-items:center;border:1px solid;border-radius:16px;color:#2e3452;display:flex;flex-direction:row;font-family:Montserrat,sans-serif;font-size:24;font-size:1.5rem;font-weight:600;gap:10px;justify-content:space-between;line-height:36;line-height:2.25rem;padding:24px}@media only screen and (max-width:479px){.License_wrapper__c0fTM .License_contentDiv__fbnIN{align-items:center;display:flex;flex-direction:column;justify-content:space-between}}.License_wrapper__c0fTM .License_contentDiv__fbnIN .License_textDiv__5rgyq{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between}.License_wrapper__c0fTM .License_contentDiv__fbnIN .License_subTitle__H\+CBd{color:#2e3452;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-weight:500;line-height:20;line-height:1.25rem}.License_wrapper__c0fTM .License_contentDiv__fbnIN .License_assignbutton__sX74d{background:#9277ff;border-radius:32px;color:#f2f2f2;font-family:Open Sans,sans-serif;font-size:14;font-size:.875rem;font-weight:700;line-height:1.2rem;line-height:20;line-height:1.25rem;padding:6px 35px}@media only screen and (max-width:479px){.License_wrapper__c0fTM .License_contentDiv__fbnIN .License_assignbutton__sX74d{align-self:flex-start;padding:11px 22px}}.License_wrapper__c0fTM .License_subContent__2c9So{align-items:center;display:flex;flex-direction:column;gap:18px;justify-content:space-between;padding:3rem 0}.License_wrapper__c0fTM .License_subContent__2c9So .License_image__RMfY4{align-content:center}.License_wrapper__c0fTM .License_subContent__2c9So .License_title__gFD6J{color:#2e3452;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-weight:700;line-height:27;line-height:1.6875rem;text-align:center}.License_wrapper__c0fTM .License_subContent__2c9So .License_subTitle__H\+CBd{color:#2e3452;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-weight:400;line-height:21;line-height:1.3125rem;text-align:center}.License_wrapper__c0fTM .License_subContent__2c9So .License_assignButtonWithArrow__yl5f8{background:#9277ff;border-radius:32px;color:#f2f2f2;font-family:Open Sans,sans-serif;font-size:16;font-size:1rem;font-weight:700;gap:10px;line-height:222;line-height:13.875rem;line-height:20px;padding:8px 40px}.License_borderViolet__T85FA{border:1px solid #9277ff}.License_borderRed__E4MnY{border:1px solid #e75c62}.License_darkTheme__nBGhO{background:#212121}.License_darkTheme__nBGhO .License_licenses__1nySH{background:#212121;color:#f2f2f2}.License_darkTheme__nBGhO .License_contentDiv__fbnIN,.License_darkTheme__nBGhO .License_contentDiv__fbnIN .License_subTitle__H\+CBd,.License_darkTheme__nBGhO .License_plan__hk5C7,.License_darkTheme__nBGhO .License_subContent__2c9So .License_subTitle__H\+CBd,.License_darkTheme__nBGhO .License_subContent__2c9So .License_title__gFD6J{color:#f2f2f2}.GameDetails_bodyWrapper__LpSWv{align-items:center;background:rgba(196,207,213,.302);cursor:default;display:flex;flex-direction:row;gap:8%;justify-content:center;margin-bottom:20px;padding:1rem}.GameDetails_bodyWrapper__LpSWv .GameDetails_img__FNCbu{height:auto;max-width:100%}.GameDetails_bodyWrapper__LpSWv .GameDetails_detailsText__DCf3u{align-items:center;display:flex;flex-direction:column;gap:.75rem;justify-content:center}.GameDetails_bodyWrapper__LpSWv .GameDetails_detailsText__DCf3u .GameDetails_helpText__DhF7N{color:#2e3452;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-weight:600;line-height:24;line-height:1.5rem;text-align:center}.GameDetails_bodyWrapper__LpSWv .GameDetails_detailsText__DCf3u .GameDetails_visitDashboardText__XBO0C{color:#2e3452;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-weight:400;line-height:20;line-height:1.25rem;text-align:center}.GameDetails_bodyWrapper__LpSWv .GameDetails_detailsText__DCf3u .GameDetails_demoButton__LcqBh{border-radius:.25rem;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-weight:600;line-height:20;line-height:1.25rem;padding:.5rem 16%;text-transform:none}.GameDetails_bodyWrapper__LpSWv .GameDetails_detailsText__DCf3u .GameDetails_orText__UjTJV{color:#a0aec0;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-weight:400;line-height:20;line-height:1.25rem}.GameDetails_bodyWrapper__LpSWv .GameDetails_detailsText__DCf3u .GameDetails_mailText__jTTi6{color:#2e3452;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-weight:400;line-height:20;line-height:1.25rem;text-align:center}.GameDetails_bodyWrapper__LpSWv .GameDetails_detailsText__DCf3u .GameDetails_mailText__jTTi6 a{color:#9277ff;cursor:pointer;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-weight:600;line-height:20;line-height:1.25rem;text-decoration:underline}@media(max-width:768px){.GameDetails_bodyWrapper__LpSWv{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center}.GameDetails_bodyWrapper__LpSWv .GameDetails_img__FNCbu{width:95%}.GameDetails_bodyWrapper__LpSWv .GameDetails_detailsText__DCf3u{align-items:flex-start;text-align:start}.GameDetails_bodyWrapper__LpSWv .GameDetails_detailsText__DCf3u .GameDetails_helpText__DhF7N,.GameDetails_bodyWrapper__LpSWv .GameDetails_detailsText__DCf3u .GameDetails_mailText__jTTi6,.GameDetails_bodyWrapper__LpSWv .GameDetails_detailsText__DCf3u .GameDetails_visitDashboardText__XBO0C{text-align:start}.GameDetails_bodyWrapper__LpSWv .GameDetails_detailsText__DCf3u .GameDetails_demoButton__LcqBh{align-self:flex-start;padding:.5rem 1.5rem}}.GameDetails_darkTheme__6Ts8g{background:#292929}.GameDetails_darkTheme__6Ts8g .GameDetails_lightText__8Iqg1{color:#f2f2f2;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-weight:600;line-height:24;line-height:1.5rem;text-align:center}.GameDetails_darkTheme__6Ts8g .GameDetails_lightVisitDashboardText__tsl7N{color:#f2f2f2;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-weight:400;line-height:20;line-height:1.25rem;text-align:center}.GameDetails_darkTheme__6Ts8g .GameDetails_lightMailText__ooVd2{color:#f2f2f2;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-weight:400;line-height:20;line-height:1.25rem;text-align:center}.GameDetails_darkTheme__6Ts8g .GameDetails_lightMailText__ooVd2 a{color:#9277ff;cursor:pointer;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-weight:600;line-height:20;line-height:1.25rem;text-decoration:underline}@media(max-width:768px){.GameDetails_darkTheme__6Ts8g .GameDetails_lightMailText__ooVd2,.GameDetails_darkTheme__6Ts8g .GameDetails_lightText__8Iqg1,.GameDetails_darkTheme__6Ts8g .GameDetails_lightVisitDashboardText__tsl7N{text-align:start}}.GameLauncher_gameLauncher__kP3fu{background:#fefeff;border:1px solid #e0e0e0;border-radius:8px;margin:24px 0;padding:20px}.GameLauncher_gameLauncher__kP3fu.GameLauncher_darkTheme__7RfqL{background:#252423;border-color:#424242;color:#fefeff}.GameLauncher_launcherContent__PfTHJ{display:flex;flex-direction:column;gap:20px}.GameLauncher_launcherInfo__SoyT1{text-align:center}.GameLauncher_launcherTitle__5BMYb{color:#5168fe;font-size:20px;font-weight:600;margin:0 0 8px}.GameLauncher_launcherTitle__5BMYb.GameLauncher_darkTitle__OkvkD{color:#8e94ff}.GameLauncher_launcherDescription__qeCqQ{color:#a0aec0;font-size:14px;line-height:1.4;margin:0}.GameLauncher_launcherDescription__qeCqQ.GameLauncher_darkDescription__G77bI{color:#e0e0e0}.GameLauncher_trialNotice__tOIPD{color:#5168fe;display:block;font-size:12px;font-style:italic;line-height:1.4;margin:12px 0 0;text-align:center;width:100%}.GameLauncher_trialNotice__tOIPD.GameLauncher_darkTrialNotice__3-pnn{color:#8e94ff}.GameLauncher_controls__7GdAA{align-items:center;display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:400px}.GameLauncher_dropdownGroup__BxUcQ{display:flex;flex-direction:column;gap:8px;width:100%}.GameLauncher_label__HazWx{color:#424242;font-size:14px;font-weight:500}.GameLauncher_label__HazWx.GameLauncher_darkLabel__irFud{color:#fefeff}.GameLauncher_dropdown__VUfU3{width:100%}.GameLauncher_dropdown__VUfU3 .GameLauncher_fui-Dropdown__listbox__cDnCO{max-height:200px;overflow-y:auto}.GameLauncher_launchButton__gWxGl{font-weight:600;margin-top:8px;min-height:40px;width:100%}.GameLauncher_loadingState__tVi8Y{background:#f2f2f2;border-radius:6px;margin-top:16px;padding:20px;text-align:center}.GameLauncher_loadingState__tVi8Y.GameLauncher_darkState__TV8UZ{background:#ffffff0d}.GameLauncher_loadingText__MjAs8{color:#a0aec0;font-size:14px;font-style:italic}.GameLauncher_loadingText__MjAs8.GameLauncher_darkText__6eSCE{color:#e0e0e0}.GameLauncher_noChannelsState__IqiDx{background:linear-gradient(135deg,#f2f2f2,#fffc);border:1px solid #e0e0e0;border-radius:8px;margin-top:16px;padding:24px;text-align:center}.GameLauncher_noChannelsState__IqiDx.GameLauncher_darkState__TV8UZ{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border-color:#424242}.GameLauncher_noChannelsTitle__wl-1r{color:#424242;display:block;font-size:16px;font-weight:600;margin-bottom:8px}.GameLauncher_noChannelsTitle__wl-1r.GameLauncher_darkText__6eSCE{color:#fefeff}.GameLauncher_noChannelsMessage__VvxPP{color:#a0aec0;display:block;font-size:14px;line-height:1.4;margin-bottom:8px}.GameLauncher_noChannelsMessage__VvxPP.GameLauncher_darkText__6eSCE{color:#e0e0e0}.GameLauncher_noChannelsAction__eyzEk{color:#5168fe;display:block;font-size:13px;font-weight:500;line-height:1.4}.GameLauncher_noChannelsAction__eyzEk.GameLauncher_darkText__6eSCE{color:#8e94ff}@media(max-width:768px){.GameLauncher_gameLauncher__kP3fu{margin:16px 0;padding:16px}.GameLauncher_controls__7GdAA{max-width:100%}.GameLauncher_launcherTitle__5BMYb{font-size:18px}.GameLauncher_launcherDescription__qeCqQ{font-size:13px}}@media(min-width:769px){.GameLauncher_controls__7GdAA{align-items:flex-end;flex-direction:row;gap:16px;max-width:100%}.GameLauncher_dropdownGroup__BxUcQ{flex:1 1;min-width:200px}.GameLauncher_launchButton__gWxGl{margin-top:0;min-width:140px;width:auto}}.GameLauncher_launchButton__gWxGl:hover:not(:disabled){box-shadow:0 2px 8px #00000026;transform:translateY(-1px)}.GameLauncher_launchButton__gWxGl:disabled{cursor:not-allowed;opacity:.6}.Layout_layoutContainer__t8DS3{background-color:#fff;height:100vh}.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b{height:-webkit-fill-available;margin:0 3.25rem 5rem;overflow-x:clip;overflow-y:auto}.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b::-webkit-scrollbar{height:18px;width:12px;width:6px}.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#9277ff;border:2px solid #0000;border-radius:30px;box-shadow:inset -1px -1px 0 #0000000d,inset 1px 1px 0 #0000000d;height:6px}.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b::-webkit-scrollbar-button{display:none;height:0;width:0}.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b::-webkit-scrollbar-corner{background-color:#0000}.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b .Layout_subHeaderWrapper__UodHW{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding-top:1.5rem}.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b .Layout_subHeaderWrapper__UodHW .Layout_targetChannelWrapper__F8Osd{align-items:center;display:flex;flex-direction:row;justify-content:center}.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b .Layout_subHeaderWrapper__UodHW .Layout_targetChannelWrapper__F8Osd .Layout_launchTextAndIcon__-ctI1,.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b .Layout_subHeaderWrapper__UodHW .Layout_targetChannelWrapper__F8Osd .Layout_teamDetailsWrapper__b20WL{align-items:center;display:flex;flex-direction:row;justify-content:normal}.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b .Layout_subHeaderWrapper__UodHW .Layout_targetChannelWrapper__F8Osd .Layout_launchTextAndIcon__-ctI1 .Layout_rightArrow__bR-wX,.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b .Layout_subHeaderWrapper__UodHW .Layout_targetChannelWrapper__F8Osd .Layout_teamDetailsWrapper__b20WL .Layout_rightArrow__bR-wX{margin:0 .5rem}.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b .Layout_subHeaderWrapper__UodHW .Layout_targetChannelWrapper__F8Osd .Layout_launchTextAndIcon__-ctI1 .Layout_channelNameWrapper__tYfmf,.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b .Layout_subHeaderWrapper__UodHW .Layout_targetChannelWrapper__F8Osd .Layout_launchTextAndIcon__-ctI1 .Layout_teamNameWrapper__r1pWI,.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b .Layout_subHeaderWrapper__UodHW .Layout_targetChannelWrapper__F8Osd .Layout_teamDetailsWrapper__b20WL .Layout_channelNameWrapper__tYfmf,.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b .Layout_subHeaderWrapper__UodHW .Layout_targetChannelWrapper__F8Osd .Layout_teamDetailsWrapper__b20WL .Layout_teamNameWrapper__r1pWI{color:#2e3452cc;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:400;line-height:16;line-height:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b .Layout_subHeaderWrapper__UodHW .Layout_targetChannelWrapper__F8Osd .Layout_launchTextAndIcon__-ctI1 .Layout_channelNameWrapper__tYfmf,.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b .Layout_subHeaderWrapper__UodHW .Layout_targetChannelWrapper__F8Osd .Layout_teamDetailsWrapper__b20WL .Layout_channelNameWrapper__tYfmf{max-width:60px}.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b .Layout_subHeaderWrapper__UodHW .Layout_targetChannelWrapper__F8Osd .Layout_launchTextAndIcon__-ctI1 .Layout_teamNameWrapper__r1pWI,.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b .Layout_subHeaderWrapper__UodHW .Layout_targetChannelWrapper__F8Osd .Layout_teamDetailsWrapper__b20WL .Layout_teamNameWrapper__r1pWI{max-width:120px}@media only screen and (max-width:479px){.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b{margin:1.188rem 1.3125rem}.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b .Layout_subHeaderWrapper__UodHW{align-items:flex-start;display:flex;flex-direction:column;gap:.875rem;justify-content:flex-start}.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b .Layout_subHeaderWrapper__UodHW .Layout_targetChannelWrapper__F8Osd{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start}.Layout_layoutContainer__t8DS3 .Layout_contentWrapper__Zt44b .Layout_subHeaderWrapper__UodHW .Layout_targetChannelWrapper__F8Osd .Layout_teamNameWrapper__r1pWI{margin-left:1rem}}.Layout_layoutContainer__t8DS3 .Layout_boldText__4mged{color:#2e3452cc;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:700;line-height:16;line-height:1rem}.Layout_layoutContainer__t8DS3 .Layout_backButton__8I\+zw{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:.25rem;justify-content:normal}.Layout_layoutContainer__t8DS3 .Layout_footer__UM5Ye{align-items:flex-end;background-color:#fff;bottom:0;display:flex;flex-direction:row;gap:1rem;justify-content:flex-end;padding:1.5rem;position:fixed;width:93%}.Layout_layoutContainer__t8DS3 .Layout_footer__UM5Ye .Layout_launchButton__gK5dl{align-items:center;display:flex;flex-direction:row;height:25px;justify-content:center;position:relative}.Layout_layoutContainer__t8DS3 .Layout_footer__UM5Ye .Layout_launchButton__gK5dl .Layout_loader__RMn8n{left:10px;position:absolute;top:0}.Layout_darkTheme__x63tg{background-color:#212121}.Layout_darkTheme__x63tg .Layout_contentWrapper__Zt44b .Layout_subHeaderWrapper__UodHW .Layout_boldText__4mged,.Layout_darkTheme__x63tg .Layout_contentWrapper__Zt44b .Layout_subHeaderWrapper__UodHW .Layout_targetChannelWrapper__F8Osd .Layout_teamDetailsWrapper__b20WL .Layout_channelNameWrapper__tYfmf,.Layout_darkTheme__x63tg .Layout_contentWrapper__Zt44b .Layout_subHeaderWrapper__UodHW .Layout_targetChannelWrapper__F8Osd .Layout_teamDetailsWrapper__b20WL .Layout_teamNameWrapper__r1pWI{color:#fff}.Layout_darkTheme__x63tg .Layout_backArrow__bQ4ZT,.Layout_darkTheme__x63tg .Layout_rightArrow__bR-wX{filter:invert(100%) sepia(0) saturate(0) hue-rotate(108deg) brightness(104%) contrast(104%)}.Layout_darkTheme__x63tg .Layout_footer__UM5Ye{background-color:#212121}.Card_cardContainer__Ls3oW{border:.5px solid #0000;border-radius:8px;box-shadow:0 4px 40px #9277ff1a;cursor:pointer;padding:1rem 1.25rem}.Card_cardContainer__Ls3oW .Card_title__O0L5m{font-size:16;font-size:1rem;margin-top:1rem}.Card_cardContainer__Ls3oW .Card_title__O0L5m,.Card_cardContainer__Ls3oW .Card_topCardTitle__II6nj{color:#2e3452;font-family:Montserrat,sans-serif;font-style:normal;font-weight:600;line-height:22;line-height:1.375rem}.Card_cardContainer__Ls3oW .Card_topCardTitle__II6nj{font-size:24;font-size:1.5rem;margin-bottom:5px;margin-top:0}.Card_cardContainer__Ls3oW .Card_description__0OUhp{color:#2e3452;font-family:Poppins,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:400;line-height:22;line-height:1.375rem}.Card_cardContainer__Ls3oW .Card_topCardDesc__vp6Eu{color:#2e3452;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:600;line-height:22;line-height:1.375rem}.Card_cardContainer__Ls3oW .Card_noOfAutomations__O7doE{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between}.Card_cardContainer__Ls3oW .Card_noOfAutomationsText__2Wkxm{align-items:center;color:#2e3452;display:flex;flex-direction:row;justify-content:flex-start}.Card_cardContainer__Ls3oW .Card_automationsDarkThemeText__Xgft1,.Card_cardContainer__Ls3oW .Card_noOfAutomationsText__2Wkxm{font-family:Montserrat,sans-serif;font-size:10;font-size:.625rem;font-style:normal;font-weight:500;line-height:22;line-height:1.375rem}.Card_cardContainer__Ls3oW .Card_automationsDarkThemeText__Xgft1{color:#fefeff}.Card_cardContainer__Ls3oW .Card_circle__yvOON{border-radius:50%;height:10px;margin-right:5px;width:10px}.Card_cardContainer__Ls3oW .Card_greenCircle__MpAXs{background-color:#30af38;border:1px solid #30af38}.Card_cardContainer__Ls3oW .Card_redCircle__lRhJL{background-color:#f20;border:1px solid #f20}@media only screen and (max-width:479px){.Card_cardContainer__Ls3oW{align-items:center;display:flex;flex-direction:row;gap:.625rem;justify-content:flex-start;width:-webkit-fill-available}.Card_cardContainer__Ls3oW .Card_title__O0L5m{margin-top:0}.Card_cardContainer__Ls3oW .Card_icon__pa60Y{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;width:40px}.Card_cardContainer__Ls3oW .Card_noOfAutomationsText__2Wkxm{color:#2e3452;margin:2px 6px;position:absolute;right:0;top:0}.Card_cardContainer__Ls3oW .Card_automationsDarkThemeText__Xgft1,.Card_cardContainer__Ls3oW .Card_noOfAutomationsText__2Wkxm{font-family:Montserrat,sans-serif;font-size:8;font-size:.5rem;font-style:normal;font-weight:500;line-height:22;line-height:1.375rem}.Card_cardContainer__Ls3oW .Card_automationsDarkThemeText__Xgft1{color:#fefeff}}.Card_cardContainer__Ls3oW:hover{border:.5px solid #9277ff}.Card_darkTheme__FNP2B{background-color:#292929;box-shadow:none}.Card_darkTheme__FNP2B .Card_title__O0L5m{color:#fff}.Card_darkTheme__FNP2B .Card_description__0OUhp{color:#f2f2f2b3}.Card_darkTheme__FNP2B:hover{box-shadow:none}.Shortcuts_shortcutsContainer__8RVYx{align-items:normal;display:flex;flex-direction:column;gap:1.3rem;justify-content:normal;padding:1.3125rem 0}.Shortcuts_shortcutsContainer__8RVYx .Shortcuts_toastWrapper__D4uPC{border-radius:7px;padding:.469rem 1.75rem}.Shortcuts_shortcutsContainer__8RVYx .Shortcuts_toastWrapper__D4uPC .Shortcuts_title__BMoUs{color:#2e3452;font-family:Montserrat,sans-serif;font-size:20;font-size:1.25rem;font-style:normal;font-weight:700;line-height:30;line-height:1.875rem}.Shortcuts_shortcutsContainer__8RVYx .Shortcuts_toastWrapper__D4uPC .Shortcuts_slogan__XhMrd{color:#2e3452;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:400;line-height:20;line-height:1.25rem}@media only screen and (max-width:479px){.Shortcuts_shortcutsContainer__8RVYx .Shortcuts_toastWrapper__D4uPC{padding:.4375rem .6875rem}.Shortcuts_shortcutsContainer__8RVYx .Shortcuts_toastWrapper__D4uPC .Shortcuts_title__BMoUs{color:#2e3452;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:700;line-height:24;line-height:1.5rem}.Shortcuts_shortcutsContainer__8RVYx .Shortcuts_toastWrapper__D4uPC .Shortcuts_slogan__XhMrd{color:#2e3452;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:400;line-height:22;line-height:1.375rem}}.Shortcuts_shortcutsContainer__8RVYx .Shortcuts_headerText__BTWAD{color:#2e3452;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:700;line-height:20;line-height:1.25rem}.Shortcuts_shortcutsContainer__8RVYx .Shortcuts_cardsContainer__Cem2r{grid-gap:10px;display:grid;grid-template-columns:repeat(2,1fr);width:100%}@media only screen and (max-width:479px){.Shortcuts_shortcutsContainer__8RVYx .Shortcuts_cardsContainer__Cem2r{align-items:center;display:flex;flex-direction:column;justify-content:center}}.Shortcuts_shortcutsContainer__8RVYx .Shortcuts_cardsContainer__Cem2r .Shortcuts_triviaGameCard__scnqL{border:.5px solid #9277ff}@media only screen and (max-width:479px){.Shortcuts_shortcutsContainer__8RVYx .Shortcuts_cardsContainer__Cem2r{grid-template-columns:auto}.Shortcuts_shortcutsContainer__8RVYx{padding:1rem}}.Shortcuts_darkTheme__VUaNQ .Shortcuts_loader__0HElX{background-color:#29292999}.Shortcuts_darkTheme__VUaNQ .Shortcuts_toastWrapper__D4uPC .Shortcuts_title__BMoUs{color:#fff}.Shortcuts_darkTheme__VUaNQ .Shortcuts_toastWrapper__D4uPC .Shortcuts_slogan__XhMrd{color:#f2f2f2b3}.schedule-container{align-items:normal;display:flex;flex-direction:column;height:fit-content;justify-content:normal;margin-top:2rem}.schedule-container .MuiDivider-root{background-color:#ebebeb;margin:.5rem 0}.schedule-container .no-schedules{color:#242424;font-family:Segoe UI,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:400;line-height:20;line-height:1.25rem}.schedule-container .scheduler-body-wrapper{height:100%;width:492px}.schedule-container .scheduler-body-wrapper::-webkit-scrollbar{height:18px;width:12px;width:6px}.schedule-container .scheduler-body-wrapper::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#1a1c42;border:2px solid #0000;border-radius:30px;box-shadow:inset -1px -1px 0 #0000000d,inset 1px 1px 0 #0000000d;height:6px}.schedule-container .scheduler-body-wrapper::-webkit-scrollbar-button{display:none;height:0;width:0}.schedule-container .scheduler-body-wrapper::-webkit-scrollbar-corner{background-color:#0000}.schedule-container .scheduler-body-wrapper .pageTitle{color:#242424}.schedule-container .scheduler-body-wrapper .pageTitle,.schedule-container .scheduler-body-wrapper .pageTitle.dark{font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:600;line-height:22;line-height:1.375rem;margin-bottom:1rem}.schedule-container .scheduler-body-wrapper .pageTitle.dark{color:#fefeff}.schedule-container .scheduler-body-wrapper .schedulerBody{height:350px;overflow-y:auto;width:100%}.schedule-container .scheduler-body-wrapper .schedulerBody::-webkit-scrollbar{height:18px;width:12px;width:6px}.schedule-container .scheduler-body-wrapper .schedulerBody::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#d2d2d2;border:2px solid #0000;border-radius:30px;box-shadow:inset -1px -1px 0 #0000000d,inset 1px 1px 0 #0000000d;height:6px}.schedule-container .scheduler-body-wrapper .schedulerBody::-webkit-scrollbar-button{display:none;height:0;width:0}.schedule-container .scheduler-body-wrapper .schedulerBody::-webkit-scrollbar-corner{background-color:#0000}@media only screen and (max-width:479px){.schedule-container .scheduler-body-wrapper .schedulerBody{align-items:center;display:flex;flex-direction:column;height:500px;justify-content:""}}.schedule-container .scheduler-body-wrapper .schedulerBody.dark{background-color:#292929;padding:.5rem .875rem}.schedule-container .disabled{opacity:.4;pointer-events:none}.scheduler-card.dark{background:#212121;border:.5px solid #424242}.scheduler-card{align-items:"";border:.5px solid #9277ff;border-radius:.25rem;flex-direction:row;height:100%;height:120px;margin-bottom:1rem;padding:.5rem 1rem;width:93.19%}.scheduler-card,.scheduler-card .left{display:flex;justify-content:space-between}.scheduler-card .left{align-items:normal;flex-direction:column;max-width:90%}.scheduler-card .left .info{background-color:inherit;border:none;color:#242424;display:flex;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:700;line-height:20;line-height:1.25rem}.scheduler-card .left .format,.scheduler-card .left .time{margin-right:2rem}.scheduler-card .left div{font-weight:700}.scheduler-card .left div,.scheduler-card .left div .value{color:#242424;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;line-height:20;line-height:1.25rem}.scheduler-card .left div .value{font-weight:500}.scheduler-card .rightActions{margin-right:.9375rem;width:fit-content}.scheduler-card .rightActions .dotContainer{align-items:"";cursor:pointer;display:flex;flex-direction:flex;justify-content:flex-end}.scheduler-card .rightActions .buttonsContainer{align-items:flex-start;border-radius:4px;cursor:pointer;display:flex;flex-direction:column;height:fit-content;justify-content:"";margin-top:10px;padding:.25rem .5rem}.scheduler-card .rightActions .buttonsContainer .button{margin-bottom:5px}.scheduler-card .rightActions .buttonsContainer.dark{background:#292929}.schedule-container.dark .no-schedules,.schedule-container.dark .teams-header,.schedule-container.dark .teams-header .filterdiv select{color:#fefeff}.schedule-container.dark .scheduler-body-wrapper::-webkit-scrollbar{height:18px;width:12px;width:6px}.schedule-container.dark .scheduler-body-wrapper::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#242424;border:2px solid #0000;border-radius:30px;box-shadow:inset -1px -1px 0 #0000000d,inset 1px 1px 0 #0000000d;height:6px}.schedule-container.dark .scheduler-body-wrapper::-webkit-scrollbar-button{display:none;height:0;width:0}.schedule-container.dark .scheduler-body-wrapper::-webkit-scrollbar-corner{background-color:#0000}.schedule-container.dark .scheduler-body-wrapper .scheduler-card .left div,.schedule-container.dark .scheduler-body-wrapper .scheduler-card .left div .format,.schedule-container.dark .scheduler-body-wrapper .scheduler-card .left div .value,.schedule-container.dark button{color:#fefeff}.schedule-container.dark button:hover{color:#424242}.schedule-container.dark button.danger{border:1px solid #ff5876;color:#ff5876}@media only screen and (max-width:479px){.scheduler-body-wrapper{max-width:380px;width:fit-content}}@media only screen and (max-width:399px){.scheduler-card{height:fit-content}.mobile-span{display:flex}}.styles_formContainer__dhZX5{display:flex;flex-direction:column;font-family:Montserrat,sans-serif;gap:10px;margin:1.5rem 5px 1.5rem 0}.styles_formContainer__dhZX5.styles_overflow__9Arbd{overflow:auto}.styles_pageTitle__hKSEm{color:#2e3452;font-weight:700;line-height:28;line-height:1.75rem;margin-top:2.5rem}.styles_pageTitle__hKSEm,.styles_pageTitle__hKSEm.styles_dark__ly2VV{font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal}.styles_pageTitle__hKSEm.styles_dark__ly2VV{color:#fefeff;font-weight:600;line-height:22;line-height:1.375rem}.styles_timeContainer__gFLzq{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.styles_error__YDaio{color:red;margin-top:4px}.styles_formContainer__dhZX5.styles_dark__ly2VV .styles_form-dropdown-div__gU8fG .styles_help-block__9s2tq,.styles_formContainer__dhZX5.styles_dark__ly2VV .styles_form-dropdown-div__gU8fG label,.styles_formContainer__dhZX5.styles_dark__ly2VV button{color:#fefeff}.styles_formContainer__dhZX5.styles_dark__ly2VV .styles_bg-purple__3wp-j:hover,.styles_formContainer__dhZX5.styles_dark__ly2VV button:hover{color:#424242}@media only screen and (max-width:479px){.styles_dropdownMobileView__lRI-C{flex-direction:column;gap:1rem}.styles_dropdownMobileView__lRI-C div{margin-right:0}}::-webkit-scrollbar{border-radius:5px;height:3px;width:5px}::-webkit-scrollbar-track{background-color:#fefeff;border-radius:5px}::-webkit-scrollbar-thumb{background-color:#9277ff;border-radius:5px}.styles_emptyStateWrapper__XAFP5{align-items:flex-start;display:flex;flex-direction:column;gap:2.1rem;height:100%;justify-content:space-evenly}.styles_emptyStateWrapper__XAFP5 .styles_calenderIcon__G6Hsj{animation-duration:2s;animation-iteration-count:infinite;margin-left:4rem}.styles_emptyStateWrapper__XAFP5 .styles_bounce__j3i0d{animation-name:styles_bounce__j3i0d;animation-timing-function:ease}@keyframes styles_bounce__j3i0d{50%{transform:translateY(-5px)}}.styles_emptyStateWrapper__XAFP5 .styles_pageTitle__FnP2u{color:#242424;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:600;line-height:22;line-height:1.375rem}.styles_emptyStateWrapper__XAFP5 .styles_emptyScheduleText__uqgnr{color:#242424;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:500;line-height:22;line-height:1.375rem}.styles_emptyStateWrapper__XAFP5 .styles_dark__6rVHJ{color:#fefeff}@media only screen and (max-width:479px){.styles_emptyStateWrapper__XAFP5{color:#2e3452;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:500;gap:1rem;line-height:16;line-height:1rem;padding:1rem}.styles_emptyStateWrapper__XAFP5 .styles_calenderIcon__G6Hsj{margin:0 auto;max-width:250px}}.Styles_automateTriviaWrapper__oFtA7 .Styles_divider__mmaf9{padding:.25rem 4rem 1rem}.Styles_automateTriviaWrapper__oFtA7 .Styles_checkboxWrapper__qO5vV{grid-template-columns:auto .5rem 1fr}.Styles_automateTriviaWrapper__oFtA7 .Styles_checkboxWrapper__qO5vV .Styles_label__kN9nj{color:#2e3452;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:700;line-height:18;line-height:1.125rem}.Styles_automateTriviaWrapper__oFtA7 .Styles_checkboxWrapper__qO5vV .Styles_description__EHOgk{color:#2e3452;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:400;line-height:18;line-height:1.125rem}.Styles_darkTheme__CpxzJ .Styles_checkboxWrapper__qO5vV .Styles_description__EHOgk,.Styles_darkTheme__CpxzJ .Styles_checkboxWrapper__qO5vV .Styles_label__kN9nj{color:#fff}.TriviaQuizzes_quizFormContainer__BVyVk{display:flex;flex-direction:column;font-family:Montserrat,sans-serif;gap:20px;margin:2.5rem 0}.TriviaQuizzes_quizFormContainer__BVyVk .TriviaQuizzes_pageTitle__vPjoi{color:#2e3452;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:700;line-height:28;line-height:1.75rem}.TriviaQuizzes_quizFormContainer__BVyVk .TriviaQuizzes_launchButton__8ho5A{align-items:center;display:flex;flex-direction:row;height:25px;justify-content:center;position:relative}.TriviaQuizzes_quizFormContainer__BVyVk .TriviaQuizzes_launchButton__8ho5A .TriviaQuizzes_loader__\+IYFM{left:10px;position:absolute;top:0}.TriviaQuizzes_quizFormContainer__BVyVk .TriviaQuizzes_firstDropdown__nIm60{min-width:95%}.TriviaQuizzes_quizFormContainer__BVyVk .TriviaQuizzes_secondDropdown__FNKUz{min-width:100%}@media only screen and (max-width:479px){.TriviaQuizzes_quizFormContainer__BVyVk .TriviaQuizzes_dropdownMobileView__YGpiJ{display:flex;flex:1 1;flex-direction:column;gap:1rem}.TriviaQuizzes_quizFormContainer__BVyVk .TriviaQuizzes_dropdownMobileView__YGpiJ div{margin-right:0}}.TriviaQuizzes_quizFormContainer__BVyVk .TriviaQuizzes_gridContainer__4JTtK{display:grid;grid-template-columns:repeat(2,1fr)}.TriviaQuizzes_quizFormContainer__BVyVk .TriviaQuizzes_error__hGgmz{color:red;margin-top:4px}.TriviaQuizzes_darkTheme__SXFxo .TriviaQuizzes_pageTitle__vPjoi{color:#fff}.Styles_formContainer__VNci2{display:flex;flex-direction:column;font-family:Montserrat,sans-serif;gap:20px;margin:2.5rem 0}.Styles_formContainer__VNci2 .Styles_pageTitle__q9SAn{color:#2e3452;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:700;line-height:28;line-height:1.75rem}.Styles_formContainer__VNci2 .Styles_error__0JRW8{color:red;margin-top:4px}.Styles_darkTheme__Xip\+L .Styles_pageTitle__q9SAn{color:#fff}.Styles_formContainer__-rD12{flex-direction:column;font-family:Montserrat,sans-serif;gap:20px;margin:2.5rem 0 .5rem}.Styles_formContainer__-rD12 .Styles_pageTitle__Le-ZD{color:#2e3452;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:700;line-height:28;line-height:1.75rem}.Styles_formContainer__-rD12 .Styles_promptWrapper__Ki76F{align-items:center;border:.5px solid #9277ff;border-radius:8px;box-shadow:0 4px 40px #b29eff1a;color:#2e3452;display:flex;flex-direction:column;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:600;gap:1rem;height:52vh;justify-content:center;line-height:24;line-height:1.5rem;padding:.5rem;position:relative;text-align:center}.Styles_formContainer__-rD12 .Styles_promptWrapper__Ki76F .Styles_promptLoader__MteUd{background-color:#fff9;height:100%;position:absolute;width:100%;z-index:1}.Styles_formContainer__-rD12 .Styles_promptWrapper__Ki76F .Styles_gif__IUgpC{border-radius:8px;height:80%}.Styles_formContainer__-rD12 .Styles_buttonWrapper__NGXwR{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:10px}@media only screen and (max-width:479px){.Styles_formContainer__-rD12 .Styles_pageTitle__Le-ZD{color:#2e3452;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:700;line-height:18;line-height:1.125rem}.Styles_formContainer__-rD12 .Styles_promptWrapper__Ki76F{color:#2e3452;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:600;line-height:18;line-height:1.125rem}.Styles_formContainer__-rD12 .Styles_promptWrapper__Ki76F .Styles_gif__IUgpC{height:70%}}.Styles_darkTheme__cs-Al .Styles_pageTitle__Le-ZD,.Styles_darkTheme__cs-Al .Styles_promptWrapper__Ki76F{color:#fff}.Styles_formContainer__Ey52k{font-family:Montserrat,sans-serif;margin:2.5rem 0}.Styles_formContainer__Ey52k .Styles_pageTitle__dk-c8{color:#2e3452;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:700;line-height:28;line-height:1.75rem}.Styles_formContainer__Ey52k .Styles_text__cWpZq{color:#2e3452;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:400;line-height:21;line-height:1.3125rem}.Styles_formContainer__Ey52k .Styles_gameRulesListWrapper__8zs0s{align-items:normal;display:flex;flex-direction:column;gap:.5rem;justify-content:normal;margin-top:1.875rem}.Styles_formContainer__Ey52k .Styles_gameRulesListWrapper__8zs0s .Styles_gameRuleText__cW5gx{align-items:normal;display:flex;flex-direction:row;gap:.75rem;justify-content:normal}@media only screen and (max-width:479px){.Styles_formContainer__Ey52k .Styles_pageTitle__dk-c8{color:#2e3452;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:700;line-height:19.6;line-height:1.225rem}.Styles_formContainer__Ey52k .Styles_gameRulesListWrapper__8zs0s{margin-top:.5rem}}.Styles_darkTheme__5hh6v .Styles_pageTitle__dk-c8,.Styles_darkTheme__5hh6v .Styles_text__cWpZq{color:#fff}.Styles_formContainer__36DEj{display:flex;flex-direction:column;font-family:Montserrat,sans-serif;gap:20px;margin:2.5rem 0}.Styles_formContainer__36DEj .Styles_pageTitle__yaWvD{color:#2e3452;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:700;line-height:28;line-height:1.75rem}.Styles_formContainer__36DEj .Styles_errorIcon__B\+F8T{margin-right:.25rem}.Styles_formContainer__36DEj .Styles_input__c9q0K{border:1px solid #2c2f5c;padding:6px}.Styles_formContainer__36DEj .Styles_errorMessage__pcXbO{color:#e75c62;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:400;line-height:16;line-height:1rem;padding-right:2px}.Styles_formContainer__36DEj .Styles_errorInput__CI14M{border:1px solid #e75c62}@media only screen and (max-width:479px){.Styles_formContainer__36DEj .Styles_pageTitle__yaWvD{color:#2e3452;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:700;line-height:19.6;line-height:1.225rem}}.Styles_formContainer__36DEj.Styles_darkTheme__Txnfv .Styles_pageTitle__yaWvD{color:#fff}.Styles_formContainer__36DEj.Styles_darkTheme__Txnfv .Styles_input__c9q0K{border:1px solid #a9a9a9;padding:6px}.Styles_formContainer__36DEj.Styles_darkTheme__Txnfv .Styles_errorMessage__pcXbO{color:#e75c62;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:400;line-height:16;line-height:1rem}.Styles_formContainer__36DEj.Styles_darkTheme__Txnfv .Styles_errorInput__CI14M{border:1px solid #e75c62}.Styles_formWrapper__YukX9{font-family:Montserrat,sans-serif;margin:2.5rem 0 .5rem}.Styles_formWrapper__YukX9 .Styles_pageTitle__ArgS\+{color:#2e3452}.Styles_formWrapper__YukX9 .Styles_pageTitle__ArgS\+,.Styles_formWrapper__YukX9 .Styles_pageTitle__ArgS\+.Styles_darkTheme__6taZL{font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:700;line-height:28;line-height:1.75rem;margin-bottom:1rem}.Styles_formWrapper__YukX9 .Styles_pageTitle__ArgS\+.Styles_darkTheme__6taZL{color:#fefeff}.Styles_formWrapper__YukX9 .Styles_formContainer__jITls{height:340px;overflow-y:auto;padding:10px}.Styles_formWrapper__YukX9 .Styles_formContainer__jITls::-webkit-scrollbar{height:18px;width:12px;width:6px}.Styles_formWrapper__YukX9 .Styles_formContainer__jITls::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#d2d2d2;border:2px solid #0000;border-radius:30px;box-shadow:inset -1px -1px 0 #0000000d,inset 1px 1px 0 #0000000d;height:6px}.Styles_formWrapper__YukX9 .Styles_formContainer__jITls::-webkit-scrollbar-button{display:none;height:0;width:0}.Styles_formWrapper__YukX9 .Styles_formContainer__jITls::-webkit-scrollbar-corner{background-color:#0000}.Styles_formWrapper__YukX9 .Styles_formContainer__jITls .Styles_formItem__iUTtr{display:flex;flex-direction:column;flex-grow:1;gap:10px}.Styles_formWrapper__YukX9 .Styles_formContainer__jITls .Styles_formItem__iUTtr .Styles_pollLabels__aIQn-{font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;margin-top:14px}.Styles_formWrapper__YukX9 .Styles_formContainer__jITls.Styles_darkTheme__6taZL{background:#292929}.Styles_formWrapper__YukX9 .Styles_input__XckpE{border:1px solid #2e3452;color:#fff;font-family:Montserrat,sans-serif;font-weight:500}.Styles_formWrapper__YukX9 .Styles_inputStylesDark__cazjV{background-color:#201f1f}.Styles_formWrapper__YukX9 .Styles_inputStylesLight__HPkVw{background-color:#f3f2f1}.styles_homeTabButton__AoN9P{border-radius:8px;padding:1.25rem}.styles_virtualCoffeeErrorContainer__P-fOf{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:normal;padding:3rem 2rem}.styles_virtualCoffeeErrorContainer__P-fOf .styles_errorText__\+GmQ-{color:#2e3452;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:600;line-height:21;line-height:1.3125rem;max-width:365px;text-align:center}.styles_virtualCoffeeErrorContainer__P-fOf img{max-width:256px}.styles_virtualCoffeeErrorContainer__P-fOf .styles_bottomButtons__CBfGq{align-items:normal;bottom:2rem;display:flex;flex-direction:row;gap:1rem;justify-content:normal;position:fixed;right:2.625rem}@media only screen and (max-width:479px){.styles_virtualCoffeeErrorContainer__P-fOf{padding:3rem 2rem}.styles_virtualCoffeeErrorContainer__P-fOf .styles_errorText__\+GmQ-{max-width:244px}.styles_virtualCoffeeErrorContainer__P-fOf img{max-width:126px}.styles_virtualCoffeeErrorContainer__P-fOf .styles_bottomButton__BaWXv{bottom:.75rem;right:1rem}}.styles_darkTheme__M9TY3 .styles_errorText__\+GmQ-{color:#fff}.Error_errorContainer__mrF0L{align-items:center;background-color:#111236;color:#fefeff;display:flex;flex-direction:column;font-family:Poppins,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:400;gap:1rem;height:100vh;justify-content:center;line-height:21;line-height:1.3125rem;width:100%}.Error_errorContainer__mrF0L img{height:350px;width:350px}.Error_errorContainer__mrF0L .Error_schedulerWrongContext__QKcD0{align-items:center;color:#fefeff;display:flex;flex-direction:column;font-family:Montserrat,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:400;justify-content:center;line-height:21;line-height:1.3125rem;margin:0 2rem;text-align:left}.styles_wrapper__mr54C{align-items:center;background-color:#111236;display:flex;flex-direction:row;height:100vh;justify-content:center}.styles_wrapper__mr54C .styles_waitText__4ELtw{color:#fefeff;font-family:Poppins,sans-serif;font-size:24;font-size:1.5rem;font-style:normal;font-weight:400;line-height:30;line-height:1.875rem}.styles_wrapper__mr54C .styles_errorContainer__ybSVD,.styles_wrapper__mr54C .styles_stripeErrorContainer__0pJm4{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:normal}.styles_wrapper__mr54C .styles_stripeErrorContainer__0pJm4{max-width:720px}.styles_wrapper__mr54C .styles_stripeErrorContainer__0pJm4 .styles_heading__VMcHS{color:#fefeff;font-family:Montserrat,sans-serif;font-size:24;font-size:1.5rem;font-style:normal;font-weight:600;line-height:29;line-height:1.8125rem;text-align:center}.styles_wrapper__mr54C .styles_stripeErrorContainer__0pJm4 .styles_subHeading__xz0eh{color:#fefeff;font-family:Montserrat,sans-serif;font-size:20;font-size:1.25rem;font-style:normal;font-weight:500;line-height:24;line-height:1.5rem;margin-top:12px}.styles_wrapper__mr54C .styles_stripeErrorContainer__0pJm4 .styles_planDetailsContainer__9qhPU{align-items:center;color:#cbcce7;display:flex;flex-direction:row;font-family:Poppins,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:500;justify-content:space-between;line-height:29;line-height:1.8125rem;width:100%}.styles_wrapper__mr54C .styles_stripeErrorContainer__0pJm4 .styles_planDetailsContainer__9qhPU .styles_planDetail__1on3d{align-items:normal;display:flex;flex-direction:column;justify-content:center}.styles_wrapper__mr54C .styles_stripeErrorContainer__0pJm4 .styles_planDetailsContainer__9qhPU .styles_planDetail__1on3d .styles_info__TG7-X{color:#fefeff;font-family:Poppins,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:600;line-height:26;line-height:1.625rem}.styles_wrapper__mr54C .styles_stripeErrorContainer__0pJm4 .styles_planDetailsContainer__9qhPU .styles_planDetail__1on3d .styles_customInfoStyles__OYBeU{text-transform:capitalize}.styles_wrapper__mr54C .styles_stripeErrorContainer__0pJm4 .styles_description__UwppW{align-items:flex-start;border:1px dashed #cbcce7;color:#f2f2f2b3;display:flex;flex-direction:row;font-family:Poppins,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:400;justify-content:space-around;line-height:24;line-height:1.5rem;padding:30px}.styles_wrapper__mr54C .styles_stripeErrorContainer__0pJm4 .styles_description__UwppW .styles_readMore__xz8i0{color:#8e94ff;cursor:pointer;display:inline;text-decoration:underline}.styles_wrapper__mr54C .styles_stripeErrorContainer__0pJm4 .styles_description__UwppW .styles_warning__CyCaP{margin:5px 15px}.styles_wrapper__mr54C .styles_stripeErrorContainer__0pJm4 .styles_buttonContainer__qXx4r{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:380px}.styles_wrapper__mr54C .styles_stripeErrorContainer__0pJm4 .styles_buttonContainer__qXx4r .styles_stripeButton__UgpIn{border-radius:30px;color:#fefeff;font-family:Poppins,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:600;height:44px;line-height:24;line-height:1.5rem;padding:10px 15px}.styles_wrapper__mr54C .styles_stripeErrorContainer__0pJm4 .styles_buttonContainer__qXx4r .styles_stripeButton__UgpIn .styles_switchBtnInfo__bsVIT{align-items:center;display:flex;flex-direction:row;justify-content:space-around}.styles_wrapper__mr54C .styles_stripeErrorContainer__0pJm4 .styles_buttonContainer__qXx4r .styles_loader__OPFqn{margin-right:5px}.styles_wrapper__mr54C .styles_stripeErrorContainer__0pJm4 .styles_buttonContainer__qXx4r .styles_continue__facZ4{background-color:#0000;border-color:#9277ff}.styles_wrapper__mr54C .styles_button__s7gXs{border-radius:30px;color:#fefeff;font-family:Poppins,sans-serif;font-size:16;font-size:1rem;font-style:normal;font-weight:600;height:44px;line-height:24;line-height:1.5rem;padding:10px 15px}.styles_wrapper__mr54C .styles_button__s7gXs .styles_switchBtnInfo__bsVIT{align-items:center;display:flex;flex-direction:row;justify-content:space-around}.styles_wrapper__mr54C .styles_errorHeader__m3DDY{font-size:28;font-size:1.75rem}.styles_wrapper__mr54C .styles_errorHeader__m3DDY,.styles_wrapper__mr54C .styles_errorText__gphvs{color:#fefeff;font-family:Montserrat,sans-serif;font-style:normal;font-weight:400;line-height:30;line-height:1.875rem;text-align:left}.styles_wrapper__mr54C .styles_errorText__gphvs{font-size:20;font-size:1.25rem}.Styles_opinionContainer__qh-0-{display:flex;flex-direction:column;font-family:Montserrat,sans-serif;gap:20px;margin:1.5rem 0 .5rem}.Styles_opinionContainer__qh-0- .Styles_pageTitle__7cA5z{color:#2e3452;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:700;line-height:28;line-height:1.75rem;margin-bottom:1rem!important}.Styles_opinionContainer__qh-0- .Styles_pageTitle__7cA5z.Styles_darkTheme__P8pYZ{color:#fefeff;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:700;line-height:28;line-height:1.75rem}.Styles_opinionContainer__qh-0- .Styles_questionWrapper__FWKxj{align-items:"";border:.5px solid #9277ff;border-radius:.5rem;display:flex;flex-direction:column;gap:30px;height:fit-content;justify-content:center;padding:1.5rem 2.25rem}@media only screen and (max-width:479px){.Styles_opinionContainer__qh-0- .Styles_questionWrapper__FWKxj{padding:1rem}}.Styles_opinionContainer__qh-0- .Styles_questionWrapper__FWKxj .Styles_questionText__cmXMf{color:#2e3452;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:600;line-height:21;line-height:1.3125rem}@media only screen and (max-width:479px){.Styles_opinionContainer__qh-0- .Styles_questionWrapper__FWKxj .Styles_questionText__cmXMf{margin-bottom:10px}}.Styles_opinionContainer__qh-0- .Styles_questionWrapper__FWKxj .Styles_questionText__cmXMf.Styles_darkTheme__P8pYZ{color:#fefeff;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:600;line-height:21;line-height:1.3125rem}.Styles_opinionContainer__qh-0- .Styles_questionWrapper__FWKxj .Styles_optionsContainer__WmQjJ{align-items:"";display:flex;flex-direction:row;gap:15px;justify-content:space-between;width:100%}@media only screen and (max-width:479px){.Styles_opinionContainer__qh-0- .Styles_questionWrapper__FWKxj .Styles_optionsContainer__WmQjJ{align-items:normal;display:flex;flex-direction:column;justify-content:normal}}.Styles_opinionContainer__qh-0- .Styles_questionWrapper__FWKxj .Styles_optionsContainer__WmQjJ .Styles_option__8SF7G{align-items:center;background:#9277ff1a;border-radius:4px;cursor:pointer;display:flex;flex-direction:row;justify-content:center;padding:10px 18.5px;width:48%}@media only screen and (max-width:479px){.Styles_opinionContainer__qh-0- .Styles_questionWrapper__FWKxj .Styles_optionsContainer__WmQjJ .Styles_option__8SF7G{align-items:center;display:flex;flex-direction:row;justify-content:normal;width:100%}.Styles_opinionContainer__qh-0- .Styles_questionWrapper__FWKxj .Styles_optionsContainer__WmQjJ .Styles_option__8SF7G:first-child{margin-bottom:15px}}.Styles_opinionContainer__qh-0- .Styles_questionWrapper__FWKxj .Styles_optionsContainer__WmQjJ .Styles_option__8SF7G.Styles_darkTheme__P8pYZ{background:#212121}.Styles_opinionContainer__qh-0- .Styles_orContainer__NCwnk{align-items:center;display:flex;flex-direction:flex;justify-content:center;margin-bottom:2rem}.Styles_opinionContainer__qh-0- .Styles_orContainer__NCwnk .Styles_orText__\+uIrB{color:#2e3452;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:700;line-height:20;line-height:1.25rem;margin:0 10px}.Styles_opinionContainer__qh-0- .Styles_orContainer__NCwnk .Styles_orDarkThemeText__FveIo{color:#fefeff;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:700;line-height:20;line-height:1.25rem}.Styles_opinionContainer__qh-0- .Styles_orContainer__NCwnk .Styles_line__kbjvH{border:.5px solid #e0e2ff;width:100px}.Styles_opinionContainer__qh-0- .Styles_orContainer__NCwnk .Styles_lineRight__HtT9G{margin-right:0}.Styles_opinionContainer__qh-0- .Styles_orContainer__NCwnk .Styles_lineLeft__fyYl9{margin-left:0}.Styles_opinionContainer__qh-0- .Styles_buttonWrapper__rB5ns{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-top:35px}.Styles_opinionContainer__qh-0- .Styles_launchText__ryLIm{color:#9277ff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:700;line-height:20;line-height:1.25rem}.Styles_questionWrapper__FWKxj.Styles_darkTheme__P8pYZ{background:#292929}.styles_footerWrapper__R0wQS{margin-top:.5rem}.styles_footerWrapper__R0wQS .styles_divider__IPLsG{color:#c7c7c733;padding:1rem 15%}.styles_footerWrapper__R0wQS .styles_title__is2Mj{color:#2e3452;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:600;line-height:18;line-height:1.125rem}.styles_footerWrapper__R0wQS .styles_description__I9uJn{color:#2e3452;font-family:Poppins,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:300;line-height:18;line-height:1.125rem}.styles_footerWrapper__R0wQS .styles_learnMore__56OaV{color:#5b5fc7;cursor:pointer;font-family:Montserrat,sans-serif;font-size:12;font-size:.75rem;font-style:normal;font-weight:600;line-height:18;line-height:1.125rem}@media only screen and (max-width:479px){.styles_footerWrapper__R0wQS{margin-top:.2rem}.styles_footerWrapper__R0wQS .styles_divider__IPLsG{padding:.5rem 5%}}.styles_darkTheme__KpPrf .styles_description__I9uJn,.styles_darkTheme__KpPrf .styles_title__is2Mj{color:#fff}.styles_darkTheme__KpPrf .styles_learnMore__56OaV{color:#02aeff}.styles_virtualCoffeeFormContainer__bU382{display:flex;flex-direction:column;font-family:Montserrat,sans-serif;margin:2.5rem 0}.styles_virtualCoffeeFormContainer__bU382 .styles_pageTitle__AcgGJ{color:#2e3452;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:700;line-height:28;line-height:1.75rem}.styles_virtualCoffeeFormContainer__bU382 .styles_description__DVj5b,.styles_virtualCoffeeFormContainer__bU382 .styles_text__DvlWa{color:#2e3452;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:400;line-height:21;line-height:1.3125rem}.styles_virtualCoffeeFormContainer__bU382 .styles_setupStepsWrapper__Sperd{align-items:normal;display:flex;flex-direction:column;gap:.5rem;justify-content:normal;margin-top:1rem}.styles_virtualCoffeeFormContainer__bU382 .styles_setupStepsWrapper__Sperd .styles_stepText__tCKVw{align-items:normal;display:flex;flex-direction:row;gap:.75rem;justify-content:normal}.styles_virtualCoffeeFormContainer__bU382 .styles_setupStepsWrapper__Sperd .styles_nextRoundDate__tWP0g{color:#2e3452;font-family:Open Sans,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:400;line-height:21;line-height:1.3125rem}.styles_virtualCoffeeFormContainer__bU382 .styles_virtualCoffeeDetails__Iy5r2{position:relative}.styles_virtualCoffeeFormContainer__bU382 .styles_virtualCoffeeDetails__Iy5r2 .styles_overlay__9OyVu{align-items:center;background-color:#fff9;display:flex;flex-direction:row;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1}.styles_virtualCoffeeFormContainer__bU382 .styles_actionButtons__vXhJO{display:flex;gap:20px;margin-top:1rem}.styles_virtualCoffeeFormContainer__bU382 .styles_actionButtons__vXhJO .styles_deleteButton__PUwzh,.styles_virtualCoffeeFormContainer__bU382 .styles_actionButtons__vXhJO .styles_pauseButton__8z5GC,.styles_virtualCoffeeFormContainer__bU382 .styles_actionButtons__vXhJO .styles_resmueButton__zkfVW{color:#dd4949;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:600;line-height:20;line-height:1.25rem}.styles_virtualCoffeeFormContainer__bU382 .styles_actionButtons__vXhJO .styles_pauseButton__8z5GC{color:#f6ad55;padding-left:0}.styles_virtualCoffeeFormContainer__bU382 .styles_actionButtons__vXhJO .styles_resmueButton__zkfVW{color:#9277ff;padding-left:0}@media only screen and (max-width:479px){.styles_virtualCoffeeFormContainer__bU382{margin:1rem 0}.styles_virtualCoffeeFormContainer__bU382 .styles_pageTitle__AcgGJ{color:#2e3452;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:700;line-height:19.6;line-height:1.225rem}.styles_virtualCoffeeFormContainer__bU382 .styles_setupStepsWrapper__Sperd{margin-top:.5rem}.styles_virtualCoffeeFormContainer__bU382 .styles_actionButtons__vXhJO{flex-direction:column}.styles_virtualCoffeeFormContainer__bU382 .styles_actionButtons__vXhJO .styles_deleteButton__PUwzh,.styles_virtualCoffeeFormContainer__bU382 .styles_actionButtons__vXhJO .styles_pauseButton__8z5GC,.styles_virtualCoffeeFormContainer__bU382 .styles_actionButtons__vXhJO .styles_resmueButton__zkfVW{padding-left:0;width:fit-content}}.styles_deleteDialog__FPkcQ button:nth-child(2){background-color:#dd4949}.styles_darkTheme__wvq20 .styles_description__DVj5b,.styles_darkTheme__wvq20 .styles_pageTitle__AcgGJ,.styles_darkTheme__wvq20 .styles_text__DvlWa{color:#fff}.styles_darkTheme__wvq20 .styles_virtualCoffeeDetails__Iy5r2 .styles_overlay__9OyVu{background-color:#212121;opacity:.6}.styles_virtualCoffeeFormContainer__ZAbMU{display:flex;flex-direction:column;font-family:Montserrat,sans-serif;margin:2.5rem 0}.styles_virtualCoffeeFormContainer__ZAbMU .styles_pageTitle__k5-q6{color:#2e3452;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:700;line-height:28;line-height:1.75rem}.styles_virtualCoffeeFormContainer__ZAbMU .styles_description__vSVdC,.styles_virtualCoffeeFormContainer__ZAbMU .styles_text__2Kmds{color:#2e3452;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:400;line-height:21;line-height:1.3125rem}.styles_virtualCoffeeFormContainer__ZAbMU .styles_setupStepsWrapper__9vAPb{align-items:normal;display:flex;flex-direction:column;gap:.5rem;justify-content:normal;margin-top:1rem}.styles_virtualCoffeeFormContainer__ZAbMU .styles_setupStepsWrapper__9vAPb .styles_stepText__5-CAx{align-items:normal;display:flex;flex-direction:row;gap:.75rem;justify-content:normal}@media only screen and (max-width:479px){.styles_virtualCoffeeFormContainer__ZAbMU .styles_pageTitle__k5-q6{color:#2e3452;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:700;line-height:19.6;line-height:1.225rem}.styles_virtualCoffeeFormContainer__ZAbMU .styles_setupStepsWrapper__9vAPb{margin-top:.5rem}}.styles_darkTheme__UCmvL .styles_description__vSVdC,.styles_darkTheme__UCmvL .styles_pageTitle__k5-q6,.styles_darkTheme__UCmvL .styles_text__2Kmds{color:#fff}.styles_VCFormContainer__IQEHG{grid-gap:16px;display:grid;flex-direction:column;font-family:Montserrat,sans-serif;gap:16px;grid-template-columns:repeat(2,1fr);margin:2.5rem 0}.styles_VCFormContainer__IQEHG .styles_pageTitle__3xC4N{color:#2e3452;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:700;grid-column:span 2;line-height:28;line-height:1.75rem}.styles_VCFormContainer__IQEHG .styles_labelContainer__yMNMj{display:flex;flex-direction:column}.styles_VCFormContainer__IQEHG .styles_labelContainer__yMNMj label{margin-bottom:8px}.styles_VCFormContainer__IQEHG .styles_dropdownContainer__TMyDE{display:flex;flex-direction:column}.styles_VCFormContainer__IQEHG .styles_dropdownContainer__TMyDE .styles_dropdown__XXpHo{max-width:300px}.styles_VCFormContainer__IQEHG .styles_launchButton__J\+mnj{align-items:center;display:flex;flex-direction:row;height:25px;justify-content:center;position:relative}.styles_VCFormContainer__IQEHG .styles_launchButton__J\+mnj .styles_loader__MJ-4q{left:10px;position:absolute;top:0}.styles_VCFormContainer__IQEHG .styles_wideCombobox__taBRM{grid-column:span 2}@media only screen and (max-width:479px){.styles_VCFormContainer__IQEHG .styles_dropdownMobileView__OaVmh{flex-direction:column;gap:1rem}.styles_VCFormContainer__IQEHG .styles_dropdownMobileView__OaVmh div{margin-right:0}}.styles_darkTheme__s1vIF .styles_pageTitle__3xC4N{color:#fff}.Styles_allGamesWrapper__9l2ko{font-family:Montserrat,sans-serif;margin:2.5rem 0 .5rem}.Styles_allGamesWrapper__9l2ko .Styles_header__quIXf .Styles_pageTitle__l8Tkg{color:#2e3452;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:700;line-height:28;line-height:1.75rem}.Styles_allGamesWrapper__9l2ko .Styles_header__quIXf .Styles_pageTitle__l8Tkg.Styles_darkTheme__3zyW1{color:#fefeff;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:700;line-height:28;line-height:1.75rem}.Styles_allGamesWrapper__9l2ko .Styles_header__quIXf .Styles_subHeading__5JqHM{color:#2e3452;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:400;line-height:28;line-height:1.75rem}.Styles_allGamesWrapper__9l2ko .Styles_header__quIXf .Styles_subHeading__5JqHM.Styles_darkTheme__3zyW1{color:#fefeff;font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:400;line-height:28;line-height:1.75rem}.Styles_allGamesWrapper__9l2ko .Styles_gridContainer__GKcGF{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin:30px 10px 10px}.Styles_allGamesWrapper__9l2ko .Styles_gridContainer__GKcGF .Styles_card__u0i21{box-sizing:border-box}.Styles_CardContainer__4DpQw{align-items:normal;border:1px solid #0000;border-radius:8px;box-shadow:0 4px 40px #9277ff1a;cursor:pointer;display:flex;flex-direction:column;height:75px;justify-content:center;padding:12px;position:relative}.Styles_CardContainer__4DpQw .Styles_recommended__oA2vz{background-color:#8c30f5;border-radius:0 8px;color:#fefeff;font-family:Montserrat,sans-serif;font-size:8;font-size:.5rem;font-style:normal;font-weight:500;line-height:15;line-height:.9375rem;padding:0 10px;position:absolute;right:0;top:0}.Styles_CardContainer__4DpQw .Styles_icon__eDFp6{margin-bottom:10px}.Styles_CardContainer__4DpQw .Styles_name__HRaDk{color:#2e3452}.Styles_CardContainer__4DpQw .Styles_name__HRaDk,.Styles_CardContainer__4DpQw .Styles_name__HRaDk.Styles_darkTheme__SLnLt{font-family:Montserrat,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:600;line-height:15;line-height:.9375rem}.Styles_CardContainer__4DpQw .Styles_name__HRaDk.Styles_darkTheme__SLnLt{color:#fefeff}.Styles_CardContainer__4DpQw.Styles_darkTheme__SLnLt{background-color:#292929;box-shadow:none}.Styles_CardContainer__4DpQw:hover{border-color:#9277ff}.ImageQuiz_imageQuizFormContainer__CWuWv{display:flex;flex-direction:column;font-family:Montserrat,sans-serif;gap:20px;margin:2.5rem 0}.ImageQuiz_imageQuizFormContainer__CWuWv .ImageQuiz_pageTitle__349a1{color:#2e3452;font-family:Montserrat,sans-serif;font-size:18;font-size:1.125rem;font-style:normal;font-weight:700;line-height:28;line-height:1.75rem}.ImageQuiz_imageQuizFormContainer__CWuWv .ImageQuiz_description__IRrdr{color:#2e3452;font-family:Poppins,sans-serif;font-size:14;font-size:.875rem;font-style:normal;font-weight:400;line-height:21;line-height:1.3125rem}@media only screen and (max-width:479px){.ImageQuiz_imageQuizFormContainer__CWuWv .ImageQuiz_dropdownMobileView__7ghsQ{flex-direction:column;gap:1rem}.ImageQuiz_imageQuizFormContainer__CWuWv .ImageQuiz_dropdownMobileView__7ghsQ div{margin-right:0}}.ImageQuiz_darkTheme__pMaNx .ImageQuiz_description__IRrdr,.ImageQuiz_darkTheme__pMaNx .ImageQuiz_pageTitle__349a1{color:#fff}
/*# sourceMappingURL=main.616e4cfd.css.map*/