button{min-width:7.5rem;height:2.5rem;outline:0;color:#fff;cursor:pointer;background-color:#fff;background:#fff;font-family:"Quicksand","Roboto";box-sizing:border-box;border-radius:.25rem;font-weight:600;border:.05rem solid #367bf5;color:#367bf5}button.fill{color:#fff!important;background-color:#367bf5}button.success{border-color:#2fa84f;color:#2fa84f}button.success.fill{background-color:#2fa84f}button.warning{border-color:#f3a72e;color:#f3a72e}button.warning.fill{background-color:#f3a72e}button.danger{border-color:#ea3d2f;color:#ea3d2f}button.danger.fill{background-color:#ea3d2f}button.info{border-color:#999;color:#999}button.info.fill{background-color:#999}button .Icon{font-size:1.25rem}button.icon-left .Icon{margin-right:.5rem}button.icon-right .Icon{margin-left:.5rem}button.icon-btn{min-width:4rem}button.icon-btn,button.icon-left,button.icon-right{display:flex;align-items:center;justify-content:center}button.icon-btn .Icon,button.icon-left .Icon,button.icon-right .Icon{margin-top:.25rem}button:hover{-webkit-filter:brightness(105%);filter:brightness(105%);transition:box-shadow .2s ease-in-out;box-shadow:0 .25rem .5rem rgba(8,35,48,.24)}button:disabled,button[disabled]{border-color:#ccc;color:#ccc;cursor:default}button:disabled.fill,button[disabled].fill{background-color:#ccc}button:disabled:hover,button[disabled]:hover{-webkit-filter:brightness(105%);filter:brightness(105%);transition:none;box-shadow:none}.Divider{width:90%;background-color:var(--grey-darkable);height:.05rem;margin:.25rem 0}.Divider.vertical{width:.05rem;height:auto}.OnClickOutside{position:fixed;z-index:3;top:0;left:0;height:100%;width:100%;background-color:rgba(0,0,0,.5);-webkit-animation-name:opacityFadeIn;animation-name:opacityFadeIn;-webkit-animation-duration:.3s;animation-duration:.3s}.OnClickOutside.no-animation{-webkit-animation-duration:0s;animation-duration:0s}.OnClickOutside.invis{background-color:transparent;cursor:default;z-index:0}@-webkit-keyframes opacityFadeIn{0%{opacity:0}to{opacity:1}}@keyframes opacityFadeIn{0%{opacity:0}to{opacity:1}}.StickyTop{position:-webkit-sticky;position:sticky;top:-.05rem;z-index:1}.Circle{height:1.25rem;width:1.25rem;border-radius:.625rem;font-size:.9765625rem}.Circle-lg{height:2rem;width:2rem;border-radius:1rem;font-size:1.5625rem}.Badge{height:1.25rem;width:1.25rem;border-radius:.625rem;font-size:.9765625rem;display:flex;justify-content:center;font-weight:700;color:#fff}.Badge.Badge-sm{height:.9375rem;width:.9375rem;border-radius:.46875rem;font-size:.732421875rem}.Badge.Badge-lg{height:1.5625rem;width:1.5625rem;border-radius:.78125rem;font-size:1.220703125rem}.Badge.Badge-xl{height:2.1875rem;width:2.1875rem;border-radius:1.09375rem;font-size:1.708984375rem}.Badge-lg{height:2rem;width:2rem;border-radius:1rem;font-size:1.5625rem;height:1.25rem;width:1.25rem;border-radius:.625rem;font-size:.9765625rem;display:flex;justify-content:center;font-weight:700;color:#fff}.Badge-lg.Badge-sm{height:1.5rem;width:1.5rem;border-radius:.75rem;font-size:1.171875rem}.Badge-lg.Badge-lg{height:2.5rem;width:2.5rem;border-radius:1.25rem;font-size:1.953125rem}.Badge-lg.Badge-xl{height:3.5rem;width:3.5rem;border-radius:1.75rem;font-size:2.734375rem}.Badge-xl{height:2.5rem;width:2.5rem;border-radius:1.25rem;font-size:1.953125rem;height:1.25rem;width:1.25rem;border-radius:.625rem;font-size:.9765625rem;display:flex;justify-content:center;font-weight:700;color:#fff}.Badge-xl.Badge-sm{height:1.875rem;width:1.875rem;border-radius:.9375rem;font-size:1.46484375rem}.Badge-xl.Badge-lg{height:3.125rem;width:3.125rem;border-radius:1.5625rem;font-size:2.44140625rem}.Badge-xl.Badge-xl{height:4.375rem;width:4.375rem;border-radius:2.1875rem;font-size:3.41796875rem}.hidden{visibility:hidden}.overflow-hidden{overflow:hidden}.Menu{display:flex;flex-direction:column;font-size:1rem;max-width:250px}.Menu .Menu-header{cursor:default;padding:.5rem 1rem;overflow:hidden;text-overflow:ellipsis}.Menu .Divider{width:100%}.Menu .Menu-item{padding:.5rem 1.25rem;display:flex;justify-content:space-between;cursor:pointer;white-space:nowrap;max-width:11rem;min-width:7.5rem}.Menu .Menu-item:hover{background-color:#367bf5;color:#fff;border-radius:.25rem}.Menu .Menu-item:hover .Icon{color:#fff}.Menu .Menu-item .Icon{font-size:1.25rem}.Spinner-xl{display:inline-block;position:relative;width:5rem;height:5rem}.Spinner-xl div{box-sizing:border-box;display:block;position:absolute;width:4rem;height:4rem;margin:.5rem;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:.5rem solid transparent;border-top-color:#367bf5}.Spinner-xl div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.Spinner-xl div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.Spinner-xl div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Spinner-lg{display:inline-block;position:relative;width:2.5rem;height:2.5rem}.Spinner-lg div{box-sizing:border-box;display:block;position:absolute;width:2rem;height:2rem;margin:.25rem;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:.25rem solid transparent;border-top-color:#367bf5}.Spinner-lg div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.Spinner-lg div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.Spinner-lg div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}.Spinner{display:inline-block;position:relative;width:1.5rem;height:1.5rem}.Spinner div{box-sizing:border-box;display:block;position:absolute;width:1.2rem;height:1.2rem;margin:.15rem;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:.15rem solid transparent;border-top-color:#367bf5}.Spinner div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.Spinner div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.Spinner div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}.Spinner-md{display:inline-block;position:relative;width:1rem;height:1rem}.Spinner-md div{box-sizing:border-box;display:block;position:absolute;width:.8rem;height:.8rem;margin:.1rem;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:.1rem solid transparent;border-top-color:#367bf5}.Spinner-md div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.Spinner-md div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.Spinner-md div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}.Spinner-sm{display:inline-block;position:relative;width:.5rem;height:.5rem}.Spinner-sm div{box-sizing:border-box;display:block;position:absolute;width:.4rem;height:.4rem;margin:.05rem;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:.05rem solid transparent;border-top-color:#367bf5}.Spinner-sm div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.Spinner-sm div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.Spinner-sm div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.non-highlightable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body{font-family:"Quicksand",sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{font-weight:400;margin-top:.25rem;margin-bottom:.25rem}h1{font-size:xlFont}h2{font-size:1.75rem}h3{font-size:1.4rem}h4{font-size:1rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.text-6xl{font-size:4rem}.link,.link-dark,.link-disabled{color:#367bf5;cursor:pointer}.link-dark:hover,.link-disabled:hover,.link:hover{text-decoration:underline}.link-disabled{color:#999;cursor:default}.link-dark{color:#333}.text-bold{font-weight:700}.text-underline{text-decoration:underline}.text-italic{font-style:italic}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.hover\:underline:hover{text-decoration:underline}@media(min-width:0px)and (max-width:767px){.mobile-padding{padding:1.25rem}}.inline{display:inline}.inline-block{display:inline-block}.border-radius{border-radius:.5rem}.border-radius-sm{border-radius:.25rem}.border-radius-lg{border-radius:.75rem}.border-radius-xl{border-radius:1rem}.w-0{width:0}.w-1{width:.25rem}.w-2{width:.5rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-32{width:8rem}.w-40{width:10rem}.w-48{width:12rem}.w-56{width:14rem}.w-64{width:16rem}.w-128{width:32rem}.w-auto{width:auto}.w-px{width:1px}.w-1-1{width:100%}.w-1-2{width:50%}.w-1-3{width:33.333333%}.w-2-3{width:66.666667%}.w-1-4{width:25%}.w-2-4{width:50%}.w-3-4{width:75%}.w-1-5{width:20%}.w-2-5{width:40%}.w-3-5{width:60%}.w-1-6{width:16.666667%}.w-2-6{width:33.333333%}.w-3-6{width:50%}.w-4-6{width:66.666667%}.w-5-6{width:83.333333%}.w-1-12{width:8.333333%}.w-2-12{width:16.666667%}.w-3-12{width:25%}.w-4-12{width:33.333333%}.w-5-12{width:41.666667%}.w-4-5{width:80%}.w-6-12{width:50%}.w-7-12{width:58.333333%}.w-8-12{width:66.666667%}.w-9-12{width:75%}.w-10-12{width:83.333333%}.w-11-12{width:91.666667%}.w-full{width:100%}.w-screen{width:100vw}.h-0{height:0}.h-1{height:.25rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-32{height:8rem}.h-40{height:10rem}.h-48{height:12rem}.h-56{height:14rem}.h-64{height:16rem}.h-auto{height:auto}.h-px{height:1px}.h-1-1,.h-full{height:100%}.h-screen{height:100vh}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.m-8{margin:2rem}.m-10{margin:2.5rem}.m-12{margin:3rem}.m-16{margin:4rem}.m-20{margin:5rem}.m-24{margin:6rem}.m-32{margin:8rem}.m-40{margin:10rem}.m-48{margin:12rem}.m-56{margin:14rem}.m-64{margin:16rem}.m-auto{margin:auto}.m-px{margin:1px}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-12{margin-top:3rem;margin-bottom:3rem}.my-16{margin-top:4rem;margin-bottom:4rem}.my-20{margin-top:5rem;margin-bottom:5rem}.my-24{margin-top:6rem;margin-bottom:6rem}.my-32{margin-top:8rem;margin-bottom:8rem}.my-40{margin-top:10rem;margin-bottom:10rem}.my-48{margin-top:12rem;margin-bottom:12rem}.my-56{margin-top:14rem;margin-bottom:14rem}.my-64{margin-top:16rem;margin-bottom:16rem}.my-auto{margin-top:auto;margin-bottom:auto}.my-px{margin-top:1px;margin-bottom:1px}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.mx-12{margin-left:3rem;margin-right:3rem}.mx-16{margin-left:4rem;margin-right:4rem}.mx-20{margin-left:5rem;margin-right:5rem}.mx-24{margin-left:6rem;margin-right:6rem}.mx-32{margin-left:8rem;margin-right:8rem}.mx-40{margin-left:10rem;margin-right:10rem}.mx-48{margin-left:12rem;margin-right:12rem}.mx-56{margin-left:14rem;margin-right:14rem}.mx-64{margin-left:16rem;margin-right:16rem}.mx-auto{margin-left:auto;margin-right:auto}.mx-px{margin-left:1px;margin-right:1px}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-32{margin-top:8rem}.mt-40{margin-top:10rem}.mt-48{margin-top:12rem}.mt-56{margin-top:14rem}.mt-64{margin-top:16rem}.mt-auto{margin-top:auto}.mt-px{margin-top:1px}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-8{margin-right:2rem}.mr-10{margin-right:2.5rem}.mr-12{margin-right:3rem}.mr-16{margin-right:4rem}.mr-20{margin-right:5rem}.mr-24{margin-right:6rem}.mr-32{margin-right:8rem}.mr-40{margin-right:10rem}.mr-48{margin-right:12rem}.mr-56{margin-right:14rem}.mr-64{margin-right:16rem}.mr-auto{margin-right:auto}.mr-px{margin-right:1px}.-mr-px{margin-right:-1px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-32{margin-bottom:8rem}.mb-40{margin-bottom:10rem}.mb-48{margin-bottom:12rem}.mb-56{margin-bottom:14rem}.mb-64{margin-bottom:16rem}.mb-auto{margin-bottom:auto}.mb-px{margin-bottom:1px}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-8{margin-left:2rem}.ml-10{margin-left:2.5rem}.ml-12{margin-left:3rem}.ml-16{margin-left:4rem}.ml-20{margin-left:5rem}.ml-24{margin-left:6rem}.ml-32{margin-left:8rem}.ml-40{margin-left:10rem}.ml-48{margin-left:12rem}.ml-56{margin-left:14rem}.ml-64{margin-left:16rem}.ml-auto{margin-left:auto}.ml-px{margin-left:1px}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-16{padding:4rem}.p-20{padding:5rem}.p-24{padding:6rem}.p-32{padding:8rem}.p-40{padding:10rem}.p-48{padding:12rem}.p-56{padding:14rem}.p-64{padding:16rem}.p-auto{padding:auto}.p-px{padding:1px}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-40{padding-top:10rem;padding-bottom:10rem}.py-48{padding-top:12rem;padding-bottom:12rem}.py-56{padding-top:14rem;padding-bottom:14rem}.py-64{padding-top:16rem;padding-bottom:16rem}.py-auto{padding-top:auto;padding-bottom:auto}.py-px{padding-top:1px;padding-bottom:1px}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-16{padding-left:4rem;padding-right:4rem}.px-20{padding-left:5rem;padding-right:5rem}.px-24{padding-left:6rem;padding-right:6rem}.px-32{padding-left:8rem;padding-right:8rem}.px-40{padding-left:10rem;padding-right:10rem}.px-48{padding-left:12rem;padding-right:12rem}.px-56{padding-left:14rem;padding-right:14rem}.px-64{padding-left:16rem;padding-right:16rem}.px-auto{padding-left:auto;padding-right:auto}.px-px{padding-left:1px;padding-right:1px}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}.pt-32{padding-top:8rem}.pt-40{padding-top:10rem}.pt-48{padding-top:12rem}.pt-56{padding-top:14rem}.pt-64{padding-top:16rem}.pt-auto{padding-top:auto}.pt-px{padding-top:1px}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-16{padding-right:4rem}.pr-20{padding-right:5rem}.pr-24{padding-right:6rem}.pr-32{padding-right:8rem}.pr-40{padding-right:10rem}.pr-48{padding-right:12rem}.pr-56{padding-right:14rem}.pr-64{padding-right:16rem}.pr-auto{padding-right:auto}.pr-px{padding-right:1px}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-32{padding-bottom:8rem}.pb-40{padding-bottom:10rem}.pb-48{padding-bottom:12rem}.pb-56{padding-bottom:14rem}.pb-64{padding-bottom:16rem}.pb-auto{padding-bottom:auto}.pb-px{padding-bottom:1px}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-16{padding-left:4rem}.pl-20{padding-left:5rem}.pl-24{padding-left:6rem}.pl-32{padding-left:8rem}.pl-40{padding-left:10rem}.pl-48{padding-left:12rem}.pl-56{padding-left:14rem}.pl-64{padding-left:16rem}.pl-auto{padding-left:auto}.pl-px{padding-left:1px}.flex,.flex-row{display:flex}.flex-row{flex-direction:row}.flex-column{display:flex;flex-direction:column}.flex-center,.flex-centered{display:flex;justify-content:center}.flex-centered{align-items:center}.flex-start{display:flex;justify-content:flex-start}.flex-end{display:flex;justify-content:flex-end}.flex-between{display:flex;justify-content:space-between}.flex-around{display:flex;justify-content:space-around}.flex-stretch{display:flex;justify-content:stretch}.flex-wrap{display:flex;flex-wrap:wrap}.flex-middle{display:flex;align-items:center}.flex-top{display:flex;align-items:flex-start}.flex-bottom{display:flex;align-items:flex-end}.flex-align-around{display:flex;align-items:flex-around}.align-end{align-self:flex-end}.align-start{align-self:flex-start}.align-stretch{align-self:stretch}.flex-grow-1{flex-grow:1}.flex-grow-2{flex-grow:2}.flex-1{flex:1 1}.flex-2{flex:2 1}.animated.slide-right{transform:translateX(-50%);-webkit-transform:translateX(-50%);-webkit-animation:keyframe .3s forwards;animation:keyframe .3s forwards}@-webkit-keyframes keyframe{to{transform:translateX(0)}}.animated.slide-up{transform:translateY(50%);-webkit-transform:translateY(50%)}.animated.slide-left,.animated.slide-up{-webkit-animation:keyframe .3s forwards;animation:keyframe .3s forwards}.animated.slide-left{transform:translateX(50%);-webkit-transform:translateX(50%)}.animated.slide-down{transform:translateY(-50%);-webkit-transform:translateY(-50%);-webkit-animation:keyframe .3s forwards;animation:keyframe .3s forwards}@keyframes keyframe{to{transform:translateY(0)}}html{font-size:100%}body{margin:0}a,a:visited{text-decoration:none}a:visited{color:-internal-root-color}.AppContent{overflow:none;margin-top:4.4rem;background-color:#fafafa;min-height:100%}@media(min-width:0px)and (max-width:767px){.AppContent{margin-top:3.1rem}}::-webkit-scrollbar{width:.6rem}@media(min-width:0px)and (max-width:767px){::-webkit-scrollbar{width:.12rem}}::-webkit-scrollbar-track{background:#f1f1f1;margin-top:.25rem;margin-bottom:.25rem}::-webkit-scrollbar-thumb{background:#888;border-radius:.625rem}::-webkit-scrollbar-thumb:hover{background:#367bf5}input{height:1.5rem}.cursor-pointer,input[type=radio]{cursor:pointer}.cursor-default{cursor:default}table{font-family:arial,sans-serif;border-collapse:collapse;width:100%}td,th{border:.05rem solid #ddd;text-align:left;padding:.5rem}.Input input,.Input textarea,input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{background-color:var(--input-inactive);color:#828282;padding-left:.25rem;font-size:1rem;width:100%;border:0;outline:0}.Input{box-shadow:inset 0 1px 1px rgba(0,0,0,.25);border-radius:.3rem;background-color:var(--input-inactive);display:flex;align-items:center;padding-left:.75rem;cursor:text;height:3rem}.Input.disabled,.Input.disabled input{background-color:#d2d2d2}.Input textarea{resize:none}.Input .search-outline ion-icon{font-size:1.5rem;color:#78909c}.Input.focused{box-shadow:0 1px 3px rgba(0,0,0,.25);-webkit-animation:shadowChange 1.2s;animation:shadowChange 1.2s;animation:colorChange 1.2s}.Input.focused,.Input.focused input{-webkit-animation:colorChange 1.2s;background-color:#fff}.Input.focused input,.Input.focused textarea{animation:colorChange 1.2s}.Input.focused textarea{-webkit-animation:colorChange 1.2s;background-color:#fff}.Input.w-1-1{width:100%}.Input.w-2-3{width:66.6%}.Input.w-3-4{width:75%}.Input.multiline{height:12.5rem}.Input.dark-mode{color:#fff}.Input.dark-mode,.Input.dark-mode input{background-color:var(--input-inactive)}.Input.dark-mode.focused,.Input.dark-mode.focused input,.Input.dark-mode.focused textarea{-webkit-animation:colorChangeDark 1.2s;animation:colorChangeDark 1.2s;background-color:var(--input-active)}@-webkit-keyframes colorChange{0%{background-color:var(--input-inactive)}to{background-color:#fff}}@keyframes colorChange{0%{background-color:var(--input-inactive)}to{background-color:#fff}}@-webkit-keyframes colorChangeDark{0%{background-color:var(--input-inactive)}to{background-color:var(--input-active)}}@keyframes colorChangeDark{0%{background-color:var(--input-inactive)}to{background-color:var(--input-active)}}@-webkit-keyframes shadowChange{0%{box-shadow:inset 0 1px 1px rgba(0,0,0,.25)}to{box-shadow:0 1px 3px rgba(0,0,0,.25)}}@keyframes shadowChange{0%{box-shadow:inset 0 1px 1px rgba(0,0,0,.25)}to{box-shadow:0 1px 3px rgba(0,0,0,.25)}}.ActivatedInput .grow .Input{-webkit-animation:grow .5s;animation:grow .5s;width:200px}.ActivatedInput .grow input{-webkit-animation:grow 0s;animation:grow 0s}@-webkit-keyframes grow{0%{width:50px}to{width:200px}}@keyframes grow{0%{width:50px}to{width:200px}}.BannerNavScreen .banner{height:18.75rem;object-fit:cover}.BannerNavScreen .sticky-nav{box-shadow:0 .125rem .625rem rgba(8,35,48,.24);z-index:3}@media(min-width:0px)and (max-width:767px){.BannerNavScreen .BannerNavScreen-content{padding-left:0;padding-right:0}}@media(min-width:0px)and (max-width:767px){.BannerNavScreen .nav-right,.BannerNavScreen .TabNav{display:none}.BannerNavScreen .StickyTop{position:relative}}.SearchInput{height:3rem;position:relative}.SearchInput .SearchInput-results{z-index:1;position:absolute;box-shadow:0 1px 1px rgba(0,0,0,.25);top:3rem;left:0;right:0;border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem;background-color:#fff}.SearchInput .SearchInput-result-item{cursor:pointer;z-index:1;padding-top:0;padding-bottom:0;line-height:.25rem}.SearchInput .SearchInput-result-item:hover{background-color:#e9e9e9;border-radius:.25rem}.SearchInput .SearchInput-result-item.focused{background-color:#bed4fc}.Dropdown{position:relative;display:inline-block}.Dropdown .Dropdown-container{position:absolute;right:1rem;top:2rem}.Dropdown .Dropdown-content{display:flex;background-color:#f9f9f9;box-shadow:0 .5rem 1rem 0 rgba(0,0,0,.2);text-align:center;overflow:hidden}.Dropdown .Dropdown-content .Menu-item{z-index:1}.EventCard{width:18.125rem;height:14.6726190476rem;box-shadow:var(--card-shadow)}.EventCard:hover{box-shadow:.25rem .5rem 1rem rgba(54,123,245,.24)}.EventCard .EventCard-details{height:3.4523809524rem}.EventCard .EventCard-details .EventCard-info{color:#78909c;font-size:.9375rem}.cover-img{position:relative;overflow:hidden;height:10.6160714286rem}.cover-img .spoiler-guard{background-color:rgba(0,0,0,.6);z-index:2;position:absolute;top:0;color:#fff;display:flex;font-size:1.25rem;font-weight:700;text-align:center;justify-content:center;align-items:center}.cover-img .cover{height:10.6160714286rem;object-fit:cover}.cover-img .timebox{color:#fff;font-weight:700;padding:.25rem .5rem;position:absolute;bottom:.625rem;right:.5rem;background-color:rgba(0,0,0,.8)}.cover-img .tier{position:absolute;bottom:.75rem;left:.75rem}.blurred{filter:blur(1rem);-webkit-filter:blur(1rem)}.AddChannelsModal .ChannelResultItem:hover{background-color:#f2f2f2}.AddChannelsModal .channel-edit-option .Icon{visibility:hidden}.AddChannelsModal .channel-edit-option:hover{background-color:#f2f2f2}.AddChannelsModal .channel-edit-option:hover .Icon{visibility:visible}.Form .FormField .ImageInput .image-upload{width:6rem;height:5rem;min-height:3rem;border-radius:.25rem;box-shadow:inset 0 1px 1px rgba(0,0,0,.25)}.Form .FormField .ImageInput .image-upload:hover{background-color:var(--light-600)}.Form .FormField .ImageInput img{width:6rem;height:5rem;object-fit:cover}.Form .FormField .ImageInput img:hover{cursor:pointer;opacity:.6}.Form .FormField .Input{width:100%;padding:0}.Form .FormField .Input input{padding-left:.75rem}.Form-divider{width:90%;align-self:center}.Form-label{margin-bottom:5px}.FolderDropzone .dropzone{flex:1 1;display:flex;flex-direction:column;align-items:center;padding:1.25rem;border-radius:.125rem;border:.125rem dashed #eee;background-color:#fafafa;color:#bdbdbd;outline:none;transition:border .24s ease-in-out}.FolderDropzone .dropzone.zone-active{border-color:#367bf5}.FolderDropzone .dropzone.zone-accept{border-color:#2fa84f}.FolderDropzone .dropzone.zone-reject{border-color:#ea3d2f}.FollowGameModal .Modal,.FollowGameModal .Modal-container{width:370px!important}.FollowGameModal .Modal .Input{width:100%}@media(min-width:0px)and (max-width:767px){.FollowGameModal .Modal{width:90%!important}.FollowGameModal .Modal .Input{width:100%}}.FollowGameModal .content{padding-left:30px!important;padding-right:30px!important}.LoginModal .Modal-container{width:370px}@media(min-width:0px)and (max-width:767px){.LoginModal .Modal-container{width:90%}}.LoginModal .Modal{width:370px;align-items:center;justify-content:center}@media(min-width:0px)and (max-width:767px){.LoginModal .Modal{width:90%}}.LoginModal button{min-width:300px;max-width:300px}@media(min-width:0px)and (max-width:767px){.LoginModal button{width:250px;min-width:250px;max-width:250px}}.LoginModal .content{width:370px;display:flex;padding-left:0!important;padding-right:0;justify-content:center;padding-bottom:50px}@media(min-width:0px)and (max-width:767px){.LoginModal .content{width:100%}}.LoginModal .content .Divider{width:90%}.LoginModal .text-lg{margin-left:5px;margin-bottom:1.25rem}.LoginModal .Form,.LoginModal .Form .btn-row{width:100%}.LoginModal .Form .Input{width:100%;background-color:#e8f0fe}.LoginModal .Form .Input input{background-color:#e8f0fe}.LoginModal .Form .Input.focused,.LoginModal .Form .Input.focused input{background-color:#fff}.LoginModal .Form .FormField{width:100%}.SettingsModal{padding-right:.625rem;padding-left:.625rem}.SettingsModal .SocialLogo{border-bottom:.1rem solid transparent;padding-bottom:0}.SettingsModal .SocialLogo.active{border-bottom:.1rem solid}.SettingsModal .SocialLogo.active.twitch{border-color:#6034b2}.SettingsModal .SocialLogo.active.twitter{border-color:#26a7de}.SettingsModal .SocialLogo.active.instagram{border-color:#c13584}.FollowedGamesList a{color:var(--dark)}.FollowedGamesList ul{list-style-type:none;padding-left:0}@media(min-width:0px)and (max-width:767px){.FollowedGamesList ul{padding-right:2rem}.FollowedGamesList li{border-top-right-radius:0;border-bottom-right-radius:0;padding-top:.25rem;padding-bottom:.25rem;border-radius:.25rem}.FollowedGamesList li:nth-child(2n){background-color:#f0f0f0}}.FollowedGamesList .FollowedListItem{max-width:13.5rem;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.FollowedGamesList .FollowedListItem.history-item{overflow:hidden}.FollowedGamesList .FollowedListItem.history-item .history-item-text{width:13rem;overflow:hidden;white-space:nowrap;margin-right:1rem;margin-left:.5rem}.FollowedGamesList .FollowedListItem.active-game{background-color:rgba(198,205,218,.34)}.FollowedGamesList .FollowedListItem:hover{cursor:pointer;background-color:rgba(167,178,198,.34)}@media(min-width:0px)and (max-width:767px){.FollowedGamesList .FollowedListItem:hover{background-color:inherit}}.ImageInput .image-upload{width:6rem;height:5rem;min-height:3rem;border-radius:.25rem;box-shadow:inset 0 1px 1px rgba(0,0,0,.25)}.ImageInput .image-upload:hover{background-color:#eee}.ImageInput img{width:6rem;height:5rem;object-fit:cover}.ImageInput img:hover{cursor:pointer;opacity:.6}.Modal{position:fixed;left:36%;right:36%;z-index:4;border-radius:15px;margin:3% auto;border:1px solid #888;box-shadow:.25rem 8px 16px rgba(54,123,245,.5);max-height:80vh;overflow-y:auto;overflow-x:hidden}.Modal .content{padding:0 1.25rem 1.25rem;align-items:center}@media(min-width:0px)and (max-width:767px){.Modal{left:.625rem;right:.625rem}}.Modal .Modal-close span{font-size:2rem;color:#818181;padding:.625rem .75rem .625rem .625rem;line-height:1.25rem}.Modal .Modal-close span:hover{cursor:pointer;color:#000}.Modal-container .OnClickOutside{z-index:3}@media(min-width:0px)and (max-width:767px){.EventScreen .spoiler-toggle{margin-top:.75rem}}.EventScreen .Spinner-xl{margin-right:15vw!important}@media(min-width:0px)and (max-width:767px){.EventScreen,.EventScreen .Event-vods{padding:0}}@media(min-width:0px)and (max-width:767px){.Playlist .Playlist-header{padding-left:.625rem}}.Playlist .Playlist-videos{background-color:hsla(0,0%,76.9%,.35);overflow-y:scroll;position:relative;display:inline-block}@media(min-width:1024px){.Playlist .Playlist-videos{width:454px;max-height:76vh!important}}@media(min-width:0px)and (max-width:767px){.Playlist .Playlist-videos{font-size:.75rem;padding-left:0;padding-right:0}}.Playlist .PlaylistItem{margin-top:.75rem;margin-bottom:.75rem;height:5.75rem;box-shadow:0 .25rem .5rem rgba(54,123,245,.24)}.Playlist .PlaylistItem.playing{box-shadow:0 .25rem .5rem rgba(124,77,255,.76);background-color:rgba(124,77,255,.08)}.Playlist .PlaylistItem .cover-img{height:100%;overflow:inherit}.Playlist .PlaylistItem .cover-img .cover{overflow:hidden;width:9.703125rem;height:100%;object-fit:cover}.Playlist .PlaylistItem .cover-img .cover .blurred{overflow:hidden;filter:blur(.75rem);-webkit-filter:blur(.75rem)}.Playlist .PlaylistItem .cover-img .cover.spoiler-guard{font-size:1rem!important}.Playlist .PlaylistItem .preview-info{align-items:space-between;justify-content:space-around;width:100%!important}.Playlist .PlaylistItem:hover .preview-info{background-color:var(--playlist-item-hover-bg)}.Playlist .PlaylistItem:hover .preview-info.info-playing{background-color:rgba(124,77,255,.08)}select{border-radius:.25rem;background-color:#fff;font-weight:500;padding-left:.25rem;min-width:7.5rem;height:2.5rem;font-size:1rem;cursor:pointer!important}select:hover{border-color:#888}select:focus{border-color:#aaa;box-shadow:0 0 1px 3px rgba(59,153,252,.7);box-shadow:0 0 0 3px -moz-mac-focusring;color:#222;outline:none}select option{font-weight:400}.SideMenu{background-color:var(--sideMenuBg);color:var(--light);height:100vh;width:13.75rem;position:fixed;font-weight:500;padding-right:1rem}.SideMenu .scrollbox{height:100vh;overflow-y:scroll;visibility:hidden;margin-right:-10px;padding-top:1rem}.SideMenu .scrollbox-content,.SideMenu .scrollbox:focus,.SideMenu .scrollbox:hover{visibility:visible}.SideMenu .header{margin-top:.25rem;padding-left:1rem}.SideMenu a{text-decoration:none}.SideMenu .Divider{width:95%;margin-top:.75rem}@media(min-width:0px)and (max-width:767px){.SideMenu{display:none}}.SideMenu .KeepWatching{margin-bottom:7rem}.tourney-notif{display:flex}.tourney-notif .Badge{position:relative;bottom:-.75rem;right:.5rem}.tourney-notif .Icon{font-size:1.25rem}.MobileTabNav{display:none;position:fixed;bottom:0;left:0;right:0;background-color:#fff;height:3rem;box-shadow:0 -.05rem 0 #d3d3d3}@media(min-width:0px)and (max-width:767px){.MobileTabNav{display:flex}}.MobileTabNav .TabOption a{color:rgba(0,0,0,.48);outline:0;border:0}.MobileTabNav .TabOption .Icon{font-size:1.25rem;color:#78909c}.MobileTabNav .TabOption .TabOption-name{margin-top:-.25rem}.MobileTabNav .TabOption .active,.MobileTabNav .TabOption .active .Icon{color:#367bf5}.Screen{display:flex;flex-direction:column;overflow:hidden}.Screen .content{z-index:-1;overflow-y:auto!important;position:fixed;left:236px;bottom:0;top:4.4rem;right:0}@media(min-width:0px)and (max-width:767px){.Screen .content{left:0;top:3.1rem;padding-bottom:3rem}}.Screen .content.no-side-menu{left:0}.TabNav{height:100%}.TabNav .tab-option{width:auto;min-width:80px;max-width:200px;text-align:center;cursor:pointer;height:100%}.TabNav .tab-option:hover{background-color:rgba(0,0,0,.02);box-shadow:0 1px 0 rgba(8,35,48,.24)}.TabNav .tab-option p{align-self:center;line-height:240%}.TabNav .tab-option .Icon{margin-right:3px;padding-top:3px}.TabNav .focused{border-bottom:1px solid #367bf5;font-weight:700}.Toggle *,.Toggle :after,.Toggle :before{box-sizing:border-box;position:relative;--duration:0.4s}.checker{display:block;font-size:1.25rem;width:2.5em;box-sizing:content-box;padding:.15em;border-radius:.25em;cursor:pointer}.checker,.checkmark{height:1em;transition:transform var(--duration) ease}.checkmark{width:1em;transform:translateX(-.4em)}.checkmark svg{display:block;background:#e5e5e5;transform:translateX(.4em);border-radius:.15em;transition:background-color var(--duration) ease,transform calc(var(--duration)*1.5) ease}.checkmark svg path{stroke-dasharray:90 90;stroke-dashoffset:90;transition:stroke-dashoffset calc(var(--duration)/3) linear calc(var(--duration)/3)}.checkbox{position:absolute;top:0;left:0;opacity:.4;visibility:hidden}.checkbox:checked~.checkmark{transform:translate(1.9em)}.checkbox:checked~.checkmark svg{background:#2fa84f;transform:translate(-.4em)}.checkbox:checked~.checkmark svg path{stroke-dashoffset:0}.checkbox:disabled~.checkmark svg{background:grey}.check-bg{background:#fff}.check-bg,.check-bg:after,.check-bg:before{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit}.check-bg:after,.check-bg:before{content:""}.check-bg:after{background:#fff}.check-bg:before{transition:transform var(--duration) ease;transform:translateY(30%);transform-origin:bottom center;background:#000;-webkit-filter:blur(.25em);filter:blur(.25em);opacity:.2}.checker.checker:active{transform:scale(.85);transition-duration:calc(var(--duration)/2)}.checker.checker:active .check-bg:before{transform:translateY(0) scale(.8);opacity:.2}.VerticalMatchList .VerticalMatchList-result-item{color:var(--dark)}.VerticalMatchList .VerticalMatchList-result-item .cover-img{height:11rem}.VerticalMatchList .VerticalMatchList-result-item:hover{cursor:pointer;background-color:var(--light);border-radius:.25rem}.VerticalMatchList .VerticalMatchList-result-item .class-icon{height:3rem;border-bottom:1.5px solid transparent}.VerticalMatchList .VerticalMatchList-result-item .class-icon.highlighted{border-bottom:1.5px solid #f3a72e}@media(min-width:0px)and (max-width:767px){.VerticalMatchList .VerticalMatchList-result-item .players-list{margin-top:-.25rem}.VerticalMatchList .VerticalMatchList-result-item .cover-img{width:108%!important}.VerticalMatchList .VerticalMatchList-result-item .class-icon{height:2rem}}.class-icon{height:50px;border-bottom:1.5px solid transparent}.class-icon.highlighted{border-bottom:1.5px solid #f3a72e}@media(min-width:0px)and (max-width:767px){.VideoSection{margin-top:.75rem;padding-left:.5rem;padding-right:.5rem}.VideoSection h2{margin-left:.25rem}.VideoSection .EventCard{width:100vw;margin-right:0;margin-bottom:.75rem}}@media(min-width:0px)and (max-width:767px){.GameScreen .Events{padding:0}}.HomeFeed{z-index:-1;padding:1rem 2rem 2rem 2.5rem}.HomeFeed .content{padding-top:0!important}@media(min-width:0px)and (max-width:767px){.HomeFeed{padding:0}}.HomeFeed .PortraitCards .flex-wrap{height:19rem;overflow-y:hidden;margin-bottom:1.5rem}.HomeFeed .PortraitCards .PortraitCard{min-width:11.75rem;box-shadow:var(--card-shadow);border-radius:.5rem}.HomeFeed .PortraitCards .PortraitCard:hover{box-shadow:.25rem .5rem 1rem rgba(54,123,245,.24)}.HomeFeed .PortraitCards .PortraitCard img{border-radius:.5rem;height:16rem}.HomeFeed .PortraitCards .PortraitCard .PortraitCard-name{padding-bottom:.25rem}.PlayerProfileScreen .ImageInput,.PlayerProfileScreen .ImageInput .image-upload,.PlayerProfileScreen .ImageInput img,.PlayerProfileScreen .Profile-header .Profile-image{height:16rem!important;width:16rem!important;border-radius:.5rem}@media(min-width:0px)and (max-width:767px){.PlayerProfileScreen .ImageInput,.PlayerProfileScreen .ImageInput .image-upload,.PlayerProfileScreen .ImageInput img,.PlayerProfileScreen .Profile-header .Profile-image{width:8rem!important;height:8rem!important}}.PlayerProfileScreen .Profile-header .Profile-image{object-fit:cover}.PlayerProfileScreen .ImageInput .image-upload .Icon ion-icon{font-size:2rem}@media(min-width:0px)and (max-width:767px){.PlayerProfileScreen .ImageInput .image-upload .Icon ion-icon{font-size:1.5rem}}nav{background-color:#fff;background-color:var(--navBarBg);position:fixed;top:0;height:4.4rem;width:100%;padding-left:1.25rem;box-shadow:0 2px 4px rgba(54,123,245,.24)}@media(min-width:0px)and (max-width:767px){nav{height:3.1rem;padding-left:0}}.Navbar{z-index:2;justify-content:space-between}.Navbar,.Navbar .left{display:flex;align-items:center}.Navbar .left{flex:1 1}.Navbar .left a{text-decoration:none}.Navbar img.logo{height:2.25rem;margin-right:.5rem;padding-top:.25rem;cursor:pointer}@media(min-width:0px)and (max-width:767px){.Navbar img.logo{height:1.8rem;margin-left:.5rem}}.Navbar .site-title{font-size:28px;font-weight:700;color:var(--dark);font-family:"Quicksand",sans-serif;display:none}@media(min-width:1024px){.Navbar .site-title{display:block}}.Navbar .Searchbar{height:46px;position:relative;max-width:40rem;flex:2 1}.Navbar .Searchbar .Searchbar-results{position:absolute;box-shadow:0 1px 1px rgba(0,0,0,.25);top:41px;left:0;right:0;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#fff}@media(min-width:0px)and (max-width:767px){.Navbar .Searchbar .Searchbar-results{position:fixed;left:0;right:0;top:3.1rem;border-top:.1px solid rgba(0,0,0,.25)}}.Navbar .Searchbar .Searchbar-result-item{cursor:pointer;padding:14px;z-index:1}.Navbar .Searchbar .Searchbar-result-item:hover{background-color:var(--light-600)}.Navbar .right{padding-right:30px;display:flex;flex:1 1;justify-content:flex-end;align-items:center}@media(min-width:0px)and (max-width:767px){.Navbar .right{padding-right:5px}}.Navbar .right .notif-nav-item{display:flex;cursor:pointer;margin-right:18px}.Navbar .right .notif-nav-item .notifications-outline,.Navbar .right .notif-nav-item ion-icon{font-size:30px;color:#78909c}.Navbar .right .notif-nav-item .Badge{position:relative;top:19px;right:.625rem}.Navbar .right .AvatarDropdown.no-user .Badge{cursor:pointer;height:44px;width:44px;border-radius:22px;font-size:34.375px}@media(min-width:0px)and (max-width:767px){.Navbar .right .AvatarDropdown.no-user .Badge{width:33.8461538462px;height:33.8461538462px;border-radius:16.9230769231px;font-size:22px;align-items:center}}.Navbar .right .AvatarDropdown.no-user .Badge:hover{box-shadow:0 0 0 2px #367bf5}.Navbar .right .Nav-avatar{width:44px;height:44px;border-radius:22px;object-fit:cover;cursor:pointer}@media(min-width:0px)and (max-width:767px){.Navbar .right .Nav-avatar{width:33.8461538462px;height:33.8461538462px;border-radius:16.9230769231px}.Navbar .right .Nav-avatar .Icon{font-size:1.5rem}}.Navbar .right .Nav-avatar .Icon{padding-top:5px}.Navbar .right .Nav-avatar:hover{box-shadow:0 0 0 2px #367bf5}.Navbar .right .Nav-avatar.bg-primary:hover{box-shadow:0 0 0 2px #679bf7}.Navbar .right button{min-width:80px}.Navbar .menu-outline ion-icon{font-size:50px;color:#78909c;cursor:pointer}.Navbar .Input{z-index:2;height:40px;font-size:.75rem}@media(min-width:0px)and (max-width:350px){.Navbar .Nav-disc-icon{display:none}}@media(min-width:0px)and (max-width:767px){.Navbar .Nav-disc-icon{width:35.2px;height:35.2px}}:root,:root.light-mode{--light:#f6f6f6;--light-600:#eee;--dark:#333;--sideMenuBg:rgba(198,205,218,0.34);--navBarBg:#fff;--bg-screen:#fff;--bg-white:#fff;--bg-lighter:#fefefe;--grey-darkable:rgba(0,0,0,0.2);--playlist-item-hover-bg:#f2f2f2;--input-inactive:#e5e5e5;--input-active:#fff;--card-shadow:0rem 0.25rem 0.5rem rgba(54,123,245,0.24)}@media(prefers-color-scheme:dark){:root{--light:#333;--light-600:#2b2b2b;--dark:#f6f6f6;--sideMenuBg:#222121;--navBarBg:#222121;--bg-screen:#1a1919;--bg-white:#141414;--bg-lighter:#333;--grey-darkable:grey;--playlist-item-hover-bg:#2e2e2e;--input-inactive:#0d0d0d;--input-active:#2e2e2e;--card-shadow:0rem 0.35rem 0.7rem rgba(0,0,0,0.24)}}:root.dark-mode{--light:#333;--light-600:#2b2b2b;--dark:#f6f6f6;--sideMenuBg:#222121;--navBarBg:#222121;--bg-screen:#1a1919;--bg-white:#141414;--bg-lighter:#333;--grey-darkable:grey;--playlist-item-hover-bg:#2e2e2e;--input-inactive:#0d0d0d;--input-active:#2e2e2e;--card-shadow:0rem 0.35rem 0.7rem rgba(0,0,0,0.24)}.bg-success{background-color:#2fa84f}.bg-warning{background-color:#f3a72e}.bg-danger{background-color:#ea3d2f}.bg-primary{background-color:#367bf5}.bg-info{background-color:#999}.success{color:#2fa84f}.warning{color:#f3a72e}.danger{color:#ea3d2f}.primary{color:#367bf5}.info{color:#999}.light{color:var(--light)}.light-always{color:#f6f6f6}.dark{color:var(--dark)}.dark-always{color:#333}.lighter{color:#fefefe}.bg-screen{background-color:var(--bg-screen)}.bg-light{background-color:var(--light)}.bg-light-always{background-color:#f6f6f6}.bg-light-600{background-color:var(--light-600)}.bg-grey{background-color:grey}.bg-lighter{background-color:var(--bg-lighter)}.bg-white{background-color:var(--bg-white)}.white{color:#fff}.grey{color:grey}.bg-facebook{background-color:#3b5998;border-color:#3b5998}.bg-twitter{background-color:#26a7de;border-color:#26a7de}.twitch{color:#6034b2}.youtube{color:red}.twitter{color:#26a7de}.instagram{color:#c13584}.mobile-only{display:none}@media(min-width:0px)and (max-width:767px){.mobile-only{display:block}}.VideoScreen{display:grid;grid-row-gap:0;grid-column-gap:3vw;margin-top:40px;margin-left:40px;margin-right:40px}@media(min-width:0px)and (max-width:767px){.VideoScreen{grid-template-columns:10fr;margin-left:0;margin-right:0;margin-top:0}}@media(min-width:1024px){.VideoScreen{margin-left:3vw;margin-right:3.2vw;grid-template-columns:70fr 30fr}}.VideoScreen .video-container{width:100%}@media(min-width:0px)and (max-width:767px){.VideoScreen .video-container{width:100%}}@media(min-width:1024px){.VideoScreen .VideoInfo{grid-column:1}}@media(min-width:0px)and (max-width:767px){.VideoScreen .VideoInfo{font-size:.75rem}}@media(min-width:0px)and (max-width:767px){.VideoScreen .VideoInfo .VideoInfo-header{flex-direction:column}.VideoScreen .VideoInfo .VideoInfo-header .share-btn{margin-top:.625rem}}.VideoScreen .VideoInfo .VideoInfo-icon-row{font-weight:700}.VideoScreen .VideoInfo .VideoInfo-icon-row img{height:35px}.VideoScreen .VideoInfo .VideoInfo-icon-row a{color:#333}@media(min-width:0px)and (max-width:767px){.VideoScreen .VideoInfo .VideoInfo-icon-row .VideoInfo-icon-body{flex-direction:column}.VideoScreen .VideoInfo .VideoInfo-icon-row .game-and-follow{padding-left:.625rem;padding-right:.625rem;justify-content:space-between;width:100%}.VideoScreen .VideoInfo .VideoInfo-icon-row .VideoInfo-uploader{align-self:flex-start;margin-top:15px}}.VideoScreen .VideoInfo .VideoInfo-uploader{cursor:pointer}.VideoScreen .VideoPlayer{position:relative}.VideoScreen .VideoPlayer .youtube-controls{position:absolute;right:15px;bottom:15px;z-index:1}.VideoScreen .VideoPlayer .youtube-controls.showing{bottom:55px}.VideoScreen .VideoPlayer .youtube-controls.hiding{border-color:red}.VideoScreen .playlist-container{width:100%}@media(min-width:1024px){.VideoScreen .playlist-container{grid-column:2;grid-row-start:1;grid-row-end:3}}.yt-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}@media(min-width:0px)and (max-width:767px){.yt-container{top:0;padding-top:0;left:0;right:0}}.yt-container embed,.yt-container iframe,.yt-container object{position:absolute;top:0;left:0;width:100%;height:100%}
/*# sourceMappingURL=main.b37f5c13.chunk.css.map */