: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:hsla(0,0%,100%,.7);--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:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);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;-webkit-transform:translateX(-50%);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%;-webkit-transform:translateX(-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;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;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-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;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}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@font-face{font-family:Druk Wide;font-weight:700;src:url(/static/media/druk-wide-bold.9c659f356277c01eb408.ttf) format("truetype")}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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{position:relative}.invisible{display:none}.min-h-screen{min-height:100%!important}.flex-col,.flex-column{display:flex!important;flex-flow:column!important}.justify-center{justify-content:center!important}.align-center{align-items:center!important}.text-center{text-align:center!important}.text-normal{font-weight:500}.text-black{color:#000!important}.mb-auto{margin-bottom:auto!important}.w-fit{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.m-auto{margin:auto!important}.rounded-full{border-radius:50%}.flex{display:flex!important}.mb-unset{margin-bottom:0!important}.w-50{max-width:50%!important}.full-screen{height:100vh;width:100vw}.search-bar{background:#fff;padding:0 2rem;position:-webkit-sticky;position:sticky;top:8.5rem}.mt-0{margin-top:0!important}.pt-0{padding-top:0!important}.mr-0{margin-right:0!important}.pr-0{padding-right:0!important}.mb-0{margin-bottom:0!important}.pb-0{padding-bottom:0!important}.ml-0{margin-left:0!important}.pl-0{padding-left:0!important}.m-0{margin:0!important}.my-0{margin-bottom:0!important;margin-top:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.p-0{padding:0!important}.py-0{padding-bottom:0!important;padding-top:0!important}.px-0{padding-left:0!important;padding-right:0!important}.w-0{width:0!important}.h-0{height:0!important}.br-0{border-radius:0!important}.mt-1{margin-top:1rem!important}.pt-1{padding-top:1rem!important}.mr-1{margin-right:1rem!important}.pr-1{padding-right:1rem!important}.mb-1{margin-bottom:1rem!important}.pb-1{padding-bottom:1rem!important}.ml-1{margin-left:1rem!important}.pl-1{padding-left:1rem!important}.m-1{margin:1rem!important}.my-1{margin-bottom:1rem!important;margin-top:1rem!important}.mx-1{margin-left:1rem!important;margin-right:1rem!important}.p-1{padding:1rem!important}.py-1{padding-bottom:1rem!important;padding-top:1rem!important}.px-1{padding-left:1rem!important;padding-right:1rem!important}.w-1{width:1rem!important}.h-1{height:1rem!important}.br-1{border-radius:1px!important}.mt-2{margin-top:2rem!important}.pt-2{padding-top:2rem!important}.mr-2{margin-right:2rem!important}.pr-2{padding-right:2rem!important}.mb-2{margin-bottom:2rem!important}.pb-2{padding-bottom:2rem!important}.ml-2{margin-left:2rem!important}.pl-2{padding-left:2rem!important}.m-2{margin:2rem!important}.my-2{margin-bottom:2rem!important;margin-top:2rem!important}.mx-2{margin-left:2rem!important;margin-right:2rem!important}.p-2{padding:2rem!important}.py-2{padding-bottom:2rem!important;padding-top:2rem!important}.px-2{padding-left:2rem!important;padding-right:2rem!important}.w-2{width:2rem!important}.h-2{height:2rem!important}.br-2{border-radius:2px!important}.mt-3{margin-top:3rem!important}.pt-3{padding-top:3rem!important}.mr-3{margin-right:3rem!important}.pr-3{padding-right:3rem!important}.mb-3{margin-bottom:3rem!important}.pb-3{padding-bottom:3rem!important}.ml-3{margin-left:3rem!important}.pl-3{padding-left:3rem!important}.m-3{margin:3rem!important}.my-3{margin-bottom:3rem!important;margin-top:3rem!important}.mx-3{margin-left:3rem!important;margin-right:3rem!important}.p-3{padding:3rem!important}.py-3{padding-bottom:3rem!important;padding-top:3rem!important}.px-3{padding-left:3rem!important;padding-right:3rem!important}.w-3{width:3rem!important}.h-3{height:3rem!important}.br-3{border-radius:3px!important}.mt-4{margin-top:4rem!important}.pt-4{padding-top:4rem!important}.mr-4{margin-right:4rem!important}.pr-4{padding-right:4rem!important}.mb-4{margin-bottom:4rem!important}.pb-4{padding-bottom:4rem!important}.ml-4{margin-left:4rem!important}.pl-4{padding-left:4rem!important}.m-4{margin:4rem!important}.my-4{margin-bottom:4rem!important;margin-top:4rem!important}.mx-4{margin-left:4rem!important;margin-right:4rem!important}.p-4{padding:4rem!important}.py-4{padding-bottom:4rem!important;padding-top:4rem!important}.px-4{padding-left:4rem!important;padding-right:4rem!important}.w-4{width:4rem!important}.h-4{height:4rem!important}.br-4{border-radius:4px!important}.mt-5{margin-top:5rem!important}.pt-5{padding-top:5rem!important}.mr-5{margin-right:5rem!important}.pr-5{padding-right:5rem!important}.mb-5{margin-bottom:5rem!important}.pb-5{padding-bottom:5rem!important}.ml-5{margin-left:5rem!important}.pl-5{padding-left:5rem!important}.m-5{margin:5rem!important}.my-5{margin-bottom:5rem!important;margin-top:5rem!important}.mx-5{margin-left:5rem!important;margin-right:5rem!important}.p-5{padding:5rem!important}.py-5{padding-bottom:5rem!important;padding-top:5rem!important}.px-5{padding-left:5rem!important;padding-right:5rem!important}.w-5{width:5rem!important}.h-5{height:5rem!important}.br-5{border-radius:5px!important}.mt-6{margin-top:6rem!important}.pt-6{padding-top:6rem!important}.mr-6{margin-right:6rem!important}.pr-6{padding-right:6rem!important}.mb-6{margin-bottom:6rem!important}.pb-6{padding-bottom:6rem!important}.ml-6{margin-left:6rem!important}.pl-6{padding-left:6rem!important}.m-6{margin:6rem!important}.my-6{margin-bottom:6rem!important;margin-top:6rem!important}.mx-6{margin-left:6rem!important;margin-right:6rem!important}.p-6{padding:6rem!important}.py-6{padding-bottom:6rem!important;padding-top:6rem!important}.px-6{padding-left:6rem!important;padding-right:6rem!important}.w-6{width:6rem!important}.h-6{height:6rem!important}.br-6{border-radius:6px!important}.mt-7{margin-top:7rem!important}.pt-7{padding-top:7rem!important}.mr-7{margin-right:7rem!important}.pr-7{padding-right:7rem!important}.mb-7{margin-bottom:7rem!important}.pb-7{padding-bottom:7rem!important}.ml-7{margin-left:7rem!important}.pl-7{padding-left:7rem!important}.m-7{margin:7rem!important}.my-7{margin-bottom:7rem!important;margin-top:7rem!important}.mx-7{margin-left:7rem!important;margin-right:7rem!important}.p-7{padding:7rem!important}.py-7{padding-bottom:7rem!important;padding-top:7rem!important}.px-7{padding-left:7rem!important;padding-right:7rem!important}.w-7{width:7rem!important}.h-7{height:7rem!important}.br-7{border-radius:7px!important}.mt-8{margin-top:8rem!important}.pt-8{padding-top:8rem!important}.mr-8{margin-right:8rem!important}.pr-8{padding-right:8rem!important}.mb-8{margin-bottom:8rem!important}.pb-8{padding-bottom:8rem!important}.ml-8{margin-left:8rem!important}.pl-8{padding-left:8rem!important}.m-8{margin:8rem!important}.my-8{margin-bottom:8rem!important;margin-top:8rem!important}.mx-8{margin-left:8rem!important;margin-right:8rem!important}.p-8{padding:8rem!important}.py-8{padding-bottom:8rem!important;padding-top:8rem!important}.px-8{padding-left:8rem!important;padding-right:8rem!important}.w-8{width:8rem!important}.h-8{height:8rem!important}.br-8{border-radius:8px!important}.mt-9{margin-top:9rem!important}.pt-9{padding-top:9rem!important}.mr-9{margin-right:9rem!important}.pr-9{padding-right:9rem!important}.mb-9{margin-bottom:9rem!important}.pb-9{padding-bottom:9rem!important}.ml-9{margin-left:9rem!important}.pl-9{padding-left:9rem!important}.m-9{margin:9rem!important}.my-9{margin-bottom:9rem!important;margin-top:9rem!important}.mx-9{margin-left:9rem!important;margin-right:9rem!important}.p-9{padding:9rem!important}.py-9{padding-bottom:9rem!important;padding-top:9rem!important}.px-9{padding-left:9rem!important;padding-right:9rem!important}.w-9{width:9rem!important}.h-9{height:9rem!important}.br-9{border-radius:9px!important}.mt-10{margin-top:10rem!important}.pt-10{padding-top:10rem!important}.mr-10{margin-right:10rem!important}.pr-10{padding-right:10rem!important}.mb-10{margin-bottom:10rem!important}.pb-10{padding-bottom:10rem!important}.ml-10{margin-left:10rem!important}.pl-10{padding-left:10rem!important}.m-10{margin:10rem!important}.my-10{margin-bottom:10rem!important;margin-top:10rem!important}.mx-10{margin-left:10rem!important;margin-right:10rem!important}.p-10{padding:10rem!important}.py-10{padding-bottom:10rem!important;padding-top:10rem!important}.px-10{padding-left:10rem!important;padding-right:10rem!important}.w-10{width:10rem!important}.h-10{height:10rem!important}.br-10{border-radius:10px!important}.mt-11{margin-top:11rem!important}.pt-11{padding-top:11rem!important}.mr-11{margin-right:11rem!important}.pr-11{padding-right:11rem!important}.mb-11{margin-bottom:11rem!important}.pb-11{padding-bottom:11rem!important}.ml-11{margin-left:11rem!important}.pl-11{padding-left:11rem!important}.m-11{margin:11rem!important}.my-11{margin-bottom:11rem!important;margin-top:11rem!important}.mx-11{margin-left:11rem!important;margin-right:11rem!important}.p-11{padding:11rem!important}.py-11{padding-bottom:11rem!important;padding-top:11rem!important}.px-11{padding-left:11rem!important;padding-right:11rem!important}.w-11{width:11rem!important}.h-11{height:11rem!important}.br-11{border-radius:11px!important}.mt-12{margin-top:12rem!important}.pt-12{padding-top:12rem!important}.mr-12{margin-right:12rem!important}.pr-12{padding-right:12rem!important}.mb-12{margin-bottom:12rem!important}.pb-12{padding-bottom:12rem!important}.ml-12{margin-left:12rem!important}.pl-12{padding-left:12rem!important}.m-12{margin:12rem!important}.my-12{margin-bottom:12rem!important;margin-top:12rem!important}.mx-12{margin-left:12rem!important;margin-right:12rem!important}.p-12{padding:12rem!important}.py-12{padding-bottom:12rem!important;padding-top:12rem!important}.px-12{padding-left:12rem!important;padding-right:12rem!important}.w-12{width:12rem!important}.h-12{height:12rem!important}.br-12{border-radius:12px!important}.mt-13{margin-top:13rem!important}.pt-13{padding-top:13rem!important}.mr-13{margin-right:13rem!important}.pr-13{padding-right:13rem!important}.mb-13{margin-bottom:13rem!important}.pb-13{padding-bottom:13rem!important}.ml-13{margin-left:13rem!important}.pl-13{padding-left:13rem!important}.m-13{margin:13rem!important}.my-13{margin-bottom:13rem!important;margin-top:13rem!important}.mx-13{margin-left:13rem!important;margin-right:13rem!important}.p-13{padding:13rem!important}.py-13{padding-bottom:13rem!important;padding-top:13rem!important}.px-13{padding-left:13rem!important;padding-right:13rem!important}.w-13{width:13rem!important}.h-13{height:13rem!important}.br-13{border-radius:13px!important}.mt-14{margin-top:14rem!important}.pt-14{padding-top:14rem!important}.mr-14{margin-right:14rem!important}.pr-14{padding-right:14rem!important}.mb-14{margin-bottom:14rem!important}.pb-14{padding-bottom:14rem!important}.ml-14{margin-left:14rem!important}.pl-14{padding-left:14rem!important}.m-14{margin:14rem!important}.my-14{margin-bottom:14rem!important;margin-top:14rem!important}.mx-14{margin-left:14rem!important;margin-right:14rem!important}.p-14{padding:14rem!important}.py-14{padding-bottom:14rem!important;padding-top:14rem!important}.px-14{padding-left:14rem!important;padding-right:14rem!important}.w-14{width:14rem!important}.h-14{height:14rem!important}.br-14{border-radius:14px!important}.mt-15{margin-top:15rem!important}.pt-15{padding-top:15rem!important}.mr-15{margin-right:15rem!important}.pr-15{padding-right:15rem!important}.mb-15{margin-bottom:15rem!important}.pb-15{padding-bottom:15rem!important}.ml-15{margin-left:15rem!important}.pl-15{padding-left:15rem!important}.m-15{margin:15rem!important}.my-15{margin-bottom:15rem!important;margin-top:15rem!important}.mx-15{margin-left:15rem!important;margin-right:15rem!important}.p-15{padding:15rem!important}.py-15{padding-bottom:15rem!important;padding-top:15rem!important}.px-15{padding-left:15rem!important;padding-right:15rem!important}.w-15{width:15rem!important}.h-15{height:15rem!important}.br-15{border-radius:15px!important}.mt-16{margin-top:16rem!important}.pt-16{padding-top:16rem!important}.mr-16{margin-right:16rem!important}.pr-16{padding-right:16rem!important}.mb-16{margin-bottom:16rem!important}.pb-16{padding-bottom:16rem!important}.ml-16{margin-left:16rem!important}.pl-16{padding-left:16rem!important}.m-16{margin:16rem!important}.my-16{margin-bottom:16rem!important;margin-top:16rem!important}.mx-16{margin-left:16rem!important;margin-right:16rem!important}.p-16{padding:16rem!important}.py-16{padding-bottom:16rem!important;padding-top:16rem!important}.px-16{padding-left:16rem!important;padding-right:16rem!important}.w-16{width:16rem!important}.h-16{height:16rem!important}.br-16{border-radius:16px!important}.mt-17{margin-top:17rem!important}.pt-17{padding-top:17rem!important}.mr-17{margin-right:17rem!important}.pr-17{padding-right:17rem!important}.mb-17{margin-bottom:17rem!important}.pb-17{padding-bottom:17rem!important}.ml-17{margin-left:17rem!important}.pl-17{padding-left:17rem!important}.m-17{margin:17rem!important}.my-17{margin-bottom:17rem!important;margin-top:17rem!important}.mx-17{margin-left:17rem!important;margin-right:17rem!important}.p-17{padding:17rem!important}.py-17{padding-bottom:17rem!important;padding-top:17rem!important}.px-17{padding-left:17rem!important;padding-right:17rem!important}.w-17{width:17rem!important}.h-17{height:17rem!important}.br-17{border-radius:17px!important}.mt-18{margin-top:18rem!important}.pt-18{padding-top:18rem!important}.mr-18{margin-right:18rem!important}.pr-18{padding-right:18rem!important}.mb-18{margin-bottom:18rem!important}.pb-18{padding-bottom:18rem!important}.ml-18{margin-left:18rem!important}.pl-18{padding-left:18rem!important}.m-18{margin:18rem!important}.my-18{margin-bottom:18rem!important;margin-top:18rem!important}.mx-18{margin-left:18rem!important;margin-right:18rem!important}.p-18{padding:18rem!important}.py-18{padding-bottom:18rem!important;padding-top:18rem!important}.px-18{padding-left:18rem!important;padding-right:18rem!important}.w-18{width:18rem!important}.h-18{height:18rem!important}.br-18{border-radius:18px!important}.mt-19{margin-top:19rem!important}.pt-19{padding-top:19rem!important}.mr-19{margin-right:19rem!important}.pr-19{padding-right:19rem!important}.mb-19{margin-bottom:19rem!important}.pb-19{padding-bottom:19rem!important}.ml-19{margin-left:19rem!important}.pl-19{padding-left:19rem!important}.m-19{margin:19rem!important}.my-19{margin-bottom:19rem!important;margin-top:19rem!important}.mx-19{margin-left:19rem!important;margin-right:19rem!important}.p-19{padding:19rem!important}.py-19{padding-bottom:19rem!important;padding-top:19rem!important}.px-19{padding-left:19rem!important;padding-right:19rem!important}.w-19{width:19rem!important}.h-19{height:19rem!important}.br-19{border-radius:19px!important}.mt-20{margin-top:20rem!important}.pt-20{padding-top:20rem!important}.mr-20{margin-right:20rem!important}.pr-20{padding-right:20rem!important}.mb-20{margin-bottom:20rem!important}.pb-20{padding-bottom:20rem!important}.ml-20{margin-left:20rem!important}.pl-20{padding-left:20rem!important}.m-20{margin:20rem!important}.my-20{margin-bottom:20rem!important;margin-top:20rem!important}.mx-20{margin-left:20rem!important;margin-right:20rem!important}.p-20{padding:20rem!important}.py-20{padding-bottom:20rem!important;padding-top:20rem!important}.px-20{padding-left:20rem!important;padding-right:20rem!important}.w-20{width:20rem!important}.h-20{height:20rem!important}.br-20{border-radius:20px!important}.mt-21{margin-top:21rem!important}.pt-21{padding-top:21rem!important}.mr-21{margin-right:21rem!important}.pr-21{padding-right:21rem!important}.mb-21{margin-bottom:21rem!important}.pb-21{padding-bottom:21rem!important}.ml-21{margin-left:21rem!important}.pl-21{padding-left:21rem!important}.m-21{margin:21rem!important}.my-21{margin-bottom:21rem!important;margin-top:21rem!important}.mx-21{margin-left:21rem!important;margin-right:21rem!important}.p-21{padding:21rem!important}.py-21{padding-bottom:21rem!important;padding-top:21rem!important}.px-21{padding-left:21rem!important;padding-right:21rem!important}.w-21{width:21rem!important}.h-21{height:21rem!important}.br-21{border-radius:21px!important}.mt-22{margin-top:22rem!important}.pt-22{padding-top:22rem!important}.mr-22{margin-right:22rem!important}.pr-22{padding-right:22rem!important}.mb-22{margin-bottom:22rem!important}.pb-22{padding-bottom:22rem!important}.ml-22{margin-left:22rem!important}.pl-22{padding-left:22rem!important}.m-22{margin:22rem!important}.my-22{margin-bottom:22rem!important;margin-top:22rem!important}.mx-22{margin-left:22rem!important;margin-right:22rem!important}.p-22{padding:22rem!important}.py-22{padding-bottom:22rem!important;padding-top:22rem!important}.px-22{padding-left:22rem!important;padding-right:22rem!important}.w-22{width:22rem!important}.h-22{height:22rem!important}.br-22{border-radius:22px!important}.mt-23{margin-top:23rem!important}.pt-23{padding-top:23rem!important}.mr-23{margin-right:23rem!important}.pr-23{padding-right:23rem!important}.mb-23{margin-bottom:23rem!important}.pb-23{padding-bottom:23rem!important}.ml-23{margin-left:23rem!important}.pl-23{padding-left:23rem!important}.m-23{margin:23rem!important}.my-23{margin-bottom:23rem!important;margin-top:23rem!important}.mx-23{margin-left:23rem!important;margin-right:23rem!important}.p-23{padding:23rem!important}.py-23{padding-bottom:23rem!important;padding-top:23rem!important}.px-23{padding-left:23rem!important;padding-right:23rem!important}.w-23{width:23rem!important}.h-23{height:23rem!important}.br-23{border-radius:23px!important}.mt-24{margin-top:24rem!important}.pt-24{padding-top:24rem!important}.mr-24{margin-right:24rem!important}.pr-24{padding-right:24rem!important}.mb-24{margin-bottom:24rem!important}.pb-24{padding-bottom:24rem!important}.ml-24{margin-left:24rem!important}.pl-24{padding-left:24rem!important}.m-24{margin:24rem!important}.my-24{margin-bottom:24rem!important;margin-top:24rem!important}.mx-24{margin-left:24rem!important;margin-right:24rem!important}.p-24{padding:24rem!important}.py-24{padding-bottom:24rem!important;padding-top:24rem!important}.px-24{padding-left:24rem!important;padding-right:24rem!important}.w-24{width:24rem!important}.h-24{height:24rem!important}.br-24{border-radius:24px!important}.mt-25{margin-top:25rem!important}.pt-25{padding-top:25rem!important}.mr-25{margin-right:25rem!important}.pr-25{padding-right:25rem!important}.mb-25{margin-bottom:25rem!important}.pb-25{padding-bottom:25rem!important}.ml-25{margin-left:25rem!important}.pl-25{padding-left:25rem!important}.m-25{margin:25rem!important}.my-25{margin-bottom:25rem!important;margin-top:25rem!important}.mx-25{margin-left:25rem!important;margin-right:25rem!important}.p-25{padding:25rem!important}.py-25{padding-bottom:25rem!important;padding-top:25rem!important}.px-25{padding-left:25rem!important;padding-right:25rem!important}.w-25{width:25rem!important}.h-25{height:25rem!important}.br-25{border-radius:25px!important}.mt-26{margin-top:26rem!important}.pt-26{padding-top:26rem!important}.mr-26{margin-right:26rem!important}.pr-26{padding-right:26rem!important}.mb-26{margin-bottom:26rem!important}.pb-26{padding-bottom:26rem!important}.ml-26{margin-left:26rem!important}.pl-26{padding-left:26rem!important}.m-26{margin:26rem!important}.my-26{margin-bottom:26rem!important;margin-top:26rem!important}.mx-26{margin-left:26rem!important;margin-right:26rem!important}.p-26{padding:26rem!important}.py-26{padding-bottom:26rem!important;padding-top:26rem!important}.px-26{padding-left:26rem!important;padding-right:26rem!important}.w-26{width:26rem!important}.h-26{height:26rem!important}.br-26{border-radius:26px!important}.mt-27{margin-top:27rem!important}.pt-27{padding-top:27rem!important}.mr-27{margin-right:27rem!important}.pr-27{padding-right:27rem!important}.mb-27{margin-bottom:27rem!important}.pb-27{padding-bottom:27rem!important}.ml-27{margin-left:27rem!important}.pl-27{padding-left:27rem!important}.m-27{margin:27rem!important}.my-27{margin-bottom:27rem!important;margin-top:27rem!important}.mx-27{margin-left:27rem!important;margin-right:27rem!important}.p-27{padding:27rem!important}.py-27{padding-bottom:27rem!important;padding-top:27rem!important}.px-27{padding-left:27rem!important;padding-right:27rem!important}.w-27{width:27rem!important}.h-27{height:27rem!important}.br-27{border-radius:27px!important}.mt-28{margin-top:28rem!important}.pt-28{padding-top:28rem!important}.mr-28{margin-right:28rem!important}.pr-28{padding-right:28rem!important}.mb-28{margin-bottom:28rem!important}.pb-28{padding-bottom:28rem!important}.ml-28{margin-left:28rem!important}.pl-28{padding-left:28rem!important}.m-28{margin:28rem!important}.my-28{margin-bottom:28rem!important;margin-top:28rem!important}.mx-28{margin-left:28rem!important;margin-right:28rem!important}.p-28{padding:28rem!important}.py-28{padding-bottom:28rem!important;padding-top:28rem!important}.px-28{padding-left:28rem!important;padding-right:28rem!important}.w-28{width:28rem!important}.h-28{height:28rem!important}.br-28{border-radius:28px!important}.mt-29{margin-top:29rem!important}.pt-29{padding-top:29rem!important}.mr-29{margin-right:29rem!important}.pr-29{padding-right:29rem!important}.mb-29{margin-bottom:29rem!important}.pb-29{padding-bottom:29rem!important}.ml-29{margin-left:29rem!important}.pl-29{padding-left:29rem!important}.m-29{margin:29rem!important}.my-29{margin-bottom:29rem!important;margin-top:29rem!important}.mx-29{margin-left:29rem!important;margin-right:29rem!important}.p-29{padding:29rem!important}.py-29{padding-bottom:29rem!important;padding-top:29rem!important}.px-29{padding-left:29rem!important;padding-right:29rem!important}.w-29{width:29rem!important}.h-29{height:29rem!important}.br-29{border-radius:29px!important}.mt-30{margin-top:30rem!important}.pt-30{padding-top:30rem!important}.mr-30{margin-right:30rem!important}.pr-30{padding-right:30rem!important}.mb-30{margin-bottom:30rem!important}.pb-30{padding-bottom:30rem!important}.ml-30{margin-left:30rem!important}.pl-30{padding-left:30rem!important}.m-30{margin:30rem!important}.my-30{margin-bottom:30rem!important;margin-top:30rem!important}.mx-30{margin-left:30rem!important;margin-right:30rem!important}.p-30{padding:30rem!important}.py-30{padding-bottom:30rem!important;padding-top:30rem!important}.px-30{padding-left:30rem!important;padding-right:30rem!important}.w-30{width:30rem!important}.h-30{height:30rem!important}.br-30{border-radius:30px!important}.mt-31{margin-top:31rem!important}.pt-31{padding-top:31rem!important}.mr-31{margin-right:31rem!important}.pr-31{padding-right:31rem!important}.mb-31{margin-bottom:31rem!important}.pb-31{padding-bottom:31rem!important}.ml-31{margin-left:31rem!important}.pl-31{padding-left:31rem!important}.m-31{margin:31rem!important}.my-31{margin-bottom:31rem!important;margin-top:31rem!important}.mx-31{margin-left:31rem!important;margin-right:31rem!important}.p-31{padding:31rem!important}.py-31{padding-bottom:31rem!important;padding-top:31rem!important}.px-31{padding-left:31rem!important;padding-right:31rem!important}.w-31{width:31rem!important}.h-31{height:31rem!important}.br-31{border-radius:31px!important}.mt-32{margin-top:32rem!important}.pt-32{padding-top:32rem!important}.mr-32{margin-right:32rem!important}.pr-32{padding-right:32rem!important}.mb-32{margin-bottom:32rem!important}.pb-32{padding-bottom:32rem!important}.ml-32{margin-left:32rem!important}.pl-32{padding-left:32rem!important}.m-32{margin:32rem!important}.my-32{margin-bottom:32rem!important;margin-top:32rem!important}.mx-32{margin-left:32rem!important;margin-right:32rem!important}.p-32{padding:32rem!important}.py-32{padding-bottom:32rem!important;padding-top:32rem!important}.px-32{padding-left:32rem!important;padding-right:32rem!important}.w-32{width:32rem!important}.h-32{height:32rem!important}.br-32{border-radius:32px!important}.mt-33{margin-top:33rem!important}.pt-33{padding-top:33rem!important}.mr-33{margin-right:33rem!important}.pr-33{padding-right:33rem!important}.mb-33{margin-bottom:33rem!important}.pb-33{padding-bottom:33rem!important}.ml-33{margin-left:33rem!important}.pl-33{padding-left:33rem!important}.m-33{margin:33rem!important}.my-33{margin-bottom:33rem!important;margin-top:33rem!important}.mx-33{margin-left:33rem!important;margin-right:33rem!important}.p-33{padding:33rem!important}.py-33{padding-bottom:33rem!important;padding-top:33rem!important}.px-33{padding-left:33rem!important;padding-right:33rem!important}.w-33{width:33rem!important}.h-33{height:33rem!important}.br-33{border-radius:33px!important}.mt-34{margin-top:34rem!important}.pt-34{padding-top:34rem!important}.mr-34{margin-right:34rem!important}.pr-34{padding-right:34rem!important}.mb-34{margin-bottom:34rem!important}.pb-34{padding-bottom:34rem!important}.ml-34{margin-left:34rem!important}.pl-34{padding-left:34rem!important}.m-34{margin:34rem!important}.my-34{margin-bottom:34rem!important;margin-top:34rem!important}.mx-34{margin-left:34rem!important;margin-right:34rem!important}.p-34{padding:34rem!important}.py-34{padding-bottom:34rem!important;padding-top:34rem!important}.px-34{padding-left:34rem!important;padding-right:34rem!important}.w-34{width:34rem!important}.h-34{height:34rem!important}.br-34{border-radius:34px!important}.mt-35{margin-top:35rem!important}.pt-35{padding-top:35rem!important}.mr-35{margin-right:35rem!important}.pr-35{padding-right:35rem!important}.mb-35{margin-bottom:35rem!important}.pb-35{padding-bottom:35rem!important}.ml-35{margin-left:35rem!important}.pl-35{padding-left:35rem!important}.m-35{margin:35rem!important}.my-35{margin-bottom:35rem!important;margin-top:35rem!important}.mx-35{margin-left:35rem!important;margin-right:35rem!important}.p-35{padding:35rem!important}.py-35{padding-bottom:35rem!important;padding-top:35rem!important}.px-35{padding-left:35rem!important;padding-right:35rem!important}.w-35{width:35rem!important}.h-35{height:35rem!important}.br-35{border-radius:35px!important}.mt-36{margin-top:36rem!important}.pt-36{padding-top:36rem!important}.mr-36{margin-right:36rem!important}.pr-36{padding-right:36rem!important}.mb-36{margin-bottom:36rem!important}.pb-36{padding-bottom:36rem!important}.ml-36{margin-left:36rem!important}.pl-36{padding-left:36rem!important}.m-36{margin:36rem!important}.my-36{margin-bottom:36rem!important;margin-top:36rem!important}.mx-36{margin-left:36rem!important;margin-right:36rem!important}.p-36{padding:36rem!important}.py-36{padding-bottom:36rem!important;padding-top:36rem!important}.px-36{padding-left:36rem!important;padding-right:36rem!important}.w-36{width:36rem!important}.h-36{height:36rem!important}.br-36{border-radius:36px!important}.mt-37{margin-top:37rem!important}.pt-37{padding-top:37rem!important}.mr-37{margin-right:37rem!important}.pr-37{padding-right:37rem!important}.mb-37{margin-bottom:37rem!important}.pb-37{padding-bottom:37rem!important}.ml-37{margin-left:37rem!important}.pl-37{padding-left:37rem!important}.m-37{margin:37rem!important}.my-37{margin-bottom:37rem!important;margin-top:37rem!important}.mx-37{margin-left:37rem!important;margin-right:37rem!important}.p-37{padding:37rem!important}.py-37{padding-bottom:37rem!important;padding-top:37rem!important}.px-37{padding-left:37rem!important;padding-right:37rem!important}.w-37{width:37rem!important}.h-37{height:37rem!important}.br-37{border-radius:37px!important}.mt-38{margin-top:38rem!important}.pt-38{padding-top:38rem!important}.mr-38{margin-right:38rem!important}.pr-38{padding-right:38rem!important}.mb-38{margin-bottom:38rem!important}.pb-38{padding-bottom:38rem!important}.ml-38{margin-left:38rem!important}.pl-38{padding-left:38rem!important}.m-38{margin:38rem!important}.my-38{margin-bottom:38rem!important;margin-top:38rem!important}.mx-38{margin-left:38rem!important;margin-right:38rem!important}.p-38{padding:38rem!important}.py-38{padding-bottom:38rem!important;padding-top:38rem!important}.px-38{padding-left:38rem!important;padding-right:38rem!important}.w-38{width:38rem!important}.h-38{height:38rem!important}.br-38{border-radius:38px!important}.mt-39{margin-top:39rem!important}.pt-39{padding-top:39rem!important}.mr-39{margin-right:39rem!important}.pr-39{padding-right:39rem!important}.mb-39{margin-bottom:39rem!important}.pb-39{padding-bottom:39rem!important}.ml-39{margin-left:39rem!important}.pl-39{padding-left:39rem!important}.m-39{margin:39rem!important}.my-39{margin-bottom:39rem!important;margin-top:39rem!important}.mx-39{margin-left:39rem!important;margin-right:39rem!important}.p-39{padding:39rem!important}.py-39{padding-bottom:39rem!important;padding-top:39rem!important}.px-39{padding-left:39rem!important;padding-right:39rem!important}.w-39{width:39rem!important}.h-39{height:39rem!important}.br-39{border-radius:39px!important}.mt-40{margin-top:40rem!important}.pt-40{padding-top:40rem!important}.mr-40{margin-right:40rem!important}.pr-40{padding-right:40rem!important}.mb-40{margin-bottom:40rem!important}.pb-40{padding-bottom:40rem!important}.ml-40{margin-left:40rem!important}.pl-40{padding-left:40rem!important}.m-40{margin:40rem!important}.my-40{margin-bottom:40rem!important;margin-top:40rem!important}.mx-40{margin-left:40rem!important;margin-right:40rem!important}.p-40{padding:40rem!important}.py-40{padding-bottom:40rem!important;padding-top:40rem!important}.px-40{padding-left:40rem!important;padding-right:40rem!important}.w-40{width:40rem!important}.h-40{height:40rem!important}.br-40{border-radius:40px!important}.mt-41{margin-top:41rem!important}.pt-41{padding-top:41rem!important}.mr-41{margin-right:41rem!important}.pr-41{padding-right:41rem!important}.mb-41{margin-bottom:41rem!important}.pb-41{padding-bottom:41rem!important}.ml-41{margin-left:41rem!important}.pl-41{padding-left:41rem!important}.m-41{margin:41rem!important}.my-41{margin-bottom:41rem!important;margin-top:41rem!important}.mx-41{margin-left:41rem!important;margin-right:41rem!important}.p-41{padding:41rem!important}.py-41{padding-bottom:41rem!important;padding-top:41rem!important}.px-41{padding-left:41rem!important;padding-right:41rem!important}.w-41{width:41rem!important}.h-41{height:41rem!important}.br-41{border-radius:41px!important}.mt-42{margin-top:42rem!important}.pt-42{padding-top:42rem!important}.mr-42{margin-right:42rem!important}.pr-42{padding-right:42rem!important}.mb-42{margin-bottom:42rem!important}.pb-42{padding-bottom:42rem!important}.ml-42{margin-left:42rem!important}.pl-42{padding-left:42rem!important}.m-42{margin:42rem!important}.my-42{margin-bottom:42rem!important;margin-top:42rem!important}.mx-42{margin-left:42rem!important;margin-right:42rem!important}.p-42{padding:42rem!important}.py-42{padding-bottom:42rem!important;padding-top:42rem!important}.px-42{padding-left:42rem!important;padding-right:42rem!important}.w-42{width:42rem!important}.h-42{height:42rem!important}.br-42{border-radius:42px!important}.mt-43{margin-top:43rem!important}.pt-43{padding-top:43rem!important}.mr-43{margin-right:43rem!important}.pr-43{padding-right:43rem!important}.mb-43{margin-bottom:43rem!important}.pb-43{padding-bottom:43rem!important}.ml-43{margin-left:43rem!important}.pl-43{padding-left:43rem!important}.m-43{margin:43rem!important}.my-43{margin-bottom:43rem!important;margin-top:43rem!important}.mx-43{margin-left:43rem!important;margin-right:43rem!important}.p-43{padding:43rem!important}.py-43{padding-bottom:43rem!important;padding-top:43rem!important}.px-43{padding-left:43rem!important;padding-right:43rem!important}.w-43{width:43rem!important}.h-43{height:43rem!important}.br-43{border-radius:43px!important}.mt-44{margin-top:44rem!important}.pt-44{padding-top:44rem!important}.mr-44{margin-right:44rem!important}.pr-44{padding-right:44rem!important}.mb-44{margin-bottom:44rem!important}.pb-44{padding-bottom:44rem!important}.ml-44{margin-left:44rem!important}.pl-44{padding-left:44rem!important}.m-44{margin:44rem!important}.my-44{margin-bottom:44rem!important;margin-top:44rem!important}.mx-44{margin-left:44rem!important;margin-right:44rem!important}.p-44{padding:44rem!important}.py-44{padding-bottom:44rem!important;padding-top:44rem!important}.px-44{padding-left:44rem!important;padding-right:44rem!important}.w-44{width:44rem!important}.h-44{height:44rem!important}.br-44{border-radius:44px!important}.mt-45{margin-top:45rem!important}.pt-45{padding-top:45rem!important}.mr-45{margin-right:45rem!important}.pr-45{padding-right:45rem!important}.mb-45{margin-bottom:45rem!important}.pb-45{padding-bottom:45rem!important}.ml-45{margin-left:45rem!important}.pl-45{padding-left:45rem!important}.m-45{margin:45rem!important}.my-45{margin-bottom:45rem!important;margin-top:45rem!important}.mx-45{margin-left:45rem!important;margin-right:45rem!important}.p-45{padding:45rem!important}.py-45{padding-bottom:45rem!important;padding-top:45rem!important}.px-45{padding-left:45rem!important;padding-right:45rem!important}.w-45{width:45rem!important}.h-45{height:45rem!important}.br-45{border-radius:45px!important}.mt-46{margin-top:46rem!important}.pt-46{padding-top:46rem!important}.mr-46{margin-right:46rem!important}.pr-46{padding-right:46rem!important}.mb-46{margin-bottom:46rem!important}.pb-46{padding-bottom:46rem!important}.ml-46{margin-left:46rem!important}.pl-46{padding-left:46rem!important}.m-46{margin:46rem!important}.my-46{margin-bottom:46rem!important;margin-top:46rem!important}.mx-46{margin-left:46rem!important;margin-right:46rem!important}.p-46{padding:46rem!important}.py-46{padding-bottom:46rem!important;padding-top:46rem!important}.px-46{padding-left:46rem!important;padding-right:46rem!important}.w-46{width:46rem!important}.h-46{height:46rem!important}.br-46{border-radius:46px!important}.mt-47{margin-top:47rem!important}.pt-47{padding-top:47rem!important}.mr-47{margin-right:47rem!important}.pr-47{padding-right:47rem!important}.mb-47{margin-bottom:47rem!important}.pb-47{padding-bottom:47rem!important}.ml-47{margin-left:47rem!important}.pl-47{padding-left:47rem!important}.m-47{margin:47rem!important}.my-47{margin-bottom:47rem!important;margin-top:47rem!important}.mx-47{margin-left:47rem!important;margin-right:47rem!important}.p-47{padding:47rem!important}.py-47{padding-bottom:47rem!important;padding-top:47rem!important}.px-47{padding-left:47rem!important;padding-right:47rem!important}.w-47{width:47rem!important}.h-47{height:47rem!important}.br-47{border-radius:47px!important}.mt-48{margin-top:48rem!important}.pt-48{padding-top:48rem!important}.mr-48{margin-right:48rem!important}.pr-48{padding-right:48rem!important}.mb-48{margin-bottom:48rem!important}.pb-48{padding-bottom:48rem!important}.ml-48{margin-left:48rem!important}.pl-48{padding-left:48rem!important}.m-48{margin:48rem!important}.my-48{margin-bottom:48rem!important;margin-top:48rem!important}.mx-48{margin-left:48rem!important;margin-right:48rem!important}.p-48{padding:48rem!important}.py-48{padding-bottom:48rem!important;padding-top:48rem!important}.px-48{padding-left:48rem!important;padding-right:48rem!important}.w-48{width:48rem!important}.h-48{height:48rem!important}.br-48{border-radius:48px!important}.mt-49{margin-top:49rem!important}.pt-49{padding-top:49rem!important}.mr-49{margin-right:49rem!important}.pr-49{padding-right:49rem!important}.mb-49{margin-bottom:49rem!important}.pb-49{padding-bottom:49rem!important}.ml-49{margin-left:49rem!important}.pl-49{padding-left:49rem!important}.m-49{margin:49rem!important}.my-49{margin-bottom:49rem!important;margin-top:49rem!important}.mx-49{margin-left:49rem!important;margin-right:49rem!important}.p-49{padding:49rem!important}.py-49{padding-bottom:49rem!important;padding-top:49rem!important}.px-49{padding-left:49rem!important;padding-right:49rem!important}.w-49{width:49rem!important}.h-49{height:49rem!important}.br-49{border-radius:49px!important}.mt-50{margin-top:50rem!important}.pt-50{padding-top:50rem!important}.mr-50{margin-right:50rem!important}.pr-50{padding-right:50rem!important}.mb-50{margin-bottom:50rem!important}.pb-50{padding-bottom:50rem!important}.ml-50{margin-left:50rem!important}.pl-50{padding-left:50rem!important}.m-50{margin:50rem!important}.my-50{margin-bottom:50rem!important;margin-top:50rem!important}.mx-50{margin-left:50rem!important;margin-right:50rem!important}.p-50{padding:50rem!important}.py-50{padding-bottom:50rem!important;padding-top:50rem!important}.px-50{padding-left:50rem!important;padding-right:50rem!important}.w-50{width:50rem!important}.h-50{height:50rem!important}.br-50{border-radius:50px!important}.mt-51{margin-top:51rem!important}.pt-51{padding-top:51rem!important}.mr-51{margin-right:51rem!important}.pr-51{padding-right:51rem!important}.mb-51{margin-bottom:51rem!important}.pb-51{padding-bottom:51rem!important}.ml-51{margin-left:51rem!important}.pl-51{padding-left:51rem!important}.m-51{margin:51rem!important}.my-51{margin-bottom:51rem!important;margin-top:51rem!important}.mx-51{margin-left:51rem!important;margin-right:51rem!important}.p-51{padding:51rem!important}.py-51{padding-bottom:51rem!important;padding-top:51rem!important}.px-51{padding-left:51rem!important;padding-right:51rem!important}.w-51{width:51rem!important}.h-51{height:51rem!important}.br-51{border-radius:51px!important}.mt-52{margin-top:52rem!important}.pt-52{padding-top:52rem!important}.mr-52{margin-right:52rem!important}.pr-52{padding-right:52rem!important}.mb-52{margin-bottom:52rem!important}.pb-52{padding-bottom:52rem!important}.ml-52{margin-left:52rem!important}.pl-52{padding-left:52rem!important}.m-52{margin:52rem!important}.my-52{margin-bottom:52rem!important;margin-top:52rem!important}.mx-52{margin-left:52rem!important;margin-right:52rem!important}.p-52{padding:52rem!important}.py-52{padding-bottom:52rem!important;padding-top:52rem!important}.px-52{padding-left:52rem!important;padding-right:52rem!important}.w-52{width:52rem!important}.h-52{height:52rem!important}.br-52{border-radius:52px!important}.mt-53{margin-top:53rem!important}.pt-53{padding-top:53rem!important}.mr-53{margin-right:53rem!important}.pr-53{padding-right:53rem!important}.mb-53{margin-bottom:53rem!important}.pb-53{padding-bottom:53rem!important}.ml-53{margin-left:53rem!important}.pl-53{padding-left:53rem!important}.m-53{margin:53rem!important}.my-53{margin-bottom:53rem!important;margin-top:53rem!important}.mx-53{margin-left:53rem!important;margin-right:53rem!important}.p-53{padding:53rem!important}.py-53{padding-bottom:53rem!important;padding-top:53rem!important}.px-53{padding-left:53rem!important;padding-right:53rem!important}.w-53{width:53rem!important}.h-53{height:53rem!important}.br-53{border-radius:53px!important}.mt-54{margin-top:54rem!important}.pt-54{padding-top:54rem!important}.mr-54{margin-right:54rem!important}.pr-54{padding-right:54rem!important}.mb-54{margin-bottom:54rem!important}.pb-54{padding-bottom:54rem!important}.ml-54{margin-left:54rem!important}.pl-54{padding-left:54rem!important}.m-54{margin:54rem!important}.my-54{margin-bottom:54rem!important;margin-top:54rem!important}.mx-54{margin-left:54rem!important;margin-right:54rem!important}.p-54{padding:54rem!important}.py-54{padding-bottom:54rem!important;padding-top:54rem!important}.px-54{padding-left:54rem!important;padding-right:54rem!important}.w-54{width:54rem!important}.h-54{height:54rem!important}.br-54{border-radius:54px!important}.mt-55{margin-top:55rem!important}.pt-55{padding-top:55rem!important}.mr-55{margin-right:55rem!important}.pr-55{padding-right:55rem!important}.mb-55{margin-bottom:55rem!important}.pb-55{padding-bottom:55rem!important}.ml-55{margin-left:55rem!important}.pl-55{padding-left:55rem!important}.m-55{margin:55rem!important}.my-55{margin-bottom:55rem!important;margin-top:55rem!important}.mx-55{margin-left:55rem!important;margin-right:55rem!important}.p-55{padding:55rem!important}.py-55{padding-bottom:55rem!important;padding-top:55rem!important}.px-55{padding-left:55rem!important;padding-right:55rem!important}.w-55{width:55rem!important}.h-55{height:55rem!important}.br-55{border-radius:55px!important}.mt-56{margin-top:56rem!important}.pt-56{padding-top:56rem!important}.mr-56{margin-right:56rem!important}.pr-56{padding-right:56rem!important}.mb-56{margin-bottom:56rem!important}.pb-56{padding-bottom:56rem!important}.ml-56{margin-left:56rem!important}.pl-56{padding-left:56rem!important}.m-56{margin:56rem!important}.my-56{margin-bottom:56rem!important;margin-top:56rem!important}.mx-56{margin-left:56rem!important;margin-right:56rem!important}.p-56{padding:56rem!important}.py-56{padding-bottom:56rem!important;padding-top:56rem!important}.px-56{padding-left:56rem!important;padding-right:56rem!important}.w-56{width:56rem!important}.h-56{height:56rem!important}.br-56{border-radius:56px!important}.mt-57{margin-top:57rem!important}.pt-57{padding-top:57rem!important}.mr-57{margin-right:57rem!important}.pr-57{padding-right:57rem!important}.mb-57{margin-bottom:57rem!important}.pb-57{padding-bottom:57rem!important}.ml-57{margin-left:57rem!important}.pl-57{padding-left:57rem!important}.m-57{margin:57rem!important}.my-57{margin-bottom:57rem!important;margin-top:57rem!important}.mx-57{margin-left:57rem!important;margin-right:57rem!important}.p-57{padding:57rem!important}.py-57{padding-bottom:57rem!important;padding-top:57rem!important}.px-57{padding-left:57rem!important;padding-right:57rem!important}.w-57{width:57rem!important}.h-57{height:57rem!important}.br-57{border-radius:57px!important}.mt-58{margin-top:58rem!important}.pt-58{padding-top:58rem!important}.mr-58{margin-right:58rem!important}.pr-58{padding-right:58rem!important}.mb-58{margin-bottom:58rem!important}.pb-58{padding-bottom:58rem!important}.ml-58{margin-left:58rem!important}.pl-58{padding-left:58rem!important}.m-58{margin:58rem!important}.my-58{margin-bottom:58rem!important;margin-top:58rem!important}.mx-58{margin-left:58rem!important;margin-right:58rem!important}.p-58{padding:58rem!important}.py-58{padding-bottom:58rem!important;padding-top:58rem!important}.px-58{padding-left:58rem!important;padding-right:58rem!important}.w-58{width:58rem!important}.h-58{height:58rem!important}.br-58{border-radius:58px!important}.mt-59{margin-top:59rem!important}.pt-59{padding-top:59rem!important}.mr-59{margin-right:59rem!important}.pr-59{padding-right:59rem!important}.mb-59{margin-bottom:59rem!important}.pb-59{padding-bottom:59rem!important}.ml-59{margin-left:59rem!important}.pl-59{padding-left:59rem!important}.m-59{margin:59rem!important}.my-59{margin-bottom:59rem!important;margin-top:59rem!important}.mx-59{margin-left:59rem!important;margin-right:59rem!important}.p-59{padding:59rem!important}.py-59{padding-bottom:59rem!important;padding-top:59rem!important}.px-59{padding-left:59rem!important;padding-right:59rem!important}.w-59{width:59rem!important}.h-59{height:59rem!important}.br-59{border-radius:59px!important}.mt-60{margin-top:60rem!important}.pt-60{padding-top:60rem!important}.mr-60{margin-right:60rem!important}.pr-60{padding-right:60rem!important}.mb-60{margin-bottom:60rem!important}.pb-60{padding-bottom:60rem!important}.ml-60{margin-left:60rem!important}.pl-60{padding-left:60rem!important}.m-60{margin:60rem!important}.my-60{margin-bottom:60rem!important;margin-top:60rem!important}.mx-60{margin-left:60rem!important;margin-right:60rem!important}.p-60{padding:60rem!important}.py-60{padding-bottom:60rem!important;padding-top:60rem!important}.px-60{padding-left:60rem!important;padding-right:60rem!important}.w-60{width:60rem!important}.h-60{height:60rem!important}.br-60{border-radius:60px!important}.mt-61{margin-top:61rem!important}.pt-61{padding-top:61rem!important}.mr-61{margin-right:61rem!important}.pr-61{padding-right:61rem!important}.mb-61{margin-bottom:61rem!important}.pb-61{padding-bottom:61rem!important}.ml-61{margin-left:61rem!important}.pl-61{padding-left:61rem!important}.m-61{margin:61rem!important}.my-61{margin-bottom:61rem!important;margin-top:61rem!important}.mx-61{margin-left:61rem!important;margin-right:61rem!important}.p-61{padding:61rem!important}.py-61{padding-bottom:61rem!important;padding-top:61rem!important}.px-61{padding-left:61rem!important;padding-right:61rem!important}.w-61{width:61rem!important}.h-61{height:61rem!important}.br-61{border-radius:61px!important}.mt-62{margin-top:62rem!important}.pt-62{padding-top:62rem!important}.mr-62{margin-right:62rem!important}.pr-62{padding-right:62rem!important}.mb-62{margin-bottom:62rem!important}.pb-62{padding-bottom:62rem!important}.ml-62{margin-left:62rem!important}.pl-62{padding-left:62rem!important}.m-62{margin:62rem!important}.my-62{margin-bottom:62rem!important;margin-top:62rem!important}.mx-62{margin-left:62rem!important;margin-right:62rem!important}.p-62{padding:62rem!important}.py-62{padding-bottom:62rem!important;padding-top:62rem!important}.px-62{padding-left:62rem!important;padding-right:62rem!important}.w-62{width:62rem!important}.h-62{height:62rem!important}.br-62{border-radius:62px!important}.mt-63{margin-top:63rem!important}.pt-63{padding-top:63rem!important}.mr-63{margin-right:63rem!important}.pr-63{padding-right:63rem!important}.mb-63{margin-bottom:63rem!important}.pb-63{padding-bottom:63rem!important}.ml-63{margin-left:63rem!important}.pl-63{padding-left:63rem!important}.m-63{margin:63rem!important}.my-63{margin-bottom:63rem!important;margin-top:63rem!important}.mx-63{margin-left:63rem!important;margin-right:63rem!important}.p-63{padding:63rem!important}.py-63{padding-bottom:63rem!important;padding-top:63rem!important}.px-63{padding-left:63rem!important;padding-right:63rem!important}.w-63{width:63rem!important}.h-63{height:63rem!important}.br-63{border-radius:63px!important}.mt-64{margin-top:64rem!important}.pt-64{padding-top:64rem!important}.mr-64{margin-right:64rem!important}.pr-64{padding-right:64rem!important}.mb-64{margin-bottom:64rem!important}.pb-64{padding-bottom:64rem!important}.ml-64{margin-left:64rem!important}.pl-64{padding-left:64rem!important}.m-64{margin:64rem!important}.my-64{margin-bottom:64rem!important;margin-top:64rem!important}.mx-64{margin-left:64rem!important;margin-right:64rem!important}.p-64{padding:64rem!important}.py-64{padding-bottom:64rem!important;padding-top:64rem!important}.px-64{padding-left:64rem!important;padding-right:64rem!important}.w-64{width:64rem!important}.h-64{height:64rem!important}.br-64{border-radius:64px!important}.mt-65{margin-top:65rem!important}.pt-65{padding-top:65rem!important}.mr-65{margin-right:65rem!important}.pr-65{padding-right:65rem!important}.mb-65{margin-bottom:65rem!important}.pb-65{padding-bottom:65rem!important}.ml-65{margin-left:65rem!important}.pl-65{padding-left:65rem!important}.m-65{margin:65rem!important}.my-65{margin-bottom:65rem!important;margin-top:65rem!important}.mx-65{margin-left:65rem!important;margin-right:65rem!important}.p-65{padding:65rem!important}.py-65{padding-bottom:65rem!important;padding-top:65rem!important}.px-65{padding-left:65rem!important;padding-right:65rem!important}.w-65{width:65rem!important}.h-65{height:65rem!important}.br-65{border-radius:65px!important}.mt-66{margin-top:66rem!important}.pt-66{padding-top:66rem!important}.mr-66{margin-right:66rem!important}.pr-66{padding-right:66rem!important}.mb-66{margin-bottom:66rem!important}.pb-66{padding-bottom:66rem!important}.ml-66{margin-left:66rem!important}.pl-66{padding-left:66rem!important}.m-66{margin:66rem!important}.my-66{margin-bottom:66rem!important;margin-top:66rem!important}.mx-66{margin-left:66rem!important;margin-right:66rem!important}.p-66{padding:66rem!important}.py-66{padding-bottom:66rem!important;padding-top:66rem!important}.px-66{padding-left:66rem!important;padding-right:66rem!important}.w-66{width:66rem!important}.h-66{height:66rem!important}.br-66{border-radius:66px!important}.mt-67{margin-top:67rem!important}.pt-67{padding-top:67rem!important}.mr-67{margin-right:67rem!important}.pr-67{padding-right:67rem!important}.mb-67{margin-bottom:67rem!important}.pb-67{padding-bottom:67rem!important}.ml-67{margin-left:67rem!important}.pl-67{padding-left:67rem!important}.m-67{margin:67rem!important}.my-67{margin-bottom:67rem!important;margin-top:67rem!important}.mx-67{margin-left:67rem!important;margin-right:67rem!important}.p-67{padding:67rem!important}.py-67{padding-bottom:67rem!important;padding-top:67rem!important}.px-67{padding-left:67rem!important;padding-right:67rem!important}.w-67{width:67rem!important}.h-67{height:67rem!important}.br-67{border-radius:67px!important}.mt-68{margin-top:68rem!important}.pt-68{padding-top:68rem!important}.mr-68{margin-right:68rem!important}.pr-68{padding-right:68rem!important}.mb-68{margin-bottom:68rem!important}.pb-68{padding-bottom:68rem!important}.ml-68{margin-left:68rem!important}.pl-68{padding-left:68rem!important}.m-68{margin:68rem!important}.my-68{margin-bottom:68rem!important;margin-top:68rem!important}.mx-68{margin-left:68rem!important;margin-right:68rem!important}.p-68{padding:68rem!important}.py-68{padding-bottom:68rem!important;padding-top:68rem!important}.px-68{padding-left:68rem!important;padding-right:68rem!important}.w-68{width:68rem!important}.h-68{height:68rem!important}.br-68{border-radius:68px!important}.mt-69{margin-top:69rem!important}.pt-69{padding-top:69rem!important}.mr-69{margin-right:69rem!important}.pr-69{padding-right:69rem!important}.mb-69{margin-bottom:69rem!important}.pb-69{padding-bottom:69rem!important}.ml-69{margin-left:69rem!important}.pl-69{padding-left:69rem!important}.m-69{margin:69rem!important}.my-69{margin-bottom:69rem!important;margin-top:69rem!important}.mx-69{margin-left:69rem!important;margin-right:69rem!important}.p-69{padding:69rem!important}.py-69{padding-bottom:69rem!important;padding-top:69rem!important}.px-69{padding-left:69rem!important;padding-right:69rem!important}.w-69{width:69rem!important}.h-69{height:69rem!important}.br-69{border-radius:69px!important}.mt-70{margin-top:70rem!important}.pt-70{padding-top:70rem!important}.mr-70{margin-right:70rem!important}.pr-70{padding-right:70rem!important}.mb-70{margin-bottom:70rem!important}.pb-70{padding-bottom:70rem!important}.ml-70{margin-left:70rem!important}.pl-70{padding-left:70rem!important}.m-70{margin:70rem!important}.my-70{margin-bottom:70rem!important;margin-top:70rem!important}.mx-70{margin-left:70rem!important;margin-right:70rem!important}.p-70{padding:70rem!important}.py-70{padding-bottom:70rem!important;padding-top:70rem!important}.px-70{padding-left:70rem!important;padding-right:70rem!important}.w-70{width:70rem!important}.h-70{height:70rem!important}.br-70{border-radius:70px!important}.mt-71{margin-top:71rem!important}.pt-71{padding-top:71rem!important}.mr-71{margin-right:71rem!important}.pr-71{padding-right:71rem!important}.mb-71{margin-bottom:71rem!important}.pb-71{padding-bottom:71rem!important}.ml-71{margin-left:71rem!important}.pl-71{padding-left:71rem!important}.m-71{margin:71rem!important}.my-71{margin-bottom:71rem!important;margin-top:71rem!important}.mx-71{margin-left:71rem!important;margin-right:71rem!important}.p-71{padding:71rem!important}.py-71{padding-bottom:71rem!important;padding-top:71rem!important}.px-71{padding-left:71rem!important;padding-right:71rem!important}.w-71{width:71rem!important}.h-71{height:71rem!important}.br-71{border-radius:71px!important}.mt-72{margin-top:72rem!important}.pt-72{padding-top:72rem!important}.mr-72{margin-right:72rem!important}.pr-72{padding-right:72rem!important}.mb-72{margin-bottom:72rem!important}.pb-72{padding-bottom:72rem!important}.ml-72{margin-left:72rem!important}.pl-72{padding-left:72rem!important}.m-72{margin:72rem!important}.my-72{margin-bottom:72rem!important;margin-top:72rem!important}.mx-72{margin-left:72rem!important;margin-right:72rem!important}.p-72{padding:72rem!important}.py-72{padding-bottom:72rem!important;padding-top:72rem!important}.px-72{padding-left:72rem!important;padding-right:72rem!important}.w-72{width:72rem!important}.h-72{height:72rem!important}.br-72{border-radius:72px!important}.mt-73{margin-top:73rem!important}.pt-73{padding-top:73rem!important}.mr-73{margin-right:73rem!important}.pr-73{padding-right:73rem!important}.mb-73{margin-bottom:73rem!important}.pb-73{padding-bottom:73rem!important}.ml-73{margin-left:73rem!important}.pl-73{padding-left:73rem!important}.m-73{margin:73rem!important}.my-73{margin-bottom:73rem!important;margin-top:73rem!important}.mx-73{margin-left:73rem!important;margin-right:73rem!important}.p-73{padding:73rem!important}.py-73{padding-bottom:73rem!important;padding-top:73rem!important}.px-73{padding-left:73rem!important;padding-right:73rem!important}.w-73{width:73rem!important}.h-73{height:73rem!important}.br-73{border-radius:73px!important}.mt-74{margin-top:74rem!important}.pt-74{padding-top:74rem!important}.mr-74{margin-right:74rem!important}.pr-74{padding-right:74rem!important}.mb-74{margin-bottom:74rem!important}.pb-74{padding-bottom:74rem!important}.ml-74{margin-left:74rem!important}.pl-74{padding-left:74rem!important}.m-74{margin:74rem!important}.my-74{margin-bottom:74rem!important;margin-top:74rem!important}.mx-74{margin-left:74rem!important;margin-right:74rem!important}.p-74{padding:74rem!important}.py-74{padding-bottom:74rem!important;padding-top:74rem!important}.px-74{padding-left:74rem!important;padding-right:74rem!important}.w-74{width:74rem!important}.h-74{height:74rem!important}.br-74{border-radius:74px!important}.mt-75{margin-top:75rem!important}.pt-75{padding-top:75rem!important}.mr-75{margin-right:75rem!important}.pr-75{padding-right:75rem!important}.mb-75{margin-bottom:75rem!important}.pb-75{padding-bottom:75rem!important}.ml-75{margin-left:75rem!important}.pl-75{padding-left:75rem!important}.m-75{margin:75rem!important}.my-75{margin-bottom:75rem!important;margin-top:75rem!important}.mx-75{margin-left:75rem!important;margin-right:75rem!important}.p-75{padding:75rem!important}.py-75{padding-bottom:75rem!important;padding-top:75rem!important}.px-75{padding-left:75rem!important;padding-right:75rem!important}.w-75{width:75rem!important}.h-75{height:75rem!important}.br-75{border-radius:75px!important}.mt-76{margin-top:76rem!important}.pt-76{padding-top:76rem!important}.mr-76{margin-right:76rem!important}.pr-76{padding-right:76rem!important}.mb-76{margin-bottom:76rem!important}.pb-76{padding-bottom:76rem!important}.ml-76{margin-left:76rem!important}.pl-76{padding-left:76rem!important}.m-76{margin:76rem!important}.my-76{margin-bottom:76rem!important;margin-top:76rem!important}.mx-76{margin-left:76rem!important;margin-right:76rem!important}.p-76{padding:76rem!important}.py-76{padding-bottom:76rem!important;padding-top:76rem!important}.px-76{padding-left:76rem!important;padding-right:76rem!important}.w-76{width:76rem!important}.h-76{height:76rem!important}.br-76{border-radius:76px!important}.mt-77{margin-top:77rem!important}.pt-77{padding-top:77rem!important}.mr-77{margin-right:77rem!important}.pr-77{padding-right:77rem!important}.mb-77{margin-bottom:77rem!important}.pb-77{padding-bottom:77rem!important}.ml-77{margin-left:77rem!important}.pl-77{padding-left:77rem!important}.m-77{margin:77rem!important}.my-77{margin-bottom:77rem!important;margin-top:77rem!important}.mx-77{margin-left:77rem!important;margin-right:77rem!important}.p-77{padding:77rem!important}.py-77{padding-bottom:77rem!important;padding-top:77rem!important}.px-77{padding-left:77rem!important;padding-right:77rem!important}.w-77{width:77rem!important}.h-77{height:77rem!important}.br-77{border-radius:77px!important}.mt-78{margin-top:78rem!important}.pt-78{padding-top:78rem!important}.mr-78{margin-right:78rem!important}.pr-78{padding-right:78rem!important}.mb-78{margin-bottom:78rem!important}.pb-78{padding-bottom:78rem!important}.ml-78{margin-left:78rem!important}.pl-78{padding-left:78rem!important}.m-78{margin:78rem!important}.my-78{margin-bottom:78rem!important;margin-top:78rem!important}.mx-78{margin-left:78rem!important;margin-right:78rem!important}.p-78{padding:78rem!important}.py-78{padding-bottom:78rem!important;padding-top:78rem!important}.px-78{padding-left:78rem!important;padding-right:78rem!important}.w-78{width:78rem!important}.h-78{height:78rem!important}.br-78{border-radius:78px!important}.mt-79{margin-top:79rem!important}.pt-79{padding-top:79rem!important}.mr-79{margin-right:79rem!important}.pr-79{padding-right:79rem!important}.mb-79{margin-bottom:79rem!important}.pb-79{padding-bottom:79rem!important}.ml-79{margin-left:79rem!important}.pl-79{padding-left:79rem!important}.m-79{margin:79rem!important}.my-79{margin-bottom:79rem!important;margin-top:79rem!important}.mx-79{margin-left:79rem!important;margin-right:79rem!important}.p-79{padding:79rem!important}.py-79{padding-bottom:79rem!important;padding-top:79rem!important}.px-79{padding-left:79rem!important;padding-right:79rem!important}.w-79{width:79rem!important}.h-79{height:79rem!important}.br-79{border-radius:79px!important}.mt-80{margin-top:80rem!important}.pt-80{padding-top:80rem!important}.mr-80{margin-right:80rem!important}.pr-80{padding-right:80rem!important}.mb-80{margin-bottom:80rem!important}.pb-80{padding-bottom:80rem!important}.ml-80{margin-left:80rem!important}.pl-80{padding-left:80rem!important}.m-80{margin:80rem!important}.my-80{margin-bottom:80rem!important;margin-top:80rem!important}.mx-80{margin-left:80rem!important;margin-right:80rem!important}.p-80{padding:80rem!important}.py-80{padding-bottom:80rem!important;padding-top:80rem!important}.px-80{padding-left:80rem!important;padding-right:80rem!important}.w-80{width:80rem!important}.h-80{height:80rem!important}.br-80{border-radius:80px!important}.mt-81{margin-top:81rem!important}.pt-81{padding-top:81rem!important}.mr-81{margin-right:81rem!important}.pr-81{padding-right:81rem!important}.mb-81{margin-bottom:81rem!important}.pb-81{padding-bottom:81rem!important}.ml-81{margin-left:81rem!important}.pl-81{padding-left:81rem!important}.m-81{margin:81rem!important}.my-81{margin-bottom:81rem!important;margin-top:81rem!important}.mx-81{margin-left:81rem!important;margin-right:81rem!important}.p-81{padding:81rem!important}.py-81{padding-bottom:81rem!important;padding-top:81rem!important}.px-81{padding-left:81rem!important;padding-right:81rem!important}.w-81{width:81rem!important}.h-81{height:81rem!important}.br-81{border-radius:81px!important}.mt-82{margin-top:82rem!important}.pt-82{padding-top:82rem!important}.mr-82{margin-right:82rem!important}.pr-82{padding-right:82rem!important}.mb-82{margin-bottom:82rem!important}.pb-82{padding-bottom:82rem!important}.ml-82{margin-left:82rem!important}.pl-82{padding-left:82rem!important}.m-82{margin:82rem!important}.my-82{margin-bottom:82rem!important;margin-top:82rem!important}.mx-82{margin-left:82rem!important;margin-right:82rem!important}.p-82{padding:82rem!important}.py-82{padding-bottom:82rem!important;padding-top:82rem!important}.px-82{padding-left:82rem!important;padding-right:82rem!important}.w-82{width:82rem!important}.h-82{height:82rem!important}.br-82{border-radius:82px!important}.mt-83{margin-top:83rem!important}.pt-83{padding-top:83rem!important}.mr-83{margin-right:83rem!important}.pr-83{padding-right:83rem!important}.mb-83{margin-bottom:83rem!important}.pb-83{padding-bottom:83rem!important}.ml-83{margin-left:83rem!important}.pl-83{padding-left:83rem!important}.m-83{margin:83rem!important}.my-83{margin-bottom:83rem!important;margin-top:83rem!important}.mx-83{margin-left:83rem!important;margin-right:83rem!important}.p-83{padding:83rem!important}.py-83{padding-bottom:83rem!important;padding-top:83rem!important}.px-83{padding-left:83rem!important;padding-right:83rem!important}.w-83{width:83rem!important}.h-83{height:83rem!important}.br-83{border-radius:83px!important}.mt-84{margin-top:84rem!important}.pt-84{padding-top:84rem!important}.mr-84{margin-right:84rem!important}.pr-84{padding-right:84rem!important}.mb-84{margin-bottom:84rem!important}.pb-84{padding-bottom:84rem!important}.ml-84{margin-left:84rem!important}.pl-84{padding-left:84rem!important}.m-84{margin:84rem!important}.my-84{margin-bottom:84rem!important;margin-top:84rem!important}.mx-84{margin-left:84rem!important;margin-right:84rem!important}.p-84{padding:84rem!important}.py-84{padding-bottom:84rem!important;padding-top:84rem!important}.px-84{padding-left:84rem!important;padding-right:84rem!important}.w-84{width:84rem!important}.h-84{height:84rem!important}.br-84{border-radius:84px!important}.mt-85{margin-top:85rem!important}.pt-85{padding-top:85rem!important}.mr-85{margin-right:85rem!important}.pr-85{padding-right:85rem!important}.mb-85{margin-bottom:85rem!important}.pb-85{padding-bottom:85rem!important}.ml-85{margin-left:85rem!important}.pl-85{padding-left:85rem!important}.m-85{margin:85rem!important}.my-85{margin-bottom:85rem!important;margin-top:85rem!important}.mx-85{margin-left:85rem!important;margin-right:85rem!important}.p-85{padding:85rem!important}.py-85{padding-bottom:85rem!important;padding-top:85rem!important}.px-85{padding-left:85rem!important;padding-right:85rem!important}.w-85{width:85rem!important}.h-85{height:85rem!important}.br-85{border-radius:85px!important}.mt-86{margin-top:86rem!important}.pt-86{padding-top:86rem!important}.mr-86{margin-right:86rem!important}.pr-86{padding-right:86rem!important}.mb-86{margin-bottom:86rem!important}.pb-86{padding-bottom:86rem!important}.ml-86{margin-left:86rem!important}.pl-86{padding-left:86rem!important}.m-86{margin:86rem!important}.my-86{margin-bottom:86rem!important;margin-top:86rem!important}.mx-86{margin-left:86rem!important;margin-right:86rem!important}.p-86{padding:86rem!important}.py-86{padding-bottom:86rem!important;padding-top:86rem!important}.px-86{padding-left:86rem!important;padding-right:86rem!important}.w-86{width:86rem!important}.h-86{height:86rem!important}.br-86{border-radius:86px!important}.mt-87{margin-top:87rem!important}.pt-87{padding-top:87rem!important}.mr-87{margin-right:87rem!important}.pr-87{padding-right:87rem!important}.mb-87{margin-bottom:87rem!important}.pb-87{padding-bottom:87rem!important}.ml-87{margin-left:87rem!important}.pl-87{padding-left:87rem!important}.m-87{margin:87rem!important}.my-87{margin-bottom:87rem!important;margin-top:87rem!important}.mx-87{margin-left:87rem!important;margin-right:87rem!important}.p-87{padding:87rem!important}.py-87{padding-bottom:87rem!important;padding-top:87rem!important}.px-87{padding-left:87rem!important;padding-right:87rem!important}.w-87{width:87rem!important}.h-87{height:87rem!important}.br-87{border-radius:87px!important}.mt-88{margin-top:88rem!important}.pt-88{padding-top:88rem!important}.mr-88{margin-right:88rem!important}.pr-88{padding-right:88rem!important}.mb-88{margin-bottom:88rem!important}.pb-88{padding-bottom:88rem!important}.ml-88{margin-left:88rem!important}.pl-88{padding-left:88rem!important}.m-88{margin:88rem!important}.my-88{margin-bottom:88rem!important;margin-top:88rem!important}.mx-88{margin-left:88rem!important;margin-right:88rem!important}.p-88{padding:88rem!important}.py-88{padding-bottom:88rem!important;padding-top:88rem!important}.px-88{padding-left:88rem!important;padding-right:88rem!important}.w-88{width:88rem!important}.h-88{height:88rem!important}.br-88{border-radius:88px!important}.mt-89{margin-top:89rem!important}.pt-89{padding-top:89rem!important}.mr-89{margin-right:89rem!important}.pr-89{padding-right:89rem!important}.mb-89{margin-bottom:89rem!important}.pb-89{padding-bottom:89rem!important}.ml-89{margin-left:89rem!important}.pl-89{padding-left:89rem!important}.m-89{margin:89rem!important}.my-89{margin-bottom:89rem!important;margin-top:89rem!important}.mx-89{margin-left:89rem!important;margin-right:89rem!important}.p-89{padding:89rem!important}.py-89{padding-bottom:89rem!important;padding-top:89rem!important}.px-89{padding-left:89rem!important;padding-right:89rem!important}.w-89{width:89rem!important}.h-89{height:89rem!important}.br-89{border-radius:89px!important}.mt-90{margin-top:90rem!important}.pt-90{padding-top:90rem!important}.mr-90{margin-right:90rem!important}.pr-90{padding-right:90rem!important}.mb-90{margin-bottom:90rem!important}.pb-90{padding-bottom:90rem!important}.ml-90{margin-left:90rem!important}.pl-90{padding-left:90rem!important}.m-90{margin:90rem!important}.my-90{margin-bottom:90rem!important;margin-top:90rem!important}.mx-90{margin-left:90rem!important;margin-right:90rem!important}.p-90{padding:90rem!important}.py-90{padding-bottom:90rem!important;padding-top:90rem!important}.px-90{padding-left:90rem!important;padding-right:90rem!important}.w-90{width:90rem!important}.h-90{height:90rem!important}.br-90{border-radius:90px!important}.mt-91{margin-top:91rem!important}.pt-91{padding-top:91rem!important}.mr-91{margin-right:91rem!important}.pr-91{padding-right:91rem!important}.mb-91{margin-bottom:91rem!important}.pb-91{padding-bottom:91rem!important}.ml-91{margin-left:91rem!important}.pl-91{padding-left:91rem!important}.m-91{margin:91rem!important}.my-91{margin-bottom:91rem!important;margin-top:91rem!important}.mx-91{margin-left:91rem!important;margin-right:91rem!important}.p-91{padding:91rem!important}.py-91{padding-bottom:91rem!important;padding-top:91rem!important}.px-91{padding-left:91rem!important;padding-right:91rem!important}.w-91{width:91rem!important}.h-91{height:91rem!important}.br-91{border-radius:91px!important}.mt-92{margin-top:92rem!important}.pt-92{padding-top:92rem!important}.mr-92{margin-right:92rem!important}.pr-92{padding-right:92rem!important}.mb-92{margin-bottom:92rem!important}.pb-92{padding-bottom:92rem!important}.ml-92{margin-left:92rem!important}.pl-92{padding-left:92rem!important}.m-92{margin:92rem!important}.my-92{margin-bottom:92rem!important;margin-top:92rem!important}.mx-92{margin-left:92rem!important;margin-right:92rem!important}.p-92{padding:92rem!important}.py-92{padding-bottom:92rem!important;padding-top:92rem!important}.px-92{padding-left:92rem!important;padding-right:92rem!important}.w-92{width:92rem!important}.h-92{height:92rem!important}.br-92{border-radius:92px!important}.mt-93{margin-top:93rem!important}.pt-93{padding-top:93rem!important}.mr-93{margin-right:93rem!important}.pr-93{padding-right:93rem!important}.mb-93{margin-bottom:93rem!important}.pb-93{padding-bottom:93rem!important}.ml-93{margin-left:93rem!important}.pl-93{padding-left:93rem!important}.m-93{margin:93rem!important}.my-93{margin-bottom:93rem!important;margin-top:93rem!important}.mx-93{margin-left:93rem!important;margin-right:93rem!important}.p-93{padding:93rem!important}.py-93{padding-bottom:93rem!important;padding-top:93rem!important}.px-93{padding-left:93rem!important;padding-right:93rem!important}.w-93{width:93rem!important}.h-93{height:93rem!important}.br-93{border-radius:93px!important}.mt-94{margin-top:94rem!important}.pt-94{padding-top:94rem!important}.mr-94{margin-right:94rem!important}.pr-94{padding-right:94rem!important}.mb-94{margin-bottom:94rem!important}.pb-94{padding-bottom:94rem!important}.ml-94{margin-left:94rem!important}.pl-94{padding-left:94rem!important}.m-94{margin:94rem!important}.my-94{margin-bottom:94rem!important;margin-top:94rem!important}.mx-94{margin-left:94rem!important;margin-right:94rem!important}.p-94{padding:94rem!important}.py-94{padding-bottom:94rem!important;padding-top:94rem!important}.px-94{padding-left:94rem!important;padding-right:94rem!important}.w-94{width:94rem!important}.h-94{height:94rem!important}.br-94{border-radius:94px!important}.mt-95{margin-top:95rem!important}.pt-95{padding-top:95rem!important}.mr-95{margin-right:95rem!important}.pr-95{padding-right:95rem!important}.mb-95{margin-bottom:95rem!important}.pb-95{padding-bottom:95rem!important}.ml-95{margin-left:95rem!important}.pl-95{padding-left:95rem!important}.m-95{margin:95rem!important}.my-95{margin-bottom:95rem!important;margin-top:95rem!important}.mx-95{margin-left:95rem!important;margin-right:95rem!important}.p-95{padding:95rem!important}.py-95{padding-bottom:95rem!important;padding-top:95rem!important}.px-95{padding-left:95rem!important;padding-right:95rem!important}.w-95{width:95rem!important}.h-95{height:95rem!important}.br-95{border-radius:95px!important}.mt-96{margin-top:96rem!important}.pt-96{padding-top:96rem!important}.mr-96{margin-right:96rem!important}.pr-96{padding-right:96rem!important}.mb-96{margin-bottom:96rem!important}.pb-96{padding-bottom:96rem!important}.ml-96{margin-left:96rem!important}.pl-96{padding-left:96rem!important}.m-96{margin:96rem!important}.my-96{margin-bottom:96rem!important;margin-top:96rem!important}.mx-96{margin-left:96rem!important;margin-right:96rem!important}.p-96{padding:96rem!important}.py-96{padding-bottom:96rem!important;padding-top:96rem!important}.px-96{padding-left:96rem!important;padding-right:96rem!important}.w-96{width:96rem!important}.h-96{height:96rem!important}.br-96{border-radius:96px!important}.mt-97{margin-top:97rem!important}.pt-97{padding-top:97rem!important}.mr-97{margin-right:97rem!important}.pr-97{padding-right:97rem!important}.mb-97{margin-bottom:97rem!important}.pb-97{padding-bottom:97rem!important}.ml-97{margin-left:97rem!important}.pl-97{padding-left:97rem!important}.m-97{margin:97rem!important}.my-97{margin-bottom:97rem!important;margin-top:97rem!important}.mx-97{margin-left:97rem!important;margin-right:97rem!important}.p-97{padding:97rem!important}.py-97{padding-bottom:97rem!important;padding-top:97rem!important}.px-97{padding-left:97rem!important;padding-right:97rem!important}.w-97{width:97rem!important}.h-97{height:97rem!important}.br-97{border-radius:97px!important}.mt-98{margin-top:98rem!important}.pt-98{padding-top:98rem!important}.mr-98{margin-right:98rem!important}.pr-98{padding-right:98rem!important}.mb-98{margin-bottom:98rem!important}.pb-98{padding-bottom:98rem!important}.ml-98{margin-left:98rem!important}.pl-98{padding-left:98rem!important}.m-98{margin:98rem!important}.my-98{margin-bottom:98rem!important;margin-top:98rem!important}.mx-98{margin-left:98rem!important;margin-right:98rem!important}.p-98{padding:98rem!important}.py-98{padding-bottom:98rem!important;padding-top:98rem!important}.px-98{padding-left:98rem!important;padding-right:98rem!important}.w-98{width:98rem!important}.h-98{height:98rem!important}.br-98{border-radius:98px!important}.mt-99{margin-top:99rem!important}.pt-99{padding-top:99rem!important}.mr-99{margin-right:99rem!important}.pr-99{padding-right:99rem!important}.mb-99{margin-bottom:99rem!important}.pb-99{padding-bottom:99rem!important}.ml-99{margin-left:99rem!important}.pl-99{padding-left:99rem!important}.m-99{margin:99rem!important}.my-99{margin-bottom:99rem!important;margin-top:99rem!important}.mx-99{margin-left:99rem!important;margin-right:99rem!important}.p-99{padding:99rem!important}.py-99{padding-bottom:99rem!important;padding-top:99rem!important}.px-99{padding-left:99rem!important;padding-right:99rem!important}.w-99{width:99rem!important}.h-99{height:99rem!important}.br-99{border-radius:99px!important}.mt-100{margin-top:100rem!important}.pt-100{padding-top:100rem!important}.mr-100{margin-right:100rem!important}.pr-100{padding-right:100rem!important}.mb-100{margin-bottom:100rem!important}.pb-100{padding-bottom:100rem!important}.ml-100{margin-left:100rem!important}.pl-100{padding-left:100rem!important}.m-100{margin:100rem!important}.my-100{margin-bottom:100rem!important;margin-top:100rem!important}.mx-100{margin-left:100rem!important;margin-right:100rem!important}.p-100{padding:100rem!important}.py-100{padding-bottom:100rem!important;padding-top:100rem!important}.px-100{padding-left:100rem!important;padding-right:100rem!important}.w-100{width:100rem!important}.h-100{height:100rem!important}.br-100{border-radius:100px!important}.App{text-align:center}.back-btn{background:url(/static/media/back-btn.f19ff2fb4ef02cbe9881.svg) 50% no-repeat,#000;background-size:cover;border-radius:50%;height:32px;margin:2.5rem auto 1.5rem 2rem;padding:4px;width:32px}.powered-by{align-items:flex-end;display:flex;flex-flow:column;justify-content:center}.powered-by p{color:#000;font-family:Montserrat,sans-serif;font-size:8px;font-style:normal;font-weight:700;line-height:300%;margin:0;text-align:center}.powered-by .powered-by-image{max-height:90px}.powered-by .powered-by-image img{max-width:90px;object-fit:contain}.notification-btn{background:url(/static/media/close-btn.35f7f8bd5c92488cee33.svg) 50% no-repeat,transparent;background-size:cover;border-radius:50%;height:32px;margin:2.5rem 2rem 1.5rem auto;padding:4px;position:absolute;right:0;top:0;width:32px}.add-button-container{align-items:center;background:#f4f4f4;border:none;border-radius:10px;box-shadow:0 3px 19px 2px #b6afaf;flex-flow:column;font-family:Montserrat,sans-serif;font-size:1.6rem;justify-content:space-around;left:50%;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;padding:3rem;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%;z-index:5}.add-button-container p{color:#000;font-size:1.6rem;font-weight:400;line-height:140%;margin:0;text-align:center}.add-button-container button{background:#cc0015;border:none;border-radius:10px;box-shadow:0 3px 19px 2px #b6afaf;color:#fff;font-family:Montserrat,sans-serif;font-size:1.6rem;font-weight:700;margin-top:2rem;padding:1rem 2rem}.notification-button-container{aspect-ratio:1/1;background:#ff4500;border-color:transparent;border-radius:50%;bottom:9rem;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:auto;padding:2rem;position:fixed;right:2rem;top:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:5}.notification-button-container .notification-button{background:transparent;border:none;color:#fff;font-size:2rem;font-weight:700;margin:0;padding:0}@-webkit-keyframes swing{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}10%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}30%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}70%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}10%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}30%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}70%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.notification-button-container .notification-button{-webkit-animation:swing 1s ease-in-out infinite;animation:swing 1s ease-in-out infinite}.Page{box-sizing:border-box;display:flex;flex-flow:column;justify-content:space-around;min-height:100vh}.Page.pad{padding:4rem}.Page.Spacious{padding:8rem 4rem 2rem}.Page.Spacious.Onboarding{background:#f2f2f2;padding:8rem 2rem 2rem}.hero-img{align-items:center;display:flex;justify-content:center;margin:auto;padding:1rem;position:relative}.hero-img .img-normal,.hero-img .img-smaller{transition:all .3s}.hero-img .img-normal{height:min(40vh,417px);max-width:161px}.hero-img .img-smaller{height:min(25vh,248px);max-width:250px}.onboarding-details{background:#fff;border:1px solid #ed4556;border-radius:16px;margin:2rem 1.2rem;padding:3.2rem}.title{color:#111;font-size:36px;font-weight:800;line-height:114.4%}.sub-title,.title{font-family:Montserrat,sans-serif;font-style:normal;text-align:center;transition:all .3s}.sub-title{color:#5e5e5e;font-size:20px;font-weight:600;letter-spacing:.02em;line-height:150%;margin:1.2rem 0}.title.smaller{font-size:25px}.sub-title.smaller{font-size:14px}.next-btn{background:url(/static/media/Rectangle%2032.05025c4bcafab5003396.svg) 50% no-repeat,transparent;background-size:cover;border:1px transparent;color:#fff;cursor:pointer;display:block;font-family:Druk Wide,sans-serif;font-size:11.9979px;font-style:normal;font-weight:700;line-height:10px;margin:1.6rem auto auto;min-width:50%;padding:1.6rem 2.4rem;position:relative;text-align:center;text-transform:uppercase}.next-btn.mb-0{margin-bottom:0}.next-btn:after{background:transparent;bottom:8px;box-shadow:0 17px 24px 4px rgba(255,70,86,.6);content:"";height:20px;left:1%;position:absolute;right:1%}.indicators{align-items:center;display:flex;justify-content:center;margin-bottom:auto}.indicators .indicator{margin:0 .5rem;transition:all .3s}.feedback-footer p{color:#333;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:300;line-height:150%}.page-content{flex-grow:1;margin-bottom:auto;padding:1rem 2rem 90px;width:100%}.page-content.shrink{flex-grow:0;margin-bottom:0}.page-content.no-padding{padding:initial}.auth-title{color:#000;font-family:Druk Wide,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:32px}.auth-subtext{color:#333;font-family:base,Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.page-content .auth-subtext,.page-content .auth-title{margin:1rem auto 2rem}.page-content .other-logins{padding:1rem 2rem}.page-content .other-logins .login-text{color:#000;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;text-align:center}.page-content .other-logins .login-text span{color:#2e4cbc;text-decoration:none}.page-content .other-logins .divider{border-bottom:1px solid #c2c8d0;line-height:.1em;margin:2rem 0;text-align:center;width:100%}.page-content .other-logins .divider span{background:#fff;color:#2d333a;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:400;letter-spacing:.4px;padding:0 1rem;text-align:center}.page-content .other-logins .list .sign-in-btn,.sign-in-btn{align-items:center;background:url(/static/media/rectangle32-green.1c5b801e1a731a48e181.svg) 50% no-repeat,transparent;background-size:contain;border:1px transparent;color:#fff;cursor:pointer;display:flex;font-family:Druk Wide,sans-serif;font-size:11.9979px;font-style:normal;font-weight:700;justify-content:space-evenly;line-height:10px;margin:1.6rem auto auto;padding:1.6rem 2.4rem;position:relative;text-align:center;text-transform:uppercase;width:90%}.page-content .other-logins .list .sign-in-btn p,.sign-in-btn p{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:radial-gradient(42.16% 165.25% at 19.02% 48.33%,rgba(70,191,169,.88) 0,rgba(70,192,133,.88) 100%);-webkit-background-clip:text;background-clip:text;font-family:Druk Wide,sans-serif;font-size:16px;font-size:14px;font-style:normal;font-weight:700;line-height:13px}.center-content{align-items:center;display:flex;justify-content:center;padding:1rem}.hero-img .inset{height:min(50%,252px);transition:all .3s}.title.referral{color:#333;font-family:Druk Wide,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:17px;text-align:center}.primary-btn{background:#cc0015;color:#fff}.primary-btn,.secondary-btn{font-family:Teko,sans-serif;padding:1rem 2rem}.secondary-btn{background:#fff;color:#000}.black-btn{background:#000;color:#fff;font-family:Teko,sans-serif;padding:1rem 2rem}.unselected-option{background:#fff;color:#000}.selected-option,.unselected-option{border:2px solid #000;box-sizing:border-box;font-family:Teko,sans-serif}.selected-option{background:linear-gradient(149.92deg,#f65969 22.43%,#cc0015 73.88%);color:#fff}.forward-btn{background:#000}.tile{background:linear-gradient(180deg,rgba(0,0,0,.15),#000);box-shadow:0 5.09756px 12.7439px 6.37195px rgba(0,0,0,.13);position:relative}.tile .indicator{background:#fff;position:relative;width:100%}.tile .indicator .active{background:#cc0015;left:0;position:absolute;top:0;width:40%}.tile .indicator .inactive{background:#cc0015;left:0;top:0;width:5%}.tile .title{color:#000;font-family:Teko,sans-serif;font-size:20.3902px;font-style:normal;font-weight:700;line-height:17px;text-transform:uppercase}.tile .sub-title{color:#000;opacity:.5}.tile .state,.tile .sub-title{font-family:Teko,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:12px;text-transform:uppercase}.tile .state{color:#cc0015}.progress-text{color:rgba(70,191,169,.88);font-family:Druk Wide,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:14px;margin-bottom:1rem;margin-top:1rem}.MuiCircularProgress-root{color:rgba(70,191,169,.88)!important}.modal{position:relative}.modal .active{background:#fff;box-shadow:0 4px 10px 5px rgba(0,0,0,.13);padding:2rem}.modal .close-btn{background:linear-gradient(149.92deg,#f65969 22.43%,#cc0015 73.88%);bottom:48.83%;left:92.72%;right:3.02%;top:44.92%}.no-padding{padding:initial}.btn-no-padding{margin:0!important;min-width:0!important;min-width:auto!important;padding:1.6rem!important}.form{box-sizing:border-box;margin:1rem auto}.form input,.form select,.form textarea{border:1px solid #c2c8d0;border-radius:5px;font-size:16px;font-weight:400;margin:.5rem auto;padding:1.6rem;width:100%}.form input,.form label,.form select,.form textarea{color:#858585;font-family:Montserrat,sans-serif;font-style:normal;line-height:24px}.form label{font-size:14px;font-weight:500;margin:.5rem}.form .error{color:hwb(0deg 2% 13%);font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:24px;margin-top:-1rem}.page-content .next-btn{margin:2.8rem auto;padding:2rem 3.2rem;width:60%}.page-content .next-btn.review-btn{margin:auto;padding:1.6rem 2.4rem;width:60%}.action-btn.feeback-btn:after{box-shadow:4px 11px 20px 9px rgba(255,70,86,.6)!important;height:0!important}.feedback-footer{display:flex;flex-flow:column;flex-grow:1;justify-content:space-around}.feedback-footer h6{color:#111;font-family:Druk Wide,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:150%;margin-right:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feedback-footer .page-content .delete-account-wrapper p:nth-child(2),.feedback-footer .subscriptions-heading-wrapper .subs-options button,.feedback-footer p,.page-content .delete-account-wrapper .feedback-footer p:nth-child(2),.subscriptions-heading-wrapper .subs-options .feedback-footer button{color:#333;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:300;line-height:150%}.feedback-footer .top-row{align-items:center;display:flex}.feedback-footer .top-row div{width:50%}.feedback-footer .feedback-social-media img{height:22px;margin:1rem;width:22px}.page-content .delete-account-wrapper p:nth-child(2),.subscriptions-heading-wrapper .subs-options button,.subscriptions-heading-wrapper p{color:#333;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:300;line-height:150%}.bronze-card.gold-card>div.row-1 h1,.bronze-card>div.row-1 h1{color:#111;font-family:Druk Wide,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:14px}.DefaultPage{box-sizing:border-box;display:flex;flex-flow:column;min-height:100vh;padding:0;width:100%}.DefaultPage.center-content{justify-content:space-around}.DefaultPage.justify-start{justify-content:flex-start}.DefaultPage.justify-space{justify-content:space-around}.DefaultPage.pad{padding:4rem}.header{align-items:center;background:#f4f4f4;display:flex;height:min(10vh,11rem);justify-content:center;padding:3rem 2rem;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:2}.header h1{color:#ff4656;font-family:Druk Wide,sans-serif;font-size:14px;font-style:normal;font-weight:500;letter-spacing:.392px;line-height:17px;text-align:center;text-transform:capitalize}.header .back-btn{height:32px;left:1.5rem;margin:auto 1rem auto auto;position:absolute;width:32px}.header__contents{align-items:flex-start;display:flex;flex-flow:column;flex-grow:1;justify-content:center;margin-left:calc(2.5rem + 32px)}.header__contents__header-subtitle{margin-top:.5rem}.header__contents__header-subtitle__memberCount{color:#686a8a}.header__contents__header-subtitle__memberCount,.header__contents__header-subtitle__onlineCount{font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:150%}.header__contents__header-subtitle__onlineCount{color:#ef5da8}.header__options_btn{background:transparent;border:none;cursor:pointer;margin-left:auto;margin-right:1.2rem;outline:none;padding:1rem}.header__options_btn__popup-menu{align-items:flex-start;background:#fff;border-radius:4px;box-shadow:0 4px 4px rgba(0,0,0,.25);display:none;flex-flow:column;justify-content:flex-start;overflow:hidden;padding:.5rem 0;position:absolute;right:0;top:100%;width:min(50%,200px);z-index:2}.header__options_btn__popup-menu.show{display:flex}.header__options_btn__popup-menu__item{align-items:center;cursor:pointer;display:flex;font-size:14px;justify-content:flex-start;padding:1rem;width:100%}.header__options_btn__popup-menu__item:hover{background:#f4f4f4}.header__options_btn__popup-menu__item__icon{height:1.5rem;margin-right:1rem;width:1.5rem}.header__options_btn__popup-menu__item__text{color:#333;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:150%}.header.white{background:#fff}.header.header-home{align-items:center;background:#fff;display:flex;flex-flow:row;height:auto}.header.header-home .left-row{align-items:center;display:flex;flex-grow:1}.header.header-home .left-row .img-wrapper{background:#1f2326;margin:0 1.2rem 0 0}.header.header-home h1{color:#1f2326;letter-spacing:inherit;line-height:28px}.header.header-home #txt{color:#5e5e5e;font-family:Montserrat,sans-serif;font-size:10px;font-style:normal;font-weight:700;line-height:16px}.action-btn{background:url(/static/media/Rectangle%2049.1d01d8e8508b9b072a70.svg) 50% no-repeat,transparent;background-size:cover;border:1px transparent;color:#fff;cursor:pointer;display:block;font-family:Druk Wide,sans-serif;font-size:11.9979px;font-style:normal;font-weight:700;line-height:10px;margin:1.6rem auto auto;min-width:50%;padding:1.6rem 2.4rem;position:relative;text-align:center;text-transform:uppercase}.action-btn.gray-bg{background:url(/static/media/Rectangle%2049-gray.4f5d5bcbf9a7c810c463.svg) 50% no-repeat,transparent!important;color:#cc0015}.action-btn.green-bg{background:url(/static/media/Rectangle%2049-green.11c48261495f777639e8.svg) 50% no-repeat,transparent;color:#fff;font-size:12.2581px;font-style:normal;font-weight:700;line-height:15px;text-transform:none}.action-btn.mb-0{margin-bottom:0}.action-btn.ml-auto{margin-left:auto}.action-btn:after{background:transparent;bottom:8px;box-shadow:0 17px 24px 4px rgba(255,70,86,.6);content:"";height:20px;left:1%;position:absolute;right:1%}.action-btn.green-bg:after{box-shadow:0 17px 24px 4px rgba(70,192,133,.88)!important}.action-btn.no-shadow:after{box-shadow:none!important}.action-btn.gray-bg:after{box-shadow:0 17px 24px 4px #f1e7f0!important}.card.profile .top-row .details h1,.controls div span,.page-content .delete-account-wrapper p:first-child,.page-content .profile-fields .profile-field p:first-child{color:#111;font-family:Druk Wide,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:14px}.bronze-card.gold-card>div.row-1 p,.bronze-card>div.row-1 p,.card.hall-of-fame h1,.card.wallet .bottom-row .blue,.page-content .profile-fields .profile-field p:nth-child(2),.page-content .site-actions p,.players .player .details h1{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:radial-gradient(42.16% 165.25% at 19.02% 48.33%,rgba(70,191,169,.88) 0,rgba(70,192,133,.88) 100%);-webkit-background-clip:text;background-clip:text;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:150%}.card.profile{background:url(/static/media/bottom-left-lines.e21a18d14627bef2198a.svg) bottom no-repeat,#f2f2f2;background-size:cover;border-radius:8px;display:flex;flex-flow:column;margin:auto;padding:2.4rem 1.6rem .5rem;width:95%}.card.profile .top-row{align-items:center;display:flex}.card.profile .top-row .details{display:flex;flex-flow:column;flex-grow:1;justify-content:space-between}.card.profile .top-row .details h1{margin-bottom:1rem}.card.profile .top-row .details #name{color:#333;font-family:Montserrat,sans-serif;font-size:10px;font-style:normal;font-weight:600;line-height:12px;margin-bottom:.5rem;opacity:.96}.card.profile .top-row .details #txt{color:#333;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:15px;opacity:.68}.card.profile .action-btn{align-self:flex-end;background-size:contain;margin:0 0 auto auto;min-width:0;min-width:auto;padding:2rem -3.4rem;width:auto}.card.profile .action-btn:after{background:transparent;bottom:15px;box-shadow:0 17px 24px 4px rgba(255,70,86,.6);content:"";height:10px;left:1%;position:absolute;right:1%}.img-wrapper{align-items:center;background:#fff;border-radius:8px;display:flex;height:50px;justify-content:center;margin:1.2rem 1.2rem 1.2rem 0;padding:.5rem;position:relative;width:50px}.img-wrapper .profile-thumbnail{height:90%;width:90%}.img-wrapper .profile-thumbnail img{height:100%;object-fit:cover;width:100%}.img-wrapper.has-upload:after{background:url(/static/media/carbon_camera-action.895616f05b7e783a4576.svg) 50% no-repeat,#fff;background-size:auto;border-radius:50%;bottom:-13px;content:"";float:right;height:26px;margin-right:0;margin-top:13px;position:absolute;right:2%;width:26px}.bg-shade{background:#f2f2f2!important}.img-wrapper.centered{margin:1.2rem auto}.img-wrapper.h-100{height:100px!important;width:100px!important}.controls{background-size:contain;border:1px solid #ff4656;border-radius:30px 50px 0 50px;flex-flow:column;margin:2.8rem 1rem;padding:3.2rem}.controls,.controls div{display:flex;justify-content:space-between}.controls div{align-items:center;cursor:pointer;margin:1rem 0}.page-content .site-actions p{cursor:pointer;margin:.8rem 0}.page-content .profile-fields{padding:1rem 2.4rem}.page-content .profile-fields .profile-field{margin:2.4rem auto}.page-content .profile-fields .profile-field p:first-child{align-items:center;display:flex;justify-content:space-between}.page-content .profile-fields .profile-field p:nth-child(2){margin:.8rem 0}.page-content .profile-fields .profile-field p:first-child:after{background:url(/static/media/edit-icon.781739a53ffb88d3a006.svg) 50% no-repeat,#f2f2f2;background-size:auto;border-radius:5px;content:"";float:right;height:20px;margin-right:1rem;position:relative;width:20px}.page-content .delete-account-wrapper{margin:1.6rem auto;padding:1rem 2.4rem}.page-content .delete-account-wrapper p:first-child{color:#ff4656;margin-bottom:1.2rem}.overline{color:#9f9f9f;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:20px;text-transform:uppercase}.privacy-content{margin:1.6rem auto;padding:1rem 0}.privacy-content h3,.privacy-content h4,.privacy-content ol li,.privacy-content p,.privacy-content ul li{color:#111;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:150%}.privacy-content h3{scroll-margin-top:calc(8.5rem + 3.5em)}.privacy-content h3,.privacy-content h4{font-weight:700;margin-bottom:1rem;margin-top:1.6rem}.privacy-content p{margin-bottom:1.6rem}.privacy-content ol,.privacy-content ul{margin:2.4rem 1.6rem 1rem;padding:0 1.6rem}.privacy-content hr{margin:2rem auto}.select-items-wrapper li{align-items:center;border-top:1px solid #000;cursor:pointer;display:flex;justify-content:flex-start;list-style:none;padding:2rem}.select-items-wrapper li .select-item-container{align-items:center;display:flex;justify-content:space-between;width:100%}.select-items-wrapper li .select-item-container img{height:24px;margin-right:32px;width:24px}.select-items-wrapper li .select-item-container span{color:#111;font-family:Druk Wide,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:150%;margin-right:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select-items-wrapper li:last-child{border-bottom:1px solid #000}.event-modal .img-wrapper{aspect-ratio:140/72;height:auto;margin:auto auto 1rem;overflow:hidden;width:100%}.event-modal .img-wrapper img{height:100%;object-fit:cover;width:100%}.events-slider{margin:2rem auto;position:relative;width:90%}.events-slider .event-banner{background:#f0f0f0;border-radius:20px;min-height:180px;padding:2rem}.events-slider .event-banner .register-btn,.events-slider .event-banner h1,.events-slider .event-banner h5{color:#111;font-family:Montserrat,sans-serif;font-style:normal}.events-slider .event-banner h5{font-size:8px;font-weight:900;line-height:10px;z-index:1}.events-slider .event-banner h1{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:25.8464px;font-weight:800;line-height:30px;margin-top:1.6rem;max-width:70%;overflow:hidden;text-overflow:ellipsis;z-index:1}.events-slider .event-banner .register-btn{background:#fff;border:none;border-radius:1000px;color:#ff4656;font-family:Druk Wide,sans-serif;font-size:10px;font-weight:500;line-height:12px;margin-top:1.6rem;padding:1rem 2.4rem;z-index:1}.events-slider .indicators{align-items:center;display:flex;justify-content:center;margin:1rem auto;width:100%}.events-slider .banner-background-cover{bottom:0;left:0;position:absolute;right:0;top:0;z-index:0}.events-slider .banner-background-cover img{height:100%;object-fit:cover;width:100%}.recently-played{overflow:hidden;width:90%}.recently-played .recently-played-header{align-items:center;display:flex;padding:3rem 0}.recently-played .recently-played-header h2{color:#000;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:15px;margin-right:2rem}.recently-played .recently-played-header .recently-played-hr{background:#bdbdbd;flex-grow:1;height:1px}.recently-played .recently-played-items{align-items:center;display:flex;justify-content:flex-start;overflow-y:scroll}.recently-played .recently-played-items .recently-played-item{background:#f4fbfd;height:106px;margin-right:2rem;padding:.5rem;width:84px}.recently-played .recently-played-items .recently-played-item .recently-played-item-img-wrapper{align-items:center;display:flex;height:77px;justify-content:center;margin-bottom:.5rem;width:77px}.recently-played .recently-played-items .recently-played-item .recently-played-item-img-wrapper img{height:95%;object-fit:cover;width:95%}.recently-played .recently-played-items .recently-played-item .recently-played-item-text{color:#111;font-family:Druk Wide,sans-serif;font-size:8px;font-style:normal;font-weight:500;letter-spacing:.224883px;line-height:10px;text-align:center}.recently-played .recently-played-items.featured-games{align-items:center;display:flex;flex-flow:column;justify-content:flex-start}.recently-played .recently-played-items.featured-games .recently-played-item{background:#f4fbfd;border:1px solid #ff4656;border-radius:10px;display:flex;height:auto;margin:1rem auto;padding:2rem;width:98%}.recently-played .recently-played-items.featured-games .recently-played-item .featured-games-item-left-column{display:flex;flex-flow:column;flex-grow:1;justify-content:space-evenly;max-width:50%}.recently-played .recently-played-items.featured-games .recently-played-item .featured-games-item-left-column .featured-game-item-header{color:#000;font-family:Druk Wide,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px}.recently-played .recently-played-items.featured-games .recently-played-item .featured-games-item-left-column .featured-game-item-text{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-family:Montserrat,sans-serif;font-size:8px;font-style:normal;font-weight:500;line-height:10px;overflow:hidden;text-overflow:ellipsis}.recently-played .recently-played-items.featured-games .recently-played-item .featured-games-item-left-column .featured-game-button{font-size:8px;line-height:10px;margin:0 auto 1rem 0;padding:1rem 1.6rem}.recently-played .recently-played-items.featured-games .recently-played-item .recently-played-item-img-wrapper{align-self:center;flex-grow:1;height:148px;margin:auto;max-width:50%;padding:1rem}.recently-played .recently-played-items.featured-games .recently-played-item .recently-played-item-img-wrapper img{border-radius:20px}.game-trailer{position:-webkit-sticky;position:sticky;top:9.5rem}.game-details,.game-details .game-details-heading{align-items:center;display:flex;flex-flow:column}.game-details .game-details-heading{justify-content:space-evenly;margin:2rem auto}.game-details .game-details-heading h3{color:rgba(0,0,0,.85);font-family:Druk Wide,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:25px;text-align:center}.game-details .game-details-heading p{color:rgba(0,0,0,.85);font-size:12px;line-height:25px}.game-details .game-description,.game-details .game-details-heading p{font-family:Montserrat,sans-serif;font-style:normal;font-weight:400;text-align:center}.game-details .game-description{color:rgba(0,0,0,.8);font-size:16px;letter-spacing:.01em;line-height:20px;padding:1rem 2rem}.featured-tournament{align-items:center;background:linear-gradient(97.87deg,rgba(88,225,243,.3) 7%,rgba(37,82,228,.3) 95.86%);border-radius:24px 24px 0 0;display:flex;height:146px;justify-content:space-between;padding:2.4rem;width:100%}.featured-tournament .featured-tournament-img-wrapper{align-items:center;display:flex;flex-grow:1;height:100px;justify-content:center;max-width:45%}.featured-tournament .featured-tournament-img-wrapper img{height:100%;object-fit:fill;width:100%}.featured-tournament .featured-tournament-details{align-items:center;align-self:flex-end;display:flex;flex-flow:column;justify-content:flex-start;width:60%}.featured-tournament .featured-tournament-details h2{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:rgba(0,0,0,.85);display:-webkit-box;font-family:Druk Wide,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:22px;overflow:hidden;text-align:center;text-overflow:ellipsis}.featured-tournament .featured-tournament-details .action-btn{margin:1.2rem auto;min-width:0;min-width:auto;padding:1.2rem 2.4rem}.card.wallet{align-items:center;border-radius:20px;justify-content:center;padding:2.4rem}.card.wallet .top-row{margin:1.6rem}.card.wallet .top-row h1{color:#333;font-family:Druk Wide,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:28.8px;opacity:.96}.card.wallet .top-row h1 span{font-size:10.45px;line-height:12.54px}.card.wallet .bottom-row{align-items:center;display:flex;justify-content:space-around;margin:1.6rem;width:100%}.card.wallet .bottom-row .withdraw-button{align-items:center;display:flex;flex-flow:column;justify-content:center}.card.wallet .bottom-row h1{color:#333;font-family:Druk Wide,sans-serif!important;font-size:14px!important;font-style:normal!important;font-weight:700!important;line-height:17px!important;opacity:.96}.withdrawal-history{padding:1.6rem}.withdrawal-history,.withdrawal-history .withdrawal-history-day{display:flex;flex-flow:column;margin-bottom:1.6rem}.withdrawal-history .withdrawal-history-day .date-heading{align-items:center;color:#7e7e7e;display:flex;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:700;letter-spacing:1px;line-height:17px;margin:1.6rem 0}.withdrawal-history .withdrawal-history-day .withdrawal-history-day-items{display:flex;flex-flow:column;justify-content:space-evenly}.withdrawal-history .withdrawal-history-day .withdrawal-history-day-items .transaction-item{align-items:center;display:flex}.withdrawal-history .withdrawal-history-day .withdrawal-history-day-items .transaction-item .transaction-item-img-wrapper{margin:1.6rem 2rem 1.6rem 0}.withdrawal-history .withdrawal-history-day .withdrawal-history-day-items .transaction-item .transaction-item-details{display:flex;flex-flow:column;flex-grow:1}.withdrawal-history .withdrawal-history-day .withdrawal-history-day-items .transaction-item .transaction-item-details h2{align-items:center;color:#000;display:flex;font-family:Montserrat,sans-serif;font-size:18px;font-style:normal;font-weight:700;letter-spacing:1px;line-height:22px;margin-bottom:.5rem}.withdrawal-history .withdrawal-history-day .withdrawal-history-day-items .transaction-item .transaction-item-details h3{align-items:center;color:#7e7e7e;display:flex;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:500;letter-spacing:1px;line-height:15px}.card.indicator{background-color:#fff;padding:3.6rem 2.4rem}.card.indicator .bottom-row.bottom{align-self:flex-end}.card.indicator .bottom-row.bottom h1{font-size:24px!important;line-height:28.8px!important}.card.indicator .bottom-row.bottom h1 span{font-size:10.45px!important;line-height:12.54px!important}.keypad{flex-flow:column}.keypad,.keypad .row{align-items:center;display:flex;justify-content:space-evenly}.keypad .row{margin:1.6rem 0;width:100%}.keypad .row span{align-items:center;color:#1c1939;display:flex;font-family:Druk Wide,sans-serif;font-size:16px;font-style:normal;font-weight:700;justify-content:center;line-height:150%;padding:1.6rem;text-align:center;width:30%}.card.indicator .bottom-row.bottom.review{align-items:flex-start;flex-flow:column}.card.indicator .bottom-row.bottom.review h1:first-child{margin-bottom:.5rem}.estimated-fees{align-items:center;display:flex;justify-content:space-between;margin-top:2.4rem;padding:0 1.6rem}.estimated-fees span{color:#222;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:150%}.estimated-fees span:first-child{margin-right:3.6rem}.estimated-fees span:nth-child(2){margin-right:auto}.total-fees{align-items:center;display:flex;justify-content:space-between;margin-top:2.4rem;padding:0 1.6rem}.total-fees h5{color:#222;font-family:Druk Wide,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:150%}.total-fees h5 span{font-size:6px;line-height:7px}.total-fees h5:first-child{margin-right:3.6rem}.total-fees h5:nth-child(2){margin-right:0}.mpesa-screen{align-items:center;display:flex;flex-flow:column;justify-content:center}.mpesa-screen .mpesa-page-img-wrapper{height:80px;margin-bottom:1.6rem;width:80px}.mpesa-screen .mpesa-page-img-wrapper img{max-height:100%;max-width:100%;object-fit:fill}.mpesa-screen .screen-text{margin-bottom:3.6rem;max-width:80%}.mpesa-screen .screen-text p{color:#000;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:20px;text-align:center}.mpesa-screen .profile-field{align-items:center;display:flex;justify-content:center;margin-bottom:3.6rem;width:90%}.mpesa-screen .profile-field p:first-child{color:#333;display:flex;font-family:Druk Wide,sans-serif;font-size:16px;font-style:normal;font-weight:700;justify-content:space-evenly;line-height:19px;width:100%}.mpesa-screen .profile-field p:first-child:after{background:url(/static/media/edit-icon.781739a53ffb88d3a006.svg) 50% no-repeat,#f2f2f2;background-size:auto;border-radius:5px;content:"";float:right;height:20px;margin-right:1rem;position:relative;width:20px}.recently-played-items.featured-games{padding-bottom:10rem}.bottom-nav{background:#fff;bottom:0;box-shadow:0 17px 24px 4px #1f2326;justify-content:space-around;margin-top:auto;position:fixed;width:100%}.bottom-nav,.bottom-nav .bottom-nav-item{align-items:center;display:flex;padding:1rem!important}.bottom-nav .bottom-nav-item{flex-flow:column;justify-content:space-evenly;width:33.3333%}.bottom-nav .bottom-nav-item .bottom-nav-icon-wrapper{background:transparent;height:24px;margin-bottom:9px;width:24px}.bottom-nav .bottom-nav-item .bottom-nav-icon-wrapper svg{height:100%;width:100%}.bottom-nav .bottom-nav-item p{color:#111;font-family:Druk Wide,sans-serif;font-size:8px;font-style:normal;font-weight:500;line-height:12px;text-align:center;text-transform:uppercase}.subscriptions-heading-wrapper p{text-align:center}.subscriptions-heading-wrapper .subs-options{align-content:center;display:flex;justify-content:space-around;margin-bottom:2rem;width:100%}.subscriptions-heading-wrapper .subs-options button{border:none;border-radius:5px;padding:1rem 2rem;text-align:center}.subscriptions-heading-wrapper .subs-options .unselected{background:#f2f2f2}.subscriptions-heading-wrapper .subs-options .selected{background:#ff4656;color:#fff}.bronze-card>div{align-items:center;display:flex}.bronze-card>div.row-1 p{font-size:1.2rem}.bronze-card>div.row-2{align-items:flex-start;display:flex;flex-flow:column}.bronze-card>div.row-2 p{color:#181059;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:12px}.bronze-card>div.row-2>div{align-items:center;display:flex}.bronze-card>div.row-3 p span:first-child{font-size:14px;font-weight:400}.bronze-card>div.row-3 p span:first-child,.bronze-card>div.row-3 p span:nth-child(2){color:#333;font-family:Montserrat,sans-serif;font-style:normal;line-height:17px;opacity:.68}.bronze-card>div.row-3 p span:nth-child(2){font-size:16px;font-weight:700}.bronze-card>div.row-3 p span:nth-child(3){color:#333;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:17px;opacity:.68}.bronze-card.gold-card{background:url(/static/media/gold_subscription_bg.1f56dd6dc669a875fb93.png) 100% no-repeat,url(/static/media/bottom-left-lines.e21a18d14627bef2198a.svg) bottom no-repeat,#f2f2f2;border:2.5px solid #ff4656;padding:3.2rem 1.8rem .8rem}.bronze-card.gold-card>div.row-1 h1{font-size:16px}.bronze-card.gold-card>div.row-1 p{font-size:1.2rem}.bronze-card.gold-card>div.row-2{align-items:flex-start;display:flex;flex-flow:column}.bronze-card.gold-card>div.row-2 p{color:#181059;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:12px}.tournament-section .tournament-section-header{display:flex}.tournament-section .tournament-section-header p{align-content:center;color:#000;display:flex;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:15px;text-transform:capitalize;width:100%}.tournament-section .tournament-section-header p:after{align-self:center;border:1px solid #bdbdbd;content:"";flex-grow:1;height:1px;margin-left:1rem;margin-right:1rem;width:100%}.card.tournament{background:#f4f4f4;border-radius:16px;margin:1rem 0;padding:2rem 2.4rem}.card.tournament p{text-align:left}.card.tournament .tournament-tags span{background:radial-gradient(42.16% 165.25% at 19.02% 48.33%,rgba(70,191,169,.88) 0,rgba(70,192,133,.88) 100%);border-radius:10px;color:#fff;display:inline-block;margin-right:1rem;padding:.75rem 1.5rem}.card.tournament .tournament-tags span:last-child{margin-right:0;margin-top:.3rem}.card.tournament .tournament-content{margin:1rem 0}.card.tournament .tournament-content h1{color:#333;font-family:Druk Wide,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:15px;margin-bottom:1rem}.card.tournament .tournament-content p{color:#686a8a;font-family:Montserrat,sans-serif;font-size:10px;font-style:normal;font-weight:500;letter-spacing:.392px;line-height:150%}.card.tournament .tournament-actions{display:flex}.card.leaderboard h1{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:radial-gradient(42.16% 165.25% at 19.02% 48.33%,rgba(70,191,169,.88) 0,rgba(70,192,133,.88) 100%);-webkit-background-clip:text;background-clip:text;font-size:16px;font-style:normal;font-weight:700;line-height:150%;margin-bottom:1rem}.leaders{align-items:flex-end;display:flex;position:relative}.leaders__info{align-items:center;display:flex;justify-content:center;padding:1rem;width:100%}.leaders .item{position:relative;width:33.333%}.leaders .item .leader-avatar{flex-flow:column;height:7rem;left:0;margin:auto;position:absolute;right:0;width:7rem;z-index:1}.leaders .item .leader-avatar,.leaders .item .leader-avatar .avatar-wrapper{align-items:center;background:#fff;border-radius:50%;display:flex;justify-content:center}.leaders .item .leader-avatar .avatar-wrapper{height:5.5rem;overflow:hidden;width:5.5rem}.leaders .item .leader-avatar .avatar-wrapper img{height:100%;object-fit:cover;width:100%}.leaders .item .leader-avatar .rank{align-items:center;background:#ff4656;border-radius:50%;bottom:-1rem;color:#fff;display:flex;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:600;height:2.5rem;justify-content:center;left:0;line-height:15px;margin:auto;position:absolute;right:0;width:2.5rem}.leaders .item .leader-avatar.first{border:3px solid #009bd6}.leaders .item .leader-avatar.first .rank{background-color:#009bd6}.leaders .item .leader-avatar.second{border:3px solid transparent}.leaders .item .leader-avatar.second .rank{background-color:#a1f74a}.leaders .item .leader-avatar.third{border:3px solid #00d95f;margin-top:-1rem}.leaders .item .leader-avatar.third .rank{background-color:#00d95f}.leaders .leader{align-items:center;display:flex;flex-flow:column;flex-grow:1;justify-content:center;position:relative}.leaders .leader h1{font-family:Druk Wide,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:19px}.leaders .leader p{color:#333;font-family:Montserrat,sans-serif;font-size:8px;font-style:normal;font-weight:500;line-height:10px}.leaders .leader.leader-1{background:#fff1e4;-webkit-clip-path:polygon(0 100%,0 0,100% 25%,100% 100%);clip-path:polygon(0 100%,0 0,100% 25%,100% 100%);height:115px;margin-top:4rem}.leaders .leader.leader-1 h1{color:#ff4656}.leaders .leader.leader-2{background:#ffdfdf;-webkit-clip-path:polygon(0 100%,0 25%,100% 0,100% 100%);clip-path:polygon(0 100%,0 25%,100% 0,100% 100%);height:160px;margin-top:3rem}.leaders .leader.leader-2 h1{color:#009bd6}.leaders .leader.leader-3{background:#fff1e4;-webkit-clip-path:polygon(0 100%,0 0,100% 25%,100% 100%);clip-path:polygon(0 100%,0 0,100% 25%,100% 100%);height:70px;margin-top:5rem}.leaders .leader.leader-3 h1{color:#00d95f}.players{display:flex;flex-flow:column;margin:2rem 0}.players .player{align-items:center;display:flex;flex-flow:row;justify-content:space-between;margin:1rem auto}.players .player .avatar-wrapper{align-items:center;background:#fff;border-radius:50%;display:flex;height:5rem;justify-content:center;overflow:hidden;width:5rem}.players .player .avatar-wrapper img{height:100%;object-fit:cover;width:100%}.players .player .details{margin:auto auto auto 2rem}.players .player .details p{color:#333;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:15px;text-align:left}.players .player .details h1{align-items:center;display:flex;font-family:Druk Wide,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:14px}.players .player .rank-div{align-items:center;background:rgba(0,0,0,.071);border-radius:50%;display:flex;height:33px;justify-content:center;width:33px}.players .player .rank-div p{align-items:center;color:#333;display:flex;font-family:Druk Wide,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:150%;text-align:center}.players__load-more,.players__loader{align-items:center;display:flex;justify-content:center;margin:2rem auto}.players__load-more button{align-items:center;background:#ff4656;border:none;border-radius:23.3766px;color:#fff;cursor:pointer;display:flex;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:600;justify-content:center;line-height:1.5;padding:1rem 2rem;text-align:center}.card.hall-of-fame{background:#fef6ee;border-radius:23.3766px;display:flex;flex-flow:column;margin:2rem auto;padding:2.4rem 1.6rem .5rem}.card.hall-of-fame h1{font-family:Druk Wide,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:14px}.card.hall-of-fame p{color:#111;font-family:Montserrat,sans-serif;font-size:10px;font-style:normal;font-weight:500;letter-spacing:.392px;line-height:150%;text-align:left}.card.hall-of-fame .players{display:flex;flex-flow:row wrap;justify-content:space-between}.card.hall-of-fame .players .player{display:flex;flex-flow:column;margin:1rem auto;width:30%}.card.hall-of-fame .players .player .player-img{align-items:center;background:url(data:image/png;base64,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) 50% no-repeat,transparent;background-size:contain;border-radius:50%;display:flex;height:85px;justify-content:center;overflow:hidden;width:85px}.card.hall-of-fame .players .player .player-img .player-img-wrapper{background-blend-mode:multiply;border-radius:50%;height:60%;overflow:hidden;width:60%}.card.hall-of-fame .players .player .player-img .player-img-wrapper img{height:100%;object-fit:cover;width:100%}.card.hall-of-fame .players .player .player-name{color:#333;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:15px;margin:.5rem auto 0}.card.hall-of-fame .players:after{content:"";flex:auto}.notifications-container{align-items:flex-start;display:flex;flex-flow:column;height:100%;justify-content:flex-start}.notifications-container .card.notification{background:#f0f8ff;border-radius:5px;margin-bottom:1rem;padding:2rem 1rem;text-align:left;width:100%}.notifications-container .card.notification h3{color:#ff4656;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:14px;margin-bottom:.5rem}.notifications-container .card.notification p{color:#333;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:150%;margin-bottom:.5rem;text-align:left}.notifications-container .card.notification .card-date{color:#7e7e7e;font-family:Montserrat,sans-serif;font-size:10px;font-style:normal;font-weight:500;line-height:150%}#message-container{display:flex;flex-flow:column;height:100%}#message-container .load-more-messages{align-items:center;display:flex;justify-content:center;width:100%}#message-container .load-more-messages .load-more-trigger{align-items:center;background:#ff4656;border:none;border-radius:23.3766px;color:#fff;cursor:pointer;display:flex;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:600;justify-content:center;line-height:1.5;padding:1rem 2rem;text-align:center}#message-container .chat-message{align-items:flex-start;display:flex;flex-flow:column;gap:.5rem;justify-content:flex-start;margin:.5rem 0;max-width:80%;padding:.5rem 0}#message-container .chat-message.mine{align-self:flex-end;margin-left:0;margin-right:.5rem}#message-container .chat-message__contents{align-items:flex-start;display:flex;flex-flow:column;justify-content:flex-start;margin-left:1rem;width:100%}#message-container .chat-message__contents.mine{align-self:flex-end;margin-left:0;margin-right:1rem}#message-container .chat-message__contents__header{align-items:center;display:flex;flex-flow:row;gap:.5rem;width:100%}#message-container .chat-message__contents__header.mine{flex-flow:row-reverse}#message-container .chat-message__contents__header__avatar{height:3rem;overflow:hidden;padding:.5rem;width:3rem}#message-container .chat-message__contents__header__avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}#message-container .chat-message__contents__header__sender-name{color:#333;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:15px}#message-container .chat-message__contents__body{align-items:flex-start;border-radius:0 1rem 1rem 1rem;display:flex;flex-flow:column;justify-content:flex-start;margin-bottom:.5rem;margin-left:2.5rem;padding:.5rem 1rem;width:100%}#message-container .chat-message__contents__body.mine{align-self:flex-end;border-radius:1rem 0 1rem 1rem;margin-left:0}#message-container .chat-message__contents__body__message{word-wrap:break-word;color:#333;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:150%;margin-bottom:.5rem;padding:.5rem 1rem;text-align:left;word-break:break-word}#message-container .chat-message__contents__body__message img{border-radius:1rem;max-height:100%;max-width:100%;object-fit:cover}#message-container .chat-message__contents__body__message .video-container{align-items:flex-start;display:flex;flex-flow:column;justify-content:flex-start;max-height:100%;max-width:100%}#message-container .chat-message__contents__body__message .video-container video,#message-container .chat-message__contents__body__message audio{border-radius:1rem;max-height:100%;max-width:100%;object-fit:cover}#message-container .chat-message__contents__body__message .download-btn{align-items:center;background:#ff4656;border:none;border-radius:23.3766px;color:#fff;cursor:pointer;display:flex;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:600;justify-content:center;line-height:1.5;margin:1rem 0;padding:1rem 2rem;text-align:center}#message-container .chat-message__contents__body__message.mine{text-align:right}#message-container .chat-message__contents__body__timestamp{color:#7e7e7e;font-family:Montserrat,sans-serif;font-size:10px;font-style:normal;font-weight:500;line-height:150%}#message-container .chat-message__contents__body__timestamp.mine{align-self:flex-end;text-align:right}.new-message{bottom:0;display:flex;flex-flow:column;gap:.5rem;position:-webkit-sticky;position:sticky}.new-message__selected_file_container{align-items:center;background-color:#fff;display:flex;flex-flow:row wrap;gap:.5rem;padding:1rem;width:100%}.new-message__selected_file_container__file{align-items:center;background-color:#fff;border-radius:1rem;border-top:1px solid #eee;box-shadow:0 0 1rem rgba(0,0,0,.1);display:flex;flex-flow:row;font-size:14px;gap:.5rem;padding:1rem}.new-message__selected_file_container__file__remove{align-items:center;background-color:#ff4656;border-radius:10px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.5rem 1rem}.new-message__selected_file_container__file__remove svg{fill:#fff;height:100%;width:100%}.new-message__selected_file_container__file__file{align-items:center;display:flex;flex-flow:row;gap:.5rem;width:100%}.new-message__selected_file_container__file__file_name{color:#333;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:150%}.new-message__selected_file_container__file__file_size{background-color:#46ffbb;border-radius:10px;color:#151515;font-family:Montserrat,sans-serif;font-size:10px;font-style:normal;font-weight:500;line-height:150%;padding:.5rem 1rem}.new-message__contents{background-color:#fff;border-radius:1rem;border-top:1px solid #eee;box-shadow:0 0 1rem rgba(0,0,0,.1);padding:.5rem;width:100%}.new-message__contents,.new-message__contents__input{align-items:center;display:flex;flex-flow:row;gap:.5rem}.new-message__contents__input{flex-grow:1}.new-message__contents__input .btn.btn-primary{border:none;border-radius:.5rem;padding:.75rem}.new-message__contents__input .btn.btn-primary img{height:1.5rem;object-fit:cover;width:1.5rem}.new-message__contents__input input{background-color:#eee;border:none;border-radius:.5rem;flex-grow:1;outline:1px solid #eee;padding:1rem}.new-message__contents>.btn.btn-primary{border:none;border-radius:.5rem;padding:.75rem}.new-message__contents>.btn.btn-primary.send{background-color:#46ffbb}.new-message__contents>.btn.btn-primary.send:hover{background-color:#ff4656}.playon-tv-list{align-items:center;display:flex;flex-flow:column}.playon-tv-list__item{align-items:center;background:linear-gradient(97.87deg,rgba(88,225,243,.3) 7%,rgba(37,82,228,.3) 95.86%);border-radius:24px 24px 0 0;display:flex;gap:1rem .5rem;height:175px;justify-content:space-between;margin:1rem 0;min-height:146px;padding:2.4rem;width:100%}.playon-tv-list__item .tv-preview{align-items:center;background:#fff;border-radius:24px;display:flex;height:100%;justify-content:center;overflow:hidden;width:50%}.playon-tv-list__item .tv-preview>div{height:100%;padding:100%;width:100%}.playon-tv-list__item .tv-preview img{height:100%;object-fit:cover;width:100%}.playon-tv-list__item__info{padding:1rem;width:50%}.playon-tv-list__item__info .date{color:#333;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:15px;padding:0}.utility_primary-btn__zXyYJ{background:#cc0015;color:#fff;font-family:Teko,sans-serif;padding:1rem 2rem}.utility_secondary-btn__pR26T{background:#fff;color:#000;font-family:Teko,sans-serif;padding:1rem 2rem}.utility_black-btn__JRjLn{background:#000;color:#fff;font-family:Teko,sans-serif;padding:1rem 2rem}.utility_unselected-option__EvLI1{background:#fff;color:#000}.utility_selected-option__bejAY,.utility_unselected-option__EvLI1{border:2px solid #000;box-sizing:border-box;font-family:Teko,sans-serif}.utility_selected-option__bejAY{background:linear-gradient(149.92deg,#f65969 22.43%,#cc0015 73.88%);color:#fff}.utility_forward-btn__EMgsS{background:#000}.utility_tile__Kk1zZ{background:linear-gradient(180deg,rgba(0,0,0,.15),#000);box-shadow:0 5.09756px 12.7439px 6.37195px rgba(0,0,0,.13);position:relative}.utility_tile__Kk1zZ .utility_indicator__CzKuB{background:#fff;position:relative;width:100%}.utility_tile__Kk1zZ .utility_indicator__CzKuB .utility_active__eoKjY{background:#cc0015;left:0;position:absolute;top:0;width:40%}.utility_tile__Kk1zZ .utility_indicator__CzKuB .utility_inactive__0PuLP{background:#cc0015;left:0;top:0;width:5%}.utility_tile__Kk1zZ .utility_title__AhK4x{color:#000;font-family:Teko,sans-serif;font-size:20.3902px;font-style:normal;font-weight:700;line-height:17px;text-transform:uppercase}.utility_tile__Kk1zZ .utility_sub-title__NUW5i{color:#000;opacity:.5}.utility_tile__Kk1zZ .utility_state__3ZRXy,.utility_tile__Kk1zZ .utility_sub-title__NUW5i{font-family:Teko,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:12px;text-transform:uppercase}.utility_tile__Kk1zZ .utility_state__3ZRXy{color:#cc0015}.utility_progress-text__nVy1z{color:rgba(70,191,169,.88);font-family:Druk Wide,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:14px;margin-bottom:1rem;margin-top:1rem}.utility_MuiCircularProgress-root__gRrVN{color:rgba(70,191,169,.88)!important}.utility_modal__uHwHB{position:relative}.utility_modal__uHwHB .utility_active__eoKjY{background:#fff;box-shadow:0 4px 10px 5px rgba(0,0,0,.13);padding:2rem}.utility_modal__uHwHB .utility_close-btn__cL5i8{background:linear-gradient(149.92deg,#f65969 22.43%,#cc0015 73.88%);bottom:48.83%;left:92.72%;right:3.02%;top:44.92%}.utility_no-padding__46Yuu{padding:initial}.utility_btn-no-padding__-Ong2{margin:0!important;min-width:0!important;min-width:auto!important;padding:1.6rem!important}.utility_form__kLfuj{box-sizing:border-box;margin:1rem auto}.utility_form__kLfuj input,.utility_form__kLfuj select,.utility_form__kLfuj textarea{border:1px solid #c2c8d0;border-radius:5px;color:#858585;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:.5rem auto;padding:1.6rem;width:100%}.utility_form__kLfuj label{color:#858585;font-weight:500;margin:.5rem}.utility_form__kLfuj .utility_error__y0sHc,.utility_form__kLfuj label{font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;line-height:24px}.utility_form__kLfuj .utility_error__y0sHc{color:hwb(0deg 2% 13%);font-weight:700;margin-top:-1rem}.utility_page-content__JaCDo .utility_next-btn__J-I3G{margin:2.8rem auto;padding:2rem 3.2rem;width:60%}.utility_page-content__JaCDo .utility_next-btn__J-I3G.utility_review-btn__Vuy1G{margin:auto;padding:1.6rem 2.4rem;width:60%}.utility_action-btn__Hix1V.utility_feeback-btn__wE86n:after{box-shadow:4px 11px 20px 9px rgba(255,70,86,.6)!important;height:0!important}.utility_feedback-footer__51oCp{display:flex;flex-flow:column;flex-grow:1;justify-content:space-around}.utility_feedback-footer__51oCp h6{color:#111;font-family:Druk Wide,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:150%;margin-right:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.utility_feedback-footer__51oCp p{color:#333;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:300;line-height:150%}.utility_feedback-footer__51oCp .utility_top-row__w6WYB{align-items:center;display:flex}.utility_feedback-footer__51oCp .utility_top-row__w6WYB div{width:50%}.utility_feedback-footer__51oCp .utility_feedback-social-media__bsv8b img{height:22px;margin:1rem;width:22px}.utility_page__ikG5D{display:flex;flex-direction:column;height:100vmax}.utility_title__AhK4x{color:#333}.utility_title__AhK4x,.utility_title_thanks__gzr5Q{font-family:Druk Wide,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:17px;margin:8px auto;text-align:center}.utility_title_thanks__gzr5Q{color:#ff4656}.utility_sub_title__GRLIi{color:#333;font-family:Montserrat,sans-serif;font-size:10px;font-style:normal;font-weight:500;line-height:12px;margin:8px auto;text-align:center}html{font-size:10px}body,html{box-sizing:border-box;height:100%;margin:0;padding:0;width:100%}*,:after,:before{box-sizing:inherit;margin:0;padding:0}.modal_primary-btn__10vJo{background:#cc0015;color:#fff;font-family:Teko,sans-serif;padding:1rem 2rem}.modal_secondary-btn__gxI6Z{background:#fff;color:#000;font-family:Teko,sans-serif;padding:1rem 2rem}.modal_black-btn__u3egj{background:#000;color:#fff;font-family:Teko,sans-serif;padding:1rem 2rem}.modal_unselected-option__s2OxB{background:#fff;color:#000}.modal_selected-option__gyeLH,.modal_unselected-option__s2OxB{border:2px solid #000;box-sizing:border-box;font-family:Teko,sans-serif}.modal_selected-option__gyeLH{background:linear-gradient(149.92deg,#f65969 22.43%,#cc0015 73.88%);color:#fff}.modal_forward-btn__En7pT{background:#000}.modal_tile__A8KWG{background:linear-gradient(180deg,rgba(0,0,0,.15),#000);box-shadow:0 5.09756px 12.7439px 6.37195px rgba(0,0,0,.13);position:relative}.modal_tile__A8KWG .modal_indicator__L8\+pa{background:#fff;position:relative;width:100%}.modal_tile__A8KWG .modal_indicator__L8\+pa .modal_active__dQf9i{background:#cc0015;left:0;position:absolute;top:0;width:40%}.modal_tile__A8KWG .modal_indicator__L8\+pa .modal_inactive__eXkNA{background:#cc0015;left:0;top:0;width:5%}.modal_tile__A8KWG .modal_title__7VEvl{color:#000;font-family:Teko,sans-serif;font-size:20.3902px;font-style:normal;font-weight:700;line-height:17px;text-transform:uppercase}.modal_tile__A8KWG .modal_sub-title__5JKNf{color:#000;opacity:.5}.modal_tile__A8KWG .modal_state__G4MND,.modal_tile__A8KWG .modal_sub-title__5JKNf{font-family:Teko,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:12px;text-transform:uppercase}.modal_tile__A8KWG .modal_state__G4MND{color:#cc0015}.modal_progress-text__-kcHJ{color:rgba(70,191,169,.88);font-family:Druk Wide,sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:14px;margin-bottom:1rem;margin-top:1rem}.modal_MuiCircularProgress-root__6ekPL{color:rgba(70,191,169,.88)!important}.modal_modal__h\+fBC{position:relative}.modal_modal__h\+fBC .modal_active__dQf9i{background:#fff;box-shadow:0 4px 10px 5px rgba(0,0,0,.13);padding:2rem}.modal_modal__h\+fBC .modal_close-btn__eIAK2{background:linear-gradient(149.92deg,#f65969 22.43%,#cc0015 73.88%);bottom:48.83%;left:92.72%;right:3.02%;top:44.92%}.modal_no-padding__\+O-4d{padding:initial}.modal_btn-no-padding__Um2RU{margin:0!important;min-width:0!important;min-width:auto!important;padding:1.6rem!important}.modal_form__Pcyod{box-sizing:border-box;margin:1rem auto}.modal_form__Pcyod input,.modal_form__Pcyod select,.modal_form__Pcyod textarea{border:1px solid #c2c8d0;border-radius:5px;color:#858585;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:.5rem auto;padding:1.6rem;width:100%}.modal_form__Pcyod label{color:#858585;font-weight:500;margin:.5rem}.modal_form__Pcyod .modal_error__vGnyC,.modal_form__Pcyod label{font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;line-height:24px}.modal_form__Pcyod .modal_error__vGnyC{color:hwb(0deg 2% 13%);font-weight:700;margin-top:-1rem}.modal_page-content__mQ3Kl .modal_next-btn__UoHKj{margin:2.8rem auto;padding:2rem 3.2rem;width:60%}.modal_page-content__mQ3Kl .modal_next-btn__UoHKj.modal_review-btn__7zXqc{margin:auto;padding:1.6rem 2.4rem;width:60%}.modal_action-btn__DoMv1.modal_feeback-btn__JEeUf:after{box-shadow:4px 11px 20px 9px rgba(255,70,86,.6)!important;height:0!important}.modal_feedback-footer__kpbl7{display:flex;flex-flow:column;flex-grow:1;justify-content:space-around}.modal_feedback-footer__kpbl7 h6{color:#111;font-family:Druk Wide,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:150%;margin-right:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal_feedback-footer__kpbl7 p{color:#333;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:300;line-height:150%}.modal_feedback-footer__kpbl7 .modal_top-row__zBtxY{align-items:center;display:flex}.modal_feedback-footer__kpbl7 .modal_top-row__zBtxY div{width:50%}.modal_feedback-footer__kpbl7 .modal_feedback-social-media__Wx09V img{height:22px;margin:1rem;width:22px}.modal_modal_overlay__2KPUv{position:relative}.modal_darkBG__BRbfh{background-color:rgba(0,0,0,.4);bottom:0;height:100vh;left:0;position:fixed;right:0;top:0;width:100vw;z-index:5}.modal_centered__zw27v{left:50%;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:5}.modal_modal__h\+fBC{background:#fff;border-radius:0;box-shadow:0 4px 10px 5px rgba(0,0,0,.13);color:#fff;min-height:170px;padding:1.6rem 0;width:90vw;z-index:10}.modal_modalHeader__120fS{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;overflow:hidden}.modal_icon__NMR2i{height:52px;padding:1rem;width:52px}.modal_heading__\+AMI1{color:#000;font-family:Teko,sans-serif;font-size:29px;font-style:normal;font-weight:700;line-height:22px;margin:0;padding:10px;text-align:center;text-transform:uppercase}.modal_modalContent__NcD7o{color:#333;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px;padding:0 20px;text-align:center}.modal_modalActions__ZBIKu{margin-bottom:10px;margin-top:10px;position:relative;width:100%}.modal_actionsContainer__vptD1{align-items:center;display:flex;justify-content:space-around}.modal_closeBtn__pprWt{align-self:flex-end;border:none;border-radius:50%;box-shadow:0 5px 20px 0 rgba(0,0,0,.06);color:#2c3e50;cursor:pointer;font-size:18px;font-weight:500;height:48px;padding:4px;position:absolute;right:3.02%;top:-24px;transition:all .25s ease;width:48px}.modal_closeBtn__pprWt .modal_closeBtnImg__7t0bG{height:100%;object-fit:cover;width:100%}.modal_closeBtn__pprWt:hover{box-shadow:0 5px 20px 0 rgba(0,0,0,.04);-webkit-transform:translate(-4px,4px);transform:translate(-4px,4px)}.modal_deleteBtn__LwDZC{background:#ff3e4e;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:500;margin-top:10px;padding:11px 28px;transition:all .25s ease}.modal_deleteBtn__LwDZC:hover{background:#ff3e4e;box-shadow:0 10px 20px -10px rgba(255,62,78,.6);-webkit-transform:translateY(-5px);transform:translateY(-5px)}.modal_cancelBtn__czrT2{background:#fcfcfc;border:none;border-radius:12px;color:#2c3e50;cursor:pointer;font-size:.8rem;font-weight:500;margin-top:10px;padding:11px 28px;transition:all .25s ease}.modal_cancelBtn__czrT2:hover{background:#f5f5f5;box-shadow:none;-webkit-transform:none;transform:none}.modal_bottom__ODTHL{bottom:0;left:0;position:fixed;right:0;top:auto;-webkit-transform:none;-webkit-transform:initial;transform:none;width:100%;z-index:5}.modal_bottom__ODTHL .modal_modal__h\+fBC{width:auto}.modal_bottom__ODTHL .modal_modalHeader__120fS{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;overflow:hidden;padding:0 1rem}.modal_bottom__ODTHL .modal_heading__\+AMI1{color:#ff4656;font-size:20px;font-style:normal;font-weight:500;line-height:22px;text-align:left;text-transform:none}.modal_darkBGFS__uMdMl{background-color:rgba(0,0,0,.4);bottom:0;height:100vh;left:0;position:absolute;right:0;top:0;width:100vw;z-index:5}.modal_full_screen__TEhCt{bottom:0;display:flex;flex-flow:column;left:0;position:fixed;right:0;top:0;-webkit-transform:none;-webkit-transform:initial;transform:none;width:100%;z-index:5}.modal_full_screen__TEhCt .modal_modal__h\+fBC{display:flex;flex-flow:column;flex-grow:1;height:100%;overflow-y:auto;width:auto}.modal_full_screen__TEhCt .modal_modal__h\+fBC hr{border-bottom:1px solid #000;height:0;margin:1rem 2rem}.modal_full_screen__TEhCt .modal_modal__h\+fBC .modal_closeBtn__pprWt{align-self:flex-end;background:url(/static/media/close-btn.35f7f8bd5c92488cee33.svg) 50% no-repeat,transparent;background-size:cover;border:none;border-radius:50%;box-shadow:0 5px 20px 0 rgba(0,0,0,.06);color:#2c3e50;cursor:pointer;font-size:18px;font-weight:500;height:48px;margin-left:auto;margin-right:32px;padding:4px;position:relative;right:auto;top:auto;transition:all .25s ease;width:48px}.modal_full_screen__TEhCt .modal_modal__h\+fBC .modal_modalContent__NcD7o{display:flex;flex-flow:column;flex-grow:1}.modal_full_screen__TEhCt .modal_modal__h\+fBC .modal_modalContent__NcD7o .modal_menu_item__WdcWW{align-items:center;background:transparent;border:none;color:#333;display:flex;font-family:Druk Wide,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:150%;margin:1.6rem 0;text-align:left}.modal_full_screen__TEhCt .modal_modal__h\+fBC .modal_modalContent__NcD7o .modal_menu_item__WdcWW .modal_menu_item_icon__H-a5u{background:#ededed;border-radius:50%;flex-shrink:0;height:52px;margin-right:1rem;padding:.8rem;width:52px}.modal_full_screen__TEhCt .modal_modal__h\+fBC .modal_modalContent__NcD7o .modal_menu_item__WdcWW .modal_menu_item_icon__H-a5u .modal_menu_item_icon_img__TkeSc,.modal_full_screen__TEhCt .modal_modal__h\+fBC .modal_modalContent__NcD7o .modal_menu_item__WdcWW .modal_menu_item_icon__H-a5u img{height:100%;width:100%}.modal_full_screen__TEhCt .modal_modal__h\+fBC .modal_logout_btn_wrapper__WJqWd{align-items:center;background:transparent;border:none;display:flex;margin-bottom:3.6rem;padding:0 2rem}.modal_full_screen__TEhCt .modal_modal__h\+fBC .modal_logout_btn_wrapper__WJqWd img{height:45px;width:52px}.modal_full_screen__TEhCt .modal_modal__h\+fBC .modal_logout_btn_wrapper__WJqWd p{color:#ff4656;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:15px}.modal_full_screen__TEhCt .modal_modal__h\+fBC .modal_version_indicator__QEwPG{margin-bottom:1.6rem;padding:0 2rem}.modal_full_screen__TEhCt .modal_modal__h\+fBC .modal_version_indicator__QEwPG p{color:#111;font-family:Montserrat,sans-serif;font-size:8px;font-style:normal;font-weight:600;line-height:12px;text-align:left;text-transform:uppercase}.modal_bottom_share__6CV4g{bottom:0;left:0;position:fixed;right:0;top:auto;-webkit-transform:none;-webkit-transform:initial;transform:none;width:100%;z-index:5}.modal_bottom_share__6CV4g .modal_modal__h\+fBC{width:auto}.modal_bottom_share__6CV4g .modal_modal__h\+fBC p{color:#111;font-family:Montserrat,sans-serif;font-size:8px;font-style:normal;font-weight:600;line-height:12px;text-align:left;text-transform:uppercase}.modal_bottom_payment_modal__4LCpt{bottom:0;left:0;position:fixed;right:0;top:auto;-webkit-transform:none;-webkit-transform:initial;transform:none;width:100%;z-index:5}.modal_bottom_payment_modal__4LCpt .modal_modal__h\+fBC{width:auto}.modal_bottom_payment_modal__4LCpt .modal_modal__h\+fBC p{color:#111;font-family:Montserrat,sans-serif;font-size:8px;font-style:normal;font-weight:600;line-height:12px;text-align:left;text-transform:uppercase}.modal_bottom_payment_modal__4LCpt .modal_modal__h\+fBC .modal_modalHeader__120fS{padding:2rem}.modal_bottom_payment_modal__4LCpt .modal_modal__h\+fBC .modal_modalHeader__120fS .modal_icon__NMR2i{height:52px;margin-bottom:1rem;padding:0;width:52px}.modal_bottom_payment_modal__4LCpt .modal_modal__h\+fBC .modal_modalHeader__120fS .modal_payment_heading__GuVrB{color:#ff4656;font-family:Druk Wide,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:22px;margin-bottom:1rem}.modal_bottom_payment_modal__4LCpt .modal_modal__h\+fBC .modal_modalHeader__120fS .modal_payment_header_desc__W4TDx{color:#000;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:20px;text-align:left;text-transform:inherit}.modal_bottom_payment_modal__4LCpt .modal_modal__h\+fBC .modal_modalContent__NcD7o .modal_payment_method__PRjia{align-content:center;display:flex;justify-content:space-between;padding:2rem;width:100%}.modal_bottom_payment_modal__4LCpt .modal_modal__h\+fBC .modal_modalContent__NcD7o .modal_payment_method__PRjia h5{color:#333;font-family:Druk Wide,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:19px}.modal_bottom_payment_modal__4LCpt .modal_modal__h\+fBC .modal_modalContent__NcD7o .modal_payment_method__PRjia img{height:14.31px;width:22.5px}.video_video_responsive__U5spQ{height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.video_video_responsive__U5spQ .video_no-padding__Irdn\+{padding:0}.video_video_responsive__U5spQ iframe{height:100%;left:0;position:absolute;top:0;width:100%}.chat-room_chatRooms__enYyc{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;padding:1rem 0;width:100%}.chat-room_chatRoom__wILCO{align-items:center;background-color:#fff;border-radius:.5rem;box-shadow:0 0 .5rem rgba(0,0,0,.1);cursor:pointer;display:flex;font-size:1rem;justify-content:space-between;margin-bottom:1rem;padding:2rem 1rem;transition:all .2s ease-in-out}.chat-room_chatRoom__wILCO:hover{box-shadow:0 0 .5rem rgba(0,0,0,.2);-webkit-transform:scale(1.01);transform:scale(1.01)}.chat-room_chatRoom__wILCO:active{box-shadow:0 0 .5rem rgba(0,0,0,.3);-webkit-transform:scale(1.02);transform:scale(1.02)}.chat-room_chatRoom__wILCO:last-child{margin-bottom:0}.chat-room_chatRoom__wILCO:first-child,.chat-room_chatRoom__wILCO:first-child:last-child,.chat-room_chatRoom__wILCO:only-child{margin-top:1rem}.chat-room_subscribed__fnLEO{background-color:#e8f5e9}.chat-room_cardContent__O9aPk{align-items:center;display:flex;font-size:1rem;justify-content:flex-start;width:100%}.chat-room_arrow__xfDuS{color:#555;font-size:1.5rem;margin-left:auto}.chat-room_arrow__xfDuS svg{height:1.5rem;width:1.5rem}.chat-room_roomIcon__KmC7r{align-items:center;background-color:#eee;border-radius:50%;display:flex;height:3rem;justify-content:center;margin-right:1rem;overflow:clip;width:3rem}.chat-room_roomIcon__KmC7r img{border-radius:50%;height:100%;object-fit:cover;width:100%}.chat-room_roomName__lTk8C{color:#333;font-size:1.2rem;font-weight:500}.chat-room_memberCount__vs\+Vm{color:#555;font-size:1rem;font-weight:500}.chat-room_memberCount__vs\+Vm:before{content:"•";margin:0 .5rem}