body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #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{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;margin:0;padding:0;left:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{min-height:var(--toastify-toast-min-height);box-sizing:border-box;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;border-radius:4px;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (width<=480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(110%)}}@keyframes Toastify__slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-110%)}}@keyframes Toastify__slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width>=768px){.preHeader{font-size:1rem;line-height:1rem}}@media (width>=768px){.headerXl{font-size:2.875rem;line-height:3.45rem}}@media (width>=768px){.headerLg{font-size:2rem;line-height:2.6rem}}@media (width>=768px){.headerLgInverted{font-size:2rem;line-height:2.6rem}}@media (width>=768px){.headerMd{font-size:1.5rem;line-height:1.95rem}}@media (width>=768px){.headerMdInverted{font-size:1.5rem;line-height:1.95rem}}@media (width>=768px){.miniLabel{font-size:.75rem;line-height:.75rem}}@media (width>=768px){.miniLabelLight{font-size:.75rem;line-height:.75rem}}@media (width>=768px){.labelHeaderMd{font-size:1.125rem;line-height:1.4625rem}}.mainSidebar{z-index:400;text-align:center;background-color:#fff;flex-direction:column;width:315px;height:100%;transition:width .3s;display:flex;position:fixed;box-shadow:0 0 10px #0000001a}.mainSidebar~[id*=content]{padding-left:315px;transition:padding-left .3s}.mainSidebar:hover .arrowCircleIcon{opacity:1}nav.isNotExpanded{width:104px}nav.isNotExpanded~[id*=content]{padding-left:104px}.containerLogo{max-width:150px;margin:0 auto;padding:44px 0;transition:max-width .3s;overflow:hidden}.containerLogo svg{width:150px;height:35px}.containerLogo svg path#Lanetalk-text{fill:#000}.containerLogo.collapsed{max-width:36px}.arrowCircleIcon{opacity:0;cursor:pointer;background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s ease-in-out;display:flex;position:absolute;top:90px;right:-21px;box-shadow:0 0 25px #0000001a}.arrowCircleIcon:hover{background-color:#e8f0fe}.arrowCircleIcon:hover svg path{stroke:#3275f5}.arrowCircleIcon.rotated{transform:rotate(180deg)}.mainList{flex-direction:column;gap:8px;display:flex}.mainNavDesktopClassName{display:none}@media (width>=768px){.mainNavDesktopClassName{display:flex}}@keyframes animateOpacity{0%{opacity:0}to{opacity:1}}.adminBack{background:#36a3f7;justify-content:flex-start;align-items:center;width:100%;height:56px;padding-left:20px;display:flex;overflow-x:hidden}.adminBack i{color:#9ad1fb;width:30px;position:absolute}.adminBack span{color:#fff;white-space:nowrap;margin-left:40px;overflow-x:hidden}.hidden{display:none!important}.ps{overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto;overflow:hidden!important}.ps__rail-x{opacity:0;height:15px;transition:background-color .2s linear,opacity .2s linear;display:none;position:absolute;bottom:0}.ps__rail-y{opacity:0;width:15px;transition:background-color .2s linear,opacity .2s linear;display:none;position:absolute;right:0}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{background-color:#0000;display:block}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{opacity:.9;background-color:#eee}.ps__thumb-x{background-color:#aaa;border-radius:6px;height:6px;transition:background-color .2s linear,height .2s ease-in-out;position:absolute;bottom:2px}.ps__thumb-y{background-color:#aaa;border-radius:6px;width:6px;transition:background-color .2s linear,width .2s ease-in-out;position:absolute;right:2px}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{background-color:#999;height:11px}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.ps{overflow:auto!important}}.scrollbar-container{height:100%;position:relative}._Button_qge6a_1._Root_qge6a_1{min-width:unset;text-transform:none;height:45px;box-shadow:none;letter-spacing:.05px;border-radius:5px;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px;padding:13px 16px!important}._Button_qge6a_1._Root_qge6a_1:hover{box-shadow:none}._hovered_qge6a_19:hover{color:#285ec4;background-color:#dfeaff!important}._preHeader_1nien_2{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1nien_2{font-size:1rem;line-height:1rem}}._headerXl_1nien_19{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1nien_19{font-size:2.875rem;line-height:3.45rem}}._headerLg_1nien_36{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1nien_36{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1nien_53{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1nien_53{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1nien_53{text-align:center}._headerMd_1nien_73{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1nien_73{font-size:1.5rem;line-height:1.95rem}}._headerMd_1nien_73{margin-bottom:0}._headerMdInverted_1nien_93{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1nien_93{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1nien_93{text-align:center}._textLabel_1nien_113{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1nien_121{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1nien_130{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1nien_139{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1nien_147{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1nien_147{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1nien_164{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1nien_164{font-size:.75rem;line-height:.75rem}}._linkPrimary_1nien_181{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1nien_191{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1nien_201{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1nien_210{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1nien_210{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1nien_227{color:red;margin-top:.3rem}._inputGroup_1nien_232{display:flex;position:relative}._inputGroup_1nien_232 ._errors_1nien_236{color:#d0021b;margin-top:6px;font-size:14px;font-weight:400}._inputGroup_1nien_232 ._helpText_1nien_242{letter-spacing:.2px;color:#736a85;margin-top:8px;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:400;line-height:21px;position:absolute;top:100%}._textarea_1nien_255{background-color:#fff;border:.5px solid #d8d8d8;border-radius:6px;outline:0;width:100%;height:44px;padding-left:13px;padding-right:13px;font-family:Lato,sans-serif;font-size:1.1rem;font-weight:700}._textarea_1nien_255._error_1nien_236{background:#fbefef;border:2px solid #f14d4d}._textarea_1nien_255[type=date]{-webkit-appearance:none!important;background:#fff!important}._textarea_1nien_255:disabled{opacity:.5}._textarea_1nien_255:focus{border:3px solid #3275f5}._textarea_1nien_255:focus._error_1nien_236{background:#fbefef;border:2px solid #f14d4d}._textarea_1nien_255:hover{border:1px solid #3275f5}._textarea_1nien_255:hover:focus{border:3px solid #3275f5}._textarea_1nien_255:hover:focus._error_1nien_236,._textarea_1nien_255:hover._error_1nien_236{background:#fbefef;border:2px solid #f14d4d}._input_1nien_232{letter-spacing:.2px;border:1px solid #d5d4dc;border-radius:8px;outline:0;width:100%;height:45px;padding:12px;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:21px}._input_1nien_232._error_1nien_236{background:#fbefef;box-shadow:0 0 0 3px #f14d4d!important}._input_1nien_232[type=date]{-webkit-appearance:none!important;background:#fff!important}._input_1nien_232:disabled{color:#bdb9c6;background:#efefef;border:1px solid #e5e5eb}._input_1nien_232:disabled:hover{border:1px solid #e5e5eb}._input_1nien_232::placeholder{color:#8b849b;letter-spacing:.2px;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400}._input_1nien_232:focus{box-shadow:0 0 0 3px #3275f5}._input_1nien_232:focus._error_1nien_236{background:#fbefef;box-shadow:0 0 0 2px #f14d4d}._input_1nien_232:focus:read-only{border:.5px solid #d8d8d8}._input_1nien_232:hover{border:1px solid #3275f5}._input_1nien_232:hover:focus{box-shadow:0 0 0 3px #3275f5}._input_1nien_232:hover:focus._error_1nien_236,._input_1nien_232:hover._error_1nien_236{background:#fbefef;box-shadow:0 0 0 3px #f14d4d}._input_1nien_232:read-only:hover{border:1px solid #d5d4dc}._textarea_1nien_255{resize:none;height:90px;min-height:90px;padding:11px 13px}._formLabel_1nien_378{letter-spacing:.4px;color:#10002e;padding:0 0 8px;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:500;line-height:16px;text-transform:none!important}._currency_1nien_390{color:#c1c2c8;font-weight:700;position:absolute;top:9px;right:10px}._inputSuffix_1nien_398{letter-spacing:.5px;color:#00000080;margin:0 0 0 6px;padding:6px 0;font-family:Lato,Arial,sans-serif;font-size:16px;font-weight:700;position:absolute;right:6px}._padder_1nien_410{width:100%;padding-left:30px;display:flex;position:relative}._padder_1nien_410 ._iconEyePassword_1nien_416{cursor:pointer;position:absolute;top:50%;right:10px;transform:translateY(-50%)}._padder_1nien_410 ._iconEyePassword_1nien_416:after{content:"👁"}._colorBoxWrapper_1nien_427{flex-wrap:wrap;display:flex}._colorBox_1nien_427{background-color:#fff;border:1px solid #d3d3d3;border-radius:3px;margin:4px;position:relative}._colorBox_1nien_427 div{border-style:solid;border-radius:3px;width:36px;height:36px;margin:4px;transition:border .5s}._colorBox_1nien_427 input{opacity:0;cursor:pointer;height:100%;position:absolute;inset:0}._horizontalInput_1nien_458,._horizontalInputDate_1nien_463{align-items:center;display:flex}._horizontalInputDate_1nien_463 div{width:100%}[type=number]::-webkit-inner-spin-button{opacity:1}[type=number]::-webkit-outer-spin-button{opacity:1}._leftMargin_1nien_495{margin-left:-20%}._icon_1nien_416{width:18px;height:18px;position:absolute;top:50%;transform:translateY(-50%)}._iconPrefix_1nien_507{left:14px}._iconSufix_1nien_511{right:14px}._inputContainer_1nien_515{position:relative}._modalWrapper_7vvou_1{z-index:1001;background:#0000004d;justify-content:center;align-items:center;width:100vw;height:100vh;padding:30px;display:flex;position:fixed;top:0;left:0}._modalContainer_7vvou_15{scrollbar-width:thin;background-color:#fff;border-radius:1em;max-height:99%;padding:36px 28px 35px;position:relative;box-shadow:0 1px 7px #00000040}._modalContainer_7vvou_15 ._closeButton_7vvou_24{box-sizing:border-box;cursor:pointer;z-index:1;background:#fbfbfb;border:1px solid #9db8ec;border-radius:50%;width:40px;height:40px;position:absolute;top:22px;right:0;transform:translate(50%);box-shadow:1px 1px 7px #00000040}._modalContainer_7vvou_15 ._closeButton_7vvou_24:before{content:url("data:image/svg+xml,%3csvg%20width='15'%20height='15'%20viewBox='0%200%2015%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.0824%2014.1769L14.177%201.08231'%20stroke='%23424242'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M14.177%2014.1769L1.08243%201.08231'%20stroke='%23424242'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");width:15px;height:15px;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._modalContainer_7vvou_15::-webkit-scrollbar{width:8px}._modalContainer_7vvou_15::-webkit-scrollbar-track{background:#fff;border-radius:.3125em}._modalContainer_7vvou_15::-webkit-scrollbar-thumb{background:#cfcccc;border-radius:4px}._zoomIn_7vvou_64{animation-name:_zoomIn_7vvou_64;animation-duration:.3s}@keyframes _zoomIn_7vvou_64{0%{transform:scale(.3)}to{transform:scale(1)}}._preHeader_1yx1j_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1yx1j_1{font-size:1rem;line-height:1rem}}._headerXl_1yx1j_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1yx1j_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1yx1j_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1yx1j_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1yx1j_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1yx1j_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1yx1j_52{text-align:center}._headerMd_1yx1j_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1yx1j_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1yx1j_72{margin-bottom:0}._headerMdInverted_1yx1j_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1yx1j_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1yx1j_92{text-align:center}._textLabel_1yx1j_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1yx1j_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1yx1j_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1yx1j_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1yx1j_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1yx1j_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1yx1j_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1yx1j_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1yx1j_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1yx1j_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1yx1j_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1yx1j_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1yx1j_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1yx1j_226{color:red;margin-top:.3rem}._slideDown_1yx1j_231{transition-property:transform;transition-duration:.2s;transition-timing-function:ease-out;transform:translate(0%)}._transitionToWhiteBackground_1yx1j_238{background-color:#fff;transition-property:background-color;transition-duration:.4s;transition-timing-function:linear}._btnContained_1yx1j_245{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#fff;text-align:center;background-color:#3275f5;border:1px solid #000;border-radius:6px;min-width:138px;padding-left:16px;padding-right:16px;font-family:Roboto,sans-serif;font-style:normal;line-height:1.75;text-decoration:none}._btnContained_1yx1j_245:hover{background-color:#4a85f6}._btnContained_1yx1j_245:disabled{cursor:not-allowed;pointer-events:none}._btnContained_1yx1j_245:active{color:#436586;background-color:#0000;border-color:#4d4d4d}._btnContained_1yx1j_245:focus{outline:none}._btnOutlinedExpandable_1yx1j_281{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#3275f5;text-align:center;background-color:#0000;border:1px solid #3275f5;border-radius:5px;padding-left:16px;padding-right:16px;font-family:Roboto,sans-serif;font-style:normal;line-height:1.75;text-decoration:none}._btnOutlinedExpandable_1yx1j_281:active{color:#0a4ed0;background-color:#229dff08;border-color:#0a4ed0}._btnOutlinedExpandable_1yx1j_281:hover{color:#0a4ed0;background-color:#229dff08;border-color:#0a4ed0;transition:all .3s}._btnOutlinedExpandable_1yx1j_281:focus{outline:none}._btnPrimary_1yx1j_312,._btnOutlinedWhite_1yx1j_312{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#fff;text-align:center;background-color:#3275f5;border:1px solid #3275f5;border-radius:5px;justify-content:center;align-items:center;height:45px;padding-left:16px;padding-right:16px;font-family:Roboto,sans-serif;font-style:normal;line-height:19px;text-decoration:none;transition:all .3s;display:flex}._btnPrimary_1yx1j_312:focus,._btnOutlinedWhite_1yx1j_312:focus{outline:none}._btnPrimary_1yx1j_312:hover,._btnOutlinedWhite_1yx1j_312:hover{color:#fff;background:linear-gradient(#0003,#0003),#3275f5;border-color:#0000;transition:all .3s}._btnPrimary_1yx1j_312:disabled,._btnOutlinedWhite_1yx1j_312:disabled{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:silver;text-align:center;cursor:none;pointer-events:none;background-color:#b7b7b7;border:1px solid #b7b7b7;border-radius:5px;padding-left:16px;padding-right:16px;font-family:Roboto,sans-serif;font-style:normal;line-height:1.75;text-decoration:none}._btnPrimaryNew_1yx1j_362{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#fff;text-align:center;background-color:#3275f5;border:1px solid #3275f5;border-radius:5px;justify-content:center;align-items:center;height:45px;padding-left:16px;padding-right:16px;font-family:Roboto,sans-serif;font-style:normal;line-height:19px;text-decoration:none;transition:all .3s;display:flex}._btnPrimaryNew_1yx1j_362:hover{color:#fff;background:linear-gradient(#0003,#0003),#3275f5;border-color:#0000;transition:all .3s}._btnPrimaryNew_1yx1j_362:disabled{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:silver;text-align:center;cursor:none;pointer-events:none;background-color:#d6d6d6;border:1px solid #d6d6d6;border-radius:5px;padding-left:16px;padding-right:16px;font-family:Roboto,sans-serif;font-style:normal;line-height:1.75;text-decoration:none}._btnPrimaryNew_1yx1j_362:focus{outline:none}._btnDanger_1yx1j_414,._btnDangerOutlined_1yx1j_414{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#ed1919;text-align:center;background-color:#ed19191a;border:none;border-radius:5px;padding-left:16px;padding-right:16px;font-family:Roboto,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:15px;text-decoration:none}._btnDanger_1yx1j_414:active,._btnDangerOutlined_1yx1j_414:active{color:#436586;background-color:#0000;border-color:#4d4d4d}._btnDanger_1yx1j_414:focus,._btnDangerOutlined_1yx1j_414:focus{outline:none}._btnRemove_1yx1j_447{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#fff;text-align:center;background-color:#f14d4d;border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;height:45px;padding-left:16px;padding-right:16px;font-family:Roboto,sans-serif;font-style:normal;line-height:19px;text-decoration:none;transition:background-color .3s;display:flex}._btnRemove_1yx1j_447:hover{color:#fff;background-color:#de2f2f;border-color:#0000;transition:all .3s}._btnRemove_1yx1j_447:disabled{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:silver;text-align:center;cursor:none;pointer-events:none;background-color:#b7b7b7;border:1px solid #b7b7b7;border-radius:5px;padding-left:16px;padding-right:16px;font-family:Roboto,sans-serif;font-style:normal;line-height:1.75;text-decoration:none}._btnRemove_1yx1j_447:focus{outline:none}._btnDropOutlined_1yx1j_497{letter-spacing:.03em;color:#3275f5;align-items:center;height:45px;padding-right:8px;font-family:Roboto,sans-serif;font-size:16px;font-weight:500;line-height:19px;display:flex;position:relative}._btnDropOutlined_1yx1j_497:after{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='14'%20height='9'%20viewBox='0%200%2014%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201.5L7%207.5L13%201.5'%20stroke='%233275F5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;width:14px;height:9px;position:absolute;top:50%;left:100%;transform:translateY(-4.5px)}._btnDropOutlined_1yx1j_497._rotated_1yx1j_521:after{transform:translateY(-4.5px)rotate(180deg)}._btnPrimaryOutlined_1yx1j_525{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#3275f5;text-align:center;background-color:#0000;border:1px solid #3275f5;border-radius:5px;justify-content:center;align-items:center;height:45px;padding-left:16px;padding-right:16px;font-family:Roboto,sans-serif;font-style:normal;line-height:19px;text-decoration:none;transition:all .3s;display:flex}._btnPrimaryOutlined_1yx1j_525:hover{color:#3275f5;background-color:#dfeaff;border-color:#3275f5;transition:all .3s}._btnPrimaryOutlined_1yx1j_525:disabled{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#d6d6d6;text-align:center;cursor:not-allowed;background-color:#f7f7f7;border:1px solid #d6d6d6;border-radius:5px;padding-left:16px;padding-right:16px;font-family:Roboto,sans-serif;font-style:normal;line-height:1.75;text-decoration:none}._btnPrimaryOutlined_1yx1j_525:focus{outline:none}._btnPrimaryOutlinedIcon_1yx1j_576{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#3275f5;text-align:center;background-color:#0000;border:none;border-bottom:1px solid #3275f5;border-radius:0;justify-content:center;align-items:center;height:31px;padding-left:0;padding-right:0;font-family:Roboto,sans-serif;font-style:normal;line-height:19px;text-decoration:none;transition:all .3s;display:flex}._btnPrimaryOutlinedIcon_1yx1j_576:hover{color:#3275f5;background-color:#dfeaff;border-color:#3275f5;transition:all .3s}._btnPrimaryOutlinedIcon_1yx1j_576:disabled{cursor:none;pointer-events:none;-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#fff;text-align:center;background-color:#7ba6f9;border:none;border-radius:5px;min-width:97px;padding:13px 0;font-family:Roboto,sans-serif;font-size:17px;font-style:normal;font-weight:400;line-height:19px;text-decoration:none}._btnPrimaryOutlinedIcon_1yx1j_576:disabled:active{color:#436586;background-color:#0000;border-color:#4d4d4d}._btnPrimaryOutlinedIcon_1yx1j_576:disabled:focus,._btnPrimaryOutlinedIcon_1yx1j_576:focus{outline:none}._btnOutlinedWhite_1yx1j_312{color:#3275f5;background-color:#fff;border:1px solid #36a3f7}._btnDangerOutlined_1yx1j_414{color:#ed19191a;background-color:#fff;border:1px solid #ed19191a}._btnDangerOutlined_1yx1j_414:hover{color:#fff;background-color:#ed19191a;border:1px solid #ed19191a}._btnAction_1yx1j_666{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#5889e9;text-align:center;background-color:#8cabe926;border:1px solid #0000;border-radius:5px;padding:6px 21px;font-family:Roboto,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:15px;text-decoration:none}._btnAction_1yx1j_666:focus{outline:none}._btnAction_1yx1j_666:hover{color:#5889e9;background-color:#618ce126;border-color:#0000;transition:all .3s}._btnActionIcon_1yx1j_698{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#5889e9;text-align:center;background-color:#8cabe926;border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;min-width:35px;height:35px;padding:0;font-family:Roboto,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:15px;text-decoration:none;display:flex}._btnActionIcon_1yx1j_698:hover{color:#5889e9;background-color:#618ce126;border-color:#0000;transition:all .3s}._btnActionIcon_1yx1j_698:focus{outline:none}._btnWhiteActionIcon_1yx1j_735{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#5889e9;text-align:center;background-color:#fff;border:1px solid #fff;border-radius:5px;justify-content:center;align-items:center;min-width:35px;min-height:35px;padding:0;font-family:Roboto,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:15px;text-decoration:none;display:flex}._btnWhiteActionIcon_1yx1j_735:hover{color:#5889e9;background-color:#e6e6e6;border-color:#f2f2f2;transition:all .3s}._btnWhiteActionIcon_1yx1j_735:focus{outline:none}._btnRemoveIcon_1yx1j_772{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#ed1919;text-align:center;background-color:#fde8e8;border:1px solid #fde8e8;border-radius:5px;justify-content:center;align-items:center;min-width:35px;height:29px;padding:0;font-family:Roboto,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:15px;text-decoration:none;display:flex}._btnRemoveIcon_1yx1j_772:hover{color:#ed1919;background-color:#fbd1d1;border-color:#fbd1d1;transition:all .3s}._btnIconPrimary_1yx1j_806{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#fff;text-align:center;background-color:#3275f5;border:none;border-radius:50%;justify-content:center;align-items:center;min-width:58px;min-height:58px;padding:13px 0;font-family:Roboto,sans-serif;font-size:17px;font-style:normal;font-weight:400;line-height:19px;text-decoration:none;display:flex;box-shadow:0 0 4px #58585840}._btnIconPrimary_1yx1j_806:active{color:#436586;background-color:#0000;border-color:#4d4d4d}._btnIconPrimary_1yx1j_806:hover{color:#fff;background-color:#1a65f4;border-color:#1a65f4;transition:all .3s}._btnIconPrimary_1yx1j_806:focus{outline:none}._btnRemoveNew_1yx1j_853{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#fff;text-align:center;background-color:#f14d4d;border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;height:45px;padding-left:16px;padding-right:16px;font-family:Roboto,sans-serif;font-style:normal;line-height:19px;text-decoration:none;transition:background-color .3s;display:flex}._btnRemoveNew_1yx1j_853:disabled{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:silver;text-align:center;cursor:none;pointer-events:none;background-color:#b7b7b7;border:1px solid #b7b7b7;border-radius:5px;padding-left:16px;padding-right:16px;font-family:Roboto,sans-serif;font-style:normal;line-height:1.75;text-decoration:none}._btnRemoveNew_1yx1j_853:focus{outline:none}._btnRemoveNew_1yx1j_853:hover{color:#fff;background-color:#de2f2f;border-color:#0000;transition:all .3s}._btnGrey_1yx1j_905{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#9d9d9d;text-align:center;background-color:#b4b4b433;border:1px solid #b4b4b433;border-radius:5px;padding-left:16px;padding-right:16px;font-family:Roboto,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:14px;text-decoration:none}._btnGrey_1yx1j_905:hover{color:#9d9d9d;background-color:#9b9b9b33;border-color:#a7a7a733;transition:all .3s}._btnGrey_1yx1j_905:focus{outline:none}._btnPrimaryDisabled_1yx1j_936{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#fff;text-align:center;cursor:none;pointer-events:none;text-align:center;background-color:#3275f5;border:none;border-radius:5px;width:174px;min-width:97px;height:45px;padding:13px 0;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px;text-decoration:none;box-shadow:0 1px 3px #69696940}._btnPrimaryDisabled_1yx1j_936:focus{outline:none}._btnPrimaryDisabled_1yx1j_936:active{color:#436586;background-color:#0000;border-color:#4d4d4d}button:disabled{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:silver;text-align:center;cursor:none;pointer-events:none;background-color:#0000;border:1px solid #0000;border-radius:5px;padding-left:16px;padding-right:16px;font-family:Roboto,sans-serif;font-style:normal;line-height:1.75;text-decoration:none}button:disabled:focus{outline:none}._btnSecondary_1yx1j_1004{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#3275f5;text-align:center;text-align:center;background-color:#fff;border:1px solid #3275f5;border-radius:5px;justify-content:center;align-items:center;height:45px;padding-left:16px;padding-right:16px;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px;text-decoration:none;transition:all .3s;display:flex}._btnSecondary_1yx1j_1004:hover{color:#3275f5;background-color:#dfeaff;border-color:#3275f5;transition:all .3s}._btnSecondary_1yx1j_1004:disabled{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:silver;text-align:center;cursor:none;pointer-events:none;background-color:#0000;border:1px solid #b7b7b7;border-radius:5px;padding-left:16px;padding-right:16px;font-family:Roboto,sans-serif;font-style:normal;line-height:1.75;text-decoration:none}._btnLink_1yx1j_1056{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#3275f5;text-align:center;letter-spacing:.03em;text-align:center;background-color:#0000;border:none;border-bottom:1px solid #3275f5;border-radius:0;justify-content:center;align-items:center;height:31px;padding-left:16px;padding-right:16px;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px;text-decoration:none;display:flex}._btnLink_1yx1j_1056:hover{color:#3275f5;background-color:#dfeaff;border-color:#3275f5;transition:all .3s}._btnLink_1yx1j_1056:disabled{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#656565;text-align:center;cursor:none;pointer-events:none;background-color:#0000;border:1px solid #0000;border-radius:5px;padding-left:16px;padding-right:16px;font-family:Roboto,sans-serif;font-style:normal;line-height:1.75;text-decoration:none}._btnLink_1yx1j_1056:focus{outline:none}@media (width>=768px){._contentContainer_1yx1j_1115{max-width:1128px;margin-left:auto;margin-right:auto;padding:0}}._paragraphLineContainer_1yx1j_1123{padding:0 16px}@media (width>=768px){._paragraphLineContainer_1yx1j_1123{max-width:840px;margin-left:auto;margin-right:auto;padding:0}}._marginTopSm_1yx1j_1135{margin-top:18px}._marginTopMd_1yx1j_1139{margin-top:27px}._marginTop_1yx1j_1135{margin-top:20px}._marginTopAndLeft_1yx1j_1147{margin-top:20px;margin-left:20px}@media (width<=768px){._hideOnMobile_1yx1j_1153{display:none!important}}._flexRowContainer_1yx1j_1158{flex-direction:column;display:flex}._flexRow_1yx1j_1158{flex:1;margin-top:12px;display:flex}._flexOne_1yx1j_1169{flex:1}._flexOneML_1yx1j_1173{flex:1;margin-left:24px}._pageBody_1yx1j_1178{background-color:#fff;border-radius:6px;margin-top:15px;padding:20px}@media (width>=768px){._pageBody_1yx1j_1178{padding:40px}}._tooltip_1yx1j_1190{display:inline-block;position:relative}._tooltip_1yx1j_1190 ._tooltiptext_1yx1j_1196{visibility:hidden;color:#fff;text-align:center;z-index:1;background-color:#000;border-radius:6px;padding:5px;position:absolute;top:-20px;left:0}._tooltip_1yx1j_1190:hover ._tooltiptext_1yx1j_1196{visibility:visible}._tableCell_1yx1j_1215{align-items:center;height:auto;display:flex;border:none!important}._tableCellActions_1yx1j_1222{justify-content:flex-end;align-items:flex-end;height:auto;display:flex;border:none!important;padding:10px 3px 10px 0!important}._disabled_1yx1j_1231{opacity:.3;cursor:default}._container_1yx1j_1236{padding:40px}._fadeIn_1yx1j_1240{animation-name:_fadeIn_1yx1j_1240;animation-duration:1s;animation-timing-function:ease-in}@keyframes _fadeIn_1yx1j_1240{0%{opacity:0}to{opacity:1}}._inputPrimary_1yx1j_1254,._inputError_1yx1j_1254{color:#000;background-color:#fff;background-clip:padding-box;border:1px solid #e1e4e6;border-radius:.25rem;width:100%;padding:.6rem 1rem;font-family:Roboto,Arial,sans-serif;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}._inputPrimary_1yx1j_1254:focus,._inputError_1yx1j_1254:focus{border-color:#3e93ff;outline:none}._inputError_1yx1j_1254{border:1px solid red}i{speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;font-style:normal;font-weight:400;line-height:1;font-family:"Font Awesome 5 Free"!important}._iconIdCard_1yx1j_1289:before{content:""}._iconDownload_1yx1j_1293:before{content:""}._iconDoubleLeft_1yx1j_1297:before{content:""}._iconTool_1yx1j_1301:before{content:""}._iconDoubleRight_1yx1j_1305:before{content:""}._iconCheck_1yx1j_1309:before{content:""}._iconFilter_1yx1j_1313:before{content:""}._iconError_1yx1j_1317:before{content:""}._iconEdit_1yx1j_1321:before{content:""}._iconArrowRight_1yx1j_1325:before{content:""}._iconArrowLeft_1yx1j_1329:before{content:""}._iconTimesCircle_1yx1j_1333:before{content:""}._iconTimer_1yx1j_1337:before{content:""}._iconSearch_1yx1j_1341:before{content:""}._iconAddressCard_1yx1j_1345:before{content:""}._iconLogout_1yx1j_1349:before{content:""}._iconCheckCircle_1yx1j_1353:before{content:""}._iconLink_1yx1j_1357:before{content:""}._iconPlus_1yx1j_1361:before{content:""}._iconMinus_1yx1j_1365:before{content:""}._iconHamburger_1yx1j_1369:before{content:""}._iconHome_1yx1j_1373:before{content:""}._iconFile_1yx1j_1377:before{content:""}._iconSignInAlt_1yx1j_1381:before{content:""}._iconDollarSign_1yx1j_1389:before{content:""}._iconMapMarkerAlt_1yx1j_1393:before{content:""}._iconCoffee_1yx1j_1397:before{content:""}._iconImages_1yx1j_1401:before{content:""}._iconPicture_1yx1j_1405:before{content:""}._iconUsers_1yx1j_1409:before{content:""}._iconUser_1yx1j_1409:before{content:""}._iconCalendarAlt_1yx1j_1417:before{content:""}._iconGift_1yx1j_1421:before{content:""}._iconCreditCard_1yx1j_1425:before{content:""}._iconTicketAlt_1yx1j_1429:before{content:""}._iconDesktop_1yx1j_1433:before{content:""}._iconQuestionCircle_1yx1j_1437:before{content:""}._iconComments_1yx1j_1441:before{content:""}._ellipsisH_1yx1j_1445:before{content:""}._iconChartBar_1yx1j_1449:before{content:""}._userCircle_1yx1j_1453:before{content:""}._iconNotifications_1yx1j_1457:before{content:""}._iconWifi_1yx1j_1461:before{content:""}._iconAngleDown_1yx1j_1465:before{content:""}._iconAngleUp_1yx1j_1469:before{content:""}._iconArrowUp_1yx1j_1473:before{content:""}._iconArrowDown_1yx1j_1477:before{content:""}._iconWheelChair_1yx1j_1481:before{content:""}._iconPencilSquare_1yx1j_1485:before{content:""}._iconInfoCircle_1yx1j_1489:before{content:""}._iconChevronLeft_1yx1j_1493:before{content:""}._iconChevronRight_1yx1j_1497:before{content:""}._iconChevronDown_1yx1j_1501:before{content:""}._iconReply_1yx1j_1505:before{content:""}._iconPercentage_1yx1j_1509:before{content:""}._iconMoneyBill_1yx1j_1513:before{content:""}._iconUniversity_1yx1j_1517:before{content:""}._iconUserPlus_1yx1j_1521:before{content:""}._iconRemove_1yx1j_1525:before{content:""}._iconTrophy_1yx1j_1529:before{content:""}._iconLock_1yx1j_1533:before{content:""}._iconArrowCircleLeft_1yx1j_1537:before{content:""}._iconSignal_1yx1j_1541:before{content:""}._iconList_1yx1j_1545:before{content:""}._iconClaim_1yx1j_1549:before{content:""}._iconTimes_1yx1j_1333:before{content:""}._iconSettings_1yx1j_1557:before{content:""}._iconPosts_1yx1j_1561:before{content:""}._iconLine_1yx1j_1565:before{content:"";border-top:1px solid #cacaca;width:1.87em;display:inline-block}._titleIcon_1yx1j_1572{color:#36a3f7;width:40px;height:40px;margin-right:20px;font-size:40px}._iconSupport_1yx1j_1580:before{content:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7%200C3.1402%200%200%203.1402%200%207V9.9001C0%2010.6169%200.6279%2011.2%201.4%2011.2H2.1C2.28565%2011.2%202.4637%2011.1263%202.59497%2010.995C2.72625%2010.8637%202.8%2010.6857%202.8%2010.5V6.8999C2.8%206.71425%202.72625%206.5362%202.59497%206.40492C2.4637%206.27365%202.28565%206.1999%202.1%206.1999H1.4644C1.8536%203.4909%204.1846%201.4%207%201.4C9.8154%201.4%2012.1464%203.4909%2012.5356%206.1999H11.9C11.7143%206.1999%2011.5363%206.27365%2011.405%206.40492C11.2737%206.5362%2011.2%206.71425%2011.2%206.8999V11.2C11.2%2011.9721%2010.5721%2012.6%209.8%2012.6H8.4V11.9H5.6V14H9.8C11.3442%2014%2012.6%2012.7442%2012.6%2011.2C13.3721%2011.2%2014%2010.6169%2014%209.9001V7C14%203.1402%2010.8598%200%207%200Z'%20fill='%23707070'/%3e%3c/svg%3e")}._iconMatches_1yx1j_1584:before{content:url(/assets/bowls-Cfzjku9H.svg)}._iconUnclaim_1yx1j_1588._isActive_1yx1j_1588:before{content:url("data:image/svg+xml,%3csvg%20width='18'%20height='16'%20viewBox='0%200%2018%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2%205H16V15C16%2015.5523%2015.5523%2016%2015%2016H3C2.44772%2016%202%2015.5523%202%2015V5Z'%20fill='white'/%3e%3crect%20x='0.75'%20y='0.75'%20width='16.5'%20height='3.5'%20rx='0.75'%20fill='white'%20stroke='white'%20stroke-width='0.5'/%3e%3cline%20x1='7'%20y1='8'%20x2='11'%20y2='8'%20stroke='%239DB8EC'%20stroke-linecap='square'/%3e%3c/svg%3e")}._iconUnclaim_1yx1j_1588:before{content:url("data:image/svg+xml,%3csvg%20width='18'%20height='17'%20viewBox='0%200%2018%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2%205.16663H16V15.1666C16%2015.7189%2015.5523%2016.1666%2015%2016.1666H3C2.44772%2016.1666%202%2015.7189%202%2015.1666V5.16663Z'%20fill='%23707070'/%3e%3crect%20x='0.75'%20y='0.916626'%20width='16.5'%20height='3.5'%20rx='0.75'%20fill='%23707070'%20stroke='white'%20stroke-width='0.5'/%3e%3cline%20x1='7'%20y1='8.16663'%20x2='11'%20y2='8.16663'%20stroke='white'%20stroke-linecap='square'/%3e%3c/svg%3e")}._isActive_1yx1j_1588:before{color:#fff}._deleteConfirmation_waa6j_1{text-align:center;padding:30px 32px 20px;font-family:Roboto,sans-serif}._deleteConfirmation_waa6j_1 h2._title_waa6j_6{color:#424242;justify-content:center;margin-bottom:24px;font-size:27px;line-height:32px;display:flex}._deleteConfirmation_waa6j_1 p{margin-bottom:0;font-size:16px;line-height:19px}._deleteConfirmation_waa6j_1 p._confirmText_waa6j_19{justify-content:center;max-width:355px;display:flex}._deleteConfirmation_waa6j_1 ._deleteActions_waa6j_24{justify-content:space-between;margin-top:32px;display:flex}._deleteConfirmation_waa6j_1 ._deleteBtn_waa6j_29{text-transform:none;font-size:16px;font-weight:500;line-height:19px}._deleteConfirmation_waa6j_1 ._deleteBtn_waa6j_29 svg{width:32px;height:32px}._deleteConfirmation_waa6j_1 ._deleteBtn_waa6j_29 svg rect{fill:#3275f5}._deleteConfirmation_waa6j_1 ._confirmBtn_waa6j_42{text-transform:unset;font-size:16px;font-weight:500;line-height:19px}._deleteConfirmation_waa6j_1 ._nameInput_waa6j_48{text-align:left;margin:24px 0}._optionsBar_1u7on_1{align-items:center;gap:10px;margin:0;padding:0;display:flex}._optionsBar_1u7on_1 li{list-style:none}._userWrapper_cq07i_1{border-bottom:1px solid #0000001f;padding:14px 16px;display:flex}._userDefault_cq07i_7{color:#f3f3f3;padding:0;font-size:70px}._profileText_cq07i_13{flex-direction:column;margin-top:2px;margin-left:16px;display:flex}._roleLabel_cq07i_20{margin-top:4px;font-size:13px;font-weight:700}._userMenuItem_cq07i_26{color:#000;align-items:center;font-weight:400;display:flex}._userMenuItem_cq07i_26 i{color:#9295a1;width:22px;margin-right:14px;font-size:20px}._top_1hkmi_1{background:#fff;justify-content:space-between;align-items:center;padding:16px 41px 16px 40px;display:flex;box-shadow:0 0 8px #0000000d,inset 0 -1px #0000001a}._header_1hkmi_10{justify-content:flex-start;align-items:center;max-width:85%;display:flex;overflow-x:clip}._header_1hkmi_10 ul{align-items:center;margin:0;padding:0;list-style:none;display:flex;overflow:hidden}._header_1hkmi_10 ul li{flex-grow:1;flex-shrink:2;align-items:center;transition:all .3s;display:flex;overflow:hidden}._header_1hkmi_10 ul li:first-child{flex-grow:0;flex-shrink:0}._header_1hkmi_10 ul li:not(:first-child):before{content:url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12.5L10 8.5L6 4.5' stroke='lightgray' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");margin:0 8px;line-height:0;display:inline-block}._header_1hkmi_10 ul li:last-child{flex:none}._header_1hkmi_10 ul li:last-child ._link_1hkmi_46{opacity:1;cursor:default;pointer-events:none}._header_1hkmi_10 ul li:hover{flex-shrink:0}._header_1hkmi_10 ._link_1hkmi_46{white-space:nowrap;text-overflow:ellipsis;color:#424242;opacity:.3;margin:0;font-family:Roboto,"sans-serif";font-size:24px;font-weight:500;transition:opacity .3s ease-in-out;overflow:hidden}._header_1hkmi_10 ._link_1hkmi_46:hover{opacity:1}._header_1hkmi_10 ._btnBack_1hkmi_69{box-sizing:border-box;background-color:#0000;border:none;outline:none;margin-right:6px;padding:10px;line-height:0}._header_1hkmi_10 ._actions_1hkmi_78{margin-left:24px;display:flex}._header_1hkmi_10 ._actions_1hkmi_78 button{cursor:pointer;border-radius:50%;width:40px;height:40px;line-height:0}._header_1hkmi_10 ._actions_1hkmi_78 ._edit_1hkmi_89{margin-right:16px}._header_1hkmi_10 ._actions_1hkmi_78 ._edit_1hkmi_89:hover{background-color:#2196f34d}._header_1hkmi_10 ._actions_1hkmi_78 ._edit_1hkmi_89:hover svg{stroke:#0347c7}._header_1hkmi_10 ._actions_1hkmi_78 ._delete_1hkmi_98:hover{background-color:#f3212133}._container_nkuy4_1{background-color:#f6f6f6;min-height:100vh;font-family:Roboto,sans-serif}._emptySpace_nkuy4_7{text-align:center;margin-top:271px}._emptySpace_nkuy4_7 h3{opacity:.3;margin-top:33.5px;margin-bottom:4px;font-size:22px;font-weight:500;line-height:125.3%}._emptySpace_nkuy4_7 p{color:#1b2b41b8;margin:0;font-size:16px;font-weight:400;line-height:26px}._search_nkuy4_27{z-index:1;background-color:#fff;justify-content:space-between;align-items:flex-end;gap:24px;padding:24px 40px;display:flex;position:sticky;top:0;box-shadow:0 4px 8px #0000000d,inset 0 -1px #0000001a}._search_nkuy4_27 ._searchInput_nkuy4_39{flex:1 0 300px;max-width:666px}._content_nkuy4_44{padding:24px 40px 40px}._table_nkuy4_48{background:#f6f6f6;border:none;border-radius:8px;overflow:hidden;box-shadow:0 22px 64px #00000026}._table_nkuy4_48 ._cell_nkuy4_55{color:#111827;align-items:center;height:52px;padding:6px 16px;font-size:16px;font-weight:400;line-height:19px;display:flex}._table_nkuy4_48 ._cell_nkuy4_55:hover{cursor:pointer}._noData_nkuy4_69{background-color:#f6f6f6;justify-content:center;align-items:center;display:flex;position:absolute;inset:40px 0 0}._noData_nkuy4_69 h3{text-align:center;opacity:.3;font-size:22px;font-weight:500;line-height:26px}._disabledBtn_nkuy4_88{opacity:.5}._disabledBtn_nkuy4_88 svg path{stroke:#3c4555}.ReactTable .rt-thead ._columnHeader_nkuy4_95{text-align:left;color:#909090;background-color:#fff;border:0;padding:12px 16px;font-size:14px;font-weight:600;line-height:16px}.ReactTable .rt-thead ._columnHeader_nkuy4_95:last-child{text-align:right}._loading_nkuy4_129{margin-top:271px}._emptySpace_nkuy4_7 h3{margin-top:13.5px}._searchInput_nkuy4_39{max-width:687px}._clearBtn_nkuy4_141{cursor:pointer;line-height:0}._clearBtn_nkuy4_141 svg path{stroke-width:2px;stroke:#adadad}._clearBtn_nkuy4_141:hover svg path{stroke:#000}._noData_nkuy4_69{top:49px}._table_nkuy4_48 ._cell_nkuy4_55{align-items:center;height:63px;display:flex}._image_nkuy4_163{border:1px solid #d8d8d8;border-radius:4px;width:50px;height:50px}._image_nkuy4_163 img{object-fit:contain;width:100%;height:100%}.ReactTable .rt-thead ._columnHeader_nkuy4_95{border-bottom:1px solid #dadee3;padding:14px 16px;line-height:20px}.infinite-scroll-component{overflow:initial!important}.Toastify .success{text-align:center;border:0;border-radius:5px;min-height:50px;margin:0 0 8px;box-shadow:0 8px 17px #04340045}.Toastify .error{color:#fff;text-align:center;background:#ff6969;border:none;border-radius:5px;min-height:50px;margin:0;box-shadow:0 8px 17px #53535340}.Toastify .Toastify__toast{font-family:Roboto,sans-serif}.Toastify .Toastify__toast-container--bottom-right{padding:0;bottom:80px;right:80px}.Toastify .icon{color:#fff;margin:0 16px 0 8px;font-size:18px}.Toastify .toastWrapperContent{align-items:center;display:flex}.Toastify .Toastify__toast-container{width:auto}._container_r6ar9_1{background-color:#f6f6f6;min-height:100vh;font-family:Roboto,sans-serif}._loading_r6ar9_7{margin-top:271px}._emptySpace_r6ar9_11{text-align:center;margin-top:271px}._emptySpace_r6ar9_11 h3{opacity:.3;margin-top:33.5px;margin-bottom:4px;font-size:22px;font-weight:500;line-height:125.3%}._emptySpace_r6ar9_11 p{color:#1b2b41b8;margin:0;font-size:16px;font-weight:400;line-height:26px}._wrapper_r6ar9_31{background-color:#fff;border-radius:10px;gap:32px;max-width:766px;margin:24px auto;padding:32px;display:flex;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012}._image_r6ar9_42{background-color:#d8d8d8;border-radius:8px;width:230px;min-width:230px;height:230px;overflow:hidden}._image_r6ar9_42 img{object-fit:cover;width:100%;height:100%}._info_r6ar9_56 p{letter-spacing:.4px;color:#707071;margin-bottom:8px;font-size:14px;font-weight:500;line-height:16px}._info_r6ar9_56 h2{letter-spacing:.2px;color:#10002e;text-transform:capitalize;overflow-wrap:break-word;word-break:break-word;font-size:26px;font-weight:400}._info_r6ar9_56:not(:last-child){margin-bottom:24px}._deleteConfirmation_r6ar9_77{text-align:center;padding:30px 32px 20px;font-family:Roboto,sans-serif}._deleteConfirmation_r6ar9_77 h2{color:#424242;margin-bottom:24px;font-size:27px;line-height:32px}._deleteConfirmation_r6ar9_77 p{margin-bottom:0;font-size:16px;line-height:19px}._deleteConfirmation_r6ar9_77 ._deleteActions_r6ar9_93{justify-content:space-between;margin-top:32px;display:flex}._deleteConfirmation_r6ar9_77 ._deleteBtn_r6ar9_98{text-transform:none;font-size:16px;font-weight:500;line-height:19px}._deleteConfirmation_r6ar9_77 ._deleteBtn_r6ar9_98 svg{width:32px;height:32px}._deleteConfirmation_r6ar9_77 ._deleteBtn_r6ar9_98 svg rect{fill:#3275f5}._preHeader_meg9c_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_meg9c_1{font-size:1rem;line-height:1rem}}._headerXl_meg9c_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_meg9c_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_meg9c_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_meg9c_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_meg9c_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_meg9c_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_meg9c_52{text-align:center}._headerMd_meg9c_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_meg9c_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_meg9c_72{margin-bottom:0}._headerMdInverted_meg9c_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_meg9c_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_meg9c_92{text-align:center}._textLabel_meg9c_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_meg9c_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_meg9c_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_meg9c_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_meg9c_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_meg9c_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_meg9c_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_meg9c_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_meg9c_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_meg9c_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_meg9c_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_meg9c_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_meg9c_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_meg9c_226{color:red;margin-top:.3rem}._inputSuffix_meg9c_231{letter-spacing:.5px;color:#00000080;margin:0 6px;padding:6px 0;font-family:Lato,sans-serif;font-size:16px;font-weight:700}._errors_meg9c_241{color:#d0021b;z-index:300;margin-top:2px;font-size:14px;font-weight:400}._formLabel_meg9c_249{letter-spacing:.4px;color:#10002e;padding:0 0 8px;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:500;line-height:16px;text-transform:none!important}._placeholder_meg9c_261{color:#8b849b;letter-spacing:.2px;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400;line-height:21px}._checkboxRoot_meg9c_271{color:#8b8b8b!important}._checked_meg9c_275{color:#3275f5!important}._selectSearch_r2bbp_1{width:100%;position:relative}._selectBox_r2bbp_6{position:relative}._icon_r2bbp_10{z-index:10;position:absolute;top:15px;right:13px}._stackIcon_r2bbp_17{cursor:pointer;width:100%;margin-bottom:1em;display:inline-block}._iconTimes_r2bbp_24{color:#831818;padding-left:0;padding-right:5px;font-size:10px}._overSelect_r2bbp_31{cursor:pointer;position:absolute;inset:0}._containerSearch_r2bbp_40{z-index:20;background-color:#fcfcfc;border-radius:7px;width:100%;padding:1em .8em;display:none;position:absolute;box-shadow:0 1px 11px #53535340}._items_r2bbp_51{max-height:200px;padding:5px 0;overflow:hidden auto}._items_r2bbp_51::-webkit-scrollbar{width:5px}._items_r2bbp_51::-webkit-scrollbar-track{background-color:#0000001a;border-radius:3px}._items_r2bbp_51::-webkit-scrollbar-thumb{background-color:#3275f5;border-radius:3px}._items_r2bbp_51 label{text-transform:capitalize;color:#0e0e0e;align-items:center;margin-right:5px;padding:5px 10px;display:flex}._items_r2bbp_51 label:hover{color:#fff;background-color:#3275f5}._expanded_r2bbp_87{flex-direction:column;display:flex}._error_r2bbp_92{z-index:400;top:72.67px}._noAvailable_r2bbp_97{color:#0e0e0e;min-height:40px;padding:10px;font-family:Roboto,sans-serif;font-size:.9em}._column_r2bbp_105{flex-direction:column;display:flex}._formLabel_r2bbp_110{letter-spacing:.5px;color:#00000080;padding:6px 0;font-family:Lato,Arial,sans-serif;font-size:13px;font-weight:700;text-transform:none!important}._errors_r2bbp_120{color:#d0021b;z-index:300;margin-top:2px;font-size:13px;font-weight:400;position:absolute;bottom:-2px;left:0}._errorInput_r2bbp_131{background-color:#d0021b08!important;border:1px solid #d0021b!important}._focus_r2bbp_136{border:1px solid #3275f5}._container_fhfj3_1 label{letter-spacing:.4px;color:#000;padding-bottom:8px;font-family:Roboto,"sans-serif";font-size:14px;font-weight:500;line-height:16px;display:block}._wrapper_fhfj3_12{background:#3275f51a;border-radius:38px;height:45px;padding:4px;display:flex;overflow:hidden}._container_1i7vi_1{background-color:#f9f9f9;border:1px solid #d8d8d8;border-radius:8px;height:100%;position:relative;overflow:hidden}._addBtn_1i7vi_10{cursor:pointer;color:#b5b5b5;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;font-size:13px;transition:background-color .3s,outline .3s;display:flex}._addBtn_1i7vi_10 span{margin-top:14px}._addBtn_1i7vi_10:hover{background-color:#f0f0f0;outline:1px solid #9ca1af}._imageWrapper_1i7vi_34{background-position:50%;background-repeat:no-repeat;background-size:contain;justify-content:center;align-items:center;gap:16px;width:100%;height:100%;display:flex}._imageWrapper_1i7vi_34 button{opacity:0;transition:opacity .3s}._imageWrapper_1i7vi_34:hover{background-color:#f0f0f0}._imageWrapper_1i7vi_34:hover button{opacity:1}._error_1i7vi_56{color:#d0021b;margin-top:6px;font-size:14px}._container_1mck8_1{background-color:#f6f6f6;min-height:100vh;font-family:Roboto,sans-serif}._wrapper_1mck8_7{background-color:#fff;border-radius:10px;margin:24px 39px;padding:32px}._loading_1mck8_14{margin-top:271px}._topInfo_1mck8_18{justify-content:space-between;gap:64px;display:flex}._topInfo_1mck8_18>div:last-child{min-width:274px}._row_1mck8_27{gap:24px;margin-bottom:28px;display:flex}._row_1mck8_27>div{flex:1}._manufacturerSelect_1mck8_36 label{letter-spacing:.4px;color:#000;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:500;line-height:16px}._manufacturer_1mck8_36{color:#10002e;letter-spacing:.2px;background-color:#fff;border:.5px solid #d8d8d8;border-radius:8px;width:100%;height:45px;padding:12px;font-size:16px}._manufacturer_1mck8_36:hover{cursor:pointer}._core_1mck8_61{max-width:380px;margin-top:18px}._actions_1mck8_66{border-top:1px solid #0000001a;justify-content:space-between;margin-top:24px;padding-top:16px;display:flex}._error_1mck8_74{color:#d0021b;margin-top:6px;font-size:14px}._preHeader_1qeep_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1qeep_1{font-size:1rem;line-height:1rem}}._headerXl_1qeep_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1qeep_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1qeep_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1qeep_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1qeep_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1qeep_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1qeep_52{text-align:center}._headerMd_1qeep_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1qeep_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1qeep_72{margin-bottom:0}._headerMdInverted_1qeep_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1qeep_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1qeep_92{text-align:center}._textLabel_1qeep_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1qeep_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1qeep_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1qeep_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1qeep_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1qeep_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1qeep_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1qeep_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1qeep_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1qeep_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1qeep_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1qeep_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1qeep_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1qeep_226{color:red;margin-top:.3rem}._container_1qeep_231{padding:8px 0;position:relative}._container_1qeep_231 ._Label_1qeep_235{box-sizing:border-box;cursor:pointer;justify-content:space-between;align-items:center;max-width:100%;display:flex}._container_1qeep_231 ._Label_1qeep_235 ._labelText_1qeep_243{color:#000;align-items:center;font-family:Roboto;font-size:15px;font-style:normal;font-weight:500;line-height:18px;display:flex}._container_1qeep_231 input{visibility:hidden;position:absolute}._container_1qeep_231 ._slice_1qeep_257{background:#d8d8d8;border-radius:23px;width:44px;height:24px;transition:all .2s;position:relative}._container_1qeep_231 ._slice_1qeep_257:before{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:left .2s;display:inline-block;position:absolute;top:50%;left:4px;transform:translateY(-50%)}._container_1qeep_231 input:checked+._Label_1qeep_235>._slice_1qeep_257{background:#3275f5}._container_1qeep_231 input:checked+._Label_1qeep_235>._slice_1qeep_257:before{transition:left .2s;left:calc(100% - 20px)}._LoadingSpinnerWrapper_z7avs_1{justify-content:center;display:flex}._table_z7avs_6{background:#f6f6f6;border:none;border-radius:8px;overflow:hidden;box-shadow:0 22px 64px #00000026}._noTableData_z7avs_14{background-color:#f6f6f6;justify-content:center;align-items:center;display:flex;position:absolute;inset:40px 0 0}._noTableData_z7avs_14 h3{text-align:center;opacity:.3;font-size:22px;font-weight:500;line-height:26px}._clickableRow_z7avs_33:hover{cursor:pointer}.ReactTable .rt-td.cell{color:#111827;align-items:center;padding:6px 16px;font-size:16px;font-weight:400;line-height:19px;display:flex}.ReactTable .rt-thead .rt-th.columnHeader{text-align:left;color:#909090;background-color:#fff;border-bottom:1px solid #dadee3;padding:12px 16px;font-size:14px;font-weight:600;line-height:16px}.ReactTable .rt-thead .rt-th.columnHeader:last-child{text-align:right}._container_1pnwm_1 ._header_1pnwm_1{text-align:center;color:#424242;justify-content:center;margin-bottom:24px;font-family:Roboto,sans-serif;font-size:27px;font-style:normal;font-weight:500;line-height:32px;display:flex}._container_1pnwm_1 ._content_1pnwm_13{grid-template-rows:98px 98px 98px;grid-template-columns:437px 274px;gap:16px 48px;margin-bottom:25px;display:grid}._container_1pnwm_1 ._content_1pnwm_13>div:first-child{grid-area:1/1}._container_1pnwm_1 ._content_1pnwm_13>div:first-child label{padding-top:2px!important}._container_1pnwm_1 ._content_1pnwm_13>div:nth-child(2){grid-area:2/1}._container_1pnwm_1 ._content_1pnwm_13>div:nth-child(3){grid-area:1/2}._container_1pnwm_1 ._content_1pnwm_13>div:nth-child(3)>div:first-child{margin-bottom:19px}._container_1pnwm_1 ._content_1pnwm_13>div:nth-child(3)>div:nth-child(2){padding-top:0}._container_1pnwm_1 ._content_1pnwm_13>div:nth-child(4){grid-area:3/1;align-items:flex-start;display:flex}._container_1pnwm_1 ._content_1pnwm_13>div:nth-child(4)>label{align-items:flex-start}._container_1pnwm_1 ._content_1pnwm_13>div:nth-child(4)>label>span:first-child{padding-top:1px}._container_1pnwm_1>div:nth-child(3){border-top:1px solid #0000001a;padding-top:16px;display:flex}._container_1pnwm_1>div:nth-child(3) button:nth-child(2){margin-left:auto}._subscriptionContainer_1pnwm_63{flex-direction:column;gap:8px;display:flex}._subscriptionLabel_1pnwm_69{color:#424242;margin-bottom:4px;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:24px}._requiredAsterisk_1pnwm_79{color:#f44336;margin-left:4px}._errorMessage_1pnwm_84{color:#f44336;margin-top:4px;font-family:Roboto,sans-serif;font-size:12px;line-height:16px}._modalCreateUpdateBanner_scfhn_1{padding:30px 32px}._modalDeleteBanner_scfhn_5{padding:30px 32px 20px}._modalDeleteBanner_scfhn_5 ._title_scfhn_8{text-align:center;color:#424242;justify-content:center;margin-bottom:24px;font-family:Roboto,sans-serif;font-size:27px;font-style:normal;font-weight:500;line-height:32px;display:flex}._modalDeleteBanner_scfhn_5 ._subTitle_scfhn_20{text-align:center;color:#000;width:340px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}._modalDeleteBanner_scfhn_5 ._buttonRow_scfhn_33{border-top:1px solid #0000001a;padding-top:15px;display:flex}._modalDeleteBanner_scfhn_5 ._buttonRow_scfhn_33 div:nth-child(2){margin-left:auto}._bannersRoute_scfhn_42{background-color:#f6f6f6;min-height:100vh}._bannersRoute_scfhn_42 ._top_scfhn_46{background:#fff;height:86px;padding:29.5px 48px 0}._bannersRoute_scfhn_42 ._top_scfhn_46 h3{color:#424242;margin-bottom:21.5px;font-family:Roboto,sans-serif;font-size:30px;font-style:normal;font-weight:500;line-height:35px}._bannersRoute_scfhn_42 ._top_scfhn_46 ._searchArea_scfhn_60{grid-template-columns:629px 190px 1fr;column-gap:16px;padding-top:10px;display:grid}._bannersRoute_scfhn_42 ._top_scfhn_46 ._searchArea_scfhn_60 div{max-width:unset!important}._bannersRoute_scfhn_42 ._top_scfhn_46 ._searchArea_scfhn_60 button{width:157px;margin-top:28px;margin-left:auto}._bannersRoute_scfhn_42 ._listArea_scfhn_74{background-color:#f6f6f6;min-height:calc(100vh - 149.1px);padding:16px 49px 97px}._bannersRoute_scfhn_42 ._listArea_scfhn_74 button{margin-bottom:16px;margin-left:auto}._bannersRoute_scfhn_42 ._listArea_scfhn_74 ._previewContainer_scfhn_83{width:100%;height:100px;padding:4px 0;overflow:hidden}._bannersRoute_scfhn_42 ._listArea_scfhn_74 ._previewContainer_scfhn_83 img{object-fit:contain;width:100%;height:100%}._bannersRoute_scfhn_42 ._emptyList_scfhn_94{background-color:#f6f6f6;flex-direction:column;align-items:center;min-height:calc(100vh - 86px);display:flex}._bannersRoute_scfhn_42 ._emptyList_scfhn_94 ._imgContainer_scfhn_101{border-bottom:3px solid #cbc6c1;justify-content:center;width:215px;margin-top:243.69px;margin-bottom:38.92px;display:flex}._bannersRoute_scfhn_42 ._emptyList_scfhn_94 ._imgContainer_scfhn_101 img{width:109px;height:109px}._bannersRoute_scfhn_42 ._emptyList_scfhn_94 ._textContainer_scfhn_113{flex-direction:column;align-items:center;margin-bottom:37px;display:flex}._bannersRoute_scfhn_42 ._emptyList_scfhn_94 ._textContainer_scfhn_113 div{text-align:center}._bannersRoute_scfhn_42 ._emptyList_scfhn_94 ._textContainer_scfhn_113 div:first-child{text-align:center;color:#000;opacity:.3;align-items:center;margin-bottom:4px;font-family:Roboto,sans-serif;font-size:22px;font-style:normal;font-weight:500;line-height:125.3%;display:flex}._bannersRoute_scfhn_42 ._emptyList_scfhn_94 ._textContainer_scfhn_113 div:nth-child(2){text-align:center;color:#1b2b41b8;align-items:center;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:161.1%;display:flex}._bannersRoute_scfhn_42 ._emptyList_scfhn_94 button{justify-content:center;width:159px;display:flex}._bannersRoute_scfhn_42 ._emptyList_scfhn_94 button svg{margin-right:10px}._bannersRoute_scfhn_42 ._emptyList_scfhn_94 button svg g>path{stroke:#fff}._Tab_15a7k_1._root_15a7k_1{color:#929292;text-transform:none;min-width:auto;font-family:Roboto,sans-serif;font-size:15px;font-style:normal;font-weight:500;line-height:18px;transition:color .6s;margin-right:22px!important;padding:16px 5px!important}._Tab_15a7k_1._root_15a7k_1:hover{color:#3275f5;transition:color .6s}._Tab_15a7k_1._root_15a7k_1._selected_15a7k_18{color:#3275f5}._Tab_15a7k_1._root_15a7k_1._selected_15a7k_18:hover{color:#1246ab}._Tabs_15a7k_25._TabsRoot_15a7k_25{padding:0 50px}._Tabs_15a7k_25._TabsRoot_15a7k_25 ._indicator_15a7k_28{background-color:#3275f5;height:1px}._wrapper_t59a4_1{flex-wrap:wrap;gap:40px;display:flex}._container_t59a4_7{background-color:#fff;border-radius:10px;flex-direction:column;flex:1;gap:32px;padding:32px;display:flex;box-shadow:0 22px 64px #00000026}._scoring_t59a4_18{gap:48px;padding:16px 0;display:flex}._info_t59a4_24,._notes_t59a4_24{position:relative}._info_t59a4_24 p,._notes_t59a4_24 p{letter-spacing:.4px;color:#707071;margin-bottom:8px;font-size:14px;font-weight:500;line-height:16px}._info_t59a4_24 h5,._notes_t59a4_24 h5{letter-spacing:.2px;word-break:break-word;font-weight:400}._info_t59a4_24 a,._notes_t59a4_24 a{color:#000;cursor:pointer;font-weight:400;text-decoration-line:underline}._info_t59a4_24 a:hover,._notes_t59a4_24 a:hover{color:#3275f5}._basicInfo_t59a4_50{grid-template-columns:1fr;gap:32px;display:grid}@media (width>=1024px){._basicInfo_t59a4_50{grid-template-columns:1fr 274px}}._infoLayout_t59a4_61{grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:32px;display:grid}._image_t59a4_67{background-color:#f9f9f9;border:1px solid #d8d8d8;border-radius:8px;justify-self:start;width:100%;max-width:274px;height:177px;overflow:hidden}@media (width>=1024px){._image_t59a4_67{width:274px}}._image_t59a4_67:after{content:"NO LOGO";color:#ccc;justify-content:center;align-items:center;height:100%;display:flex}._image_t59a4_67 img{object-fit:contain;width:100%;height:100%}._notes_t59a4_24 h4{font-size:16px}._subscription_t59a4_100{background-color:#ededed;border-radius:8px;gap:48px;padding:16px;display:flex}._subscriptionInfo_t59a4_108{flex-wrap:wrap;align-items:center;gap:8px;display:flex}._subscriptionMessage_t59a4_115,._validUntil_t59a4_116{color:#707071;letter-spacing:.2px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:21px}._container_ib85d_1{width:100%}._wrapper_ib85d_5{align-items:center;display:flex}._wrapper_ib85d_5 h1{letter-spacing:.8px;color:#707071;margin-bottom:0;font-size:22px;font-weight:700;line-height:45px}._noData_ib85d_18{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(30px - 50%))}._noData_ib85d_18 h3{color:#0000004d}._table_ib85d_29{border:none}._table_ib85d_29 ._cell_ib85d_32{color:#111827;align-items:center;height:55px;padding:19px 16px;font-size:14px;display:flex}._table_ib85d_29 ._actions_ib85d_40{padding-right:8px}._header_ib85d_44{color:#707071;letter-spacing:.8px;justify-content:space-between;align-items:baseline;margin-bottom:10px;font-size:22px;font-weight:700;line-height:45px;display:flex}._header_ib85d_44 p{color:#909090;margin-bottom:0}.ReactTable .rt-thead ._columnHeader_ib85d_60{text-align:left;color:#909090;border-bottom:1px solid #dadee3;border-right:none;padding:16px;font-size:14px;font-weight:600;line-height:16px}._loading_6aia8_1{margin-top:271px}._miniCardsWrapper_6aia8_5{flex-wrap:wrap;justify-content:space-between;gap:24px;padding-bottom:52px;display:flex}._minicard_6aia8_13{color:#3275f5;background:#fff;border-radius:8px;flex:180px;height:100px;padding:8px 16px;position:relative;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012}._minicard_6aia8_13 p{font-size:20px;font-weight:500;line-height:24px}._minicard_6aia8_13 h4{text-align:right;font-size:40px;font-weight:700;line-height:48px;position:absolute;bottom:8px;right:16px}._charts_6aia8_38{background:#fff;border-radius:10px;margin-bottom:40px;padding:24px 32px 32px}._charts_6aia8_38 header{color:#707071;letter-spacing:.8px;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:22px;font-weight:700;line-height:45px;display:flex}._container_19zgv_1{gap:32px;width:100%;display:flex}._infoWrapper_19zgv_7{flex-direction:column;flex:0 300px;gap:32px;max-width:300px;display:flex}._info_19zgv_7 p,._mapHeader_19zgv_15 p{letter-spacing:.4px;color:#707071;margin-bottom:8px;font-size:14px;font-weight:500;line-height:16px}._info_19zgv_7 h5,._mapHeader_19zgv_15 h5{letter-spacing:.2px;word-break:break-word;font-weight:400}._mapWrapper_19zgv_29{flex:648px}._mapHeader_19zgv_15{justify-content:space-between;margin-bottom:16px;display:flex}._mapHeader_19zgv_15 p{margin-bottom:0}._mapHeader_19zgv_15 span{color:#707071;gap:8px;font-size:15px;font-weight:500;line-height:18px;display:flex}._mapHeader_19zgv_15 svg path{fill:#707071}._map_19zgv_15{border-radius:8px;height:397px;overflow:hidden}._container_1f2up_1{width:100%}._container_1f2up_1 h1{letter-spacing:.8px;color:#707071;margin-bottom:0;font-size:22px;font-weight:700;line-height:45px}._noData_1f2up_13{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(30px - 50%))}._noData_1f2up_13 h3{color:#0000004d}._table_1f2up_24{border:none}._table_1f2up_24 ._cell_1f2up_27{color:#111827;align-items:center;height:55px;padding:19px 16px;font-size:14px;display:flex}._table_1f2up_24 ._actions_1f2up_35{padding-right:8px}.ReactTable .rt-thead ._columnHeader_1f2up_39{text-align:left;color:#909090;border-bottom:1px solid #dadee3;border-right:none;padding:16px;font-size:14px;font-weight:600;line-height:16px}._container_1h2y2_1{background-color:#f6f6f6;min-height:100vh;font-family:Roboto,sans-serif}._loading_1h2y2_7{margin-top:271px}._wrapper_1h2y2_11{margin:0 auto;padding:24px 40px}._content_1h2y2_16{background-color:#fff;border-radius:10px;gap:32px;margin:auto;padding:32px;display:flex;box-shadow:0 22px 64px #00000026}._tabs_1h2y2_26{padding:0 40px!important}._cardWrapper_rm19j_1{cursor:pointer;background:#fffcfc;border:1px solid #cfcfcf;border-radius:8px;flex-direction:column;align-items:flex-start;width:100%;min-width:160px;height:215px;padding:8px;transition:box-shadow .3s;display:flex;position:relative;box-shadow:0 4px 18px #0000001a}._cardWrapper_rm19j_1:hover{transition:box-shadow .3s;box-shadow:0 14px 28px #0003}._cardWrapper_rm19j_1:hover ._actionButton_rm19j_21{opacity:1;z-index:1;transition:opacity .3s}._cardWrapper_rm19j_1 ._image_rm19j_26{object-fit:cover;border-radius:5px 5px 0 0;width:100%;height:96px}._cardWrapper_rm19j_1 ._content_rm19j_32{-webkit-user-select:none;user-select:none;flex-direction:column;display:flex}._cardWrapper_rm19j_1 ._content_rm19j_32 ._title_rm19j_37{-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;height:34px;margin-top:10px;margin-bottom:8px;font-family:Inter,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:17px;display:-webkit-box;overflow:hidden}._cardWrapper_rm19j_1 ._content_rm19j_32 ._description_rm19j_52{-webkit-line-clamp:1;-webkit-box-orient:vertical;height:15px;margin-bottom:12px;font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:15px;display:-webkit-box;overflow:hidden}._cardWrapper_rm19j_1 ._content_rm19j_32 ._pillInfo_rm19j_65{color:#424242;background:#ffe9c8;border-radius:30px;width:fit-content;padding:0 8px;font-family:Roboto;font-size:12px;font-style:normal;font-weight:500;line-height:18px}._cardWrapper_rm19j_1 ._actionButton_rm19j_21{opacity:0;transition:opacity .3s;position:absolute;top:12px;right:12px}._container_fpmt5_1{width:100%;min-height:calc(100vh - 146px);padding:32.5px 40px}._container_fpmt5_1>._data_fpmt5_6>div:first-child h1{letter-spacing:.8px;color:#707071;margin-bottom:16.5px;font-family:Roboto,"sans-serif";font-size:22px;font-weight:700;line-height:28px}._container_fpmt5_1>._data_fpmt5_6>div:nth-child(2){grid-template-columns:repeat(5,1fr);gap:16px;width:100%;margin-bottom:44.29px;display:grid}._container_fpmt5_1 ._noData_fpmt5_23{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}._container_fpmt5_1 ._noData_fpmt5_23 div{text-align:center;color:#000;opacity:.3;justify-content:center;width:100%;font-family:Roboto,sans-serif;font-size:22px;font-weight:500;line-height:26px;display:flex}._preHeader_kyvmm_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_kyvmm_1{font-size:1rem;line-height:1rem}}._headerXl_kyvmm_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_kyvmm_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_kyvmm_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_kyvmm_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_kyvmm_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_kyvmm_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_kyvmm_52{text-align:center}._headerMd_kyvmm_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_kyvmm_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_kyvmm_72{margin-bottom:0}._headerMdInverted_kyvmm_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_kyvmm_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_kyvmm_92{text-align:center}._textLabel_kyvmm_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_kyvmm_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_kyvmm_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_kyvmm_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_kyvmm_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_kyvmm_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_kyvmm_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_kyvmm_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_kyvmm_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_kyvmm_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_kyvmm_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_kyvmm_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_kyvmm_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_kyvmm_226{color:red;margin-top:.3rem}._CheckboxNewLT_kyvmm_231 ._label_kyvmm_209{color:#10002e;font-size:15px;line-height:18px}._CheckboxNewLT_kyvmm_231 ._disabled_kyvmm_236{color:#bdb9c6!important}._CheckboxNewLT_kyvmm_231 img{width:15px;height:15px}._preHeader_1vqs5_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1vqs5_1{font-size:1rem;line-height:1rem}}._headerXl_1vqs5_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1vqs5_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1vqs5_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1vqs5_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1vqs5_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1vqs5_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1vqs5_52{text-align:center}._headerMd_1vqs5_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1vqs5_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1vqs5_72{margin-bottom:0}._headerMdInverted_1vqs5_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1vqs5_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1vqs5_92{text-align:center}._textLabel_1vqs5_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1vqs5_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1vqs5_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1vqs5_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1vqs5_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1vqs5_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1vqs5_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1vqs5_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1vqs5_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1vqs5_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1vqs5_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1vqs5_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1vqs5_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1vqs5_226{color:red;margin-top:.3rem}._textareaGroup_1vqs5_231{width:100%;display:flex;position:relative}._textareaGroup_1vqs5_231 ._errors_1vqs5_236{color:#d0021b;z-index:300;margin-top:2px;font-size:14px;font-weight:400}._textareaGroup_1vqs5_231 ._helpText_1vqs5_243{letter-spacing:.2px;color:#736a85;margin-top:8px;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:400;line-height:21px}._textarea_1vqs5_231{color:#10002e;letter-spacing:.2px;background:#fff;border:none;border-radius:0;outline:0;width:100%;padding:0;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:21px}._textarea_1vqs5_231:focus{border:none}._textarea_1vqs5_231._error_1vqs5_236{background:#fbefef}._formLabel_1vqs5_275{letter-spacing:.5px;color:#424242;text-overflow:ellipsis;white-space:nowrap;margin-bottom:13px;padding:6px 0;font-family:Roboto,sans-serif;font-size:17px;font-style:normal;font-weight:400;position:relative;overflow:hidden;text-transform:none!important}._formLabel_1vqs5_275 ._legend_1vqs5_291{position:absolute;top:0}._inputLabel_1vqs5_296{letter-spacing:.4px;color:#10002e;padding:6px 0 8px;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:500;line-height:16px;text-transform:none!important}._padder_1vqs5_308{width:100%;display:flex;position:relative}._colorBoxWrapper_1vqs5_314{flex-wrap:wrap;display:flex}._colorBox_1vqs5_314{background-color:#fff;border:1px solid #d3d3d3;border-radius:3px;margin:4px;position:relative}._colorBox_1vqs5_314 div{border-style:solid;border-radius:3px;width:36px;height:36px;margin:4px;transition:border .5s}._horizontalInput_1vqs5_335{background:#fff;border:1px solid #d5d4dc;border-radius:8px;align-items:center;padding:14px 25px 12px;display:flex;position:relative}._horizontalInput_1vqs5_335._focus_1vqs5_344{border:3px solid #3275f5}._horizontalInput_1vqs5_335._focus_1vqs5_344._error_1vqs5_236,._horizontalInput_1vqs5_335._error_1vqs5_236{background:#fbefef;border:2px solid #f14d4d}._leftMargin_1vqs5_371{margin-left:-20%}._maxLength_1vqs5_375{color:#10002e;opacity:.5;letter-spacing:.4px;margin-top:8px;font-size:14px;line-height:16px}._dFlex_jwqws_1{justify-content:space-between;gap:48px;width:100%;display:flex}._columns_jwqws_8{flex-wrap:wrap;gap:38px 48px;display:flex}._columns_jwqws_8:first-child{flex:1}._maskedLoggingWrapper_jwqws_17{gap:48px;margin-top:27px;display:flex;position:relative}._maskedCheckbox_jwqws_24{padding-top:32px}._logging_jwqws_28{align-items:flex-end;padding-left:24px;display:flex}._logging_jwqws_28 label{padding-bottom:6px;padding-right:18px}._imageColumn_jwqws_38{flex-basis:274px}._imageColumn_jwqws_38>div:first-child{margin-bottom:38px}._addUrlBtn_jwqws_45{text-align:center;color:#3275f5;height:40px;font-size:16px;font-weight:500;line-height:19px;text-decoration-line:underline}._errorTtl_jwqws_55{color:red;position:absolute;bottom:-20px;right:0}._container_1ongy_1{width:100%}._dFlex_1ongy_5{justify-content:space-between;gap:48px;width:100%;display:flex}._dFlex_1ongy_5 button{margin-left:32px}._table_1ongy_15{border:none;border-radius:6px;margin-top:16px}._table_1ongy_15 ._cell_1ongy_20{color:#111827;align-items:center;height:55px;padding:19px 16px;font-size:14px;display:flex}._table_1ongy_15 ._actions_1ongy_28{padding-right:8px}._notes_1ongy_32{padding-top:12px}._agreement_1ongy_36{padding-bottom:12px;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}._agreement_1ongy_36 a{color:#3275f5;text-decoration:underline}._addContactModal_1ongy_49{padding:30px 32px 20px;width:454px!important}._addContactModal_1ongy_49 form{flex-direction:column;gap:29px;display:flex}._addContactModal_1ongy_49 h2{text-align:center;color:#424242;font-size:27px;font-style:normal;font-weight:500;line-height:32px}._addContactModal_1ongy_49 ._nameRow_1ongy_66{gap:24px;width:100%;display:flex}._addContactModal_1ongy_49 ._nameRow_1ongy_66>div{flex:1}._addContactModal_1ongy_49 ._adminUserFields_1ongy_74{flex-direction:column;gap:29px;width:100%;display:flex}._addContactModal_1ongy_49 ._actions_1ongy_28{justify-content:space-between;gap:20px;margin-top:15px;display:flex}.ReactTable .rt-thead ._columnHeader_1ongy_87{text-align:left;color:#909090;border-bottom:1px solid #dadee3;border-right:none;padding:17.5px 16px;font-size:14px;font-weight:600;line-height:16px}.DayPicker{font-size:1rem;display:inline-block}.DayPicker-wrapper{-webkit-user-select:none;user-select:none;flex-direction:row;padding-bottom:1em;position:relative}.DayPicker-Months{flex-wrap:wrap;justify-content:center;display:flex}.DayPicker-Month{border-spacing:0;border-collapse:collapse;-webkit-user-select:none;user-select:none;margin:1em 1em 0;display:table}.DayPicker-NavButton{color:#8b9898;cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:50%;width:1.25em;height:1.25em;margin-top:2px;display:inline-block;position:absolute;top:1em;left:auto;right:1.5em}.DayPicker-NavButton:hover{opacity:.8}.DayPicker-NavButton--prev{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC);margin-right:1.5em}.DayPicker-NavButton--next{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==)}.DayPicker-NavButton--interactionDisabled{display:none}.DayPicker-Caption{text-align:left;margin-bottom:.5em;padding:0 .5em;display:table-caption}.DayPicker-Caption>div{font-size:1.15em;font-weight:500}.DayPicker-Weekdays{margin-top:1em;display:table-header-group}.DayPicker-WeekdaysRow{display:table-row}.DayPicker-Weekday{color:#8b9898;text-align:center;padding:.5em;font-size:.875em;display:table-cell}.DayPicker-Weekday abbr[title]{border-bottom:none;text-decoration:none}.DayPicker-Body{display:table-row-group}.DayPicker-Week{display:table-row}.DayPicker-Day{vertical-align:middle;text-align:center;cursor:pointer;border-radius:50%;padding:.5em;display:table-cell}.DayPicker-WeekNumber{color:#8b9898;vertical-align:middle;text-align:right;cursor:pointer;border-right:1px solid #eaecec;min-width:1em;padding:.5em;font-size:.75em;display:table-cell}.DayPicker--interactionDisabled .DayPicker-Day{cursor:default}.DayPicker-Footer{padding-top:.5em}.DayPicker-TodayButton{box-shadow:none;color:#4a90e2;cursor:pointer;background-color:#0000;background-image:none;border:none;font-size:.875em}.DayPicker-Day--today{color:#d0021b;font-weight:700}.DayPicker-Day--outside{color:#8b9898;cursor:default}.DayPicker-Day--disabled{color:#dce0e0;cursor:default}.DayPicker-Day--sunday{background-color:#f7f8f8}.DayPicker-Day--sunday:not(.DayPicker-Day--today){color:#dce0e0}.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside){color:#f0f8ff;background-color:#4a90e2;position:relative}.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover{background-color:#51a0fa}.DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover{background-color:#f0f8ff}.DayPickerInput{display:inline-block}.DayPickerInput-OverlayWrapper{position:relative}.DayPickerInput-Overlay{z-index:1;background:#fff;position:absolute;left:0;box-shadow:0 2px 5px #00000026}._preHeader_1jm82_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1jm82_1{font-size:1rem;line-height:1rem}}._headerXl_1jm82_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1jm82_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1jm82_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1jm82_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1jm82_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1jm82_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1jm82_52{text-align:center}._headerMd_1jm82_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1jm82_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1jm82_72{margin-bottom:0}._headerMdInverted_1jm82_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1jm82_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1jm82_92{text-align:center}._textLabel_1jm82_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1jm82_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1jm82_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1jm82_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1jm82_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1jm82_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1jm82_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1jm82_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1jm82_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1jm82_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1jm82_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1jm82_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1jm82_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1jm82_226{color:red;margin-top:.3rem}._Wrapper_1jm82_231{flex-direction:column;display:flex}._inputContainer_1jm82_236{width:auto;min-width:150px;height:fit-content;position:relative}._inputContainer_1jm82_236>input{box-sizing:border-box;color:#383838;text-overflow:ellipsis;white-space:nowrap;border:1px solid #d5d4dc;border-radius:8px;outline:none;justify-content:center;align-items:center;width:100%;min-width:100px;height:45px;padding-left:12px;padding-right:30px;font-size:13px;display:flex;overflow:hidden}._inputContainer_1jm82_236>input:focus{border:3px solid #3275f5}._inputContainer_1jm82_236>input:hover{border:1px solid #3275f5}._inputContainer_1jm82_236>input:hover:focus{border:3px solid #3275f5}._inputContainer_1jm82_236>input::placeholder{color:#8b849b;letter-spacing:.2px;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400}._inputContainer_1jm82_236>input._error_1jm82_278{background-color:#d0021b08;border:1px solid #d0021b}._inputContainer_1jm82_236 ._iconWrapper_1jm82_282{box-sizing:border-box;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:29px;height:29px;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}._overlay_1jm82_297{background:#fcfcfc;border-radius:7px;width:266px;padding:14px;box-shadow:0 1px 11px #53535340}._row_1jm82_305{justify-content:space-between;margin-top:21px;display:flex}._ActionButton_1jm82_311{justify-content:center;align-items:center;width:113.6px;height:33px;padding:0;line-height:33px;display:flex}._formLabel_1jm82_321{letter-spacing:.4px;color:#10002e;padding:0 0 8px;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:500;line-height:16px;display:inline-block;text-transform:none!important}._formLabel_1jm82_321._disabled_1jm82_333{color:#a49fb1}._errors_1jm82_337{color:#d0021b;z-index:300;margin-top:2px;font-size:14px;font-weight:400}.DayPicker{margin:auto;display:block}.DayPicker-wrapper{margin:auto}.DayPicker-Caption{margin-bottom:0;padding:0}.DayPicker-Caption>div{text-align:center;color:#383838;text-align:center;align-items:center;font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:15px;display:flex}.DayPicker-NavButton{top:.7em}.DayPicker-NavButton--prev{background-image:url("data:image/svg+xml,%3csvg%20width='7'%20height='13'%20viewBox='0%200%207%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.81592%201L1.55992%206.5L5.81592%2012'%20stroke='%237E7E7E'/%3e%3c/svg%3e");width:24px;height:24px;margin-top:0;top:22px;left:24px}.DayPicker-NavButton--next{background-image:url("data:image/svg+xml,%3csvg%20width='6'%20height='13'%20viewBox='0%200%206%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.991943%2012L5.24794%206.5L0.991943%201'%20stroke='%237E7E7E'/%3e%3c/svg%3e");width:24px;height:24px;margin-top:0;top:22px;left:auto;right:24px}.DayPicker-Weekday{color:#00000061;font-size:12px;font-weight:700}.DayPickerInput-OverlayWrapper{z-index:2}.DayPicker-wrapper{border:none}.DayPicker-Month{border-collapse:separate;border-spacing:2px;width:-webkit-fit-content;height:100%;margin:0}.DayPicker-Caption{margin-top:7px;margin-bottom:0;padding:0}.DayPicker-Caption>div{color:#2a2a2a;text-align:center;justify-content:center;font-size:14px;font-weight:500}.DayPicker-NavButton--prev{height:11px;margin-top:0;top:9px;left:24px}.DayPicker-NavButton--next{height:11px;margin-top:0;top:9px;right:24px}.DayPicker-Weekday{font-size:14px;font-weight:400}.DayPicker-Weekdays{margin-top:23px;padding:0 19px;display:flex}.DayPicker-Weekdays .DayPicker-WeekdaysRow{display:flex}.DayPicker-Weekdays .DayPicker-WeekdaysRow .DayPicker-Weekday{justify-content:center;align-items:center;width:22px;height:22px;margin:0 6px;font-size:14px;font-weight:400;display:flex}.DayPicker-Weekdays .DayPicker-WeekdaysRow .DayPicker-Weekday:first-child{margin-left:0}.DayPicker-Weekdays .DayPicker-WeekdaysRow .DayPicker-Weekday:last-child{margin-right:0}.DayPicker-Day{width:32px;height:32px;font-size:14px}.DayPicker-Day.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside){color:#fff;background-color:#9db8ec}.DayPicker-Body{box-sizing:border-box;background:#fbfbfb;border:1px solid #ededed;border-radius:3px;width:fit-content;margin:0 auto;padding:1.5px 13px;display:block;box-shadow:inset 0 1px 5px #8f8f8f40}.DayPicker-Body .DayPicker-Week{margin:4px 0;display:flex}.DayPicker-Body .DayPicker-Week .DayPicker-Day{color:#414141;text-align:center;justify-content:center;align-items:center;width:30px;height:30px;margin:2px 0;font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:15px;display:flex}.DayPicker-Body .DayPicker-Week .DayPicker-Day:first-child{margin-left:0}.DayPicker-Body .DayPicker-Week .DayPicker-Day:last-child{margin-right:0}.DayPicker-Body .DayPicker-Week .DayPicker-Day.DayPicker-Day--disabled{color:#dce0e0!important}.DayPicker-Body .DayPicker-Week:last-child{margin-bottom:0}.DayPicker-Body .DayPicker-Week .DayPicker-Day--outside{color:#d8d8d8}.react-time-picker{width:100%}.react-time-picker .react-time-picker__wrapper{border:none}.react-time-picker .react-time-picker__wrapper .react-time-picker__inputGroup{justify-content:space-between;padding:0;display:flex}.react-time-picker__inputGroup__input{box-sizing:border-box;text-align:center;color:#383838;background:#fbfbfb;border:1px solid #ededed;border-radius:3px;outline:none;height:31px;margin:0;font-family:Roboto;font-size:12px;font-style:normal;font-weight:400;line-height:14px;display:inline-block;width:76.61px!important}.react-time-picker__inputGroup__input:focus{border:.5px solid #5e93ff}.react-time-picker__inputGroup__divider,.react-time-picker__inputGroup__leadingZero{display:none}.react-time-picker__inputGroup__hasLeadingZero{padding-left:0}select.react-time-picker__inputGroup__amPm{appearance:none}._wrapper_1ed46_1{gap:48px;width:100%;display:flex}._livescoringSubscription_1ed46_7{flex-direction:column;gap:8px;display:flex}._label_1ed46_13{color:#10002e;letter-spacing:.4px;font-family:Roboto,sans-serif;font-size:15px;font-weight:500;line-height:normal}._subscriptionStatus_1ed46_22{justify-content:space-between;align-items:center;display:flex}._activeStatus_1ed46_28{color:#10c900;letter-spacing:.2px;padding:4px;font-family:Roboto,sans-serif;font-size:16px;font-weight:700;line-height:21px}._notActiveStatus_1ed46_38{color:#b5b5b5;letter-spacing:.2px;align-items:center;height:39px;font-family:Roboto,sans-serif;font-size:16px;font-weight:700;line-height:21px;display:flex}._cancelBtn_1ed46_50{color:#f14d4d;text-align:center;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f14d4d;align-items:center;height:21px;padding:10px 0;font-family:Roboto,sans-serif;font-size:15px;font-weight:500;display:flex}._validUntil_1ed46_67{color:#707071;letter-spacing:.2px;margin:0;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:21px}._freeLivescoring_1ed46_77{flex-direction:column;flex:1;gap:8px;max-width:430px;display:flex}._switchContainer_1ed46_85{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}._switchLabel_1ed46_92{color:#000;flex:1;font-family:Roboto,sans-serif;font-size:15px;font-weight:500}._datesWrapper_1ed46_100{gap:24px;width:100%;display:flex}._dateField_1ed46_106{flex:1}@media (width>=768px){.preHeader{font-size:1rem;line-height:1rem}}@media (width>=768px){.headerXl{font-size:2.875rem;line-height:3.45rem}}@media (width>=768px){.headerLg{font-size:2rem;line-height:2.6rem}}@media (width>=768px){.headerLgInverted{font-size:2rem;line-height:2.6rem}}@media (width>=768px){.headerMd{font-size:1.5rem;line-height:1.95rem}}@media (width>=768px){.headerMdInverted{font-size:1.5rem;line-height:1.95rem}}@media (width>=768px){.miniLabel{font-size:.75rem;line-height:.75rem}}@media (width>=768px){.miniLabelLight{font-size:.75rem;line-height:.75rem}}@media (width>=768px){.labelHeaderMd{font-size:1.125rem;line-height:1.4625rem}}.autocomplete-wrapper{z-index:900;flex-direction:column;align-items:flex-start;width:auto;max-width:450px;font-family:Roboto,sans-serif;display:flex;position:relative}.autocomplete-wrapper .formLabel{letter-spacing:.4px;color:#10002e;padding:6px 0 8px;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:500;line-height:16px;text-transform:none!important}.autocomplete-wrapper .searchBar{margin:0;position:relative}.autocomplete-wrapper .iconWrapper{position:absolute;top:50%;left:12px;transform:translateY(-50%)}.autocomplete-wrapper .searchFieldIcon{position:absolute;top:50%;right:15px;transform:translateY(-50%)}.autocomplete-wrapper .searchFieldIcon:before{content:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.6333%206.125C11.6333%209.23612%209.13655%2011.75%206.06667%2011.75C2.99678%2011.75%200.5%209.23612%200.5%206.125C0.5%203.01388%202.99678%200.5%206.06667%200.5C9.13655%200.5%2011.6333%203.01388%2011.6333%206.125Z'%20stroke='%23848484'/%3e%3cline%20x1='0.5'%20y1='-0.5'%20x2='4.42623'%20y2='-0.5'%20transform='matrix(0.703716%200.710481%20-0.703716%200.710481%209.5332%2010.5)'%20stroke='%23848484'%20stroke-linecap='round'/%3e%3c/svg%3e");display:inline-block}.autocomplete-wrapper .searchFieldIcon:after{content:none}.autocomplete-wrapper .searchLoadingIcon{color:#c9cad0;position:relative}.autocomplete-wrapper .searchLoadingIcon:after{content:"";background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20style='margin:%20auto;%20background:%20rgba(241,%20242,%20243,%200);%20display:%20block;%20shape-rendering:%20auto;'%20width='200px'%20height='200px'%20viewBox='0%200%20100%20100'%20preserveAspectRatio='xMidYMid'%3e%3cg%20transform='rotate(0%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.9166666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(30%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.8333333333333334s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(60%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.75s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(90%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.6666666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(120%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.5833333333333334s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(150%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.5s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(180%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.4166666666666667s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(210%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.3333333333333333s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(240%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.25s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(270%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.16666666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(300%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.08333333333333333s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(330%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='0s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3c!--%20[ldio]%20generated%20by%20https://loading.io/%20--%3e%3c/svg%3e") 0 0/cover;width:30px;position:absolute;top:-7px;bottom:0;left:4px}.autocomplete-wrapper .searchField{text-overflow:ellipsis;color:#000;border:1px solid #d5d4dc;border-radius:8px;outline:none;width:100%;height:44px;padding:1em 3em 1em 2em;font-size:13px;overflow:hidden}.autocomplete-wrapper .searchField:focus{border:3px solid #3275f5}.autocomplete-wrapper .searchField:focus:read-only{border:.5px solid #f9f9f9}.autocomplete-wrapper .searchField:hover{border:1px solid #3275f5}.autocomplete-wrapper .searchField:hover:focus{border:3px solid #3275f5}.autocomplete-wrapper .searchField::placeholder{color:#8b849b;letter-spacing:.2px;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400}.autocomplete-wrapper>div{width:100%}.autocomplete-wrapper input:focus{box-shadow:none;outline:none}.autocomplete-wrapper .dropdown{text-align:left;background:#fcfcfc;border:0;border-radius:5px;width:100%;max-height:280px;margin:0;padding:0;position:absolute;overflow:hidden auto;box-shadow:0 1px 11px #53535340}.autocomplete-wrapper .dropdown::-webkit-scrollbar{width:5px}.autocomplete-wrapper .dropdown::-webkit-scrollbar-track{background-color:#0000001a;border-radius:3px;margin:10px 0}.autocomplete-wrapper .dropdown::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}.content{flex-direction:column;justify-content:center;padding:2em;display:flex}.autocomplete-wrapper .item{cursor:pointer;color:#0e0e0e;border-bottom:0;padding:15px;font-family:Lato,sans-serif;font-size:13px;display:block}.autocomplete-wrapper .item.selected-item,.autocomplete-wrapper .item:hover{color:#fafbfc;background-color:#3275f5}.loadMore{width:100%}._header_1dx00_1{justify-content:space-between;display:flex}._header_1dx00_1 h2{width:100%;padding-top:8px;padding-bottom:0}._header_1dx00_1>div{width:100%;max-width:474px}._table_1dx00_15{border:none}._table_1dx00_15 ._cell_1dx00_18{color:#111827;align-items:center;height:55px;padding:19px 16px;font-size:14px;display:flex}._table_1dx00_15 ._actions_1dx00_26{padding-right:8px}.ReactTable .rt-thead ._columnHeader_1dx00_30{text-align:left;color:#909090;border-bottom:1px solid #dadee3;border-right:none;padding:17.5px 16px;font-size:14px;font-weight:600;line-height:16px}.textContent{text-align:left;height:500px;overflow:auto}.textContent h3{margin:0}.textContent div{padding-top:20px}._wrapper_7tpc6_1{flex-direction:column;gap:10px;padding:24px 40px;display:flex}._section_7tpc6_8{background:#fff;border-radius:10px;gap:10px;width:100%;max-width:1080px;margin:auto;padding:32px;display:grid;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012}._section_7tpc6_8 h2{letter-spacing:.8px;color:#707071;margin-bottom:0;padding-bottom:17px;font-family:Roboto,sans-serif;font-size:22px;font-weight:700;line-height:28px}._dFlex_7tpc6_30{justify-content:space-between;gap:48px;width:100%;display:flex}._error_7tpc6_37{color:#d0021b;margin-top:6px;font-size:14px;font-weight:400}._agreement_7tpc6_44{margin-bottom:12px}.inputCheckbox{white-space:nowrap;margin-right:1em;font-size:17px;line-height:1;display:inline-block;position:relative}.inputCheckbox .checkboxLabel{box-sizing:border-box}.inputCheckbox .checkbox{z-index:2;opacity:0;cursor:pointer;box-sizing:border-box;width:100%;min-width:1em;height:100%;margin:0;padding:0;position:absolute;top:0;left:0}.inputCheckbox .svg{color:#fff;stroke:#fff;z-index:1;text-align:center;opacity:0;border:1px solid #0000;justify-content:center;align-items:center;width:1em;height:1.2em;font-size:1em;line-height:normal;display:flex;position:absolute;top:calc(1em - 108%);left:0}.inputCheckbox .svgChecked{opacity:1}.inputCheckbox .label{position:initial;text-indent:1.5em;color:#0000008c;min-width:calc(1em + 2px);margin:0;font-weight:600;transition:color .3s;display:inline-block}.inputCheckbox .label:before{content:"";box-sizing:border-box;z-index:0;background-color:#fff;border:2px solid #858b8f;border-radius:20%;width:1em;height:1em;display:block;position:absolute;top:0;left:0}.inputCheckbox .label:after{content:"";box-sizing:border-box;z-index:0;background-color:#0000;border:1px solid #0000;border-radius:20%;width:1em;height:1em;transition:background-color .2s;display:block;position:absolute;top:0;left:0}.inputCheckbox .labelChecked{color:#000}.inputCheckbox .labelChecked:after{background-color:#36a3f7}.inputCheckbox .newLabelChecked:after{background-color:#3cc9c080;border-radius:2px;box-shadow:0 1px 3px #7ba4a1}.displayBlock{display:inline-block!important}._preHeader_8p4bd_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_8p4bd_1{font-size:1rem;line-height:1rem}}._headerXl_8p4bd_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_8p4bd_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_8p4bd_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_8p4bd_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_8p4bd_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_8p4bd_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_8p4bd_52{text-align:center}._headerMd_8p4bd_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_8p4bd_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_8p4bd_72{margin-bottom:0}._headerMdInverted_8p4bd_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_8p4bd_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_8p4bd_92{text-align:center}._textLabel_8p4bd_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_8p4bd_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_8p4bd_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_8p4bd_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_8p4bd_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_8p4bd_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_8p4bd_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_8p4bd_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_8p4bd_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_8p4bd_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_8p4bd_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_8p4bd_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_8p4bd_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_8p4bd_226{color:red;margin-top:.3rem}._selectedTableHeader_8p4bd_231{white-space:nowrap;text-overflow:ellipsis}._selectedTableHeader_8p4bd_231 ._text_8p4bd_112{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;width:90%;overflow:hidden}._selectedTableHeader_8p4bd_231._nonSortable_8p4bd_242 ._text_8p4bd_112{cursor:auto}._selectedTableHeader_8p4bd_231 i{margin:0;padding:0 0 0 6px;font-size:14px}._selectedTableHeader_8p4bd_231 ._hiddenIcon_8p4bd_251{visibility:hidden}._hiddenTableHeader_8p4bd_255{white-space:nowrap;text-overflow:ellipsis}._hiddenTableHeader_8p4bd_255 ._text_8p4bd_112{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;width:90%;display:inline-block;overflow:hidden}._hiddenTableHeader_8p4bd_255 i{margin:0;padding:0 0 0 6px;font-size:14px;display:none}.ReactTable{border:1px solid #0000001a;flex-direction:column;display:flex;position:relative}.ReactTable *{box-sizing:border-box}.ReactTable .rt-table{border-collapse:collapse;flex-direction:column;flex:auto;align-items:stretch;width:100%;display:flex;overflow:auto}.ReactTable .rt-thead{-webkit-user-select:none;user-select:none;flex-direction:column;flex:1 0 auto;display:flex}.ReactTable .rt-thead.-headerGroups{background:#00000008;border-bottom:1px solid #0000000d}.ReactTable .rt-thead.-filters{border-bottom:1px solid #0000000d}.ReactTable .rt-thead.-filters input,.ReactTable .rt-thead.-filters select{font-size:inherit;background:#fff;border:1px solid #0000001a;border-radius:3px;outline:none;padding:5px 7px;font-weight:400}.ReactTable .rt-thead.-filters .rt-th{border-right:1px solid #00000005}.ReactTable .rt-thead .rt-tr{text-align:center}.ReactTable .rt-thead .rt-th,.ReactTable .rt-thead .rt-td{border-right:1px solid #0000000d;padding:5px;line-height:normal;transition:box-shadow .3s cubic-bezier(.175,.885,.32,1.275);position:relative;box-shadow:inset 0 0 #0000}.ReactTable .rt-thead .rt-th.-sort-asc,.ReactTable .rt-thead .rt-td.-sort-asc{box-shadow:inset 0 3px #0009}.ReactTable .rt-thead .rt-th.-sort-desc,.ReactTable .rt-thead .rt-td.-sort-desc{box-shadow:inset 0 -3px #0009}.ReactTable .rt-thead .rt-th.-cursor-pointer,.ReactTable .rt-thead .rt-td.-cursor-pointer{cursor:pointer}.ReactTable .rt-thead .rt-th:last-child,.ReactTable .rt-thead .rt-td:last-child{border-right:0}.ReactTable .rt-thead .rt-resizable-header{overflow:visible}.ReactTable .rt-thead .rt-resizable-header:last-child{overflow:hidden}.ReactTable .rt-thead .rt-resizable-header-content{text-overflow:ellipsis;overflow:hidden}.ReactTable .rt-thead .rt-header-pivot{border-right-color:#f7f7f7}.ReactTable .rt-thead .rt-header-pivot:after,.ReactTable .rt-thead .rt-header-pivot:before{content:" ";pointer-events:none;border:solid #0000;width:0;height:0;position:absolute;top:50%;left:100%}.ReactTable .rt-thead .rt-header-pivot:after{border-width:8px;border-color:#fff0 #fff0 #fff0 #fff;margin-top:-8px}.ReactTable .rt-thead .rt-header-pivot:before{border-width:10px;border-color:#6660 #6660 #6660 #f7f7f7;margin-top:-10px}.ReactTable .rt-tbody{flex-direction:column;flex:99999 auto;display:flex;overflow:auto}.ReactTable .rt-tbody .rt-tr-group:last-child{border-bottom:0}.ReactTable .rt-tbody .rt-td{border-right:1px solid #00000005}.ReactTable .rt-tbody .rt-td:last-child{border-right:0}.ReactTable .rt-tbody .rt-expandable{cursor:pointer}.ReactTable .rt-tr-group{flex-direction:column;flex:1 0 auto;align-items:stretch;display:flex}.ReactTable .rt-tr{flex:1 0 auto;display:inline-flex}.ReactTable .rt-th,.ReactTable .rt-td{white-space:nowrap;text-overflow:ellipsis;flex:1 0 0;padding:7px 5px;transition:width .3s,min-width .3s,padding .3s,opacity .3s;overflow:hidden}.ReactTable .rt-th.-hidden,.ReactTable .rt-td.-hidden{opacity:0!important;border:0!important;width:0!important;min-width:0!important;padding:0!important}.ReactTable .rt-expander{color:#0000;margin:0 10px;display:inline-block;position:relative}.ReactTable .rt-expander:after{content:"";cursor:pointer;border-top:7px solid #000c;border-left:5.04px solid #0000;border-right:5.04px solid #0000;width:0;height:0;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-90deg)}.ReactTable .rt-expander.-open:after{transform:translate(-50%,-50%)rotate(0)}.ReactTable .rt-resizer{cursor:col-resize;z-index:10;width:36px;display:inline-block;position:absolute;top:0;bottom:0;right:-18px}.ReactTable .rt-tfoot{flex-direction:column;flex:1 0 auto;display:flex;box-shadow:0 0 15px #00000026}.ReactTable .rt-tfoot .rt-td{border-right:1px solid #0000000d}.ReactTable .rt-tfoot .rt-td:last-child{border-right:0}.ReactTable.-striped .rt-tr.-odd{background:#00000008}.ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover{background:#0000000d}.ReactTable .-pagination{z-index:1;border-top:2px solid #0000001a;flex-wrap:wrap;justify-content:space-between;align-items:stretch;padding:3px;display:flex;box-shadow:0 0 15px #0000001a}.ReactTable .-pagination input,.ReactTable .-pagination select{font-size:inherit;background:#fff;border:1px solid #0000001a;border-radius:3px;outline:none;padding:5px 7px;font-weight:400}.ReactTable .-pagination .-btn{appearance:none;color:#0009;cursor:pointer;background:#0000001a;border:0;border-radius:3px;outline:none;width:100%;height:100%;padding:6px;font-size:1em;transition:all .1s;display:block}.ReactTable .-pagination .-btn[disabled]{opacity:.5;cursor:default}.ReactTable .-pagination .-btn:not([disabled]):hover{color:#fff;background:#0000004d}.ReactTable .-pagination .-previous,.ReactTable .-pagination .-next{text-align:center;flex:1}.ReactTable .-pagination .-center{text-align:center;flex-flow:wrap;flex:1.5;justify-content:space-around;align-items:center;margin-bottom:0;display:flex}.ReactTable .-pagination .-pageInfo{white-space:nowrap;margin:3px 10px;display:inline-block}.ReactTable .-pagination .-pageJump{display:inline-block}.ReactTable .-pagination .-pageJump input{text-align:center;width:70px}.ReactTable .-pagination .-pageSizeOptions{margin:3px 10px}.ReactTable .rt-noData{z-index:1;pointer-events:none;color:#00000080;background:#fffc;padding:20px;transition:all .3s;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ReactTable .-loading{z-index:-1;opacity:0;pointer-events:none;background:#fffc;transition:all .3s;display:block;position:absolute;inset:0}.ReactTable .-loading>div{text-align:center;color:#0009;width:100%;font-size:15px;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:block;position:absolute;top:50%;left:0;transform:translateY(-52%)}.ReactTable .-loading.-active{opacity:1;z-index:2;pointer-events:all}.ReactTable .-loading.-active>div{transform:translateY(50%)}.ReactTable .rt-resizing .rt-th,.ReactTable .rt-resizing .rt-td{cursor:col-resize;-webkit-user-select:none;user-select:none;transition:none!important}._container_apj6c_1{flex-direction:row;justify-content:center;align-items:center;margin-top:35px;display:flex}._pageNumber_apj6c_9{color:#36a3f7;cursor:pointer;background:#fff;border:1px solid #36a3f7;border-radius:6px;justify-content:center;align-items:center;width:38px;height:38px;margin-right:5px;font-size:14px;font-weight:700;display:flex}._pageNumber_apj6c_9:last-child{margin-right:0}._pageNumber_apj6c_9._active_apj6c_27{color:#fff;cursor:default;background:#36a3f7}._paginationIcon_apj6c_33{color:#d3eafc;margin:0 8px}._paginationIcon_apj6c_33._iconActive_apj6c_37{color:#36a3f7;cursor:pointer}._tailIcon_apj6c_42{margin:0!important;font-size:23px!important}._container_13ber_1{background-color:#f9f9f9;justify-content:center;align-items:center;width:100%;height:326px;display:flex}._container_g0mzi_1{background:#f6f6f6;height:326px}._container_g0mzi_1 ._content_g0mzi_5{justify-content:center;align-items:center;width:391px;height:312px;margin-left:auto;margin-right:auto;display:flex}._container_g0mzi_1 ._content_g0mzi_5 ._title_g0mzi_14{color:#000;opacity:.3;justify-content:center;font-family:Roboto,sans-serif;font-size:22px;font-style:normal;font-weight:500;line-height:26px;display:flex}._preHeader_mgkcw_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_mgkcw_1{font-size:1rem;line-height:1rem}}._headerXl_mgkcw_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_mgkcw_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_mgkcw_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_mgkcw_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_mgkcw_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_mgkcw_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_mgkcw_52{text-align:center}._headerMd_mgkcw_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_mgkcw_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_mgkcw_72{margin-bottom:0}._headerMdInverted_mgkcw_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_mgkcw_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_mgkcw_92{text-align:center}._textLabel_mgkcw_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_mgkcw_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_mgkcw_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_mgkcw_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_mgkcw_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_mgkcw_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_mgkcw_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_mgkcw_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_mgkcw_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_mgkcw_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_mgkcw_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_mgkcw_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_mgkcw_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_mgkcw_226{color:red;margin-top:.3rem}._tableParent_mgkcw_231{border:none;flex-direction:column;padding:0;font-family:Roboto,Arial,sans-serif;display:flex;position:relative}@media (width>=320px){._tableParent_mgkcw_231{width:240px}}@media (width>=375px){._tableParent_mgkcw_231{width:295px}}@media (width>=425px){._tableParent_mgkcw_231{width:345px}}@media (width>=768px){._tableParent_mgkcw_231{width:100%}}._table_mgkcw_231{border-collapse:collapse;background-color:#fff;border-radius:6px;flex-direction:column;flex:auto;align-items:stretch;width:100%;padding:0;display:flex;overflow:auto}._table_mgkcw_231 ._tableHeader_mgkcw_272{color:#909090;border-bottom:1px solid #dadee3;font-size:14px;font-weight:600;box-shadow:none!important}._table_mgkcw_231 ._tableHeader_mgkcw_272 ._tableHeaderCell_mgkcw_279{text-align:left;align-items:center;height:50px;padding:5px;display:flex;border:none!important}._tableBody_mgkcw_288,._tableBodyNoBorder_mgkcw_295{flex-direction:column;flex:99999 auto;display:flex;overflow-x:hidden!important}._tableBodyNoBorder_mgkcw_295:first-child,._tableBodyNoBorder_mgkcw_295:last-child{border:none}._tableDataCell_mgkcw_308{color:#111827;border:none!important}._tableRowGroup_mgkcw_313{border-top:none;border-bottom:1px solid #dcdcdc;max-height:130px}._tableRowGroupNoBorder_mgkcw_319{border-top:none!important;border-bottom:none!important}._tableRow_mgkcw_313{align-items:flex-start}._tableRowSelect_mgkcw_328{align-items:flex-start;padding:0}._wrapper_1bh0a_1{z-index:1001}._wrapper_1bh0a_1 ._container_1bh0a_4{background:#fff;border-radius:7px;width:258px;height:fit-content;padding:10px;box-shadow:0 4px 11px #53535340}._wrapper_1bh0a_1 ._container_1bh0a_4 ._item_1bh0a_12{color:#707071;cursor:pointer;border-radius:8px;padding:8px 16px 8px 24px;font-family:Roboto,sans-serif;font-size:15px;font-style:normal;font-weight:500;line-height:32px}._wrapper_1bh0a_1 ._container_1bh0a_4 ._item_1bh0a_12._disabled_1bh0a_23{color:#b5b5b5;cursor:unset}._wrapper_1bh0a_1 ._container_1bh0a_4 ._item_1bh0a_12:hover:not(._disabled_1bh0a_23){color:#3275f5;background:#3275f51c}._searchComponent_109m2_1{align-items:flex-start;gap:32px;width:100%;margin:0 auto;font-family:Roboto,sans-serif;display:flex;position:relative}._inputWrapper_109m2_11{border:1px solid #e5e7eb;border-radius:4px;flex-wrap:wrap;flex:1;align-items:center;gap:4px;min-height:40px;padding:4px;font-family:Roboto,sans-serif;display:flex}._resetFilters_109m2_24{height:40px;font-weight:500}._resetFilters_109m2_24:disabled{padding:0}._chip_109m2_32{cursor:pointer;border-radius:16px;align-items:center;padding:4px 8px;font-size:14px;display:inline-flex}._categoryChip_109m2_41{color:#1e40af;cursor:pointer;background-color:#dbeafe;border-radius:4px;align-items:center;padding:8px 6px 6px 8px;font-weight:500;display:flex}._valueChip_109m2_52{background-color:#e5e7eb;border-radius:4px;align-items:center;padding:8px 6px 6px 8px;display:flex}._removeChip_109m2_60{cursor:pointer;cursor:pointer;background:0 0;border:none;margin-left:4px;padding:0;line-height:0}._input_109m2_11{border:none;outline:none;flex:1;min-width:120px;height:30px}._dropdown_109m2_79{z-index:1000;background-color:#fff;border:1px solid #ccc;border-radius:4px;overflow-y:auto;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}._dropdownItem_109m2_88{cursor:pointer;justify-content:space-between;align-items:center;width:300px;padding:.5rem 1rem;transition:background-color .3s;display:flex}._dropdownItem_109m2_88:hover{color:#3275f5;background-color:#3275f51c}._categoryName_109m2_102{font-weight:500}._noResults_109m2_106{color:#6b7280;padding:.5rem 1rem}._activeCategoryHeader_109m2_111{background-color:#f3f4f6;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex;position:sticky;top:0}._activeCategoryName_109m2_121{font-weight:500}._backButton_109m2_125{color:#3b82f6;cursor:pointer;background:0 0;border:none;font-size:.875rem}._backButton_109m2_125:focus{outline:none}._loading_109m2_136{justify-content:center;align-items:center;padding:1rem;display:flex}._categoryDropdown_109m2_143{width:300px;max-height:300px;overflow:hidden auto}._preHeader_1gke2_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1gke2_1{font-size:1rem;line-height:1rem}}._headerXl_1gke2_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1gke2_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1gke2_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1gke2_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1gke2_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1gke2_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1gke2_52{text-align:center}._headerMd_1gke2_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1gke2_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1gke2_72{margin-bottom:0}._headerMdInverted_1gke2_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1gke2_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1gke2_92{text-align:center}._textLabel_1gke2_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1gke2_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1gke2_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1gke2_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1gke2_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1gke2_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1gke2_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1gke2_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1gke2_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1gke2_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1gke2_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1gke2_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1gke2_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1gke2_226{color:red;margin-top:.3rem}._loadingContainer_1gke2_231{justify-content:center;align-items:center;width:100%;height:calc(100vh - 95px);display:flex}._centersRoute_1gke2_239{flex:1}._centersRoute_1gke2_239 h2{justify-content:space-between;align-items:flex-start;margin-bottom:0;display:flex}._centersRoute_1gke2_239 h2 span{align-items:flex-end;display:flex}._centersRoute_1gke2_239 ._pageBody_1gke2_252{background-color:#f6f6f6;border-radius:6px;min-height:calc(100vh - 95px)}._centersRoute_1gke2_239 ._pageBody_1gke2_252 ._searchSelectArea_1gke2_257{background-color:#fff;padding:24px 40px}._centersRoute_1gke2_239 ._pageBody_1gke2_252 ._searchSelectArea_1gke2_257 ._searchInput_1gke2_261{width:500px}._centersRoute_1gke2_239 ._pageBody_1gke2_252 ._searchSelectArea_1gke2_257 ._searchInput_1gke2_261 ._clearBtn_1gke2_264{cursor:pointer;line-height:0}._centersRoute_1gke2_239 ._pageBody_1gke2_252 ._searchSelectArea_1gke2_257 ._searchInput_1gke2_261 ._clearBtn_1gke2_264 svg path{stroke-width:2px;stroke:#adadad}._centersRoute_1gke2_239 ._pageBody_1gke2_252 ._searchSelectArea_1gke2_257 ._searchInput_1gke2_261 ._clearBtn_1gke2_264:hover svg path{stroke:#000}._centersRoute_1gke2_239 ._pageBody_1gke2_252 ._searchSelectArea_1gke2_257 ._row_1gke2_275{align-items:flex-end;gap:32px;display:flex}._centersRoute_1gke2_239 ._pageBody_1gke2_252 ._searchSelectArea_1gke2_257 ._selection_1gke2_280{color:#3275f5;background:#3275f51a;border-radius:5px;align-items:center;height:51px;margin-top:16px;padding:8px 16px 8px 24px;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:19px;display:flex}._centersRoute_1gke2_239 ._pageBody_1gke2_252 ._searchSelectArea_1gke2_257 ._selection_1gke2_280 ._unselect_1gke2_294{cursor:pointer;font-weight:700;text-decoration:underline}._centersRoute_1gke2_239 ._pageBody_1gke2_252 ._searchSelectArea_1gke2_257 ._selection_1gke2_280>div:first-child{flex-grow:1}._centersRoute_1gke2_239 ._pageBody_1gke2_252 ._searchSelectArea_1gke2_257 ._selection_1gke2_280 button{border-bottom:none;padding-left:0;padding-right:0}._centersRoute_1gke2_239 ._pageBody_1gke2_252 ._searchSelectArea_1gke2_257 ._selection_1gke2_280 button:hover{background-color:#0000}._centersRoute_1gke2_239 ._pageBody_1gke2_252 ._filtersArea_1gke2_310{padding-top:16px}._centersRoute_1gke2_239 ._pageBody_1gke2_252 ._dataArea_1gke2_313{padding:24px 40px}._centersRoute_1gke2_239 ._infoText_1gke2_316{color:#2c2d30;font-size:20px;line-height:28px}._centersRoute_1gke2_239 ._centersTable_1gke2_321{border:none}._centersRoute_1gke2_239 ._centersTableHeader_1gke2_324{color:#909090;text-align:left;padding-top:10px;padding-bottom:10px;box-shadow:none!important;border:none!important;outline:0!important}._icon_1gke2_334{color:#3275f5;text-align:center;cursor:pointer;flex-shrink:0;flex-basis:30px;font-size:20px}._btnAddCenter_1gke2_343{text-transform:none;height:41px;margin-left:10px;padding:8px 12px!important}._btnAddCenter_1gke2_343 i{margin-right:6px}._buttonsRow_1gke2_353{justify-content:flex-end;display:flex}._buttonsRow_1gke2_353 button{min-height:50px}._cellCenter_1gke2_361{cursor:pointer;justify-content:center;display:flex}._cellLeft_1gke2_367{cursor:pointer;justify-content:flex-start;display:flex}._cellRight_1gke2_373{cursor:pointer;justify-content:flex-end;display:flex}._cursorPointer_1gke2_379{cursor:pointer}._loading_1gke2_231:before{content:"";background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20style='margin:%20auto;%20background:%20rgba(241,%20242,%20243,%200);%20display:%20block;%20shape-rendering:%20auto;'%20width='200px'%20height='200px'%20viewBox='0%200%20100%20100'%20preserveAspectRatio='xMidYMid'%3e%3cg%20transform='rotate(0%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.9166666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(30%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.8333333333333334s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(60%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.75s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(90%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.6666666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(120%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.5833333333333334s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(150%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.5s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(180%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.4166666666666667s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(210%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.3333333333333333s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(240%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.25s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(270%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.16666666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(300%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.08333333333333333s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(330%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='0s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3c!--%20[ldio]%20generated%20by%20https://loading.io/%20--%3e%3c/svg%3e") -5px -7px/150% no-repeat;width:20px;height:16px;display:inline-block}._modalColumn_1gke2_394{flex-direction:column;display:flex}._modalButtonRow_1gke2_399{justify-content:space-between;margin-top:100px;display:flex}._modalButtonRow_1gke2_399._modal_1gke2_394{margin-top:0}._modalTitle_1gke2_408{text-align:center;color:#000;margin-top:10px;margin-bottom:60px;font-size:24px;font-weight:700}._firstColumn_1gke2_417{padding-left:16px!important}._bowlingCentersTable_1gke2_421{border-radius:8px;box-shadow:0 22px 64px #00000026}._bowlingCentersTable_1gke2_421>div:first-child>div:first-child{max-height:50px}._bowlingCentersTable_1gke2_421 [class*=tableRow]{border-bottom:1px solid #dadee3;min-height:72px;transition:background-color .3s}._bowlingCentersTable_1gke2_421 [class*=tableRow]:hover{background-color:#3275f50d!important}._bowlingCentersTable_1gke2_421 [class*=TableHeader]{line-height:20px}._bowlingCentersTable_1gke2_421 [class*=cell]{line-height:16px}._bowlingCentersTable_1gke2_421 [class*=cell],._bowlingCentersTable_1gke2_421 [class*=TableHeader]{font-size:14px}._bowlingCentersTable_1gke2_421 ._firstColumn_1gke2_417[class*=tableDataCell][class*=tableCell]{padding:5px 10px 5px 16px!important}._optionCSV_1gke2_449{cursor:pointer;margin-bottom:20px;font-size:17px;font-weight:600}._optionCSV_1gke2_449 input{margin-right:6px}._optionCSV_1gke2_449:has(input:disabled){color:#cbcbcb}._tableBC_1gke2_462>div:first-child{min-height:640px}._tdStatus_1gke2_466{padding:25px 15px 25px 5px!important}._StatusInfo_1gke2_470,._DateInfo_1gke2_471{text-overflow:ellipsis;white-space:break-spaces;-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._cellMaximumTwoLines_1gke2_482>div h3,._cellMaximumTwoLines_1gke2_482>div div{text-overflow:ellipsis;white-space:break-spaces;-webkit-line-clamp:2;word-break:break-word;line-clamp:2;box-orient:vertical;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._actions_1gke2_495{gap:8px;margin-left:8px;display:flex}._actions_1gke2_495 button{cursor:pointer;border-radius:50%;width:40px;height:40px;line-height:0}._actions_1gke2_495 ._edit_1gke2_507:hover{background-color:#2196f34d}._actions_1gke2_495 ._edit_1gke2_507:hover svg{stroke:#0347c7}._actions_1gke2_495 ._delete_1gke2_513:hover{background-color:#f3212133}._composeCell_1gke2_517{flex-direction:column;justify-content:flex-start;display:flex}._composeCellTitle_1gke2_523{white-space:break-spaces;text-transform:capitalize;margin-bottom:2px;font-size:14px;font-weight:500}._composeCellSubtitle_1gke2_531{white-space:break-spaces;text-transform:capitalize;font-size:12px;font-weight:400;line-height:14px}._accountTypeBadge_1gke2_539{color:#464646;text-transform:uppercase;background:#d9d9d9;border-radius:5px;width:max-content;margin-top:2px;padding:2px 6px;font-size:11px;font-weight:400}._accountTypeBadge_1gke2_539._accountTypeBadgeDeveloper_1gke2_550{background:#a077d7}._lastActiveCell_1gke2_554{flex-direction:column;font-family:Roboto,sans-serif;display:flex}._lastActiveValue_1gke2_560{margin-bottom:2px;font-size:14px}._firstDataSentValue_1gke2_565{font-size:14px}._lanetalkKamCell_1gke2_569{flex-direction:column;display:flex}._contactName_1gke2_574{white-space:break-spaces;min-height:18px;overflow-y:auto}._contactExtraCount_1gke2_580{color:#888;min-height:18px;margin-top:2px;font-size:12px;overflow-y:auto}._container_1wayp_1{background-color:#f6f6f6;min-height:100vh;font-family:Roboto,sans-serif}._header_1wayp_7{z-index:1;background-color:#fff;align-items:center;gap:40px;width:100%;padding:24px 22px;display:flex;position:fixed}._header_1wayp_7 h1{color:#424242;margin-bottom:0;font-family:Roboto,sans-serif;font-size:30px;font-style:normal;font-weight:500;line-height:35px}._header_1wayp_7 a{line-height:0}._sectionWrapper_1wayp_30{background-color:#f6f6f6;padding:32px}._section_1wayp_30{background:#fff;border-radius:10px;width:100%;max-width:667px;margin:auto;padding:46px 32px 0;display:flex;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012}._section_1wayp_30 h2{letter-spacing:.87px;color:#10c900;margin-bottom:0;font-family:Roboto,sans-serif;font-size:28px;font-weight:700;line-height:33px}._section_1wayp_30 button{margin:24px 0 32px;display:flex}._section_1wayp_30 button svg{margin-right:10px}._section_1wayp_30 button svg path{stroke:#3e93ff}._section_1wayp_30 img{object-fit:contain;height:300px}._container_1nd8b_1{background-color:#f6f6f6;min-height:100vh;font-family:Roboto,sans-serif}._loading_1nd8b_7{margin-top:271px}._container_1a8ko_1{background-color:#f6f6f6;flex-direction:column;min-height:100vh;font-family:Roboto,sans-serif;display:flex}._header_1a8ko_9{z-index:1;background-color:#fff;align-items:center;gap:40px;width:100%;padding:24px 22px;display:flex;position:fixed;top:0;left:0}._header_1a8ko_9 h1{color:#424242;margin-bottom:0;font-family:Roboto,sans-serif;font-size:30px;font-style:normal;font-weight:500;line-height:35px}._header_1a8ko_9 a{line-height:0}._contentWrapper_1a8ko_34{box-sizing:border-box;flex:1;justify-content:center;align-items:center;padding:115px 32px 32px;display:flex}._content_1a8ko_34{text-align:center;background:#fff;border-radius:12px;width:100%;max-width:500px;padding:48px 32px;box-shadow:0 100px 80px #00000005,0 41.778px 33.422px #00000008,0 22.336px 17.869px #00000008,0 12.522px 10.017px #0000000a,0 6.65px 5.32px #0000000d,0 2.767px 2.214px #00000012}._icon_1a8ko_54{color:#fff;background:#10c900;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;font-size:48px;font-weight:700;display:flex}._iconCancel_1a8ko_68{background:#ff5722}._title_1a8ko_72{color:#000;margin-bottom:16px;font-size:28px;font-weight:700}._description_1a8ko_79{color:#707071;margin-bottom:32px;font-size:16px;line-height:1.5}._autoRedirect_1a8ko_86{color:#a1a1a1;margin-top:16px;font-size:14px}._preHeader_17i1h_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_17i1h_1{font-size:1rem;line-height:1rem}}._headerXl_17i1h_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_17i1h_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_17i1h_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_17i1h_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_17i1h_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_17i1h_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_17i1h_52{text-align:center}._headerMd_17i1h_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_17i1h_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_17i1h_72{margin-bottom:0}._headerMdInverted_17i1h_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_17i1h_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_17i1h_92{text-align:center}._textLabel_17i1h_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_17i1h_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_17i1h_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_17i1h_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_17i1h_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_17i1h_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_17i1h_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_17i1h_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_17i1h_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_17i1h_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_17i1h_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_17i1h_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_17i1h_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_17i1h_226{color:red;margin-top:.3rem}._containerCategories_17i1h_231{flex-direction:column;display:flex}._containerCategories_17i1h_231>label:first-child{color:silver;align-self:center;font-size:11px}._containerCategories_17i1h_231 ul{margin:7px 0;padding:0 0 7px;box-shadow:inset 0 -1px #00000026}._containerCategories_17i1h_231 li{cursor:pointer;border-radius:5px;height:41px;margin-bottom:7px;padding:0 0 0 18px;font-family:Roboto;font-size:14px;font-style:normal;font-weight:500;line-height:41px;list-style:none;transition:background-color .1s ease-in-out,color .1s ease-in-out;position:relative}._containerCategories_17i1h_231 li:last-child{margin-bottom:0}._containerCategories_17i1h_231 li:hover{color:#fff;background-color:#3275f5;transition:background-color .1s ease-in-out,color .1s ease-in-out}._containerCategories_17i1h_231 ._isActive_17i1h_269{background-color:#fff}._containerCategories_17i1h_231 ._isActive_17i1h_269:after{content:url("data:image/svg+xml,%3csvg%20width='18'%20height='13'%20viewBox='0%200%2018%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.30711%209.89289C5.91658%2010.2834%205.28342%2010.2834%204.89289%209.89289L2.1%207.1C1.7134%206.7134%201.0866%206.7134%200.7%207.1C0.313401%207.4866%200.313401%208.1134%200.7%208.5L4.89289%2012.6929C5.28342%2013.0834%205.91658%2013.0834%206.30711%2012.6929L16.9%202.1C17.2866%201.7134%2017.2866%201.0866%2016.9%200.7C16.5134%200.313401%2015.8866%200.313401%2015.5%200.7L6.30711%209.89289Z'%20fill='%237E7E7E'/%3e%3c/svg%3e");position:absolute;right:18px}._containerCategories_17i1h_231 ._isActive_17i1h_269:hover:after{content:url("data:image/svg+xml,%3csvg%20width='18'%20height='13'%20viewBox='0%200%2018%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.30711%209.89289C5.91658%2010.2834%205.28342%2010.2834%204.89289%209.89289L2.1%207.1C1.7134%206.7134%201.0866%206.7134%200.7%207.1C0.313401%207.4866%200.313401%208.1134%200.7%208.5L4.89289%2012.6929C5.28342%2013.0834%205.91658%2013.0834%206.30711%2012.6929L16.9%202.1C17.2866%201.7134%2017.2866%201.0866%2016.9%200.7C16.5134%200.313401%2015.8866%200.313401%2015.5%200.7L6.30711%209.89289Z'%20fill='%23FFFFFF'/%3e%3c/svg%3e");position:absolute;right:18px}._preHeader_odger_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_odger_1{font-size:1rem;line-height:1rem}}._headerXl_odger_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_odger_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_odger_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_odger_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_odger_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_odger_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_odger_52{text-align:center}._headerMd_odger_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_odger_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_odger_72{margin-bottom:0}._headerMdInverted_odger_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_odger_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_odger_92{text-align:center}._textLabel_odger_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_odger_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_odger_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_odger_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_odger_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_odger_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_odger_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_odger_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_odger_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_odger_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_odger_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_odger_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_odger_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_odger_226{color:red;margin-top:.3rem}._formBackground_odger_231{background-color:#fff;border-radius:6px;flex-direction:column;align-items:center;width:100%;font-family:Roboto,sans-serif;font-size:13px;display:flex;position:relative}._title_odger_243{cursor:default;align-items:center;margin-left:40px;display:flex}._title_odger_243 h2{margin-bottom:0;font-family:Roboto,sans-serif;font-weight:500}._title_odger_243 ._iconBack_odger_254{color:#8cabe9;cursor:pointer;margin-right:40px;font-size:18px}._containerForm_odger_261,._containerResults_odger_262{width:100%}._subtitle_odger_266{color:#424242;margin-bottom:2em;font-weight:400}._claimUserForm_odger_272{border-bottom:1px solid #ececec;margin-bottom:3em;padding-bottom:.7em;display:flex}._claimUserForm_odger_272 ._inputUsers_odger_278{margin-bottom:1.2em}._claimUserForm_odger_272 ._inputClaim_odger_281{color:#7e7e7e;background-color:#fafafafa;border:0;width:100%;height:44px;padding-left:13px;padding-right:13px;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;box-shadow:0 1px 3px #00000040}._claimUserForm_odger_272 input{background-color:#f9f9f9;border:0;border-radius:5px;font-family:Roboto,sans-serif;font-size:13px;font-weight:400}._claimUserForm_odger_272 small{position:absolute;top:44px;font-size:13px!important}._column_odger_308{flex-direction:column;width:20%;margin-right:10px;display:flex}._columnBtn_odger_315{min-width:150px;margin-left:auto;display:flex}._columnBtn_odger_315 button{align-self:flex-end;width:100%;height:44px;margin-bottom:1.2em;font-size:13px;font-weight:400}._playersTable_odger_330,._gamesTable_odger_331{margin-top:2em}._playersTable_odger_330{cursor:pointer}._tableHeader_odger_339{color:#909090}._tableHeaderIndex_odger_343{overflow-y:visible}._checkboxGames_odger_347{font-size:1.2em}._checkboxGames_odger_347 label:before{box-shadow:0 1px 3px #00000040;background-color:#fafafa!important;border:0!important;border-radius:2px!important}._hidden_odger_357{display:none}._containerButtons_odger_362{z-index:2100;position:fixed;bottom:80px;right:80px}._containerButtons_odger_362 ._btnClaim_odger_368{min-height:50px;font-weight:400;box-shadow:0 2px 7px #53535340}._formBackground_odger_231 ._modal_odger_374{min-width:175px;padding:15px 5px;position:absolute;bottom:80px;right:220px;overflow:visible}._formBackground_odger_231 ._modal_odger_374 ._iconClose_odger_382{cursor:pointer;background:#fbfbfb;border:1px solid #9db8ec;border-radius:50%;width:32px;height:32px;display:inline-block;position:absolute;right:-16px;box-shadow:1px 1px 7px #00000040}._formBackground_odger_231 ._modal_odger_374 ._iconClose_odger_382:before{content:"";border-top:1px solid #424242;width:15px;margin-top:14px;margin-left:7px;display:inline-block;position:absolute;transform:rotate(-135deg)}._formBackground_odger_231 ._modal_odger_374 ._iconClose_odger_382:after{content:"";border-top:1px solid #424242;width:15px;margin-top:14px;margin-left:7px;display:inline-block;transform:rotate(135deg)}._LoadingSpinner_odger_414{margin:0 auto;display:block}.rdrCalendarWrapper{box-sizing:border-box;-webkit-user-select:none;user-select:none;background:#fff;flex-direction:column;display:inline-flex}.rdrDateDisplay{justify-content:space-between;display:flex}.rdrDateDisplayItem{text-align:center;width:0;color:inherit;flex:1}.rdrDateDisplayItem+.rdrDateDisplayItem{margin-left:.833em}.rdrDateDisplayItem input{text-align:inherit}.rdrDateDisplayItem input:disabled{cursor:default}.rdrMonthAndYearWrapper{box-sizing:inherit;justify-content:space-between;display:flex}.rdrMonthAndYearPickers{flex:auto;justify-content:center;align-items:center;display:flex}.rdrNextPrevButton{box-sizing:inherit;cursor:pointer;outline:none}.rdrMonths{display:flex}.rdrMonthsVertical{flex-direction:column}.rdrMonthsHorizontal>div>div>div{flex-direction:row;display:flex}.rdrMonth{width:27.667em}.rdrWeekDays{display:flex}.rdrWeekDay{box-sizing:inherit;text-align:center;flex-basis:14.2857%}.rdrDays{flex-wrap:wrap;display:flex}.rdrInfiniteMonths{overflow:auto}.rdrDateRangeWrapper{-webkit-user-select:none;user-select:none}.rdrDateInput{position:relative}.rdrDateInput input{outline:none}.rdrDateInput .rdrWarning{color:red;font-size:1.6em;line-height:1.6em;position:absolute;top:0;right:.25em}.rdrDay{box-sizing:inherit;width:14.2857%;font:inherit;cursor:pointer;position:relative}.rdrDayNumber{display:block;position:relative}.rdrDayNumber span{color:#1d2429}.rdrDayDisabled{cursor:not-allowed}@supports (-ms-ime-align:auto){.rdrDay{flex-basis:14.285%!important}}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge,.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{pointer-events:none}.rdrDateRangePickerWrapper{-webkit-user-select:none;user-select:none;display:inline-flex}.rdrStaticRanges{flex-direction:column;display:flex}.rdrStaticRange{font-size:inherit}.rdrInputRange{display:flex}.rdrCalendarWrapper{color:#000;font-size:12px}.rdrDateDisplayWrapper{background-color:#eff2f7}.rdrDateDisplay{margin:.833em}.rdrDateDisplayItem{background-color:#fff;border:1px solid #0000;border-radius:4px;box-shadow:0 1px 2px #23394236}.rdrDateDisplayItem input{cursor:pointer;color:#849095;background:0 0;border:0;width:100%;height:2.5em;line-height:2.5em}.rdrDateDisplayItemActive{border-color:currentColor}.rdrDateDisplayItemActive input{color:#7d888d}.rdrMonthAndYearWrapper{align-items:center;height:60px;padding-top:10px}.rdrMonthAndYearPickers{font-weight:600}.rdrMonthAndYearPickers select{appearance:none;color:#3e484f;cursor:pointer;text-align:center;background:url("data:image/svg+xml;utf8,<svg width='9px' height='6px' viewBox='0 0 9 6' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' transform='translate(-636.000000, -171.000000)' fill-opacity='0.368716033'><g id='input' transform='translate(172.000000, 37.000000)' fill='%230E242F' fill-rule='nonzero'><g id='Group-9' transform='translate(323.000000, 127.000000)'><path d='M142.280245,7.23952813 C141.987305,6.92353472 141.512432,6.92361662 141.219585,7.23971106 C140.926739,7.5558055 140.926815,8.06821394 141.219755,8.38420735 L145.498801,13 L149.780245,8.38162071 C150.073185,8.0656273 150.073261,7.55321886 149.780415,7.23712442 C149.487568,6.92102998 149.012695,6.92094808 148.719755,7.23694149 L145.498801,10.7113732 L142.280245,7.23952813 Z' id='arrow'></path></g></g></g></svg>") right 8px center no-repeat;border:0;border-radius:4px;outline:0;padding:10px 30px 10px 10px}.rdrMonthAndYearPickers select:hover{background-color:#00000012}.rdrMonthPicker,.rdrYearPicker{margin:0 5px}.rdrNextPrevButton{background:#eff2f7;border:0;border-radius:5px;width:24px;height:24px;margin:0 .833em;padding:0;display:block}.rdrNextPrevButton:hover{background:#e1e7f0}.rdrNextPrevButton i{text-align:center;border-style:solid;width:0;height:0;margin:auto;padding:0;display:block;transform:translate(-3px)}.rdrPprevButton i{border-width:4px 6px 4px 4px;border-color:#0000 #34495e #0000 #0000;transform:translate(-3px)}.rdrNextButton i{border-width:4px 4px 4px 6px;border-color:#0000 #0000 #0000 #34495e;margin:0 0 0 7px;transform:translate(3px)}.rdrWeekDays{padding:0 .833em}.rdrMonth{padding:0 .833em 1.666em}.rdrMonth .rdrWeekDays{padding:0}.rdrMonths.rdrMonthsVertical .rdrMonth:first-child .rdrMonthName{display:none}.rdrWeekDay{color:#849095;font-weight:400;line-height:2.667em}.rdrDay{-webkit-user-select:none;user-select:none;text-align:center;color:#1d2429;background:0 0;border:0;height:3em;padding:0;line-height:3em}.rdrDay:focus{outline:0}.rdrDayNumber{outline:0;justify-content:center;align-items:center;font-weight:300;display:flex;position:absolute;inset:5px 0}.rdrDayToday .rdrDayNumber span{font-weight:500}.rdrDayToday .rdrDayNumber span:after{content:"";background:#3d91ff;border-radius:2px;width:18px;height:2px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.rdrDayToday:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span:after,.rdrDayToday:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span:after{background:#fff}.rdrDay:not(.rdrDayPassive) .rdrInRange~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrStartEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrEndEdge~.rdrDayNumber span,.rdrDay:not(.rdrDayPassive) .rdrSelected~.rdrDayNumber span{color:#ffffffd9}.rdrSelected,.rdrInRange,.rdrStartEdge,.rdrEndEdge{background:currentColor;position:absolute;inset:5px 0}.rdrSelected{left:2px;right:2px}.rdrStartEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrEndEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrSelected{border-radius:1.042em}.rdrDayStartOfMonth .rdrInRange,.rdrDayStartOfMonth .rdrEndEdge,.rdrDayStartOfWeek .rdrInRange,.rdrDayStartOfWeek .rdrEndEdge{border-top-left-radius:1.042em;border-bottom-left-radius:1.042em;left:2px}.rdrDayEndOfMonth .rdrInRange,.rdrDayEndOfMonth .rdrStartEdge,.rdrDayEndOfWeek .rdrInRange,.rdrDayEndOfWeek .rdrStartEdge{border-top-right-radius:1.042em;border-bottom-right-radius:1.042em;right:2px}.rdrDayStartOfMonth .rdrDayInPreview,.rdrDayStartOfMonth .rdrDayEndPreview,.rdrDayStartOfWeek .rdrDayInPreview,.rdrDayStartOfWeek .rdrDayEndPreview{border-left-width:1px;border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;left:0}.rdrDayEndOfMonth .rdrDayInPreview,.rdrDayEndOfMonth .rdrDayStartPreview,.rdrDayEndOfWeek .rdrDayInPreview,.rdrDayEndOfWeek .rdrDayStartPreview{border-right-width:1px;border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;right:0}.rdrDayStartPreview,.rdrDayInPreview,.rdrDayEndPreview{pointer-events:none;z-index:1;background:#ffffff17;border:0 solid;position:absolute;inset:3px 0}.rdrDayStartPreview{border-top-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-left-radius:1.333em;border-bottom-left-radius:1.333em;left:0}.rdrDayInPreview{border-top-width:1px;border-bottom-width:1px}.rdrDayEndPreview{border-top-width:1px;border-bottom-width:1px;border-right-width:1px;border-top-right-radius:1.333em;border-bottom-right-radius:1.333em;right:0}.rdrDefinedRangesWrapper{background:#fff;border-right:1px solid #eff2f7;width:226px;font-size:12px}.rdrDefinedRangesWrapper .rdrStaticRangeSelected{color:currentColor;font-weight:600}.rdrStaticRange{cursor:pointer;background:#fff;border:0;border-bottom:1px solid #eff2f7;outline:0;padding:0;display:block}.rdrStaticRange:hover .rdrStaticRangeLabel,.rdrStaticRange:focus .rdrStaticRangeLabel{background:#eff2f7}.rdrStaticRangeLabel{text-align:left;outline:0;padding:10px 20px;line-height:18px;display:block}.rdrInputRanges{padding:10px 0}.rdrInputRange{align-items:center;padding:5px 20px}.rdrInputRangeInput{text-align:center;color:#6c767a;border:1px solid #dee7eb;border-radius:4px;width:30px;height:30px;margin-right:10px;line-height:30px}.rdrInputRangeInput:focus,.rdrInputRangeInput:hover{color:#333;border-color:#b4bfc4;outline:0}.rdrCalendarWrapper:not(.rdrDateRangeWrapper) .rdrDayHovered .rdrDayNumber:after{content:"";background:0 0;border:1px solid;border-radius:1.333em;position:absolute;inset:-2px 0}.rdrDayPassive{pointer-events:none}.rdrDayPassive .rdrDayNumber span{color:#d5dce0}.rdrDayPassive .rdrInRange,.rdrDayPassive .rdrStartEdge,.rdrDayPassive .rdrEndEdge,.rdrDayPassive .rdrSelected,.rdrDayPassive .rdrDayStartPreview,.rdrDayPassive .rdrDayInPreview,.rdrDayPassive .rdrDayEndPreview{display:none}.rdrDayDisabled{background-color:#f8f8f8}.rdrDayDisabled .rdrDayNumber span{color:#aeb9bf}.rdrDayDisabled .rdrInRange,.rdrDayDisabled .rdrStartEdge,.rdrDayDisabled .rdrEndEdge,.rdrDayDisabled .rdrSelected,.rdrDayDisabled .rdrDayStartPreview,.rdrDayDisabled .rdrDayInPreview,.rdrDayDisabled .rdrDayEndPreview{filter:grayscale()opacity(60%)}.rdrMonthName{text-align:left;color:#849095;padding:.833em;font-weight:600}._selectSearch_1782w_1{width:100%;position:relative}._selectBox_1782w_6{position:relative}._selectBox_1782w_6 select,._inputDate_1782w_11{color:#7e7e7e;background-color:#fafafafa;border:0;outline:0;width:100%;margin-bottom:.7em;font-family:Roboto,sans-serif;font-size:.8em;font-weight:400;box-shadow:0 1px 3px #00000040}._inputDate_1782w_11{height:44px;padding-left:13px;padding-right:13px}._selectBox_1782w_6:before{content:url("data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='10'%20height='4'%20rx='0.5'%20stroke='%23848484'/%3e%3crect%20x='0.5'%20y='6.5'%20width='4'%20height='4'%20rx='0.5'%20stroke='%23848484'/%3e%3crect%20x='6.5'%20y='6.5'%20width='4'%20height='4'%20rx='0.5'%20stroke='%23848484'/%3e%3c/svg%3e");z-index:10;position:absolute;top:13px;right:13px}._overSelect_1782w_38{position:absolute;inset:0}._containerSearch_1782w_46{z-index:20;background-color:#fcfcfc;border-radius:7px;width:100%;min-width:250px;padding:1em .8em;display:none;position:absolute;box-shadow:0 1px 11px #53535340}._stackIcon_1782w_58{cursor:pointer;width:100%;margin-bottom:.5em;display:inline-block}._iconTimes_1782w_65{color:#831818;padding-left:0;padding-right:5px;font-size:10px}._items_1782w_72{max-height:200px;padding:5px 0;overflow:hidden auto}._items_1782w_72::-webkit-scrollbar{width:5px}._items_1782w_72::-webkit-scrollbar-track{background-color:#0000001a;border-radius:3px}._items_1782w_72::-webkit-scrollbar-thumb{background-color:#3275f5;border-radius:3px}._items_1782w_72 label{text-transform:capitalize;color:#0e0e0e;align-items:center;margin-right:5px;padding:5px 10px;font-size:12px;display:flex}._items_1782w_72 label:hover{color:#fff;background-color:#3275f5}._expanded_1782w_109{flex-direction:column;display:flex}._error_1782w_114{z-index:400;top:72.67px}._noAvailable_1782w_119{color:#0e0e0e;min-height:40px;padding:10px;font-family:Roboto,sans-serif;font-size:.9em}._selectSearch_czpfw_1{width:100%;position:relative}._selectBox_czpfw_6{position:relative}._selectBox_czpfw_6 select{color:#7e7e7e;background-color:#fafafafa;border:0;width:100%;margin-bottom:.7em;font-family:Roboto,sans-serif;font-size:.8em;font-weight:400;box-shadow:0 1px 3px #00000040}._overSelect_czpfw_22{position:absolute;inset:0}._containerSearch_czpfw_30{z-index:20;background-color:#fcfcfc;border-radius:7px;width:100%;min-height:100px;padding:1em .8em;display:none;position:absolute;top:50px;box-shadow:0 1px 11px #53535340}._stackIcon_czpfw_43{cursor:pointer;width:100%;margin-bottom:2em;padding:.5em 0;display:inline-block}._iconTimes_czpfw_51{color:#831818;padding-left:0;padding-right:5px;font-size:10px}._items_czpfw_58{max-height:200px;padding:5px 0;overflow:hidden auto}._items_czpfw_58::-webkit-scrollbar{width:5px}._items_czpfw_58::-webkit-scrollbar-track{background-color:#0000001a;border-radius:3px}._items_czpfw_58::-webkit-scrollbar-thumb{background-color:#3275f5;border-radius:3px}._items_czpfw_58 label{text-transform:capitalize;color:#0e0e0e;align-items:center;margin-right:5px;padding:5px 10px;font-size:12px;display:flex}._items_czpfw_58 label:hover{color:#fff;background-color:#3275f5}._expanded_czpfw_95{flex-direction:column;justify-content:center;align-items:center;display:flex}._error_czpfw_102{z-index:400;top:72.67px}._noAvailable_czpfw_107{color:#0e0e0e;min-height:40px;padding:10px;font-family:Roboto,sans-serif;font-size:.9em}._containerSlider_czpfw_115{width:90%;margin-top:20px}.rc-slider{touch-action:none;box-sizing:border-box;-webkit-tap-highlight-color:#0000;border-radius:6px;width:100%;height:14px;padding:5px 0;position:relative}.rc-slider *{box-sizing:border-box;-webkit-tap-highlight-color:#0000}.rc-slider-rail{background-color:#e9e9e9;border-radius:6px;width:100%;height:4px;position:absolute}.rc-slider-track{background-color:#abe2fb;border-radius:6px;height:4px;position:absolute;left:0}.rc-slider-handle{cursor:pointer;width:14px;height:14px;cursor:-webkit-grab;cursor:grab;touch-action:pan-x;background-color:#fff;border:2px solid #96dbfa;border-radius:50%;margin-top:-5px;position:absolute}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle-click-focused:focus{box-shadow:unset;border-color:#96dbfa}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{cursor:-webkit-grabbing;cursor:grabbing;border-color:#57c5f7;box-shadow:0 0 5px #57c5f7}.rc-slider-mark{width:100%;font-size:12px;position:absolute;top:18px;left:0}.rc-slider-mark-text{vertical-align:middle;text-align:center;cursor:pointer;color:#999;display:inline-block;position:absolute}.rc-slider-mark-text-active{color:#666}.rc-slider-step{background:0 0;width:100%;height:4px;position:absolute}.rc-slider-dot{cursor:pointer;vertical-align:middle;background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;width:8px;height:8px;margin-left:-4px;position:absolute;bottom:-2px}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-handle,.rc-slider-disabled .rc-slider-dot{box-shadow:none;cursor:not-allowed;background-color:#fff;border-color:#ccc}.rc-slider-disabled .rc-slider-mark-text,.rc-slider-disabled .rc-slider-dot{cursor:not-allowed!important}.rc-slider-vertical{width:14px;height:100%;padding:0 5px}.rc-slider-vertical .rc-slider-rail{width:4px;height:100%}.rc-slider-vertical .rc-slider-track{width:4px;bottom:0;left:5px}.rc-slider-vertical .rc-slider-handle{touch-action:pan-y;margin-left:-5px}.rc-slider-vertical .rc-slider-mark{height:100%;top:0;left:18px}.rc-slider-vertical .rc-slider-step{width:4px;height:100%}.rc-slider-vertical .rc-slider-dot{margin-bottom:-4px;left:2px}.rc-slider-vertical .rc-slider-dot:first-child,.rc-slider-vertical .rc-slider-dot:last-child{margin-bottom:-4px}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-leave{animation-duration:.3s;animation-play-state:paused;animation-fill-mode:both;display:block!important}.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-appear{animation-timing-function:cubic-bezier(.23,1,.32,1);transform:scale(0)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;transform-origin:50% 100%;transform:scale(0)}to{transform-origin:50% 100%;transform:scale(1)}}@keyframes rcSliderTooltipZoomDownOut{0%{transform-origin:50% 100%;transform:scale(1)}to{opacity:0;transform-origin:50% 100%;transform:scale(0)}}.rc-slider-tooltip{visibility:visible;box-sizing:border-box;-webkit-tap-highlight-color:#0000;position:absolute;top:-9999px;left:-9999px}.rc-slider-tooltip *{box-sizing:border-box;-webkit-tap-highlight-color:#0000}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-inner{color:#fff;text-align:center;background-color:#6c6c6c;border-radius:6px;min-width:24px;height:24px;padding:6px 2px;font-size:12px;line-height:1;text-decoration:none;box-shadow:0 0 4px #d9d9d9}.rc-slider-tooltip-arrow{border-style:solid;border-color:#0000;width:0;height:0;position:absolute}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{border-width:4px 4px 0;border-top-color:#6c6c6c;margin-left:-4px;bottom:4px;left:50%}.rc-slider-track{background-color:#9db8ec}.rc-slider-handle{background-color:#9db8ec;border:.5px solid #e3fcff;box-shadow:0 1px 2px #afcbff}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{box-shadow:none;border-color:#e3fcff}.rc-slider-handle:focus{outline:none}.rc-slider-handle-click-focused:focus,.rc-slider-handle:hover{border-color:#e3fcff}.rc-slider-handle:active{border-color:#e3fcff;box-shadow:0 1px 2px #afcbff}.rc-slider-tooltip-placement-top{padding:4px 0}.rc-slider-tooltip-inner{color:#535353;box-shadow:none;background-color:#fcfcfc;font-family:Roboto,sans-serif}.rc-slider-tooltip-arrow{display:none}._preHeader_jymy1_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_jymy1_1{font-size:1rem;line-height:1rem}}._headerXl_jymy1_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_jymy1_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_jymy1_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_jymy1_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_jymy1_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_jymy1_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_jymy1_52{text-align:center}._headerMd_jymy1_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_jymy1_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_jymy1_72{margin-bottom:0}._headerMdInverted_jymy1_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_jymy1_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_jymy1_92{text-align:center}._textLabel_jymy1_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_jymy1_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_jymy1_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_jymy1_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_jymy1_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_jymy1_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_jymy1_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_jymy1_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_jymy1_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_jymy1_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_jymy1_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_jymy1_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_jymy1_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_jymy1_226{color:red;margin-top:.3rem}._selectedTableHeader_jymy1_231{color:#3275f5;white-space:nowrap;text-overflow:ellipsis}._selectedTableHeader_jymy1_231 ._text_jymy1_112{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;width:90%;display:inline-block;overflow:hidden}._selectedTableHeader_jymy1_231 i{margin:0;padding:0 0 0 6px;font-size:14px}._selectedTableHeader_jymy1_231 ._showIcon_jymy1_250{visibility:hidden}._hiddenTableHeader_jymy1_254{white-space:nowrap;text-overflow:ellipsis}._hiddenTableHeader_jymy1_254 ._text_jymy1_112{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;width:100%;display:inline-block;overflow:hidden}._hiddenTableHeader_jymy1_254 i{margin:0;padding:0 0 0 6px;font-size:14px;display:none}._preHeader_kjuks_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_kjuks_1{font-size:1rem;line-height:1rem}}._headerXl_kjuks_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_kjuks_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_kjuks_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_kjuks_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_kjuks_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_kjuks_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_kjuks_52{text-align:center}._headerMd_kjuks_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_kjuks_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_kjuks_72{margin-bottom:0}._headerMdInverted_kjuks_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_kjuks_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_kjuks_92{text-align:center}._textLabel_kjuks_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_kjuks_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_kjuks_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_kjuks_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_kjuks_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_kjuks_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_kjuks_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_kjuks_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_kjuks_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_kjuks_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_kjuks_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_kjuks_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_kjuks_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_kjuks_226{color:red;margin-top:.3rem}._tableParent_kjuks_231{border:none;flex-direction:column;padding:0;font-family:Roboto,Arial,sans-serif;font-size:13px;display:flex;position:relative}@media (width>=320px){._tableParent_kjuks_231{width:240px}}@media (width>=375px){._tableParent_kjuks_231{width:295px}}@media (width>=425px){._tableParent_kjuks_231{width:345px}}@media (width>=768px){._tableParent_kjuks_231{width:100%}}._table_kjuks_231{border-collapse:collapse;background-color:#fff;border-radius:6px;flex-direction:column;flex:auto;align-items:stretch;width:100%;padding:0;display:flex;overflow:auto}._tableBody_kjuks_274{flex-direction:column;flex:99999 auto;display:flex;overflow-x:hidden!important}._tableBodyNoBorder_kjuks_281{flex-direction:column;flex:99999 auto;display:flex;overflow-x:hidden;overflow-x:hidden!important}._tableBodyNoBorder_kjuks_281:first-child,._tableBodyNoBorder_kjuks_281:last-child{border:none}._tableHeader_kjuks_295{padding:10px;box-shadow:none!important}._tableHeaderCell_kjuks_300{text-align:left;border:none!important}._tableDataCell_kjuks_305{border:none!important}._tableRowGroup_kjuks_309{border-top:none;border-radius:5px;max-height:130px;border-bottom:none!important}._tableRowGroup_kjuks_309:nth-child(odd){background-color:#dee5ff66}._tableRowGroupNoBorder_kjuks_319{border-top:none!important;border-bottom:none!important}._tableRow_kjuks_309{align-items:flex-start;padding:10px}._tableRowSelect_kjuks_329{align-items:flex-start;padding:0}._preHeader_i7dnw_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_i7dnw_1{font-size:1rem;line-height:1rem}}._headerXl_i7dnw_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_i7dnw_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_i7dnw_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_i7dnw_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_i7dnw_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_i7dnw_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_i7dnw_52{text-align:center}._headerMd_i7dnw_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_i7dnw_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_i7dnw_72{margin-bottom:0}._headerMdInverted_i7dnw_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_i7dnw_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_i7dnw_92{text-align:center}._textLabel_i7dnw_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_i7dnw_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_i7dnw_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_i7dnw_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_i7dnw_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_i7dnw_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_i7dnw_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_i7dnw_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_i7dnw_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_i7dnw_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_i7dnw_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_i7dnw_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_i7dnw_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_i7dnw_226{color:red;margin-top:.3rem}._loadingContainer_i7dnw_231{justify-content:center;align-items:center;width:100%;height:calc(100vh - 95px);display:flex}._centersRoute_i7dnw_239{flex:1}._centersRoute_i7dnw_239 h2{justify-content:space-between;align-items:flex-start;margin-bottom:0;display:flex}._centersRoute_i7dnw_239 h2 span{align-items:flex-end;display:flex}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252{background-color:#f6f6f6;border-radius:6px;height:calc(100vh - 95px)}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257{background-color:#fff;padding:24px 40px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._searchInput_i7dnw_261{width:354px;margin-right:16px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._searchInput_i7dnw_261 ._clearBtn_i7dnw_265{cursor:pointer;line-height:0}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._searchInput_i7dnw_261 ._clearBtn_i7dnw_265 svg path{stroke-width:2px;stroke:#adadad}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._searchInput_i7dnw_261 ._clearBtn_i7dnw_265:hover svg path{stroke:#000}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._row_i7dnw_276{align-items:flex-end;display:flex}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._row_i7dnw_276>div:nth-of-type(2){flex:1;min-width:190px;margin-right:31px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._row_i7dnw_276>button:first-of-type,._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._row_i7dnw_276>button:nth-of-type(2){margin-right:40px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._selection_i7dnw_291{color:#3275f5;background:#3275f51a;border-radius:5px;align-items:center;height:51px;margin-top:16px;padding:8px 16px 8px 24px;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:19px;display:flex}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._selection_i7dnw_291 ._unselect_i7dnw_305{cursor:pointer;font-weight:700;text-decoration:underline}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._selection_i7dnw_291>div:first-child{flex-grow:1}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._selection_i7dnw_291>div:last-child{color:#3275f5;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._searchSelectArea_i7dnw_257 ._filtersArea_i7dnw_321{padding-top:16px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324{background-color:#f6f6f6;padding:24px 40px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._upContainer_i7dnw_328{align-items:center;display:flex}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._upContainer_i7dnw_328 span{color:#10c900;margin-right:13px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._downContainer_i7dnw_336{align-items:center;display:flex}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._downContainer_i7dnw_336 span{color:#f14d4d;margin-right:13px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._downContainer_i7dnw_336 svg{transform:rotate(180deg)}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._downContainer_i7dnw_336 svg path{stroke:#f14d4d}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._tournamentsParticipantsContainer_i7dnw_350{align-items:center;display:flex}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._tournamentsParticipantsContainer_i7dnw_350 ._noTournaments_i7dnw_354{text-align:center;white-space:break-spaces;color:#b5b5b5;width:84px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:16px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._tournamentsParticipantsContainer_i7dnw_350 svg:first-child{margin-right:5.3px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._tournamentsParticipantsContainer_i7dnw_350 span:nth-child(2){margin-right:21.6px}._centersRoute_i7dnw_239 ._pageBody_i7dnw_252 ._dataArea_i7dnw_324 ._tournamentsParticipantsContainer_i7dnw_350 svg:nth-child(3){margin-right:4px}._centersRoute_i7dnw_239 ._infoText_i7dnw_373{color:#2c2d30;font-size:20px;line-height:28px}._centersRoute_i7dnw_239 ._centersTable_i7dnw_378{border:none}._centersRoute_i7dnw_239 ._centersTableHeader_i7dnw_381{color:#909090;text-align:left;padding-top:10px;padding-bottom:10px;box-shadow:none!important;border:none!important;outline:0!important}._icon_i7dnw_391{color:#3275f5;text-align:center;cursor:pointer;flex-shrink:0;flex-basis:30px;font-size:20px}._btnAddCenter_i7dnw_400{text-transform:none;height:41px;margin-left:10px;padding:8px 12px!important}._btnAddCenter_i7dnw_400 i{margin-right:6px}._buttonsRow_i7dnw_410{justify-content:flex-end;display:flex}._buttonsRow_i7dnw_410 button{min-height:50px}._cellCenter_i7dnw_418{cursor:pointer;justify-content:center;display:flex;text-align:center!important}._cellLeft_i7dnw_425{cursor:pointer;justify-content:flex-start;display:flex}._cellRight_i7dnw_431{cursor:pointer;justify-content:flex-end;display:flex}._cursorPointer_i7dnw_437{cursor:pointer}._loading_i7dnw_231:before{content:"";background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20style='margin:%20auto;%20background:%20rgba(241,%20242,%20243,%200);%20display:%20block;%20shape-rendering:%20auto;'%20width='200px'%20height='200px'%20viewBox='0%200%20100%20100'%20preserveAspectRatio='xMidYMid'%3e%3cg%20transform='rotate(0%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.9166666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(30%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.8333333333333334s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(60%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.75s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(90%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.6666666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(120%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.5833333333333334s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(150%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.5s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(180%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.4166666666666667s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(210%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.3333333333333333s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(240%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.25s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(270%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.16666666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(300%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.08333333333333333s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(330%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='0s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3c!--%20[ldio]%20generated%20by%20https://loading.io/%20--%3e%3c/svg%3e") -5px -7px/150% no-repeat;width:20px;height:16px;display:inline-block}._modalColumn_i7dnw_452{flex-direction:column;display:flex}._modalButtonRow_i7dnw_457{justify-content:space-between;margin-top:100px;display:flex}._modalButtonRow_i7dnw_457._modal_i7dnw_452{margin-top:0}._modalTitle_i7dnw_466{text-align:center;color:#000;margin-top:10px;margin-bottom:60px;font-size:24px;font-weight:700}._firstColumn_i7dnw_475{padding-left:16px!important}._bowlingCentersTable_i7dnw_479{border-radius:8px;box-shadow:0 22px 64px #00000026}._bowlingCentersTable_i7dnw_479>div:first-child>div:first-child{max-height:50px}._bowlingCentersTable_i7dnw_479 [class*=tableRow]{border-bottom:1px solid #dadee3;min-height:90px;transition:background-color .3s}._bowlingCentersTable_i7dnw_479 [class*=tableRow]:hover{background-color:#3275f51a!important}._bowlingCentersTable_i7dnw_479 [class*=TableHeader]{line-height:20px}._bowlingCentersTable_i7dnw_479 [class*=cell]{line-height:16px}._bowlingCentersTable_i7dnw_479 [class*=cell],._bowlingCentersTable_i7dnw_479 [class*=TableHeader]{font-size:14px}._bowlingCentersTable_i7dnw_479 [class*=cell] span,._bowlingCentersTable_i7dnw_479 [class*=TableHeader] span{white-space:break-spaces;word-wrap:break-word}._bowlingCentersTable_i7dnw_479 ._firstColumn_i7dnw_475[class*=tableDataCell][class*=tableCell]{padding:5px 10px 5px 16px!important}._optionCSV_i7dnw_511{cursor:pointer;margin-bottom:20px;font-size:17px;font-weight:600}._optionCSV_i7dnw_511 input{margin-right:6px}._optionCSV_i7dnw_511:has(input:disabled){color:#cbcbcb}._tableBC_i7dnw_524>div:first-child{min-height:640px}._tdStatus_i7dnw_528{padding:25px 15px 25px 5px!important}._StatusInfo_i7dnw_532,._DateInfo_i7dnw_533{text-overflow:ellipsis;white-space:break-spaces;-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._cellMaximumTwoLines_i7dnw_544>div h3,._cellMaximumTwoLines_i7dnw_544>div div{text-overflow:ellipsis;white-space:break-spaces;-webkit-line-clamp:2;word-break:break-word;line-clamp:2;box-orient:vertical;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (width>=768px){.preHeader{font-size:1rem;line-height:1rem}}@media (width>=768px){.headerXl{font-size:2.875rem;line-height:3.45rem}}@media (width>=768px){.headerLg{font-size:2rem;line-height:2.6rem}}@media (width>=768px){.headerLgInverted{font-size:2rem;line-height:2.6rem}}@media (width>=768px){.headerMd{font-size:1.5rem;line-height:1.95rem}}@media (width>=768px){.headerMdInverted{font-size:1.5rem;line-height:1.95rem}}@media (width>=768px){.miniLabel{font-size:.75rem;line-height:.75rem}}@media (width>=768px){.miniLabelLight{font-size:.75rem;line-height:.75rem}}@media (width>=768px){.labelHeaderMd{font-size:1.125rem;line-height:1.4625rem}}.testCLass{border:1px solid red!important}.loadingContainer{justify-content:center;align-items:center;width:100%;height:calc(100vh - 95px);display:flex}.formBackground{background-color:#f5f5f5;flex-direction:column;align-items:center;gap:40px 24px;width:100%;padding:40px;display:flex}.formBackground h2{margin-bottom:0}.title{margin-left:40px;font-family:Roboto,sans-serif;font-weight:500}.optionsHeader{justify-content:space-between;gap:16px;width:100%;display:flex}.options{color:#fff;background:#8cabe9cc;border-radius:5px;flex-direction:column;flex:1;padding:1em;font-weight:500;display:flex;box-shadow:0 1px 3px #69696940}.optionTitle{font-size:15px}.valueOptions{margin-top:.8em;font-size:20px}.chartContainer{background-color:#fff;border-radius:10px;flex-direction:column;width:100%;height:452px;min-height:30px;padding:24px 32px 32px;display:flex}@media (width<=768px){.chartContainer{margin-top:20px}}.chartTitle{color:#0009;font-family:Roboto,Arial,sans-serif;font-size:26px;font-weight:400}.chartSubtitle{color:#a8a8a8;text-transform:lowercase;margin-left:.4em;font-size:17px}.legendApp{background-color:red}.generalInfo{flex-direction:row;width:100%;margin-top:40px;display:flex}.legend{text-transform:capitalize;align-items:center;margin-right:1em;display:flex}.labelLegend{color:#0009;font-size:15px}.iconLegend{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:5px;width:20px;height:20px;margin-right:.5em}.iconUser{background:#3cc9c080;border:.5px solid #d4f8f6;box-shadow:0 2px 4px #7ba4a1}.iconYearly{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#ff7a0080;border:.5px solid #ff7a00;border-radius:5px;box-shadow:0 2px 4px #7ba4a1}.iconCenters{background:#ff7a0069;border:.5px solid #ffe9c880;box-shadow:0 2px 4px #cbc6c1}.iconPlayers{background:#6724f369;border:.5px solid #c9b3f9;box-shadow:0 2px 4px #6724f380}.iconRequests{background:#2e6ce780;border:.5px solid #ffe9c880;box-shadow:0 2px 4px #cbc6c1}.iconAverage{box-shadow:0px 2px 4px opx #cbc6c1;background:#e4e4e4;border:.5px solid #7ed32180}.customTooltip{background:#fdfdfdf2;border-radius:3px;min-width:200px;padding:.8em 1em;box-shadow:0 1px 4px #00000040}.customTooltip .label,.customTooltip .intro{color:#212121;text-transform:capitalize;font-size:.9em}.containerFilters{color:#7e7e7e;align-self:center;width:100%;font-size:13px;display:flex}.containerFilters .containerItems{z-index:20;background-color:#fcfcfc;border-radius:7px;width:100%;min-width:175px;padding:1em .8em;display:none;position:absolute;top:60px;box-shadow:0 1px 11px #53535340}.containerFilters .selectFilter{justify-content:center;margin-left:auto;display:flex;position:relative}.containerFilters .addFilter{cursor:pointer;background-color:#fafafa;border-radius:5px;width:160px;padding:1em 2em;position:relative}.containerFilters .addFilter i{margin-right:20px}.containerFilters .overSelect{position:absolute;inset:0}.containerFilters .expanded{flex-direction:column;display:flex}.containerFilters .items label{text-transform:capitalize;color:#0e0e0e;border-radius:5px;align-items:center;margin-top:5px;padding:1em 2em;font-size:13px;display:flex}.containerFilters .items label:hover{color:#fff;background-color:#3275f5}.containerFilters .closeFilter{text-transform:capitalize;background:#fafafafa;border-radius:5px;margin-right:.5em;padding:1em 1.5em}.containerFilters .closeFilter i{cursor:pointer;margin-left:2em}.minicard{color:#3275f5;background:#fff;border-radius:8px;flex:180px;height:100px;padding:8px 16px;position:relative;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012}.minicard p{font-size:16px;font-weight:500}.minicard h4{text-align:right;font-size:24px;font-weight:700;line-height:40px;position:absolute;bottom:8px;right:16px}._card_1l8wv_1{background:#fff;border-radius:8px;flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;gap:16px;min-width:0;padding:16px 24px;display:flex;box-shadow:0 100px 80px #00000005,0 41.778px 33.422px #00000008,0 22.336px 17.869px #00000008,0 12.522px 10.017px #0000000a,0 6.65px 5.32px #0000000d,0 2.767px 2.214px #00000012}._card__subtitle_1l8wv_14{color:#3275f5;font-family:SF Pro Display,sans-serif;font-size:20px;font-weight:700;line-height:normal}._card__title_1l8wv_21{color:#707071;font-family:SF Pro Display,sans-serif;font-size:24px;font-weight:700}._card__description_1l8wv_27{color:#a1a1a1;max-width:600px;font-family:SF Pro Display,sans-serif}._card__content_1l8wv_32{flex-direction:column;gap:8px;display:flex}._card__actions_1l8wv_37{flex-wrap:wrap;gap:12px;display:flex}._container_hgsgq_1 ._pageBody_hgsgq_1{background:#f6f6f6;min-height:calc(100vh - 95px);padding:40px}._container_hgsgq_1 ._pageBody_hgsgq_1 ._headerCharts_hgsgq_6{margin-bottom:16px;display:flex}._container_hgsgq_1 ._pageBody_hgsgq_1 ._headerCharts_hgsgq_6 ._chartsLabel_hgsgq_10{letter-spacing:.8px;color:#707071;align-items:center;margin-right:16px;font-family:Roboto,"sans-serif";font-size:22px;font-style:normal;font-weight:700;line-height:28px;display:flex}._container_hgsgq_1 ._pageBody_hgsgq_1 ._headerCharts_hgsgq_6 ._selectMonths_hgsgq_22{width:180px}._container_hgsgq_1 ._pageBody_hgsgq_1 ._bodyLoading_hgsgq_25{justify-content:center;align-items:center;height:calc(100vh - 240px);display:flex}._container_hgsgq_1 ._pageBody_hgsgq_1 ._bodyLoading_hgsgq_25 svg rect{fill:#3275f5}._container_hgsgq_1 ._pageBody_hgsgq_1 ._info_hgsgq_34{flex-direction:row;gap:24px;width:100%;display:flex}._container_hgsgq_1 ._pageBody_hgsgq_1 ._info_hgsgq_34 ._card_hgsgq_40{background:#fff;border-radius:8px;flex-direction:column;flex:1;justify-content:flex-start;align-items:flex-start;gap:16px;min-width:0;padding:16px 24px;display:flex;box-shadow:0 100px 80px #00000005,0 41.778px 33.422px #00000008,0 22.336px 17.869px #00000008,0 12.522px 10.017px #0000000a,0 6.65px 5.32px #0000000d,0 2.767px 2.214px #00000012}._container_hgsgq_1 ._pageBody_hgsgq_1 ._info_hgsgq_34 ._card__subtitle_hgsgq_53{color:#3275f5;font-family:SF Pro Display,sans-serif;font-size:20px;font-weight:700;line-height:normal}._container_hgsgq_1 ._pageBody_hgsgq_1 ._info_hgsgq_34 ._card__title_hgsgq_60{color:#707071;font-family:SF Pro Display,sans-serif;font-size:24px;font-weight:700}._container_hgsgq_1 ._pageBody_hgsgq_1 ._info_hgsgq_34 ._card__description_hgsgq_66{color:#a1a1a1;max-width:600px;font-family:SF Pro Display,sans-serif}._container_hgsgq_1 ._pageBody_hgsgq_1 ._info_hgsgq_34 ._card__content_hgsgq_71{flex-direction:column;gap:8px;display:flex}._container_hgsgq_1 ._pageBody_hgsgq_1 ._info_hgsgq_34 ._card__text_footer_hgsgq_76{color:#a1a1a1;font-family:SF Pro Display,sans-serif;font-weight:400}._container_hgsgq_1 ._pageBody_hgsgq_1 ._info_hgsgq_34 ._card__text_footer_hgsgq_76 a{color:currentColor;font-weight:700}._container_hgsgq_1 ._pageBody_hgsgq_1 ._info_hgsgq_34 ._card__contacts_hgsgq_85{flex-direction:column;gap:8px;width:100%;max-height:116px;margin-block:0;padding-inline-start:0;display:flex;overflow-y:auto}._container_hgsgq_1 ._pageBody_hgsgq_1 ._info_hgsgq_34 ._card__contact_hgsgq_85{align-items:center;gap:8px;display:flex}._container_hgsgq_1 ._pageBody_hgsgq_1 ._info_hgsgq_34 ._card__contact_name_hgsgq_101{color:#000;font-family:SF Pro Display,sans-serif;font-weight:500}._container_hgsgq_1 ._pageBody_hgsgq_1 ._info_hgsgq_34 ._card__contact_email_hgsgq_106{color:#000;font-family:SF Pro Display,sans-serif;font-weight:500;text-decoration:underline}._container_hgsgq_1 ._pageBody_hgsgq_1 ._info_hgsgq_34 ._card__contact_dot_hgsgq_112{background-color:#000;border-radius:50%;width:3px;height:3px}._container_hgsgq_1 ._pageBody_hgsgq_1 ._topUsers_hgsgq_118{background:#fff;border-radius:10px;width:100%;margin-top:40px;padding:24px 32px 32px}._container_hgsgq_1 ._pageBody_hgsgq_1 ._topUsers__header_hgsgq_125{align-items:center;height:45px;margin-bottom:32px;display:flex}._container_hgsgq_1 ._pageBody_hgsgq_1 ._topUsers__title_hgsgq_131{color:#707071;letter-spacing:.8px;margin:0;font-family:SF Pro Display,sans-serif;font-size:22px;font-weight:700;line-height:28px}._container_hgsgq_1 ._pageBody_hgsgq_1 ._charts_hgsgq_10{background:#fff;border-radius:10px;flex-direction:column;align-items:flex-start;gap:10px;width:100%;margin-top:40px;padding:24px 32px 32px;display:flex}._container_hgsgq_1 ._pageBody_hgsgq_1 ._charts__header_hgsgq_151{justify-content:space-between;align-items:center;width:100%;display:flex}._container_hgsgq_1 ._pageBody_hgsgq_1 ._charts__title_hgsgq_157{color:#707071;letter-spacing:.8px;font-family:SF Pro Display,sans-serif;font-size:22px;font-weight:700;line-height:28px}._container_hgsgq_1 ._pageBody_hgsgq_1 ._charts__actions_hgsgq_165{justify-content:space-between;align-items:center;width:143px;display:flex}._selectedBC_hgsgq_172{min-width:231px;max-width:300px;margin-left:auto}._selectedBCInput_hgsgq_178{padding:10px 12px;font-size:14px}._selectedBCOption_hgsgq_183{flex-direction:column;gap:1px;padding:2px 12px;display:flex}._selectedBCOptionName_hgsgq_190{color:#10002e;font-size:14px;font-weight:600;line-height:1.2}._selectedBCOptionLocation_hgsgq_197{color:#6c6c6c;font-size:12px;line-height:1.2}._selectedBCListbox_hgsgq_203{padding:8px 0}._noData_hgsgq_207{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(30px - 50%))}._noData_hgsgq_207 h3{color:#0000004d}._table_hgsgq_218{border:none}._table_hgsgq_218 ._cell_hgsgq_221{color:#111827;align-items:center;height:55px;padding:19px 16px;font-size:14px;display:flex}._table_hgsgq_218 ._actions_hgsgq_229{padding-right:8px}.ReactTable .rt-thead ._columnHeader_hgsgq_233{text-align:left;color:#909090;border-bottom:1px solid #dadee3;border-right:none;padding:16px;font-size:14px;font-weight:600;line-height:16px}.ReactTable .rt-tbody{background-color:#f9f9f9;border-bottom:1px solid #dadee3}.ReactTable .rt-tbody .rt-tr-group{border-bottom:1px solid #dadee3}._preHeader_5x8wd_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_5x8wd_1{font-size:1rem;line-height:1rem}}._headerXl_5x8wd_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_5x8wd_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_5x8wd_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_5x8wd_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_5x8wd_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_5x8wd_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_5x8wd_52{text-align:center}._headerMd_5x8wd_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_5x8wd_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_5x8wd_72{margin-bottom:0}._headerMdInverted_5x8wd_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_5x8wd_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_5x8wd_92{text-align:center}._textLabel_5x8wd_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_5x8wd_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_5x8wd_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_5x8wd_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_5x8wd_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_5x8wd_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_5x8wd_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_5x8wd_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_5x8wd_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_5x8wd_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_5x8wd_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_5x8wd_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_5x8wd_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_5x8wd_226{color:red;margin-top:.3rem}._containerForm_5x8wd_231{border-radius:6px;justify-content:space-between;margin-bottom:41px;display:flex}._modalButtonRow_5x8wd_238{justify-content:space-between;display:flex;box-shadow:inset 0 1px #0000001a}._containerRowTop_5x8wd_244{grid-template-columns:250px auto;column-gap:10px;width:100%;display:grid}._containerRowTop_5x8wd_244>div:last-child{grid-column:1/3;margin-top:11px}._row_5x8wd_256{grid-column-gap:10px;grid-template-columns:1fr 1fr;display:grid}._image_5x8wd_262{object-fit:cover;border-radius:3px;width:250px;height:250px}.react-clock{display:block;position:relative}.react-clock,.react-clock *,.react-clock :before,.react-clock :after{box-sizing:border-box}.react-clock__face{border:1px solid #000;border-radius:50%;position:absolute;inset:0}.react-clock__hand{position:absolute;inset:0 50%}.react-clock__hand__body{background-color:#000;position:absolute;transform:translate(-50%)}.react-clock__mark{position:absolute;inset:0 50%}.react-clock__mark__body{background-color:#000;position:absolute;transform:translate(-50%)}.react-clock__mark__number{text-align:center;width:80px;position:absolute;left:-40px}.react-clock__second-hand__body{background-color:red}.react-time-picker{display:inline-flex;position:relative}.react-time-picker,.react-time-picker *,.react-time-picker :before,.react-time-picker :after{box-sizing:border-box}.react-time-picker--disabled{color:#6d6d6d;background-color:#f0f0f0}.react-time-picker__wrapper{border:thin solid gray;flex-grow:1;flex-shrink:0;display:flex}.react-time-picker__inputGroup{box-sizing:content-box;flex-grow:1;min-width:calc(12px + 3.674em);padding:0 2px}.react-time-picker__inputGroup__divider{white-space:pre;padding:1px 0}.react-time-picker__inputGroup__input{min-width:.54em;height:100%;font:inherit;box-sizing:content-box;-moz-appearance:textfield;background:0 0;border:0;padding:0 1px;position:relative}.react-time-picker__inputGroup__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-time-picker__inputGroup__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.react-time-picker__inputGroup__input:invalid{background:#ff00001a}.react-time-picker__inputGroup__input--hasLeadingZero{margin-left:-.54em;padding-left:calc(1px + .54em)}.react-time-picker__inputGroup__amPm{font:inherit;-moz-appearance:menulist}.react-time-picker__button{background:0 0;border:0;padding:4px 6px}.react-time-picker__button:enabled{cursor:pointer}.react-time-picker__button:enabled:hover .react-time-picker__button__icon,.react-time-picker__button:enabled:focus .react-time-picker__button__icon{stroke:#0078d7}.react-time-picker__button:disabled .react-time-picker__button__icon{stroke:#6d6d6d}.react-time-picker__button svg{display:inherit}.react-time-picker__clock{z-index:1;background-color:#fff;border:thin solid #a0a096;width:200px;max-width:100vw;height:200px;padding:25px;position:absolute;top:100%;left:0}.react-time-picker__clock--closed{display:none}._preHeader_1ga7c_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1ga7c_1{font-size:1rem;line-height:1rem}}._headerXl_1ga7c_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1ga7c_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1ga7c_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1ga7c_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1ga7c_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1ga7c_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1ga7c_52{text-align:center}._headerMd_1ga7c_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1ga7c_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1ga7c_72{margin-bottom:0}._headerMdInverted_1ga7c_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1ga7c_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1ga7c_92{text-align:center}._textLabel_1ga7c_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1ga7c_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1ga7c_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1ga7c_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1ga7c_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1ga7c_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1ga7c_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1ga7c_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1ga7c_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1ga7c_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1ga7c_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1ga7c_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1ga7c_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1ga7c_226{color:red;margin-top:.3rem}._inputContainer_1ga7c_231{width:auto;min-width:100px;height:fit-content;position:relative}._inputContainer_1ga7c_231>input{box-sizing:border-box;color:#383838;text-overflow:ellipsis;white-space:nowrap;border:1px solid #d5d4dc;border-radius:8px;outline:none;justify-content:center;align-items:center;width:100%;min-width:100px;height:44px;padding-left:12px;padding-right:35px;display:flex;overflow:hidden}._inputContainer_1ga7c_231>input:focus{border:3px solid #3275f5}._inputContainer_1ga7c_231>input:hover{border:1px solid #3275f5}._inputContainer_1ga7c_231>input:hover:focus{border:3px solid #3275f5}._inputContainer_1ga7c_231>input::placeholder{color:#8b849b;letter-spacing:.2px;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400}._inputContainer_1ga7c_231>input._error_1ga7c_272{background-color:#d0021b08;border:1px solid #d0021b}._inputContainer_1ga7c_231 ._iconWrapper_1ga7c_276{box-sizing:border-box;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:29px;height:29px;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}._overlay_1ga7c_291{background:#fcfcfc;border-radius:7px;width:266px;padding:14px;box-shadow:0 1px 11px #53535340}._row_1ga7c_299{justify-content:space-between;margin-top:21px;display:flex}._ActionButton_1ga7c_305{justify-content:center;align-items:center;width:113.6px;height:33px;padding:0;display:flex}._formLabel_1ga7c_314{letter-spacing:.4px;color:#10002e;padding:0 0 8px;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:500;line-height:16px;display:inline-block;text-transform:none!important}._errors_1ga7c_327{color:#d0021b;z-index:300;margin-top:2px;font-size:14px;font-weight:400}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur();transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.LazyLoadImageLT .lazy-load-image-background{display:unset!important}._inputs_1s9g8_1{flex-wrap:wrap;flex-grow:1;gap:16px 24px;display:flex}._inputs_1s9g8_1>div{flex:1 0 200px}._inputs_1s9g8_1 ._searchInput_1s9g8_10{flex-grow:2}._inputs_1s9g8_1 ._dateInputs_1s9g8_13{flex-basis:600px;gap:24px;display:flex}._inputs_1s9g8_1 ._dateInputs_1s9g8_13>div{flex:1 0 200px}._actions_1s9g8_22{justify-content:space-between;margin-top:16px;display:flex}._actions_1s9g8_22 ._resetFiltersBtn_1s9g8_27{border-bottom:0;border-radius:4px;height:45px}._preHeader_1p31l_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1p31l_1{font-size:1rem;line-height:1rem}}._headerXl_1p31l_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1p31l_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1p31l_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1p31l_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1p31l_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1p31l_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1p31l_52{text-align:center}._headerMd_1p31l_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1p31l_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1p31l_72{margin-bottom:0}._headerMdInverted_1p31l_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1p31l_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1p31l_92{text-align:center}._textLabel_1p31l_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1p31l_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1p31l_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1p31l_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1p31l_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1p31l_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1p31l_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1p31l_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1p31l_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1p31l_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1p31l_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1p31l_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1p31l_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1p31l_226{color:red;margin-top:.3rem}._wrapper_1p31l_231{cursor:pointer;background:#fcfcfc;border-radius:5px;width:100%;height:204px;padding:12px 15px 14px;transition:box-shadow .3s;box-shadow:0 1px 5px #53535340}._wrapper_1p31l_231:hover{background-color:#f7f9ff}._top_1p31l_245{border-bottom:1px solid #ececec;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:11px;display:flex}._top_1p31l_245>div{justify-content:space-between;align-items:center;display:flex}._textType1_1p31l_259{color:#999;font-family:Roboto,"sans-serif";font-size:13px;font-style:normal;font-weight:400;line-height:15px}._textType2_1p31l_268{color:#000;opacity:.5;font-family:Roboto,"sans-serif";font-size:12px;font-style:normal;font-weight:400}._textType3_1p31l_277{color:#000;font-family:Roboto,"sans-serif";font-size:13px;font-style:normal;font-weight:400;line-height:15px}._cardActions_1p31l_286{flex-direction:column;justify-content:center;align-items:center;row-gap:12px;display:flex;position:absolute;right:0}._labelType_1p31l_296{text-align:center;color:#fff;border-radius:3px;width:80px;font-family:Roboto,"sans-serif";font-size:13px;font-style:normal;font-weight:400;line-height:24px}._labelType_1p31l_296._yt_1p31l_308{background:#f72121cc}._labelType_1p31l_296._st_1p31l_311{background:#3275f5}._image_1p31l_315{object-fit:cover;border-radius:3px;width:214px;height:130px}._body_1p31l_322{justify-content:flex-start;height:130px;display:flex;position:relative}._infoTextCard_1p31l_329{flex-direction:column;justify-content:space-between;height:100%;margin-left:40px;padding-right:37px;display:flex}._infoTextCard_1p31l_329 ._description_1p31l_337{text-overflow:ellipsis;-webkit-line-clamp:5;-webkit-box-orient:vertical;max-width:520px;margin-top:17px;display:-webkit-box;overflow:hidden}._infoTextCard_1p31l_329 ._secondRow_1p31l_346{align-items:center;display:flex}._infoTextCard_1p31l_329 ._secondRow_1p31l_346 ._imageUrl_1p31l_350{align-items:center;margin-left:40.56px;display:flex}._infoTextCard_1p31l_329 ._secondRow_1p31l_346 ._imageUrl_1p31l_350 img{margin-right:4px}._preHeader_5eyfb_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_5eyfb_1{font-size:1rem;line-height:1rem}}._headerXl_5eyfb_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_5eyfb_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_5eyfb_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_5eyfb_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_5eyfb_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_5eyfb_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_5eyfb_52{text-align:center}._headerMd_5eyfb_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_5eyfb_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_5eyfb_72{margin-bottom:0}._headerMdInverted_5eyfb_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_5eyfb_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_5eyfb_92{text-align:center}._textLabel_5eyfb_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_5eyfb_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_5eyfb_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_5eyfb_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_5eyfb_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_5eyfb_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_5eyfb_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_5eyfb_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_5eyfb_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_5eyfb_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_5eyfb_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_5eyfb_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_5eyfb_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_5eyfb_226{color:red;margin-top:.3rem}._lanetalkPostsRoute_5eyfb_231{background-color:#fff;flex:1;min-height:100vh}._lanetalkPostsRoute_5eyfb_231 ._header_5eyfb_18{justify-content:flex-start;align-items:center;height:46px;margin-top:4px;margin-bottom:60px;display:flex}._lanetalkPostsRoute_5eyfb_231 ._header_5eyfb_18>h2{color:#424242;margin:0;font-family:Roboto;font-size:30px;font-style:normal;font-weight:500;line-height:35px}._lanetalkPostsRoute_5eyfb_231 ._top_5eyfb_253{background:#fff;padding:29px 41px 24px 50px}._lanetalkPostsRoute_5eyfb_231 ._top_5eyfb_253 h3{color:#424242;margin:39px 0 29px;font-family:Roboto,"sans-serif";font-size:20px;font-style:normal;font-weight:400}._lanetalkPostsRoute_5eyfb_231 ._top_5eyfb_253 ._topActions_5eyfb_265{border-bottom:1px solid #ececec;padding-bottom:30px}._lanetalkPostsRoute_5eyfb_231 ._pageBody_5eyfb_269{padding:0 41px 0 50px}._modalTitle_5eyfb_273{text-align:center;color:#424242;text-align:center;margin-bottom:24px;font-family:Roboto,"sans-serif";font-size:27px;font-style:normal;font-weight:500;line-height:32px}._modalContentText_5eyfb_285{text-align:center;color:#000;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400;line-height:19px}._modalSubtitle_5eyfb_295{text-align:center;color:#000;width:100%;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400;line-height:19px;display:inline-block}._modalUnlinkClass_5eyfb_307{padding:30px 28px 20px}._centeredVerticalHorizontal_5eyfb_311{flex-direction:column;align-items:center;display:flex;position:absolute;top:70%;left:50%;transform:translate(-50%,-50%)}._centeredVerticalHorizontal_5eyfb_311 ._notFoundMessage_5eyfb_320{color:#000;opacity:.3;text-align:center;margin-bottom:4px;font-family:Roboto,"sans-serif";font-size:22px;font-style:normal;font-weight:500}._centeredVerticalHorizontal_5eyfb_311 ._notFoundSuggestion_5eyfb_330{color:#1b2b41b8;text-align:center;max-width:500px;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400}._formModal_5eyfb_340{padding:30px 32px 20px}._modalColumn_5eyfb_344{flex-direction:column;display:flex}._textfieldLt_1iq5u_1{height:98px;font-family:Roboto,sans-serif}._label_1iq5u_6{letter-spacing:.4px;color:#10002e;margin-bottom:8px;font-size:14px;font-weight:500;line-height:16px;display:block}._label_1iq5u_6._disabled_1iq5u_15{color:#a0a0a0}._asterisk_1iq5u_19{color:red}._input_1iq5u_23{box-sizing:border-box;letter-spacing:.2px;color:#10002e;border:1px solid #e0e0e0;border-radius:8px;outline:none;width:100%;height:45px;padding:12px;font-size:16px;font-weight:400;line-height:21px}._input_1iq5u_23::placeholder{color:#757575;opacity:1}._input_1iq5u_23:hover{border-color:#6200ee}._input_1iq5u_23:focus{box-shadow:0 0 0 1px #6200ee}._input_1iq5u_23._error_1iq5u_47{background-color:#ffebee;box-shadow:0 0 0 1px #b00020}._input_1iq5u_23._error_1iq5u_47:hover{border-color:#b00020}._input_1iq5u_23._disabled_1iq5u_15{color:#a0a0a0;background-color:#f5f5f5;border-color:#e0e0e0}._input_1iq5u_23._disabled_1iq5u_15::placeholder{color:#a0a0a0}._input_1iq5u_23._readonly_1iq5u_62{background-color:#fafafa;border-color:#e0e0e0}._helperText_1iq5u_67{letter-spacing:.2px;color:#757575;align-items:center;margin-top:8px;font-size:14px;font-weight:400;line-height:21px;display:flex}._helperText_1iq5u_67._error_1iq5u_47{color:#b00020}._helperText_1iq5u_67._disabled_1iq5u_15{color:#a0a0a0}._errorIcon_1iq5u_84{width:16px;height:16px;margin-right:4px}._preHeader_1j82_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1j82_1{font-size:1rem;line-height:1rem}}._headerXl_1j82_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1j82_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1j82_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1j82_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1j82_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1j82_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1j82_52{text-align:center}._headerMd_1j82_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1j82_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1j82_72{margin-bottom:0}._headerMdInverted_1j82_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1j82_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1j82_92{text-align:center}._textLabel_1j82_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1j82_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1j82_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1j82_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1j82_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1j82_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1j82_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1j82_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1j82_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1j82_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1j82_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1j82_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1j82_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1j82_226{color:red;margin-top:.3rem}._tableParent_1j82_231{border:none;flex-direction:column;padding:0;font-family:Roboto,Arial,sans-serif;display:flex;position:relative}@media (width>=320px){._tableParent_1j82_231{width:240px}}@media (width>=375px){._tableParent_1j82_231{width:295px}}@media (width>=425px){._tableParent_1j82_231{width:345px}}@media (width>=768px){._tableParent_1j82_231{width:100%}}._table_1j82_231{border-collapse:collapse;background-color:#fff;border-radius:6px;flex-direction:column;flex:auto;align-items:stretch;width:100%;padding:0;display:flex;overflow:auto}._table_1j82_231 ._tableHeader_1j82_272{color:#909090;border-bottom:1px solid #dadee3;font-size:14px;font-weight:600;box-shadow:none!important}._table_1j82_231 ._tableHeader_1j82_272 ._tableHeaderCell_1j82_279{text-align:left;align-items:center;height:52px;padding:5px 16px;display:flex;border:none!important}._tableBody_1j82_288{flex-direction:column;flex:99999 auto;display:flex;overflow-x:hidden!important}._tableBodyNoBorder_1j82_295{flex-direction:column;flex:99999 auto;display:flex;overflow-x:hidden;overflow-x:hidden!important}._tableBodyNoBorder_1j82_295:first-child,._tableBodyNoBorder_1j82_295:last-child{border:none}._tableDataCell_1j82_309{color:#111827;border:none!important;padding:25px 5px!important}._tableRowGroup_1j82_315{border-top:none;border-bottom:1px solid #dcdcdc;max-height:130px}._tableRowGroup_1j82_315:nth-child(2n){background-color:#f8f8f8}._tableRowGroupNoBorder_1j82_324{border-top:none!important;border-bottom:none!important}._tableRow_1j82_315{align-items:flex-start}._tableRowSelect_1j82_333{align-items:flex-start;padding:0}._HeaderUserId_z6njr_2,._tdUserId_z6njr_3{width:7.805%!important}._HeaderPosition_z6njr_7{width:8.196%!important}._HeaderPosition_z6njr_7[class*=-sort-desc],._HeaderPosition_z6njr_7[class*=-sort-asc]{box-shadow:none!important}._HeaderPosition_z6njr_7[class*=-sort-desc]>div:first-of-type,._HeaderPosition_z6njr_7[class*=-sort-asc]>div:first-of-type{width:fit-content;position:relative;overflow:visible}._HeaderPosition_z6njr_7[class*=-sort-desc]>div:first-of-type:after,._HeaderPosition_z6njr_7[class*=-sort-asc]>div:first-of-type:after{position:absolute;top:50%;left:calc(100% + 6px);transform:translateY(-50%)}._HeaderPosition_z6njr_7[class*=-sort-desc]>div:first-of-type:after{content:"▼"}._HeaderPosition_z6njr_7[class*=-sort-asc]>div:first-of-type:after{content:"▲"}._HeaderUserId_z6njr_2,._HeaderPosition_z6njr_7,._HeaderFullname_z6njr_33,._HeaderMatchName_z6njr_34,._HeaderBowlingCenter_z6njr_35,._HeaderScore_z6njr_36,._HeaderTotalScore_z6njr_37,._HeaderEmail_z6njr_38,._HeaderHcp_z6njr_39{color:#909090;font-family:Roboto;font-size:14px;font-style:normal;font-weight:600;line-height:16px;padding:14px 16px 16px!important}._HeaderFullname_z6njr_33,._HeaderEmail_z6njr_38,._HeaderMatchName_z6njr_34,._HeaderBowlingCenter_z6njr_35,._tdFullname_z6njr_53,._tdEmail_z6njr_54,._tdMatchName_z6njr_55,._tdBowlingCenter_z6njr_56{width:14.366%!important}._HeaderFullname_z6njr_33,._HeaderEmail_z6njr_38,._HeaderMatchName_z6njr_34,._HeaderBowlingCenter_z6njr_35{text-align:left}._HeaderScore_z6njr_36,._HeaderTotalScore_z6njr_37,._tdScore_z6njr_69,._tdTotalScore_z6njr_70{width:10.147%!important}._HeaderHcp_z6njr_39,._tdHcp_z6njr_75{width:6.245%!important}._tdPosition_z6njr_79{text-align:center;width:8.196%!important}._tdPrice_z6njr_84,._tdDiscount_z6njr_85,._tdActions_z6njr_86{text-align:right}._tdUserId_z6njr_3,._tdPosition_z6njr_79,._tdFullname_z6njr_53,._tdEmail_z6njr_54,._tdMatchName_z6njr_55,._tdBowlingCenter_z6njr_56,._tdHcp_z6njr_75{font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:19px;padding:15px 16px 14px!important}._tdTotalScore_z6njr_70{padding:8px 18px 8px 14px!important}._tdScore_z6njr_69{padding:8px 22px 8px 18px!important}._ScoreCell_z6njr_113{background:#fcf2b7;border-radius:100px;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:16px;display:flex}._TotalScoreCell_z6njr_128{background:#91ffca;border-radius:100px;flex-direction:row;justify-content:center;align-items:center;padding:8px 20px;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:16px;display:flex}._EmailDataCell_z6njr_143{color:#2563eb;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400;line-height:19px;text-decoration:underline;transition:color .3s}._EmailDataCell_z6njr_143:hover{color:#0600ff;transition:color .3s}._containerTable_z6njr_158{border-radius:6px;margin:18px 0 0;position:relative;box-shadow:0 22px 64px #00000026}._emptyMessage_z6njr_165{text-align:center;flex-direction:column;font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._emptyMessage_z6njr_165 span:first-child{text-align:center;color:#000;opacity:.3;font-size:22px;display:inline-block}._emptyMessage_z6njr_165 span:nth-child(2){text-align:center;color:#1b2b41b8;margin-top:4px;font-size:16px;font-weight:400;display:inline-block}._preHeader_umlug_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_umlug_1{font-size:1rem;line-height:1rem}}._headerXl_umlug_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_umlug_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_umlug_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_umlug_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_umlug_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_umlug_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_umlug_52{text-align:center}._headerMd_umlug_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_umlug_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_umlug_72{margin-bottom:0}._headerMdInverted_umlug_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_umlug_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_umlug_92{text-align:center}._textLabel_umlug_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_umlug_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_umlug_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_umlug_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_umlug_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_umlug_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_umlug_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_umlug_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_umlug_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_umlug_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_umlug_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_umlug_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_umlug_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_umlug_226{color:red;margin-top:.3rem}._leaderboardRoute_umlug_231{background-color:#fff;flex:1;min-height:100vh}._leaderboardRoute_umlug_231 ._top_umlug_236{background:#fff;padding:29px 50px 16px}._leaderboardRoute_umlug_231 ._top_umlug_236 h3{color:#424242;margin:39px 0 29px;font-family:Roboto,"sans-serif";font-size:20px;font-style:normal;font-weight:400}._leaderboardRoute_umlug_231 ._top_umlug_236 ._topActions_umlug_248{border-bottom:1px solid #ececec;justify-content:space-between;padding-bottom:30px;display:flex}._leaderboardRoute_umlug_231 ._top_umlug_236 ._topActions_umlug_248 ._inputs_umlug_254{column-gap:10px;display:flex}._leaderboardRoute_umlug_231 ._top_umlug_236 ._topTable_umlug_258{justify-content:space-between;align-items:flex-end;margin-bottom:16.5px;display:flex}._leaderboardRoute_umlug_231 ._top_umlug_236 ._topTable_umlug_258>span{color:#424242;font-family:Roboto,"sans-serif";font-size:20px;font-style:normal;font-weight:400;line-height:23px}._leaderboardRoute_umlug_231 ._top_umlug_236 ._topTable_umlug_258 ._spanExportCSV_umlug_272{color:#3275f5;cursor:pointer;text-align:center;letter-spacing:.03em;align-items:center;margin-left:auto;padding-bottom:14px;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px;display:flex}._leaderboardRoute_umlug_231 ._top_umlug_236 ._matchesButtons_umlug_287 button{display:inline-block}._leaderboardRoute_umlug_231 ._top_umlug_236 ._matchesButtons_umlug_287 button:not(:last-child){margin-right:8px}._leaderboardRoute_umlug_231 ._pageBody_umlug_293{background:#e5e5e5;padding:18px 50px 30px}._leaderboardRoute_umlug_231 ._pageBody_umlug_293 ._positionHeader_umlug_297,._leaderboardRoute_umlug_231 ._pageBody_umlug_293 ._scoreHeader_umlug_297,._leaderboardRoute_umlug_231 ._pageBody_umlug_293 ._totalScoreHeader_umlug_297{justify-content:center;display:flex}._leaderboardRoute_umlug_231 ._pageBody_umlug_293 ._scoreContainer_umlug_301{align-items:center;display:flex;padding:0!important}._leaderboardRoute_umlug_231 ._pageBody_umlug_293 ._scoreContainer_umlug_301>div{background:#fcf2b7;border-radius:100px;justify-content:center;align-items:center;width:fit-content;margin-left:auto;margin-right:auto;padding:8px 20px;display:flex}._leaderboardRoute_umlug_231 ._pageBody_umlug_293 ._totalScoreContainer_umlug_317{align-items:center;display:flex;padding:0!important}._leaderboardRoute_umlug_231 ._pageBody_umlug_293 ._totalScoreContainer_umlug_317>div{background:#91ffca;border-radius:100px;justify-content:center;align-items:center;width:fit-content;margin-left:auto;margin-right:auto;padding:8px 20px;display:flex}._leaderboardRoute_umlug_231 ._pageBody_umlug_293 ._positionContainer_umlug_333>div{justify-content:center;display:flex}._leaderboardRoute_umlug_231 ._pageBody_umlug_293 ._emailContainer_umlug_337 a{font-feature-settings:"ss01" on;color:#2563eb;align-items:center;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px;text-decoration:underline;display:flex}._leaderboardRoute_umlug_231 ._emptyMessage_umlug_349{text-align:center;background:#f6f6f6;flex-direction:column;width:100%;height:calc(100vh - 86px);padding-top:221px;font-family:Roboto,"sans-serif";font-style:normal;font-weight:500;display:flex}._leaderboardRoute_umlug_231 ._emptyMessage_umlug_349 div._iconContainer_umlug_361{border-bottom:3px solid #cbc6c1;width:215px;height:105px;margin-bottom:39px;margin-left:auto;margin-right:auto;padding-bottom:0;padding-left:50px;padding-right:50px}._leaderboardRoute_umlug_231 ._emptyMessage_umlug_349 div._iconContainer_umlug_361 img{width:105px;height:105px}._leaderboardRoute_umlug_231 ._emptyMessage_umlug_349 span:first-of-type{text-align:center;color:#000;opacity:.3;margin-bottom:4px;font-size:22px;line-height:27.57px;display:inline-block}._leaderboardRoute_umlug_231 ._emptyMessage_umlug_349 span:nth-of-type(2){text-align:center;color:#1b2b41b8;margin-top:4px;font-size:16px;font-weight:400;line-height:25.78px;display:inline-block}._startFinishCell_umlug_395{flex-direction:column;display:flex}._startFinishCell_umlug_395 span{color:#282828;text-overflow:ellipsis;white-space:nowrap;font-family:Roboto,"sans-serif";font-size:13px;font-style:normal;font-weight:400;overflow:hidden}._nameCell_umlug_410{text-overflow:ellipsis;white-space:nowrap;max-width:160px;display:inline-block;overflow:hidden}._modalTitle_umlug_418{text-align:center;color:#424242;margin-bottom:24px;font-family:Roboto,"sans-serif";font-size:27px;font-style:normal;font-weight:500;line-height:32px}._modalContentText_umlug_429{text-align:center;color:#000;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400;line-height:19px}._modalSubtitle_umlug_439{text-align:center;color:#000;width:100%;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px;display:inline-block}._centeredVerticalHorizontal_umlug_451{flex-direction:column;align-items:center;display:flex;position:absolute;top:70%;left:50%;transform:translate(-50%,-50%)}._centeredVerticalHorizontal_umlug_451 ._notFoundMessage_umlug_460{color:#000;opacity:.3;text-align:center;margin-bottom:4px;font-family:Roboto,"sans-serif";font-size:22px;font-style:normal;font-weight:500}._centeredVerticalHorizontal_umlug_451 ._notFoundSuggestion_umlug_470{color:#1b2b41b8;text-align:center;max-width:500px;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400}._FiltersContainer_umlug_480{padding:16px 50px 8px;display:flex;box-shadow:0 0 8px #0000000d,inset 0 -1px #0000001a}._FiltersContainer_umlug_480>div:first-child{flex-grow:1;margin-right:48px}._container_1b0uw_1{background:url(/images/login-bg.png) 50%/cover no-repeat;justify-content:center;align-items:center;gap:20px;min-height:100vh;padding:32px;display:flex}._column_1b0uw_12{flex:1;justify-content:flex-start;display:flex}@media (width<=1440px){._column_1b0uw_12:first-child{display:none}._column_1b0uw_12:last-child{justify-content:center}}._heroImage_1b0uw_26{object-fit:contain;object-position:center;width:100%;max-height:706px}._formWrapper_1b0uw_33{width:100%;max-width:560px;position:relative}._formContainer_1b0uw_39{background-color:#fff;border:1px solid #66666640;border-radius:16px;flex-direction:column;padding:32px 48px 40px;font-weight:400;display:flex;box-shadow:0 100px 80px #00000005,0 41.778px 33.422px #00000008,0 22.336px 17.869px #00000008,0 12.522px 10.017px #0000000a,0 6.65px 5.32px #0000000d,0 2.767px 2.214px #00000012}._logo_1b0uw_50{margin:auto}._logo_1b0uw_50 path:last-child{fill:#000}._formTitle_1b0uw_57{color:#939393;text-align:center;margin:48px 0 56px;font:500 32px Roboto,sans-serif}._inputLabel_1b0uw_64{color:#666;margin-bottom:10px;font:18px Roboto,sans-serif;display:block}._inputWrapper_1b0uw_71{height:132px}._signInButton_1b0uw_75{background-color:var(--Primary,#3275f5);color:#fff;text-align:center;border-radius:8px;justify-content:center;align-items:center;margin-top:8px;padding:19px 60px;font:500 22px Roboto,sans-serif}._signInButton_1b0uw_75:disabled{color:#7a7a7a;background-color:#ccc;border-radius:8px;padding:19px 60px;font:500 21px Roboto,sans-serif}._forgotPassword_1b0uw_94{color:var(--Primary,#3275f5);text-align:right;align-self:center;margin-top:32px;font:500 18px Roboto,sans-serif;text-decoration-line:underline}._socialLoginWrapper_1b0uw_103{justify-content:space-between;gap:20px;margin-top:40px;display:flex}._socialLoginButton_1b0uw_110{aspect-ratio:3.45;object-fit:auto;object-position:center;width:244px}._generalError_1b0uw_117{color:red;text-align:center;background-color:#ffe6e6;border-radius:4px;margin:0;padding:10px 0;font:14px Roboto,sans-serif;position:absolute;top:168px;left:48px;right:48px}._modalContainer_15jip_1{padding:30px 32px 20px}._Wrapper_15jip_5{flex-direction:column;display:flex}._Wrapper_15jip_5 ._header_15jip_9{text-align:center;color:#424242;justify-content:center;margin-bottom:24px;font-family:Roboto,sans-serif;font-size:27px;font-style:normal;font-weight:500;line-height:32px;display:flex}._Participants_15jip_22{align-items:flex-start;display:flex}._imgPreview_15jip_27{width:226px}._container_16zpu_1{flex-direction:column;justify-content:center;align-items:center;height:calc(100vh - 95px);display:flex}._container_16zpu_1 ._logo_16zpu_8{margin-bottom:15.67px}._container_16zpu_1 ._title_16zpu_11{color:#000;opacity:.3;margin-bottom:4px;font-family:Roboto,sans-serif;font-size:22px;font-style:normal;font-weight:500;line-height:125.3%}._container_16zpu_1 ._subTitle_16zpu_21{color:#1b2b41b8;margin-bottom:37px;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:161.1%}._container_16zpu_1 ._createButton_16zpu_30 button svg{margin-right:10px}._container_16zpu_1 ._createButton_16zpu_30 button svg path{stroke:#fff}._modalCreateUpdateBanner_1u54n_2{padding:30px 32px}._modalDeleteBanner_1u54n_6{padding:30px 32px 20px}._modalDeleteBanner_1u54n_6 ._title_1u54n_9{text-align:center;color:#424242;justify-content:center;margin-bottom:24px;font-family:Roboto,sans-serif;font-size:27px;font-style:normal;font-weight:500;line-height:32px;display:flex}._modalDeleteBanner_1u54n_6 ._subTitle_1u54n_21{text-align:center;color:#000;width:340px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}._modalDeleteBanner_1u54n_6 ._buttonRow_1u54n_34{border-top:1px solid #0000001a;padding-top:15px;display:flex}._modalDeleteBanner_1u54n_6 ._buttonRow_1u54n_34 div:nth-child(2){margin-left:auto}._manufacturersRoute_1u54n_43{background-color:#f6f6f6;min-height:100vh}._manufacturersRoute_1u54n_43 ._clearBtn_1u54n_47{cursor:pointer;line-height:0}._manufacturersRoute_1u54n_43 ._clearBtn_1u54n_47 svg path{stroke-width:2px;stroke:#adadad}._manufacturersRoute_1u54n_43 ._clearBtn_1u54n_47:hover svg path{stroke:#000}._manufacturersRoute_1u54n_43 ._loadingContainer_1u54n_58{justify-content:center;align-items:center;height:calc(100vh - 95px);display:flex}._manufacturersRoute_1u54n_43 ._top_1u54n_64{background:#fff;height:86px;padding:29.5px 48px 0}._manufacturersRoute_1u54n_43 ._top_1u54n_64 h3{color:#424242;margin-bottom:21.5px;font-family:Roboto,sans-serif;font-size:30px;font-style:normal;font-weight:500;line-height:35px}._manufacturersRoute_1u54n_43 ._top_1u54n_64 ._searchArea_1u54n_78{grid-template-columns:629px 190px 1fr;column-gap:16px;padding-top:10px;display:grid}._manufacturersRoute_1u54n_43 ._top_1u54n_64 ._searchArea_1u54n_78 div{max-width:unset!important}._manufacturersRoute_1u54n_43 ._top_1u54n_64 ._searchArea_1u54n_78 button{width:157px;margin-top:28px;margin-left:auto}._manufacturersRoute_1u54n_43 ._body_1u54n_92{background-color:#f6f6f6}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._searchArea_1u54n_78{z-index:1;background-color:#fff;padding-top:16px;padding-bottom:24px;position:sticky;top:0}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._searchArea_1u54n_78 ._searchField_1u54n_103{padding-left:39px;padding-right:40px;display:flex}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._searchArea_1u54n_78 ._searchField_1u54n_103>div:first-child{flex-grow:1;margin-right:248px}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._searchArea_1u54n_78 ._searchField_1u54n_103>div:nth-child(2){align-self:flex-end}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115{padding:24px 40px 30px 39px}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._tableData_1u54n_118{background-color:#f6f6f6;box-shadow:0 22px 64px #00000026}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115>div>div{border-radius:8px;box-shadow:0 22px 64px #00000026}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115>div>div [class*=-sort-desc]{box-shadow:none!important}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115>div>div [class*=-sort-desc]:after{content:"▼";float:right;transform:translate(5px,-1.5px)scale(.8)}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115>div>div [class*=-sort-asc]{box-shadow:none!important}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115>div>div [class*=-sort-asc]:after{content:"▲";float:right;transform:translate(5px,-2px)scale(.8)}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115>div>div [class*=hiddenTableHeader]{display:flex}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115>div>div [class*=tableDataCell]{align-items:center;height:90px;display:flex;width:unset!important;padding:0 16px!important}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 button{margin-bottom:16px;margin-left:auto}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._headerLeftAlign_1u54n_156{justify-content:flex-start;padding-left:16px;display:flex}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._headerFirstActions_1u54n_161{flex:52px!important;width:52px!important}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._headerLogo_1u54n_165,._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._logoContainer_1u54n_165{flex:100px!important}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._headerName_1u54n_168,._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._nameContainer_1u54n_168{width:100%;max-width:400px}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._headerLastActions_1u54n_172,._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._lastActionsContainer_1u54n_173{padding-right:16px;display:flex}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._headerLastActions_1u54n_172>div:first-child,._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._lastActionsContainer_1u54n_173>div:first-child{margin-left:auto}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._headerLastActions_1u54n_172 img,._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._tableArea_1u54n_115 ._lastActionsContainer_1u54n_173 img{cursor:pointer}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._emptyList_1u54n_185{background-color:#f6f6f6;flex-direction:column;align-items:center;min-height:calc(100vh - 86px);display:flex}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._emptyList_1u54n_185 ._imgContainer_1u54n_192{border-bottom:3px solid #cbc6c1;justify-content:center;width:215px;margin-top:243.69px;margin-bottom:38.92px;display:flex}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._emptyList_1u54n_185 ._imgContainer_1u54n_192 img{width:109px;height:109px}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._emptyList_1u54n_185 ._textContainer_1u54n_204{flex-direction:column;align-items:center;margin-bottom:37px;display:flex}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._emptyList_1u54n_185 ._textContainer_1u54n_204 div{text-align:center}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._emptyList_1u54n_185 ._textContainer_1u54n_204 div:first-child{text-align:center;color:#000;opacity:.3;align-items:center;margin-bottom:4px;font-family:Roboto,sans-serif;font-size:22px;font-style:normal;font-weight:500;line-height:125.3%;display:flex}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._emptyList_1u54n_185 ._textContainer_1u54n_204 div:nth-child(2){text-align:center;color:#1b2b41b8;align-items:center;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:161.1%;display:flex}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._emptyList_1u54n_185 button{justify-content:center;width:159px;display:flex}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._emptyList_1u54n_185 button svg{margin-right:10px}._manufacturersRoute_1u54n_43 ._body_1u54n_92 ._emptyList_1u54n_185 button svg g>path{stroke:#fff}._deleteConfirmation_1u54n_249{text-align:center;padding:30px 32px 20px;font-family:Roboto,sans-serif}._deleteConfirmation_1u54n_249 h2{color:#424242;margin-bottom:24px;font-size:27px;line-height:32px}._deleteConfirmation_1u54n_249 p{margin-bottom:0;font-size:16px;line-height:19px}._deleteConfirmation_1u54n_249 ._deleteActions_1u54n_265{justify-content:space-between;margin-top:32px;display:flex}._deleteConfirmation_1u54n_249 ._deleteBtn_1u54n_270{text-transform:none;font-size:16px;font-weight:500;line-height:19px}._deleteConfirmation_1u54n_249 ._deleteBtn_1u54n_270 svg{width:32px;height:32px}._deleteConfirmation_1u54n_249 ._deleteBtn_1u54n_270 svg rect{fill:#3275f5}._image_1u54n_284{border:1px solid #d8d8d8;border-radius:8px;width:50px;height:50px;overflow:hidden}._image_1u54n_284 img{width:100%;height:100%}._applyFilters_11fsf_1{width:100%}._resetFilters_11fsf_5{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#3275f5;text-align:center;background-color:#0000;border-radius:5px;justify-content:center;align-items:center;width:100%;height:45px;margin-right:0;padding:0;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:19px;text-decoration:underline;display:flex}._preHeader_1zyfe_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1zyfe_1{font-size:1rem;line-height:1rem}}._headerXl_1zyfe_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1zyfe_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1zyfe_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1zyfe_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1zyfe_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1zyfe_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1zyfe_52{text-align:center}._headerMd_1zyfe_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1zyfe_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1zyfe_72{margin-bottom:0}._headerMdInverted_1zyfe_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1zyfe_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1zyfe_92{text-align:center}._textLabel_1zyfe_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1zyfe_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1zyfe_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1zyfe_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1zyfe_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1zyfe_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1zyfe_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1zyfe_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1zyfe_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1zyfe_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1zyfe_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1zyfe_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1zyfe_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1zyfe_226{color:red;margin-top:.3rem}._matchesRoute_1zyfe_231{background-color:#fff;flex:1;min-height:100vh}._matchesRoute_1zyfe_231 ._top_1zyfe_236{background:#fff;border-bottom:1px solid #e0e0e0;padding:8px 40px}._matchesRoute_1zyfe_231 ._linkButton_1zyfe_241{color:#3275f5;cursor:pointer;border:none;outline:none;height:45px;padding:0 16px;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:400;line-height:45px}._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254{background-color:#f6f6f6;min-height:calc(100vh - 200.16px);padding:20px 50px 40px}._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254 ._linkButton_1zyfe_241{color:#3275f5;cursor:pointer;border:none;outline:none;height:45px;padding:0 16px;font-family:Roboto,"sans-serif";font-size:13px;font-style:normal;font-weight:400;line-height:45px;text-decoration-line:underline}._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254 ._unlinkButton_1zyfe_273{color:#898989;cursor:pointer;border:none;outline:none;height:45px;padding:0 16px;font-family:Roboto,"sans-serif";font-size:13px;font-style:normal;font-weight:400;line-height:45px;text-decoration-line:underline}._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254 table{border-collapse:collapse!important}._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254 table tr,._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254 table td,._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254 table th{border-radius:0!important}._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254 table thead tr,._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254 table thead th{min-height:39px;max-height:39px}._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254 table thead tr{padding-top:11px;padding-bottom:11px}._matchesRoute_1zyfe_231 ._pageBody_1zyfe_254 table thead th{justify-content:center;align-items:center;padding:0}._pageBodyStats_1zyfe_310 table,._pageBodyBC_1zyfe_311 table{border-collapse:collapse}._pageBodyStats_1zyfe_310 table thead>tr,._pageBodyBC_1zyfe_311 table thead>tr{background:#fff}._pageBodyStats_1zyfe_310 table tbody tr td:nth-child(4),._pageBodyBC_1zyfe_311 table tbody tr td:nth-child(4){background-color:#e4ffe5}._pageBodyStats_1zyfe_310 table tbody tr td:nth-child(5),._pageBodyBC_1zyfe_311 table tbody tr td:nth-child(5){background-color:#ffe5e5}._cellImage_1zyfe_327{border-radius:3px;width:71px;height:44px;display:table-cell}._startFinishCell_1zyfe_334{flex-direction:column;display:flex}._startFinishCell_1zyfe_334 span{color:#282828;text-overflow:ellipsis;white-space:nowrap;font-family:Roboto,"sans-serif";font-size:13px;font-style:normal;font-weight:400;overflow:hidden}._nameCell_1zyfe_349{text-overflow:ellipsis;white-space:nowrap;max-width:160px;display:inline-block;overflow:hidden}._modalTitle_1zyfe_357{text-align:center;color:#424242;margin-bottom:24px;font-family:Roboto,"sans-serif";font-size:27px;font-style:normal;font-weight:500;line-height:32px}._modalContentText_1zyfe_368{text-align:center;color:#000;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400;line-height:19px}._modalSubtitle_1zyfe_378{text-align:center;color:#000;width:100%;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px;display:inline-block}._modalUnlinkClass_1zyfe_390{padding:30px 28px 20px}._centeredVerticalHorizontal_1zyfe_394{flex-direction:column;align-items:center;display:flex;position:absolute;top:70%;left:50%;transform:translate(-50%,-50%)}._centeredVerticalHorizontal_1zyfe_394 ._notFoundMessage_1zyfe_403{color:#000;opacity:.3;text-align:center;margin-bottom:4px;font-family:Roboto,"sans-serif";font-size:22px;font-style:normal;font-weight:500}._centeredVerticalHorizontal_1zyfe_394 ._notFoundSuggestion_1zyfe_413{color:#1b2b41b8;text-align:center;max-width:500px;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400}._actionsCell_1zyfe_423{flex-direction:row;justify-content:center;align-items:center;min-height:44px;max-height:44px;display:flex}._actionsCell_1zyfe_423>div{align-items:center;display:flex}._actionsCell_1zyfe_423 ._linkContainer_1zyfe_435{display:inline;position:relative}._actionsCell_1zyfe_423 ._linkContainer_1zyfe_435 img._linkTooltip_1zyfe_439{display:none}._actionsCell_1zyfe_423 ._linkContainer_1zyfe_435 ._linkIcon_1zyfe_442:hover+img._linkTooltip_1zyfe_439{display:block;position:absolute;top:-52px;left:-34px}._actionsCell_1zyfe_423 ._unlinkContainer_1zyfe_448{display:inline;position:relative}._actionsCell_1zyfe_423 ._unlinkContainer_1zyfe_448 img._unlinkTooltip_1zyfe_452{display:none}._actionsCell_1zyfe_423 ._unlinkContainer_1zyfe_448 ._unlinkIcon_1zyfe_455:hover+img._unlinkTooltip_1zyfe_452{display:block;position:absolute;top:-52px;left:-42px}._actionsCell_1zyfe_423 ._leaderboardContainer_1zyfe_461{display:inline;position:relative}._actionsCell_1zyfe_423 ._leaderboardContainer_1zyfe_461 img._leaderboardTooltip_1zyfe_465{display:none}._actionsCell_1zyfe_423 ._leaderboardContainer_1zyfe_461 img._leaderboardIcon_1zyfe_468{margin-left:24px;margin-right:24px}._actionsCell_1zyfe_423 ._leaderboardContainer_1zyfe_461 ._leaderboardIcon_1zyfe_468:hover+img._leaderboardTooltip_1zyfe_465{display:block;position:absolute;top:-52px;left:-20px}._actionsCell_1zyfe_423 ._getStatsContainer_1zyfe_478{display:inline;position:relative}._actionsCell_1zyfe_423 ._getStatsContainer_1zyfe_478 img._getStatsTooltip_1zyfe_482{display:none}._actionsCell_1zyfe_423 ._getStatsContainer_1zyfe_478 ._getStatsIcon_1zyfe_485:hover+img._getStatsTooltip_1zyfe_482{display:block;position:absolute;top:-52px;left:-28px}._containerMatchesSelectionOptions_1zyfe_492{background:#3275f5;border:1px solid #e0e0e0;border-radius:5px;flex-direction:row;justify-content:space-between;align-items:center;height:77px;padding:16px 16px 16px 24px;display:flex;box-shadow:0 5px 17px #0000001a}._containerMatchesSelectionOptions_1zyfe_492 ._selectionLabel_1zyfe_504{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:19px}._containerMatchesSelectionOptions_1zyfe_492 ._selectionLabel_1zyfe_504 span{cursor:pointer;font-weight:600;text-decoration:underline}._containerMatchesSelectionOptions_1zyfe_492 ._buttonsContainer_1zyfe_516{flex-direction:row;display:flex}._containerMatchesSelectionOptions_1zyfe_492 ._buttonsContainer_1zyfe_516 button:not(:last-child){margin-right:17px}._containerMatchesSelectionOptions_1zyfe_492 ._buttonsContainer_1zyfe_516 button{border-color:#fff}._containerMatchesSelectionOptions_1zyfe_492 ._buttonsContainer_1zyfe_516 button svg{margin-right:11.37px}._containerMatchesSelectionOptions_1zyfe_492 ._buttonsContainer_1zyfe_516 button svg path{fill:#fff}._containerMatchesSelectionOptions_1zyfe_492 ._buttonsContainer_1zyfe_516 button img{margin-right:11.37px}._subHeader_1zyfe_536{align-items:center;display:flex}._buttonUpdateStats_1zyfe_541{margin-left:22px}._buttonUpdateStats_1zyfe_541._disabled_1zyfe_544{color:#ccc;border-color:#ccc}._spanExportCSV_1zyfe_549{color:#3275f5;cursor:pointer;margin-left:auto}._mainContainer_1zyfe_555,._mainContainerBC_1zyfe_556{width:1025px;margin-left:auto;margin-right:auto}._mainContainerBC_1zyfe_556{margin-top:42px}._containerStartDate_1zyfe_566,._containerEndDate_1zyfe_567{display:inline;position:relative}._containerStartDate_1zyfe_566>span,._containerEndDate_1zyfe_567>span{color:#3275f5;cursor:pointer;text-decoration:underline}._containerStartDate_1zyfe_566 ._containerStartDateSelector_1zyfe_577,._containerStartDate_1zyfe_566 ._containerEndDateSelector_1zyfe_578,._containerEndDate_1zyfe_567 ._containerStartDateSelector_1zyfe_577,._containerEndDate_1zyfe_567 ._containerEndDateSelector_1zyfe_578{z-index:1000;position:absolute;top:20px;left:0}@media (width>=768px){.preHeader{font-size:1rem;line-height:1rem}}@media (width>=768px){.headerXl{font-size:2.875rem;line-height:3.45rem}}@media (width>=768px){.headerLg{font-size:2rem;line-height:2.6rem}}@media (width>=768px){.headerLgInverted{font-size:2rem;line-height:2.6rem}}@media (width>=768px){.headerMd{font-size:1.5rem;line-height:1.95rem}}@media (width>=768px){.headerMdInverted{font-size:1.5rem;line-height:1.95rem}}@media (width>=768px){.miniLabel{font-size:.75rem;line-height:.75rem}}@media (width>=768px){.miniLabelLight{font-size:.75rem;line-height:.75rem}}@media (width>=768px){.labelHeaderMd{font-size:1.125rem;line-height:1.4625rem}}.autocomplete-wrapper-lt .dropdown{text-align:left;background:#fcfcfc;border-radius:5px;width:100%;margin:0;padding:0;position:absolute;box-shadow:0 1px 11px #53535340}.autocomplete-wrapper-lt .item.selected-item,.autocomplete-wrapper-lt .item:hover{color:#fafbfc;background-color:#3275f5}._preHeader_u39cs_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_u39cs_1{font-size:1rem;line-height:1rem}}._headerXl_u39cs_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_u39cs_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_u39cs_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_u39cs_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_u39cs_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_u39cs_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_u39cs_52{text-align:center}._headerMd_u39cs_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_u39cs_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_u39cs_72{margin-bottom:0}._headerMdInverted_u39cs_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_u39cs_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_u39cs_92{text-align:center}._textLabel_u39cs_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_u39cs_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_u39cs_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_u39cs_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_u39cs_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_u39cs_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_u39cs_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_u39cs_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_u39cs_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_u39cs_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_u39cs_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_u39cs_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_u39cs_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_u39cs_226{color:red;margin-top:.3rem}._actions_u39cs_231{justify-content:space-between;margin:0 13px;display:flex;box-shadow:inset 0 1px #0000001a}._containerFields_u39cs_238{flex-direction:column;row-gap:24px;margin-bottom:24px;display:flex}._emptyRounds_u39cs_245{text-align:center;font-size:15px;font-style:italic}._wrapper_ibt2r_1{flex-direction:column;display:flex}._arrow_ibt2r_6{cursor:pointer}._datesContainer_12zr4_1{flex-direction:row;justify-content:center;margin-bottom:24px;display:flex}._datesContainer_12zr4_1>div:first-child{margin-right:24px}._timeRangeContainer_12zr4_11{flex-direction:row;justify-content:center;width:100%;margin-bottom:24px;font-size:16px;font-weight:400;line-height:18.75px;display:flex}._headerContainer_12zr4_22{flex-direction:row;justify-content:center;width:100%;margin-bottom:24px;font-size:27px;font-weight:500;line-height:31.64px;display:flex}._datesContainer_12zr4_1 input::placeholder{font-size:14px}._bowlingCentersContainer_12zr4_37,._matchesContainer_12zr4_38{margin-bottom:6px}._bowlingCentersContainer_12zr4_37>div>div,._matchesContainer_12zr4_38>div>div,._bowlingCentersContainer_12zr4_37 span,._matchesContainer_12zr4_38 span{font-size:13px;font-weight:400;line-height:15.23px}._matchesContainer_12zr4_38{margin-bottom:15px}._buttonsContainer_12zr4_58{border-top:1px solid #ccc;flex-direction:row;justify-content:center;width:390px;padding-top:16px;display:flex}._buttonsContainer_12zr4_58 button{width:173px}._buttonsContainer_12zr4_58 button:first-child{margin-right:44px}._preHeader_58yzh_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_58yzh_1{font-size:1rem;line-height:1rem}}._headerXl_58yzh_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_58yzh_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_58yzh_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_58yzh_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_58yzh_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_58yzh_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_58yzh_52{text-align:center}._headerMd_58yzh_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_58yzh_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_58yzh_72{margin-bottom:0}._headerMdInverted_58yzh_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_58yzh_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_58yzh_92{text-align:center}._textLabel_58yzh_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_58yzh_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_58yzh_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_58yzh_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_58yzh_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_58yzh_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_58yzh_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_58yzh_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_58yzh_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_58yzh_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_58yzh_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_58yzh_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_58yzh_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_58yzh_226{color:red;margin-top:.3rem}._AutocompleteWrapper_58yzh_231{z-index:900;flex-direction:column;align-items:flex-start;width:auto;font-family:Roboto,sans-serif;display:flex;position:relative}._AutocompleteWrapper_58yzh_231>div{width:100%}._AutocompleteWrapper_58yzh_231 ._formLabel_58yzh_244{letter-spacing:.4px;color:#10002e;padding:0 0 8px;font-size:14px;font-style:normal;font-weight:500;line-height:16px}._AutocompleteWrapper_58yzh_231 ._searchBar_58yzh_253{margin:0;position:relative}._AutocompleteWrapper_58yzh_231 ._iconWrapper_58yzh_257{position:absolute;top:50%;left:12px;transform:translateY(-50%)}._AutocompleteWrapper_58yzh_231 ._close_58yzh_263{cursor:pointer;position:absolute;top:50%;right:35px;transform:translateY(-50%)}._AutocompleteWrapper_58yzh_231 ._searchFieldIcon_58yzh_270{position:absolute;top:50%;right:15px;transform:translateY(-50%)}._AutocompleteWrapper_58yzh_231 ._searchFieldIcon_58yzh_270:before{content:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.6333%206.125C11.6333%209.23612%209.13655%2011.75%206.06667%2011.75C2.99678%2011.75%200.5%209.23612%200.5%206.125C0.5%203.01388%202.99678%200.5%206.06667%200.5C9.13655%200.5%2011.6333%203.01388%2011.6333%206.125Z'%20stroke='%23848484'/%3e%3cline%20x1='0.5'%20y1='-0.5'%20x2='4.42623'%20y2='-0.5'%20transform='matrix(0.703716%200.710481%20-0.703716%200.710481%209.5332%2010.5)'%20stroke='%23848484'%20stroke-linecap='round'/%3e%3c/svg%3e");display:inline-block}._AutocompleteWrapper_58yzh_231 ._searchField_58yzh_270{text-overflow:ellipsis;color:#000;border:1px solid #d5d4dc;border-radius:8px;outline:none;width:100%;height:44px;padding:1em 3em 1em 2em;font-size:13px;overflow:hidden}._AutocompleteWrapper_58yzh_231 ._searchField_58yzh_270:focus{border:3px solid #3275f5}._AutocompleteWrapper_58yzh_231 ._searchField_58yzh_270:focus:read-only{border:.5px solid #f9f9f9}._AutocompleteWrapper_58yzh_231 ._searchField_58yzh_270:hover{border:1px solid #3275f5}._AutocompleteWrapper_58yzh_231 ._searchField_58yzh_270:hover:focus{border:3px solid #3275f5}._AutocompleteWrapper_58yzh_231 ._searchField_58yzh_270::placeholder{color:#8b849b;letter-spacing:.2px;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400}._AutocompleteWrapper_58yzh_231 ._dropdown_58yzh_313{text-align:left;background:#fcfcfc;border-radius:5px;width:100%;max-height:240px;margin:0;padding:0;position:absolute;overflow:hidden auto;box-shadow:0 1px 11px #53535340}._AutocompleteWrapper_58yzh_231 ._dropdown_58yzh_313 ._item_58yzh_326{cursor:pointer;color:#383838;border-bottom:0;padding:10px 27px;font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:15px;display:block}._AutocompleteWrapper_58yzh_231 ._dropdown_58yzh_313 ._item_58yzh_326._selectedItem_58yzh_339,._AutocompleteWrapper_58yzh_231 ._dropdown_58yzh_313 ._item_58yzh_326:hover{color:#fafbfc;background-color:#3275f5}._AutocompleteWrapper_58yzh_231 ._dropdown_58yzh_313._DropdownBorders_58yzh_347{border-top:20px solid #fff;border-bottom:18px solid #fff;margin-top:9px}._AutocompleteWrapper_58yzh_231 ._dropdown_58yzh_313::-webkit-scrollbar{width:5px}._AutocompleteWrapper_58yzh_231 ._dropdown_58yzh_313::-webkit-scrollbar-track{background-color:#0000;border-radius:3px}._AutocompleteWrapper_58yzh_231 ._dropdown_58yzh_313::-webkit-scrollbar-thumb{background-color:#9db8ec;border-radius:3px;width:4px}._AutocompleteWrapper_58yzh_231 ._EmptyContent_58yzh_365{justify-content:center;padding:2em;display:flex}._cutTypeCut_15x01_1{align-items:center;gap:8px;display:flex}._cutTypeButton_15x01_7{cursor:pointer;background-color:#0000;border:none;border-radius:4px;min-width:120px;padding:8px 16px;font-family:Roboto,sans-serif;line-height:1;transition:background-color .3s}._cutTypeButton_15x01_7:hover{background-color:#b2cdff}._Attempts_1b7g6_1{align-items:flex-start;display:flex}._ModalAddEditPackage_1rxw9_1{padding:30px 32px 20px}._HeaderAttempts_1ie0k_2{text-align:left;color:#909090;font-family:Roboto;font-size:14px;font-style:normal;font-weight:600;line-height:16px;width:46.93%!important;padding:17px 16px 18px!important}._HeaderAttempts_1ie0k_2[class*=-sort-desc],._HeaderAttempts_1ie0k_2[class*=-sort-asc]{box-shadow:none!important}._HeaderAttempts_1ie0k_2[class*=-sort-desc]>div:first-of-type,._HeaderAttempts_1ie0k_2[class*=-sort-asc]>div:first-of-type{width:fit-content;position:relative;overflow:visible}._HeaderAttempts_1ie0k_2[class*=-sort-desc]>div:first-of-type:after,._HeaderAttempts_1ie0k_2[class*=-sort-asc]>div:first-of-type:after{position:absolute;top:50%;left:calc(100% + 6px);transform:translateY(-50%)}._HeaderAttempts_1ie0k_2[class*=-sort-desc]>div:first-of-type:after{content:"▼"}._HeaderAttempts_1ie0k_2[class*=-sort-asc]>div:first-of-type:after{content:"▲"}._HeaderPrice_1ie0k_34,._HeaderDiscount_1ie0k_35,._HeaderActions_1ie0k_36{color:#909090;justify-content:flex-end;font-family:Roboto;font-size:14px;font-style:normal;font-weight:600;line-height:16px;padding:17px 16px 18px!important}._tdAttempts_1ie0k_47{width:46.93%!important}._tdPrice_1ie0k_51,._tdDiscount_1ie0k_52,._tdActions_1ie0k_53{text-align:right;justify-content:flex-end}._tdAttempts_1ie0k_47,._tdPrice_1ie0k_51,._tdDiscount_1ie0k_52{padding:19px 16px 17px!important}._tdActions_1ie0k_53{padding:16px 8px 15px!important}._preHeader_9b6p4_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_9b6p4_1{font-size:1rem;line-height:1rem}}._headerXl_9b6p4_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_9b6p4_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_9b6p4_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_9b6p4_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_9b6p4_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_9b6p4_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_9b6p4_52{text-align:center}._headerMd_9b6p4_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_9b6p4_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_9b6p4_72{margin-bottom:0}._headerMdInverted_9b6p4_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_9b6p4_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_9b6p4_92{text-align:center}._textLabel_9b6p4_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_9b6p4_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_9b6p4_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_9b6p4_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_9b6p4_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_9b6p4_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_9b6p4_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_9b6p4_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_9b6p4_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_9b6p4_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_9b6p4_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_9b6p4_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_9b6p4_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_9b6p4_226{color:red;margin-top:.3rem}._Wrapper_9b6p4_231{flex-direction:column;row-gap:32px;display:flex}._Prticipants_9b6p4_237{align-items:flex-start;display:flex}._contactPaid_9b6p4_242{text-align:right;margin-bottom:8px;font-family:Roboto,"sans-serif";font-size:16px}._contactPaid_9b6p4_242 a{color:#3275f5;font-size:16px;font-weight:500;line-height:19px;text-decoration-line:underline}._MatchEditRoute_5etbh_1{background-color:#f7f7f7;flex:1;min-height:100vh}._container_5etbh_7{padding:24px 40px}._wrapper_5etbh_11{background-color:#fff;border-radius:10px;max-width:1100px;margin:0 auto;padding:32px;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012}._preHeader_1ew7p_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1ew7p_1{font-size:1rem;line-height:1rem}}._headerXl_1ew7p_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1ew7p_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1ew7p_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1ew7p_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1ew7p_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1ew7p_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1ew7p_52{text-align:center}._headerMd_1ew7p_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1ew7p_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1ew7p_72{margin-bottom:0}._headerMdInverted_1ew7p_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1ew7p_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1ew7p_92{text-align:center}._textLabel_1ew7p_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1ew7p_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1ew7p_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1ew7p_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1ew7p_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1ew7p_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1ew7p_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1ew7p_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1ew7p_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1ew7p_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1ew7p_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1ew7p_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1ew7p_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1ew7p_226{color:red;margin-top:.3rem}._matchesRoute_1ew7p_231{background-color:#fff;flex:1;min-height:100vh}._matchesRoute_1ew7p_231 ._header_1ew7p_18{border-bottom:1px solid #ececec;align-items:center;margin-top:4px;margin-bottom:16px;padding-bottom:22px;display:flex}._matchesRoute_1ew7p_231 ._header_1ew7p_18 img:first-of-type{margin-right:16px}._matchesRoute_1ew7p_231 ._header_1ew7p_18>a{align-items:center;height:fit-content;padding:0;display:flex}._matchesRoute_1ew7p_231 ._header_1ew7p_18>h2{color:#424242;margin-bottom:0;font-family:Roboto,sans-serif;font-size:30px;font-style:normal;font-weight:500;line-height:35.16px}._matchesRoute_1ew7p_231 ._header_1ew7p_18>h2:first-of-type{color:#4242424d}._matchesRoute_1ew7p_231 ._header_1ew7p_18>img{margin-left:14px;margin-right:14px}._matchesRoute_1ew7p_231 ._top_1ew7p_269{background:#fff;height:147px;padding:24px 41px 0 50px}._matchesRoute_1ew7p_231 ._top_1ew7p_269 ._searchLabels_1ew7p_274{justify-content:flex-start;align-items:center;height:fit-content;display:flex}._matchesRoute_1ew7p_231 ._top_1ew7p_269 ._searchLabels_1ew7p_274 h3{color:#10002e;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:500}._matchesRoute_1ew7p_231 ._top_1ew7p_269 ._searchLabels_1ew7p_274 h3:nth-child(2){margin-left:212px}._matchesRoute_1ew7p_231 ._top_1ew7p_269 ._searchLabels_1ew7p_274 h3:nth-child(3){margin-left:153px}._matchesRoute_1ew7p_231 ._top_1ew7p_269 ._topActions_1ew7p_293{justify-content:flex-start;padding-bottom:24px;display:flex}._matchesRoute_1ew7p_231 ._top_1ew7p_269 ._topActions_1ew7p_293 ._inputs_1ew7p_298{column-gap:10px;display:flex}._matchesRoute_1ew7p_231 ._top_1ew7p_269 ._topActions_1ew7p_293 ._buttons_1ew7p_302{width:fit-content;margin-left:auto;display:flex}._matchesRoute_1ew7p_231 ._top_1ew7p_269 ._topActions_1ew7p_293 ._buttons_1ew7p_302 ._applyFilters_1ew7p_307{margin-right:37px}._matchesRoute_1ew7p_231 ._top_1ew7p_269 ._topActions_1ew7p_293 ._buttons_1ew7p_302 ._resetFilters_1ew7p_310{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#3275f5;text-align:center;background-color:#0000;border-radius:5px;align-items:center;height:45px;margin-right:0;padding:0 16px;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;line-height:19px;text-decoration:underline;display:flex}._matchesRoute_1ew7p_231 ._linkButton_1ew7p_330{color:#3275f5;cursor:pointer;border:none;outline:none;height:45px;padding:0 16px;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:400;line-height:45px}._matchesRoute_1ew7p_231 ._mainBodyContainer_1ew7p_343{background-color:#f6f6f6;width:100%;height:100%;min-height:calc(100vh - 160px)}._pageBodyStats_1ew7p_350,._pageBodyBC_1ew7p_350{width:1025px;max-width:100%;margin-left:auto;margin-right:auto}._pageBodyStats_1ew7p_350 table,._pageBodyBC_1ew7p_350 table{border-spacing:0}._pageBodyStats_1ew7p_350 table thead th,._pageBodyBC_1ew7p_350 table thead th{font-size:14px}._pageBodyStats_1ew7p_350 table tbody td,._pageBodyStats_1ew7p_350 table tbody th,._pageBodyBC_1ew7p_350 table tbody td,._pageBodyBC_1ew7p_350 table tbody th{font-size:16px}._pageBodyStats_1ew7p_350 thead th{background-color:#fff}._pageBodyStats_1ew7p_350 thead th:first-of-type,._pageBodyStats_1ew7p_350 thead th:nth-of-type(2){text-align:left}._pageBodyStats_1ew7p_350 tbody tr:not(:last-of-type) td,._pageBodyStats_1ew7p_350 tbody tr:not(:last-of-type) th{background-color:#f6f6f6}._pageBodyStats_1ew7p_350 tbody tr:not(:last-of-type) td:nth-child(4){background-color:#e4ffe5}._pageBodyStats_1ew7p_350 tbody tr:not(:last-of-type) td:nth-child(5){background-color:#ffe5e5}._pageBodyStats_1ew7p_350 tbody tr:last-of-type td:nth-child(3){background-color:#dbf8e68c}._pageBodyStats_1ew7p_350 tbody tr:last-of-type td:nth-child(4){background-color:#f5dfe68c}._pageBodyStats_1ew7p_350 tbody tr:last-of-type{background-color:#3275f51a!important}._pageBodyStats_1ew7p_350 tbody tr td:first-of-type,._pageBodyStats_1ew7p_350 tbody tr th:first-of-type{text-align:left}._pageBodyStats_1ew7p_350 tr td,._pageBodyStats_1ew7p_350 tr th{border-bottom:1px solid #e7eaee!important}._pageBodyBC_1ew7p_350{padding-bottom:20px}._pageBodyBC_1ew7p_350 thead th{background-color:#fff}._pageBodyBC_1ew7p_350 thead th:first-of-type,._pageBodyBC_1ew7p_350 thead th:nth-of-type(2){text-align:left}._pageBodyBC_1ew7p_350 tbody tr:not(:last-of-type) td,._pageBodyBC_1ew7p_350 tbody tr:not(:last-of-type) th{background-color:#fcfcfc}._pageBodyBC_1ew7p_350 tbody tr:not(:last-of-type) td:nth-child(4){background-color:#e4ffe5}._pageBodyBC_1ew7p_350 tbody tr:not(:last-of-type) td:nth-child(5){background-color:#ffe5e5}._pageBodyBC_1ew7p_350 tbody tr:last-of-type td:nth-child(3){background-color:#e7f8f1}._pageBodyBC_1ew7p_350 tbody tr:last-of-type td:nth-child(4){background-color:#f4ebf1}._pageBodyBC_1ew7p_350 tbody tr:last-of-type{background-color:#e9f0fc!important}._pageBodyBC_1ew7p_350 tbody tr td:first-of-type,._pageBodyBC_1ew7p_350 tbody tr th:first-of-type{text-align:left}._pageBodyBC_1ew7p_350 tr td,._pageBodyBC_1ew7p_350 tr th{border-bottom:1px solid #e7eaee!important}._cellImage_1ew7p_431{border-radius:3px;width:71px;height:44px;display:table-cell}._startFinishCell_1ew7p_438{flex-direction:column;display:flex}._startFinishCell_1ew7p_438 span{color:#282828;text-overflow:ellipsis;white-space:nowrap;font-family:Roboto,"sans-serif";font-size:13px;font-style:normal;font-weight:400;overflow:hidden}._nameCell_1ew7p_453{text-overflow:ellipsis;white-space:nowrap;max-width:160px;display:inline-block;overflow:hidden}._modalTitle_1ew7p_461{text-align:center;color:#424242;margin-bottom:24px;font-family:Roboto,"sans-serif";font-size:27px;font-style:normal;font-weight:500;line-height:32px}._modalContentText_1ew7p_472{text-align:center;color:#000;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400;line-height:19px}._modalSubtitle_1ew7p_482{text-align:center;color:#000;width:100%;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px;display:inline-block}._modalUnlinkClass_1ew7p_494{padding:30px 28px 20px}._centeredVerticalHorizontal_1ew7p_498{flex-direction:column;align-items:center;display:flex;position:absolute;top:70%;left:50%;transform:translate(-50%,-50%)}._centeredVerticalHorizontal_1ew7p_498 ._notFoundMessage_1ew7p_507{color:#000;opacity:.3;text-align:center;margin-bottom:4px;font-family:Roboto,"sans-serif";font-size:22px;font-style:normal;font-weight:500}._centeredVerticalHorizontal_1ew7p_498 ._notFoundSuggestion_1ew7p_517{color:#1b2b41b8;text-align:center;max-width:500px;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400}._actionsCell_1ew7p_527{flex-direction:row;justify-content:center;align-items:center;min-height:44px;max-height:44px;display:flex}._actionsCell_1ew7p_527>div{align-items:center;display:flex}._actionsCell_1ew7p_527 ._linkContainer_1ew7p_539{display:inline;position:relative}._actionsCell_1ew7p_527 ._linkContainer_1ew7p_539 img._linkTooltip_1ew7p_543{display:none}._actionsCell_1ew7p_527 ._linkContainer_1ew7p_539 ._linkIcon_1ew7p_546:hover+img._linkTooltip_1ew7p_543{display:block;position:absolute;top:-52px;left:-34px}._actionsCell_1ew7p_527 ._unlinkContainer_1ew7p_552{display:inline;position:relative}._actionsCell_1ew7p_527 ._unlinkContainer_1ew7p_552 img._unlinkTooltip_1ew7p_556{display:none}._actionsCell_1ew7p_527 ._unlinkContainer_1ew7p_552 ._unlinkIcon_1ew7p_559:hover+img._unlinkTooltip_1ew7p_556{display:block;position:absolute;top:-52px;left:-42px}._actionsCell_1ew7p_527 ._leaderboardContainer_1ew7p_565{display:inline;position:relative}._actionsCell_1ew7p_527 ._leaderboardContainer_1ew7p_565 img._leaderboardTooltip_1ew7p_569{display:none}._actionsCell_1ew7p_527 ._leaderboardContainer_1ew7p_565 img._leaderboardIcon_1ew7p_572{margin-left:24px;margin-right:24px}._actionsCell_1ew7p_527 ._leaderboardContainer_1ew7p_565 ._leaderboardIcon_1ew7p_572:hover+img._leaderboardTooltip_1ew7p_569{display:block;position:absolute;top:-52px;left:-20px}._actionsCell_1ew7p_527 ._getStatsContainer_1ew7p_582{display:inline;position:relative}._actionsCell_1ew7p_527 ._getStatsContainer_1ew7p_582 img._getStatsTooltip_1ew7p_586{display:none}._actionsCell_1ew7p_527 ._getStatsContainer_1ew7p_582 ._getStatsIcon_1ew7p_589:hover+img._getStatsTooltip_1ew7p_586{display:block;position:absolute;top:-52px;left:-28px}._containerMatchesSelectionOptions_1ew7p_596{background:#3275f5;border:1px solid #e0e0e0;border-radius:5px;flex-direction:row;justify-content:space-between;align-items:center;height:77px;padding:16px 16px 16px 24px;display:flex;box-shadow:0 5px 17px #0000001a}._containerMatchesSelectionOptions_1ew7p_596 ._selectionLabel_1ew7p_608{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:19px}._containerMatchesSelectionOptions_1ew7p_596 ._selectionLabel_1ew7p_608 span{cursor:pointer;font-weight:600;text-decoration:underline}._containerMatchesSelectionOptions_1ew7p_596 ._buttonsContainer_1ew7p_620{flex-direction:row;display:flex}._containerMatchesSelectionOptions_1ew7p_596 ._buttonsContainer_1ew7p_620 button:not(:last-child){margin-right:17px}._containerMatchesSelectionOptions_1ew7p_596 ._buttonsContainer_1ew7p_620 button{border-color:#fff}._containerMatchesSelectionOptions_1ew7p_596 ._buttonsContainer_1ew7p_620 button svg{margin-right:11.37px}._containerMatchesSelectionOptions_1ew7p_596 ._buttonsContainer_1ew7p_620 button svg path{fill:#fff}._containerMatchesSelectionOptions_1ew7p_596 ._buttonsContainer_1ew7p_620 button img{margin-right:11.37px}._subHeader_1ew7p_640{align-items:center;padding-top:0;padding-bottom:0;display:flex}._buttonUpdateStats_1ew7p_647{margin-left:22px}._buttonUpdateStats_1ew7p_647._disabled_1ew7p_650{color:#ccc;border-color:#ccc}._spanExportCSV_1ew7p_655{color:#3275f5;cursor:pointer;margin-left:auto}._mainContainer_1ew7p_661,._mainContainerBC_1ew7p_661{background-color:#f6f6f6;width:100%;margin-left:auto;margin-right:auto}._mainContainer_1ew7p_661{margin-top:24px;padding-top:23px}._mainContainerBC_1ew7p_661{padding-top:42px}._containerStartDate_1ew7p_677,._containerEndDate_1ew7p_677{display:inline;position:relative}._containerStartDate_1ew7p_677>span,._containerEndDate_1ew7p_677>span{color:#3275f5;cursor:pointer;text-decoration:underline}._containerStartDate_1ew7p_677 ._containerStartDateSelector_1ew7p_686,._containerStartDate_1ew7p_677 ._containerEndDateSelector_1ew7p_686,._containerEndDate_1ew7p_677 ._containerStartDateSelector_1ew7p_686,._containerEndDate_1ew7p_677 ._containerEndDateSelector_1ew7p_686{z-index:1000;position:absolute;top:20px;left:0}._cardContentClass_1ew7p_693{padding:16px}._cardContentClass_1ew7p_693._MatchCard_1ew7p_696{background:#f6f6f6}._cardContentClass_1ew7p_693._BCCard_1ew7p_699{background:#fcfcfc}._cardContentClass_1ew7p_693._BCCard_1ew7p_699 img{width:100%}._preHeader_1wiw8_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1wiw8_1{font-size:1rem;line-height:1rem}}._headerXl_1wiw8_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1wiw8_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1wiw8_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1wiw8_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1wiw8_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1wiw8_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1wiw8_52{text-align:center}._headerMd_1wiw8_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1wiw8_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1wiw8_72{margin-bottom:0}._headerMdInverted_1wiw8_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1wiw8_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1wiw8_92{text-align:center}._textLabel_1wiw8_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1wiw8_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1wiw8_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1wiw8_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1wiw8_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1wiw8_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1wiw8_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1wiw8_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1wiw8_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1wiw8_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1wiw8_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1wiw8_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1wiw8_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1wiw8_226{color:red;margin-top:.3rem}._inputContainer_1wiw8_231{width:auto;min-width:150px;height:fit-content;position:relative}._inputContainer_1wiw8_231>input{box-sizing:border-box;color:#383838;text-overflow:ellipsis;white-space:nowrap;border:1px solid #d5d4dc;border-radius:8px;outline:none;justify-content:center;align-items:center;width:100%;min-width:100px;height:44px;padding-left:12px;padding-right:30px;font-size:13px;display:flex;overflow:hidden}._inputContainer_1wiw8_231>input:focus{border:3px solid #3275f5}._inputContainer_1wiw8_231>input:hover{border:1px solid #3275f5}._inputContainer_1wiw8_231>input:hover:focus{border:3px solid #3275f5}._inputContainer_1wiw8_231>input::placeholder{color:#8b849b;letter-spacing:.2px;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400}._inputContainer_1wiw8_231>input._error_1wiw8_273{background-color:#d0021b08;border:1px solid #d0021b}._inputContainer_1wiw8_231 ._iconWrapper_1wiw8_277{box-sizing:border-box;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:29px;height:29px;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}._overlay_1wiw8_292{background:#fcfcfc;border-radius:7px;width:266px;padding:14px;box-shadow:0 1px 11px #53535340}._row_1wiw8_300{justify-content:space-between;margin-top:21px;display:flex}._ActionButton_1wiw8_306{justify-content:center;align-items:center;width:113.6px;height:33px;padding:0;line-height:33px;display:flex}._formLabel_1wiw8_316{letter-spacing:.4px;color:#10002e;padding:0 0 8px;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:500;line-height:16px;display:inline-block;text-transform:none!important}._errors_1wiw8_329{color:#d0021b;z-index:300;margin-top:2px;font-size:14px;font-weight:400}._preHeader_pwwtg_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_pwwtg_1{font-size:1rem;line-height:1rem}}._headerXl_pwwtg_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_pwwtg_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_pwwtg_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_pwwtg_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_pwwtg_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_pwwtg_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_pwwtg_52{text-align:center}._headerMd_pwwtg_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_pwwtg_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_pwwtg_72{margin-bottom:0}._headerMdInverted_pwwtg_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_pwwtg_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_pwwtg_92{text-align:center}._textLabel_pwwtg_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_pwwtg_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_pwwtg_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_pwwtg_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_pwwtg_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_pwwtg_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_pwwtg_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_pwwtg_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_pwwtg_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_pwwtg_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_pwwtg_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_pwwtg_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_pwwtg_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_pwwtg_226{color:red;margin-top:.3rem}._ExpandableCard_pwwtg_231._root_pwwtg_231{width:100%;box-shadow:0 4px 10px #0003;border-radius:8px!important}._ExpandableCard_pwwtg_231 ._content_pwwtg_236{border-radius:0 0 8px 8px}._Summary_pwwtg_240._RootSummary_pwwtg_240{background:#fff;border-bottom:1px solid #0003;border-radius:8px;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:54px;padding:0 30px;display:flex}._Summary_pwwtg_240._ExpandedSumary_pwwtg_252{border-radius:8px 8px 0 0}._header_pwwtg_18{justify-content:flex-start;align-items:center;width:100%;height:100%;display:flex}._header_pwwtg_18 h3{margin:0;padding:0;font-weight:400}._header_pwwtg_18 h3:first-of-type{font-family:SF Pro Text Bold,sans-serif;font-size:17px;line-height:22px}._header_pwwtg_18 h3:last-of-type{color:#a3b4a6;margin-left:15px;font-size:16px;font-weight:500}._header_pwwtg_18 img._imgExpandCollapse_pwwtg_279{margin-left:auto}._profileRoute_vo2o1_1{flex:1}._profileRoute_vo2o1_1 h2{justify-content:space-between;align-items:flex-start;margin-bottom:0;font-family:Lato,sans-serif;display:flex}._profileRoute_vo2o1_1 h2 span{align-items:flex-end;display:flex}._profileRoute_vo2o1_1 h3{font-family:Lato,sans-serif}._profileRoute_vo2o1_1 ._pageBody_vo2o1_18{background-color:#fff;border-radius:6px;margin-top:15px;padding:40px}._profileRoute_vo2o1_1 ._infoText_vo2o1_24{color:#2c2d30;font-size:20px;line-height:28px}._containerForm_vo2o1_30{background-color:#f6f6f6;border-radius:6px;justify-content:space-between;margin-bottom:20px;padding:15px;display:flex}._column_vo2o1_39{width:30%}._buttonRow_vo2o1_43{justify-content:flex-end;display:flex}._preHeader_ewzd5_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_ewzd5_1{font-size:1rem;line-height:1rem}}._headerXl_ewzd5_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_ewzd5_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_ewzd5_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_ewzd5_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_ewzd5_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_ewzd5_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_ewzd5_52{text-align:center}._headerMd_ewzd5_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_ewzd5_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_ewzd5_72{margin-bottom:0}._headerMdInverted_ewzd5_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_ewzd5_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_ewzd5_92{text-align:center}._textLabel_ewzd5_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_ewzd5_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_ewzd5_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_ewzd5_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_ewzd5_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_ewzd5_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_ewzd5_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_ewzd5_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_ewzd5_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_ewzd5_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_ewzd5_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_ewzd5_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_ewzd5_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_ewzd5_226{color:red;margin-top:.3rem}._dropdownGroup_ewzd5_231{flex-direction:column;width:auto;min-width:100px;display:flex}@media (width<=768px){._dropdownGroup_ewzd5_231{width:100%}}._dropdownGroup_ewzd5_231._editing_ewzd5_242 ._select_ewzd5_242{color:#383838}._inputBox_ewzd5_246{border:none;border-radius:5px;outline:0;width:100%;height:44px;font-size:1.1rem;font-weight:700}._horizontalInput_ewzd5_256{align-items:center;display:flex}._inputSuffix_ewzd5_261{letter-spacing:.5px;color:#00000080;margin:0 6px;padding:6px 0;font-family:Lato,sans-serif;font-size:16px;font-weight:700}._select_ewzd5_242{appearance:none;cursor:pointer;letter-spacing:.2px;color:#10002e;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='18'%20height='18'%20viewBox='0%200%20512%20512'%3e%3cdefs%3e%3cpath%20id='a'%20d='M239.05%20352.55l-136-136c-9.4-9.4-9.4-24.6%200-33.9l22.6-22.6c9.4-9.4%2024.6-9.4%2033.9%200l96.4%2096.4%2096.4-96.4c9.4-9.4%2024.6-9.4%2033.9%200l22.6%2022.6c9.4%209.4%209.4%2024.6%200%2033.9l-136%20136c-9.2%209.4-24.4%209.4-33.8%200z'/%3e%3c/defs%3e%3cg%20fill='none'%20fill-rule='evenodd'%3e%3cmask%20id='b'%20fill='%23fff'%3e%3cuse%20xlink:href='%23a'/%3e%3c/mask%3e%3cuse%20fill='%23000'%20fill-opacity='0.5'%20fill-rule='nonzero'%20xlink:href='%23a'/%3e%3cg%20fill='%23fffff'%20mask='url(%23b)'%3e%3cpath%20d='M0%200h512v512H0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") calc(100% - 14px) no-repeat;border:1px solid #d5d4dc;padding:12px;font-family:Roboto,serif;font-size:16px;font-style:normal;font-weight:400;line-height:21px;transition:border-color .15s ease-in-out}._select_ewzd5_242::-ms-expand{display:none}._select_ewzd5_242._error_ewzd5_294{background-color:#d0021b08;border:1px solid #d0021b}._select_ewzd5_242[value=""]{color:red}._select_ewzd5_242 option:not(first-child){color:#000}._select_ewzd5_242[disabled]{background-color:#0000}._select_ewzd5_242._readOnly_ewzd5_307{pointer-events:none}._select_ewzd5_242:focus{border:1px solid #5e93ff}small._errors_ewzd5_314{color:#d0021b;z-index:300;margin-top:2px;font-size:14px;font-weight:400}._formLabel_ewzd5_322{letter-spacing:.4px;color:#10002e;padding:0 0 8px;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16px}._choose_ewzd5_333{color:#c1c2c8!important}select._selectChoose_ewzd5_337{color:#c1c2c8}._preHeader_1p2cl_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1p2cl_1{font-size:1rem;line-height:1rem}}._headerXl_1p2cl_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1p2cl_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1p2cl_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1p2cl_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1p2cl_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1p2cl_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1p2cl_52{text-align:center}._headerMd_1p2cl_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1p2cl_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1p2cl_72{margin-bottom:0}._headerMdInverted_1p2cl_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1p2cl_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1p2cl_92{text-align:center}._textLabel_1p2cl_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1p2cl_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1p2cl_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1p2cl_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1p2cl_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1p2cl_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1p2cl_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1p2cl_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1p2cl_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1p2cl_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1p2cl_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1p2cl_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1p2cl_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1p2cl_226{color:red;margin-top:.3rem}._mainContainer_1p2cl_231{background-color:#fff;flex:1;min-height:100vh}._mainContainer_1p2cl_231 ._header_1p2cl_18{align-items:center;margin-top:4px;margin-bottom:20px;padding-left:23px;display:flex}._mainContainer_1p2cl_231 ._header_1p2cl_18>img{width:8px;height:15px;margin-right:42px}._mainContainer_1p2cl_231 ._header_1p2cl_18>h2{color:#424242;margin-bottom:0;font-family:Roboto,sans-serif;font-size:30px;font-style:normal;font-weight:500;line-height:35.16px}._mainContainer_1p2cl_231 form{padding:0}._mainContainer_1p2cl_231 form ._buttonSave_1p2cl_260{width:70px;margin-bottom:17px;margin-left:45px}._mainContainer_1p2cl_231 ._subHeader_1p2cl_265{margin-bottom:33px}._mainContainer_1p2cl_231 ._subHeader_1p2cl_265 div{color:#424242;font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:23.44px}._mainContainer_1p2cl_231 ._searchArea_1p2cl_276{align-items:center;width:931px;margin-bottom:87px;margin-left:25px;padding-bottom:31px;display:flex}._mainContainer_1p2cl_231 ._searchArea_1p2cl_276 ._searchFields_1p2cl_284{grid-template-rows:repeat(2,44px);grid-template-columns:repeat(4,1fr);gap:20px 17px;width:100%;display:grid}._mainContainer_1p2cl_231 ._searchArea_1p2cl_276 ._searchFields_1p2cl_284>div:first-of-type{grid-column:1/3}._mainContainer_1p2cl_231 ._searchArea_1p2cl_276 ._searchButtons_1p2cl_296{margin-left:auto}._mainContainer_1p2cl_231 ._searchArea_1p2cl_276 ._searchButtons_1p2cl_296 button:first-of-type{margin-bottom:13px}._mainContainer_1p2cl_231 ._createGameArea_1p2cl_302{margin-left:25px;display:flex}._mainContainer_1p2cl_231 ._createGameArea_1p2cl_302>div:first-child{margin-right:111px}._mainContainer_1p2cl_231 ._top_1p2cl_309{background:#fff;min-height:100vh;padding:29px 41px 0 50px}._mainContainer_1p2cl_231 ._top_1p2cl_309 ._searchLabels_1p2cl_314{justify-content:flex-start;align-items:center;height:fit-content;display:flex}._mainContainer_1p2cl_231 ._top_1p2cl_309 ._searchLabels_1p2cl_314 h3{color:#10002e;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:500}._mainContainer_1p2cl_231 ._top_1p2cl_309 ._searchLabels_1p2cl_314 h3:nth-child(2){margin-left:212px}._mainContainer_1p2cl_231 ._top_1p2cl_309 ._searchLabels_1p2cl_314 h3:nth-child(3){margin-left:153px}._mainContainer_1p2cl_231 ._top_1p2cl_309 ._topActions_1p2cl_333{justify-content:flex-start;padding-bottom:24px;display:flex}._mainContainer_1p2cl_231 ._top_1p2cl_309 ._topActions_1p2cl_333 ._inputs_1p2cl_338{column-gap:10px;display:flex}._mainContainer_1p2cl_231 ._top_1p2cl_309 ._topActions_1p2cl_333 ._buttons_1p2cl_342{width:fit-content;margin-left:auto;display:flex}._mainContainer_1p2cl_231 ._top_1p2cl_309 ._topActions_1p2cl_333 ._buttons_1p2cl_342 ._applyFilters_1p2cl_347{margin-right:37px}._mainContainer_1p2cl_231 ._top_1p2cl_309 ._topActions_1p2cl_333 ._buttons_1p2cl_342 ._resetFilters_1p2cl_350{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#3275f5;text-align:center;background-color:#0000;border-radius:5px;align-items:center;height:45px;margin-right:0;padding:0 16px;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;line-height:19px;text-decoration:underline;display:flex}._mainContainer_1p2cl_231 ._linkButton_1p2cl_370{color:#3275f5;cursor:pointer;border:none;outline:none;height:45px;padding:0 16px;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:400;line-height:45px}._mainContainer_1p2cl_231 ._mainBodyContainer_1p2cl_383{background-color:#f6f6f6;width:100%;height:100%;min-height:calc(100vh - 160px)}._pageBodyStats_1p2cl_390,._pageBodyBC_1p2cl_390{width:1025px;max-width:100%;margin-left:auto;margin-right:auto}._pageBodyStats_1p2cl_390 table,._pageBodyBC_1p2cl_390 table{border-spacing:0}._pageBodyStats_1p2cl_390 table thead th,._pageBodyBC_1p2cl_390 table thead th{font-size:14px}._pageBodyStats_1p2cl_390 table tbody td,._pageBodyStats_1p2cl_390 table tbody th,._pageBodyBC_1p2cl_390 table tbody td,._pageBodyBC_1p2cl_390 table tbody th{font-size:16px}._pageBodyStats_1p2cl_390 thead th{background-color:#fff}._pageBodyStats_1p2cl_390 thead th:first-of-type,._pageBodyStats_1p2cl_390 thead th:nth-of-type(2){text-align:left}._pageBodyStats_1p2cl_390 tbody tr:not(:last-of-type) td,._pageBodyStats_1p2cl_390 tbody tr:not(:last-of-type) th{background-color:#f6f6f6}._pageBodyStats_1p2cl_390 tbody tr:not(:last-of-type) td:nth-child(4){background-color:#e4ffe5}._pageBodyStats_1p2cl_390 tbody tr:not(:last-of-type) td:nth-child(5){background-color:#ffe5e5}._pageBodyStats_1p2cl_390 tbody tr:last-of-type td:nth-child(3){background-color:#dbf8e68c}._pageBodyStats_1p2cl_390 tbody tr:last-of-type td:nth-child(4){background-color:#f5dfe68c}._pageBodyStats_1p2cl_390 tbody tr:last-of-type{background-color:#3275f51a!important}._pageBodyStats_1p2cl_390 tbody tr td:first-of-type,._pageBodyStats_1p2cl_390 tbody tr th:first-of-type{text-align:left}._pageBodyStats_1p2cl_390 tr td,._pageBodyStats_1p2cl_390 tr th{border-bottom:1px solid #e7eaee!important}._pageBodyBC_1p2cl_390 thead th{background-color:#fff}._pageBodyBC_1p2cl_390 thead th:first-of-type,._pageBodyBC_1p2cl_390 thead th:nth-of-type(2){text-align:left}._pageBodyBC_1p2cl_390 tbody tr:not(:last-of-type) td,._pageBodyBC_1p2cl_390 tbody tr:not(:last-of-type) th{background-color:#fcfcfc}._pageBodyBC_1p2cl_390 tbody tr:not(:last-of-type) td:nth-child(4){background-color:#e4ffe5}._pageBodyBC_1p2cl_390 tbody tr:not(:last-of-type) td:nth-child(5){background-color:#ffe5e5}._pageBodyBC_1p2cl_390 tbody tr:last-of-type td:nth-child(3){background-color:#e7f8f1}._pageBodyBC_1p2cl_390 tbody tr:last-of-type td:nth-child(4){background-color:#f4ebf1}._pageBodyBC_1p2cl_390 tbody tr:last-of-type{background-color:#e9f0fc!important}._pageBodyBC_1p2cl_390 tbody tr td:first-of-type,._pageBodyBC_1p2cl_390 tbody tr th:first-of-type{text-align:left}._pageBodyBC_1p2cl_390 tr td,._pageBodyBC_1p2cl_390 tr th{border-bottom:1px solid #e7eaee!important}._cellImage_1p2cl_468{border-radius:3px;width:71px;height:44px;display:table-cell}._startFinishCell_1p2cl_475{flex-direction:column;display:flex}._startFinishCell_1p2cl_475 span{color:#282828;text-overflow:ellipsis;white-space:nowrap;font-family:Roboto,"sans-serif";font-size:13px;font-style:normal;font-weight:400;overflow:hidden}._nameCell_1p2cl_490{text-overflow:ellipsis;white-space:nowrap;max-width:160px;display:inline-block;overflow:hidden}._modalTitle_1p2cl_498{text-align:center;color:#424242;margin-bottom:24px;font-family:Roboto,"sans-serif";font-size:27px;font-style:normal;font-weight:500;line-height:32px}._modalContentText_1p2cl_509{text-align:center;color:#000;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400;line-height:19px}._modalSubtitle_1p2cl_519{text-align:center;color:#000;width:100%;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px;display:inline-block}._modalUnlinkClass_1p2cl_531{padding:30px 28px 20px}._centeredVerticalHorizontal_1p2cl_535{flex-direction:column;align-items:center;display:flex;position:absolute;top:70%;left:50%;transform:translate(-50%,-50%)}._centeredVerticalHorizontal_1p2cl_535 ._notFoundMessage_1p2cl_544{color:#000;opacity:.3;text-align:center;margin-bottom:4px;font-family:Roboto,"sans-serif";font-size:22px;font-style:normal;font-weight:500}._centeredVerticalHorizontal_1p2cl_535 ._notFoundSuggestion_1p2cl_554{color:#1b2b41b8;text-align:center;max-width:500px;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400}._actionsCell_1p2cl_564{flex-direction:row;justify-content:center;align-items:center;min-height:44px;max-height:44px;display:flex}._actionsCell_1p2cl_564>div{align-items:center;display:flex}._actionsCell_1p2cl_564 ._linkContainer_1p2cl_576{display:inline;position:relative}._actionsCell_1p2cl_564 ._linkContainer_1p2cl_576 img._linkTooltip_1p2cl_580{display:none}._actionsCell_1p2cl_564 ._linkContainer_1p2cl_576 ._linkIcon_1p2cl_583:hover+img._linkTooltip_1p2cl_580{display:block;position:absolute;top:-52px;left:-34px}._actionsCell_1p2cl_564 ._unlinkContainer_1p2cl_589{display:inline;position:relative}._actionsCell_1p2cl_564 ._unlinkContainer_1p2cl_589 img._unlinkTooltip_1p2cl_593{display:none}._actionsCell_1p2cl_564 ._unlinkContainer_1p2cl_589 ._unlinkIcon_1p2cl_596:hover+img._unlinkTooltip_1p2cl_593{display:block;position:absolute;top:-52px;left:-42px}._actionsCell_1p2cl_564 ._leaderboardContainer_1p2cl_602{display:inline;position:relative}._actionsCell_1p2cl_564 ._leaderboardContainer_1p2cl_602 img._leaderboardTooltip_1p2cl_606{display:none}._actionsCell_1p2cl_564 ._leaderboardContainer_1p2cl_602 img._leaderboardIcon_1p2cl_609{margin-left:24px;margin-right:24px}._actionsCell_1p2cl_564 ._leaderboardContainer_1p2cl_602 ._leaderboardIcon_1p2cl_609:hover+img._leaderboardTooltip_1p2cl_606{display:block;position:absolute;top:-52px;left:-20px}._actionsCell_1p2cl_564 ._getStatsContainer_1p2cl_619{display:inline;position:relative}._actionsCell_1p2cl_564 ._getStatsContainer_1p2cl_619 img._getStatsTooltip_1p2cl_623{display:none}._actionsCell_1p2cl_564 ._getStatsContainer_1p2cl_619 ._getStatsIcon_1p2cl_626:hover+img._getStatsTooltip_1p2cl_623{display:block;position:absolute;top:-52px;left:-28px}._containerMatchesSelectionOptions_1p2cl_633{background:#3275f5;border:1px solid #e0e0e0;border-radius:5px;flex-direction:row;justify-content:space-between;align-items:center;height:77px;padding:16px 16px 16px 24px;display:flex;box-shadow:0 5px 17px #0000001a}._containerMatchesSelectionOptions_1p2cl_633 ._selectionLabel_1p2cl_645{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:19px}._containerMatchesSelectionOptions_1p2cl_633 ._selectionLabel_1p2cl_645 span{cursor:pointer;font-weight:600;text-decoration:underline}._containerMatchesSelectionOptions_1p2cl_633 ._buttonsContainer_1p2cl_657{flex-direction:row;display:flex}._containerMatchesSelectionOptions_1p2cl_633 ._buttonsContainer_1p2cl_657 button:not(:last-child){margin-right:17px}._containerMatchesSelectionOptions_1p2cl_633 ._buttonsContainer_1p2cl_657 button{border-color:#fff}._containerMatchesSelectionOptions_1p2cl_633 ._buttonsContainer_1p2cl_657 button svg{margin-right:11.37px}._containerMatchesSelectionOptions_1p2cl_633 ._buttonsContainer_1p2cl_657 button svg path{fill:#fff}._containerMatchesSelectionOptions_1p2cl_633 ._buttonsContainer_1p2cl_657 button img{margin-right:11.37px}._subHeader_1p2cl_265{align-items:center;display:flex}._buttonUpdateStats_1p2cl_682{margin-left:22px}._buttonUpdateStats_1p2cl_682._disabled_1p2cl_685{color:#ccc;border-color:#ccc}._spanExportCSV_1p2cl_690{color:#3275f5;cursor:pointer;margin-left:auto}._mainContainer_1p2cl_231,._mainContainerBC_1p2cl_696{background-color:#f6f6f6;width:100%;margin-left:auto;margin-right:auto}._containerStartDate_1p2cl_703,._containerEndDate_1p2cl_703{display:inline;position:relative}._containerStartDate_1p2cl_703>span,._containerEndDate_1p2cl_703>span{color:#3275f5;cursor:pointer;text-decoration:underline}._containerStartDate_1p2cl_703 ._containerStartDateSelector_1p2cl_712,._containerStartDate_1p2cl_703 ._containerEndDateSelector_1p2cl_712,._containerEndDate_1p2cl_703 ._containerStartDateSelector_1p2cl_712,._containerEndDate_1p2cl_703 ._containerEndDateSelector_1p2cl_712{z-index:1000;position:absolute;top:20px;left:0}._modalReset_1p2cl_719{width:454px;height:210px;padding:0 0 20px}._buttons_14cqx_1{margin-top:20px}._buttons_14cqx_1 ._buttonStrike_14cqx_4{color:#10c900;background:#b1ea5233;border-radius:3px;width:92.5px;height:56.32px;margin-right:11px;font-size:14px;line-height:16px;box-shadow:0 1px 4px #00000026}._buttons_14cqx_1 ._buttonSplit_14cqx_15{color:#3cc9c0;background:#3cc9c033;border-radius:3px;width:92.5px;height:56.32px;margin-right:11px;font-size:14px;line-height:16px;box-shadow:0 1px 4px #00000026}._buttons_14cqx_1 ._buttonSpare_14cqx_26{color:#9db8ec;background:#9db8ec33;border-radius:3px;width:92.5px;height:56.32px;margin-right:11px;font-size:14px;line-height:16px;box-shadow:0 1px 4px #00000026}._buttons_14cqx_1 ._buttonMiss_14cqx_37{color:#f90;background:#f903;border-radius:3px;width:92.5px;height:56.32px;margin-right:11px;font-size:14px;line-height:16px;box-shadow:0 1px 4px #00000026}._buttons_14cqx_1 ._buttonFoul_14cqx_48{color:#f14d4d;background:#f14d4d33;border-radius:3px;width:92.5px;height:56.32px;margin-right:11px;font-size:14px;line-height:16px;box-shadow:0 1px 4px #00000026}._buttons_14cqx_1 ._buttonReset_14cqx_59{color:#707070;background:#d2d2d233;border-radius:3px;width:92.5px;height:56.32px;font-size:14px;line-height:16px;box-shadow:0 1px 4px #00000026}._priorNextContainer_14cqx_70{margin-top:3.5px;margin-bottom:28.5px;display:flex}._priorNextContainer_14cqx_70 ._prior_14cqx_70{cursor:pointer;align-items:center;display:flex}._priorNextContainer_14cqx_70 ._prior_14cqx_70 svg{margin-right:11.33px;transform:rotate(180deg)}._priorNextContainer_14cqx_70 ._prior_14cqx_70 span{text-align:center;color:#3275f5;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px}._priorNextContainer_14cqx_70 ._prior_14cqx_70._disabled_14cqx_93{pointer-events:none;cursor:none}._priorNextContainer_14cqx_70 ._prior_14cqx_70._disabled_14cqx_93>span{color:#ccc}._priorNextContainer_14cqx_70 ._prior_14cqx_70._disabled_14cqx_93>svg path{fill:#ccc}._priorNextContainer_14cqx_70 ._next_14cqx_103{cursor:pointer;align-items:center;margin-left:auto;display:flex}._priorNextContainer_14cqx_70 ._next_14cqx_103 svg{margin-left:11.33px}._priorNextContainer_14cqx_70 ._next_14cqx_103 span{text-align:center;color:#3275f5;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px}._priorNextContainer_14cqx_70 ._next_14cqx_103._disabled_14cqx_93{pointer-events:none;cursor:none}._priorNextContainer_14cqx_70 ._next_14cqx_103._disabled_14cqx_93>span{color:#ccc}._priorNextContainer_14cqx_70 ._next_14cqx_103._disabled_14cqx_93>svg path{fill:#ccc}._manualScore_14cqx_132{justify-content:center;display:flex}._manualScore_14cqx_132:focus-visible{outline:none}._manualScore_14cqx_132>div:first-child{margin-right:111px}._manualScore_14cqx_132 button:focus,._manualScore_14cqx_132 ._manual-score_14cqx_142 button:focus-visible{outline:none}._dFlex_14cqx_146{display:flex}@media screen and (width<=768px){._d-flex_14cqx_151{flex-wrap:wrap}}._justify-between_14cqx_155{justify-content:space-between}._header_14cqx_159{text-align:center;border-bottom:1px solid}._frame_1ukpo_1{border:1px solid #8080801a;width:56px;overflow:hidden}._frame_1ukpo_1:not(:last-child){margin-right:2px}._frame_1ukpo_1>div{width:56px}._frame_1ukpo_1:last-child,._frame_1ukpo_1:last-child>div,._frame_1ukpo_1:last-child ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18{width:84px}._frame_1ukpo_1:last-child ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18>div{width:42px;height:29px}._frame_1ukpo_1:last-child ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18._strikeFrame_1ukpo_25>div:nth-child(2){display:none}._frame_1ukpo_1:last-child ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18._strikeFrame_1ukpo_25>div:first-child,._frame_1ukpo_1:last-child ._punctuation_1ukpo_18 ._bottomDivisionNumber_1ukpo_31{width:84px}._frame_1ukpo_1>div:first-of-type{text-align:center;color:#fff;background:#000;justify-content:center;align-items:center;height:27px;font-family:Saira,sans-serif;font-size:11px;font-style:normal;font-weight:500;line-height:17px;display:flex}._frame_1ukpo_1>div:first-of-type._currentFrame_1ukpo_48{color:#fff;background:#9db8ec}._frame_1ukpo_1 ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18{width:56px;margin-top:1px;display:flex}._frame_1ukpo_1 ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18>div{text-align:center;color:#000;background-color:#fff;justify-content:center;align-items:center;width:28px;height:29px;font-family:Saira,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:19px;display:flex}._frame_1ukpo_1 ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18>div:last-child{background:#f0f0f0}._frame_1ukpo_1 ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18>div._currentFrame_1ukpo_48{color:#fff;background:#9db8ec}._frame_1ukpo_1 ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18>div._isSplit_1ukpo_79{position:relative}._frame_1ukpo_1 ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18>div._isSplit_1ukpo_79:after{content:"";border:1px solid red;border-radius:50%;position:absolute;inset:3px}._frame_1ukpo_1 ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18._strikeFrame_1ukpo_25>div:nth-child(2){display:none}._frame_1ukpo_1 ._punctuation_1ukpo_18 ._topDivisionNumbers_1ukpo_18._strikeFrame_1ukpo_25>div:first-child{width:56px}._frame_1ukpo_1 ._punctuation_1ukpo_18 ._bottomDivisionNumber_1ukpo_31{text-align:center;color:#000;background-color:#fff;justify-content:center;align-items:center;width:56px;height:29px;padding:5px 10px;font-family:Saira,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:19px;display:flex}._frame_1ukpo_1 ._highlighted_1ukpo_112{background-color:#f0f8ff;box-shadow:0 0 3px #72a24d}._frame_1ukpo_1 button{cursor:pointer;background-color:#0000;border:none;width:30px;height:36px;margin:0;padding:0}._frame_1ukpo_1 button:focus-visible{outline:none}._frame_1ukpo_1 button:disabled{cursor:default}._currentFrame_1ukpo_48{color:#fff;background:#9db8ec}._frameTotal_1ukpo_140{text-align:center;height:24px}._header_1ukpo_145{text-align:center;border-bottom:1px solid}._bowlingPins_7x824_1{flex-direction:column-reverse;justify-content:center;align-items:center;margin:0;padding:0;list-style:none;display:flex}._bowlingPins_7x824_1>div._dFlex_7x824_10{margin-bottom:10px;display:flex}._pin_7x824_15{color:#9db8ec;cursor:pointer;background:linear-gradient(62deg,#fff,#fff);border:1px solid #9db8ec;border-radius:25px;justify-content:center;align-items:center;width:46px;height:46px;margin:0 5px;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px;display:flex;position:relative}._pin_7x824_15:disabled{cursor:not-allowed;opacity:.5;color:gray}._pin_7x824_15:after{content:"";opacity:0;transition:opacity .3s;display:block}._standing_7x824_49{color:#fff;background:#9db8ec;box-shadow:0 1px 10px #9db8ec99}._buttonSave_7x824_55{color:#707070;background:#d2d2d233;border-radius:3px;width:92.5px;height:36px;font-size:14px;line-height:16px;box-shadow:0 1px 4px #00000026}._selectSearch_n7anb_1{width:100%;position:relative}._selectBox_n7anb_6{position:relative}._selectBox_n7anb_6 input{color:#10002e;letter-spacing:.2px;background:#fff;border:1px solid #d5d4dc;border-radius:8px;outline:0;width:100%;height:45px;padding:12px;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:21px}._selectBox_n7anb_6 input::placeholder{color:#8b849b;letter-spacing:.2px;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400}._icon_n7anb_34{z-index:10;position:absolute;top:15px;right:13px}._stackIcon_n7anb_41{cursor:pointer;width:100%;margin-bottom:1em;display:inline-block}._iconTimes_n7anb_48{color:#831818;padding-left:0;padding-right:5px;font-size:10px}._overSelect_n7anb_55{position:absolute;inset:0}._containerSearch_n7anb_63{z-index:20;background-color:#fcfcfc;border-radius:7px;width:100%;padding:1em .8em;display:none;position:absolute;box-shadow:0 1px 11px #53535340}._items_n7anb_74{max-height:200px;padding:5px 0;overflow:hidden auto}._items_n7anb_74::-webkit-scrollbar{width:5px}._items_n7anb_74::-webkit-scrollbar-track{background-color:#0000001a;border-radius:3px}._items_n7anb_74::-webkit-scrollbar-thumb{background-color:#3275f5;border-radius:3px}._items_n7anb_74 label{text-transform:capitalize;color:#0e0e0e;align-items:center;margin-right:5px;padding:5px 10px;display:flex}._items_n7anb_74 label:hover{color:#fff;background-color:#3275f5}._expanded_n7anb_110{flex-direction:column;display:flex}._error_n7anb_115{z-index:400;top:72.67px}._noAvailable_n7anb_120{color:#0e0e0e;min-height:40px;padding:10px;font-family:Roboto,sans-serif;font-size:.9em}._column_n7anb_128{flex-direction:column;display:flex}._formLabel_n7anb_133{letter-spacing:.5px;color:#00000080;padding:6px 0;font-family:Lato,Arial,sans-serif;font-size:13px;font-weight:700;text-transform:none!important}._errors_n7anb_143{color:#d0021b;z-index:300;margin-top:2px;font-size:13px;font-weight:400;position:absolute;bottom:-16px;left:0}._errorInput_n7anb_154{background-color:#d0021b08!important;border:1px solid #d0021b!important}._focus_n7anb_159{border:1px solid #3275f5}._container_14yoo_1{width:473px;height:215px;padding-top:58px}._container_14yoo_1 ._text_14yoo_6{text-align:center;color:#424242;margin-bottom:54px;font-family:Roboto,sans-serif;font-size:17px;font-style:normal;font-weight:400;line-height:20px}._container_14yoo_1 ._buttons_14yoo_16{text-align:center}._container_14yoo_1 ._buttons_14yoo_16 button{width:142.57px;height:44px}form._formGame_9l2js_1 ._buttons_9l2js_1{align-items:center;margin-bottom:17px;display:flex}form._formGame_9l2js_1 ._buttons_9l2js_1 button._buttonSave_9l2js_6{width:70px;margin-left:75px;padding:6px 0}form._formGame_9l2js_1 ._buttons_9l2js_1 button._buttonDelete_9l2js_11{text-align:center;width:70px;margin-left:8px;padding:6px 0}form._formGame_9l2js_1 ._buttons_9l2js_1 button._buttonDelete_9l2js_11._marginLeft_9l2js_17{margin-left:24px}form._formGame_9l2js_1 [class*=modalContainer]{padding:0}._searchArea_9l2js_24{align-items:center;margin-bottom:87px;margin-left:25px;margin-right:77px;display:flex}@media (width>=1920px){._searchArea_9l2js_24{margin-right:33px}}._searchArea_9l2js_24 ._searchFields_9l2js_36{grid-template-rows:repeat(2,44px);grid-template-columns:repeat(4,1fr);gap:20px 17px;width:100%;display:grid}@media (width>=1600px){._searchArea_9l2js_24 ._searchFields_9l2js_36{grid-template-columns:repeat(5,1fr)}}@media (width>=1920px){._searchArea_9l2js_24 ._searchFields_9l2js_36{grid-template-columns:repeat(6,1fr)}}._searchArea_9l2js_24 ._searchFields_9l2js_36>div:first-of-type{grid-column:1/3}._searchArea_9l2js_24 ._searchButtons_9l2js_58{margin-left:auto}._searchArea_9l2js_24 ._searchButtons_9l2js_58 button:first-of-type{margin-bottom:13px}._container_15sjt_1{width:454px;margin-top:0}._container_15sjt_1 ._header_15sjt_5{text-align:center;color:#424242;margin-top:30px;margin-bottom:24px;font-family:Roboto,sans-serif;font-size:27px;font-style:normal;font-weight:500;line-height:32px}._container_15sjt_1 ._text_15sjt_16{text-align:center;color:#000;margin-bottom:40px;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}._container_15sjt_1 ._buttons_15sjt_26{width:390px;margin-left:auto;margin-right:auto;display:flex}._container_15sjt_1 ._buttons_15sjt_26 button:last-child{width:125px;margin-left:auto}._container_15sjt_1 ._buttons_15sjt_26 button:first-child{width:81px}._container_15sjt_1 ._buttons_15sjt_26 button{text-align:center;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px}._errors_bbjc1_1{color:#d0021b;margin-top:2px;font-size:14px;font-weight:400}@media (width>=768px){.preHeader{font-size:1rem;line-height:1rem}}@media (width>=768px){.headerXl{font-size:2.875rem;line-height:3.45rem}}@media (width>=768px){.headerLg{font-size:2rem;line-height:2.6rem}}@media (width>=768px){.headerLgInverted{font-size:2rem;line-height:2.6rem}}@media (width>=768px){.headerMd{font-size:1.5rem;line-height:1.95rem}}@media (width>=768px){.headerMdInverted{font-size:1.5rem;line-height:1.95rem}}@media (width>=768px){.miniLabel{font-size:.75rem;line-height:.75rem}}@media (width>=768px){.miniLabelLight{font-size:.75rem;line-height:.75rem}}@media (width>=768px){.labelHeaderMd{font-size:1.125rem;line-height:1.4625rem}}.autocomplete-wrapper-lt{z-index:900;flex-direction:column;align-items:flex-start;width:auto;max-width:450px;font-family:Roboto,sans-serif;display:flex;position:relative}.autocomplete-wrapper-lt .formLabel{letter-spacing:.4px;color:#10002e;padding:6px 0 8px;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:500;line-height:16px;text-transform:none!important}.autocomplete-wrapper-lt .searchBar{margin:0;position:relative}.autocomplete-wrapper-lt .iconWrapper{position:absolute;top:50%;left:12px;transform:translateY(-50%)}.autocomplete-wrapper-lt .searchFieldIcon{position:absolute;top:50%;right:15px;transform:translateY(-50%)}.autocomplete-wrapper-lt .searchFieldIcon:before{content:url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.6333%206.125C11.6333%209.23612%209.13655%2011.75%206.06667%2011.75C2.99678%2011.75%200.5%209.23612%200.5%206.125C0.5%203.01388%202.99678%200.5%206.06667%200.5C9.13655%200.5%2011.6333%203.01388%2011.6333%206.125Z'%20stroke='%23848484'/%3e%3cline%20x1='0.5'%20y1='-0.5'%20x2='4.42623'%20y2='-0.5'%20transform='matrix(0.703716%200.710481%20-0.703716%200.710481%209.5332%2010.5)'%20stroke='%23848484'%20stroke-linecap='round'/%3e%3c/svg%3e");display:inline-block}.autocomplete-wrapper-lt .searchFieldIcon:after{content:none}.autocomplete-wrapper-lt .searchLoadingIcon{color:#c9cad0;position:relative}.autocomplete-wrapper-lt .searchLoadingIcon:after{content:"";background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20style='margin:%20auto;%20background:%20rgba(241,%20242,%20243,%200);%20display:%20block;%20shape-rendering:%20auto;'%20width='200px'%20height='200px'%20viewBox='0%200%20100%20100'%20preserveAspectRatio='xMidYMid'%3e%3cg%20transform='rotate(0%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.9166666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(30%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.8333333333333334s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(60%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.75s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(90%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.6666666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(120%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.5833333333333334s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(150%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.5s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(180%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.4166666666666667s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(210%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.3333333333333333s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(240%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.25s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(270%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.16666666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(300%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.08333333333333333s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(330%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='0s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3c!--%20[ldio]%20generated%20by%20https://loading.io/%20--%3e%3c/svg%3e") 0 0/cover;width:30px;position:absolute;top:-7px;bottom:0;left:4px}.autocomplete-wrapper-lt .searchField{text-overflow:ellipsis;color:#000;border:1px solid #d5d4dc;border-radius:8px;outline:none;width:100%;height:44px;padding:1em 3em 1em 2em;font-size:13px;overflow:hidden}.autocomplete-wrapper-lt .searchField:focus{border:3px solid #3275f5}.autocomplete-wrapper-lt .searchField:focus:read-only{border:.5px solid #f9f9f9}.autocomplete-wrapper-lt .searchField:hover{border:1px solid #3275f5}.autocomplete-wrapper-lt .searchField:hover:focus{border:3px solid #3275f5}.autocomplete-wrapper-lt .searchField::placeholder{color:#8b849b;letter-spacing:.2px;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400}.autocomplete-wrapper-lt>div{width:100%}.autocomplete-wrapper-lt input:focus{box-shadow:none;outline:none}.autocomplete-wrapper-lt .dropdown{text-align:left;background:#fcfcfc;border-radius:5px;width:100%;max-height:280px;margin:0;padding:0;position:absolute;overflow:hidden auto;box-shadow:0 1px 11px #53535340}.autocomplete-wrapper-lt .dropdown.dropdown-borders{border-top:20px solid #fff;border-bottom:18px solid #fff;margin-top:9px}.autocomplete-wrapper-lt .dropdown .scrollBar .ps__rail-y{width:4px;right:15px!important}.autocomplete-wrapper-lt .dropdown .scrollBar .ps__rail-y .ps__thumb-y{right:0;background-color:#9db8ec!important;width:4px!important}.autocomplete-wrapper-lt .dropdown::-webkit-scrollbar{width:5px}.autocomplete-wrapper-lt .dropdown::-webkit-scrollbar-track{background-color:#0000;border-radius:3px}.autocomplete-wrapper-lt .dropdown::-webkit-scrollbar-thumb{background-color:#9db8ec;border-radius:3px;width:4px}.content{justify-content:center;padding:2em;display:flex}.content img{width:4em;height:4em}.autocomplete-wrapper-lt .item{cursor:pointer;color:#383838;border-bottom:0;padding:10px 27px;font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:15px;display:block}.autocomplete-wrapper-lt .item.selected-item,.autocomplete-wrapper-lt .item:hover{color:#fafbfc;background-color:#3275f5}._mainContainer_1akd4_1{border-radius:5px;width:100%;height:280px;margin:0 auto 4px;padding:20px 32px 20px 30px}._mainContainer_1akd4_1._odd_1akd4_8{background-color:#dee5ff66}._mainContainer_1akd4_1._even_1akd4_11{background:#dee5ff26}._mainContainer_1akd4_1 ._firstInfo_1akd4_14{border-bottom:1px solid #ececec;align-items:center;padding-bottom:9px;display:flex}._mainContainer_1akd4_1 ._firstInfo_1akd4_14 span:first-child{margin-right:20px}._mainContainer_1akd4_1 ._firstInfo_1akd4_14 span:nth-child(2){margin-right:5px}._mainContainer_1akd4_1 ._firstInfo_1akd4_14 span:nth-child(4){margin-left:5px}._mainContainer_1akd4_1 ._firstInfo_1akd4_14 span:not(:first-child){color:#00000080;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px}._mainContainer_1akd4_1 ._firstInfo_1akd4_14 ._ongoingButton_1akd4_37{text-align:center;color:#007a05;background:#00ff0a66;border-radius:3px;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:62px;height:35px;padding:8px 10px;font-family:Roboto,sans-serif;font-size:11px;font-style:normal;font-weight:400;line-height:13px;display:flex}._mainContainer_1akd4_1 ._firstInfo_1akd4_14 ._archivedButton_1akd4_56{text-align:center;color:#edfde8;background:#9db8ec;border-radius:3px;flex-direction:row;justify-content:center;align-items:center;gap:10px;width:63px;height:35px;padding:8px 10px;font-family:Roboto,sans-serif;font-size:11px;font-style:normal;font-weight:400;line-height:13px;display:flex}._mainContainer_1akd4_1 ._firstInfo_1akd4_14 img._editButton_1akd4_75{visibility:hidden;width:35px;height:35px;margin-left:auto}._mainContainer_1akd4_1 ._dataRow_1akd4_81{grid-template-rows:15px 17px;grid-template-columns:repeat(5,1fr);gap:19px 68px;display:grid}._mainContainer_1akd4_1 ._dataRow_1akd4_81 ._header_1akd4_88{color:#000;opacity:.3;font-family:Roboto,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:15px}._mainContainer_1akd4_1 ._dataRow_1akd4_81 ._content_1akd4_97{color:#424242;font-family:Roboto,sans-serif;font-size:15px;font-style:normal;font-weight:500;line-height:18px}._mainContainer_1akd4_1 ._dataRow_1akd4_81._firstRow_1akd4_105{margin-top:16px}._mainContainer_1akd4_1 ._dataRow_1akd4_81._secondRow_1akd4_108{margin-top:54px}._mainContainer_1akd4_1:hover ._firstInfo_1akd4_14 img._editButton_1akd4_75{visibility:visible;cursor:pointer}._preHeader_1wqo1_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1wqo1_1{font-size:1rem;line-height:1rem}}._headerXl_1wqo1_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1wqo1_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1wqo1_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1wqo1_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1wqo1_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1wqo1_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1wqo1_52{text-align:center}._headerMd_1wqo1_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1wqo1_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1wqo1_72{margin-bottom:0}._headerMdInverted_1wqo1_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1wqo1_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1wqo1_92{text-align:center}._textLabel_1wqo1_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1wqo1_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1wqo1_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1wqo1_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1wqo1_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1wqo1_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1wqo1_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1wqo1_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1wqo1_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1wqo1_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1wqo1_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1wqo1_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1wqo1_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1wqo1_226{color:red;margin-top:.3rem}._mainContainer_1wqo1_231{background-color:#fff;flex:1;min-height:100vh}._mainContainer_1wqo1_231 ._header_1wqo1_18{margin-bottom:40px}._mainContainer_1wqo1_231 ._header_1wqo1_18>h2{color:#424242;margin-bottom:0;font-family:Roboto,sans-serif;font-size:30px;font-style:normal;font-weight:500;line-height:35.16px}._mainContainer_1wqo1_231 ._subHeader_1wqo1_248{margin-bottom:33px}._mainContainer_1wqo1_231 ._subHeader_1wqo1_248 div{color:#424242;font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:23.44px}._mainContainer_1wqo1_231 ._searchArea_1wqo1_259{border-bottom:1px solid #ececec;align-items:center;margin-bottom:25px;margin-left:auto;margin-right:auto;padding-bottom:31px;display:flex}._mainContainer_1wqo1_231 ._searchArea_1wqo1_259 ._searchFields_1wqo1_268{flex-grow:1;grid-template-rows:repeat(2,44px);grid-template-columns:repeat(4,1fr);gap:13px 10px;margin-right:53px;display:grid}._mainContainer_1wqo1_231 ._searchArea_1wqo1_259 ._searchFields_1wqo1_268._hasError_1wqo1_277{row-gap:20px}._mainContainer_1wqo1_231 ._searchArea_1wqo1_259 ._searchFields_1wqo1_268>div:nth-child(2){grid-column:2/5}._mainContainer_1wqo1_231 ._searchArea_1wqo1_259 ._searchFields_1wqo1_268._isArchived_1wqo1_284>div:nth-child(2){grid-column:2/3}._mainContainer_1wqo1_231 ._searchArea_1wqo1_259 ._searchFields_1wqo1_268._isArchived_1wqo1_284>div:nth-child(3){grid-column:3/5}._mainContainer_1wqo1_231 ._searchArea_1wqo1_259 ._searchButtons_1wqo1_292{margin-left:auto}._mainContainer_1wqo1_231 ._searchArea_1wqo1_259 ._searchButtons_1wqo1_292 button:first-of-type{margin-bottom:13px}._mainContainer_1wqo1_231 ._searchArea_1wqo1_259 ._searchButtons_1wqo1_292 ._btnClearSearch_1wqo1_298{width:174px}._mainContainer_1wqo1_231 ._sortArea_1wqo1_301{align-items:center;margin-bottom:22px;display:flex}._mainContainer_1wqo1_231 ._sortArea_1wqo1_301 ._sortFields_1wqo1_306{align-items:center;width:fit-content;display:flex}._mainContainer_1wqo1_231 ._sortArea_1wqo1_301 ._sortFields_1wqo1_306>span{margin-right:15px;font-size:14px;font-weight:400;display:inline-block}._mainContainer_1wqo1_231 ._sortArea_1wqo1_301 ._sortFields_1wqo1_306>div{width:123px!important}._mainContainer_1wqo1_231 ._sortArea_1wqo1_301 ._sortFields_1wqo1_306>div input{background-color:#f9f9f9;border:1px solid #d5d4dc;border-radius:8px;padding:12px;font-size:14px;font-weight:400;width:123px!important}._mainContainer_1wqo1_231 ._sortArea_1wqo1_301 ._sortFields_1wqo1_306>div input::placeholder{font-size:14px;font-weight:400}._mainContainer_1wqo1_231 ._sortArea_1wqo1_301 ._sortButtons_1wqo1_333{align-items:center;margin-left:auto;display:flex}._mainContainer_1wqo1_231 ._gameArea_1wqo1_338{margin-left:auto;margin-right:auto}._mainContainer_1wqo1_231 ._gameArea_1wqo1_338 ._emptyList_1wqo1_342{width:100%;margin-left:auto;margin-right:auto}._mainContainer_1wqo1_231 ._gameArea_1wqo1_338 ._emptyList_1wqo1_342 img{margin:164px auto 0;display:block}._mainContainer_1wqo1_231 ._gameArea_1wqo1_338 ._emptyList_1wqo1_342 div{text-align:center;color:#424242;opacity:.2;margin:29px auto 343px;font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:23px}._mainContainer_1wqo1_231 ._top_1wqo1_362{background:#fff;padding:40px 40px 0}._mainContainer_1wqo1_231 ._top_1wqo1_362 ._searchLabels_1wqo1_366{justify-content:flex-start;align-items:center;height:fit-content;display:flex}._mainContainer_1wqo1_231 ._top_1wqo1_362 ._searchLabels_1wqo1_366 h3{color:#10002e;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:500}._mainContainer_1wqo1_231 ._top_1wqo1_362 ._searchLabels_1wqo1_366 h3:nth-child(2){margin-left:212px}._mainContainer_1wqo1_231 ._top_1wqo1_362 ._searchLabels_1wqo1_366 h3:nth-child(3){margin-left:153px}._mainContainer_1wqo1_231 ._top_1wqo1_362 ._topActions_1wqo1_385{justify-content:flex-start;padding-bottom:24px;display:flex}._mainContainer_1wqo1_231 ._top_1wqo1_362 ._topActions_1wqo1_385 ._inputs_1wqo1_390{column-gap:10px;display:flex}._mainContainer_1wqo1_231 ._top_1wqo1_362 ._topActions_1wqo1_385 ._buttons_1wqo1_394{width:fit-content;margin-left:auto;display:flex}._mainContainer_1wqo1_231 ._top_1wqo1_362 ._topActions_1wqo1_385 ._buttons_1wqo1_394 ._applyFilters_1wqo1_399{margin-right:37px}._mainContainer_1wqo1_231 ._top_1wqo1_362 ._topActions_1wqo1_385 ._buttons_1wqo1_394 ._resetFilters_1wqo1_402{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#3275f5;text-align:center;background-color:#0000;border-radius:5px;align-items:center;height:45px;margin-right:0;padding:0 16px;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;line-height:19px;text-decoration:underline;display:flex}._mainContainer_1wqo1_231 ._linkButton_1wqo1_422{color:#3275f5;cursor:pointer;border:none;outline:none;height:45px;padding:0 16px;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:400;line-height:45px}._mainContainer_1wqo1_231 ._mainBodyContainer_1wqo1_435{background-color:#f6f6f6;width:100%;height:100%;min-height:calc(100vh - 160px)}._pageBodyStats_1wqo1_442,._pageBodyBC_1wqo1_442{width:1025px;max-width:100%;margin-left:auto;margin-right:auto}._pageBodyStats_1wqo1_442 table,._pageBodyBC_1wqo1_442 table{border-spacing:0}._pageBodyStats_1wqo1_442 table thead th,._pageBodyBC_1wqo1_442 table thead th{font-size:14px}._pageBodyStats_1wqo1_442 table tbody td,._pageBodyStats_1wqo1_442 table tbody th,._pageBodyBC_1wqo1_442 table tbody td,._pageBodyBC_1wqo1_442 table tbody th{font-size:16px}._pageBodyStats_1wqo1_442 thead th{background-color:#fff}._pageBodyStats_1wqo1_442 thead th:first-of-type,._pageBodyStats_1wqo1_442 thead th:nth-of-type(2){text-align:left}._pageBodyStats_1wqo1_442 tbody tr:not(:last-of-type) td,._pageBodyStats_1wqo1_442 tbody tr:not(:last-of-type) th{background-color:#f6f6f6}._pageBodyStats_1wqo1_442 tbody tr:not(:last-of-type) td:nth-child(4){background-color:#e4ffe5}._pageBodyStats_1wqo1_442 tbody tr:not(:last-of-type) td:nth-child(5){background-color:#ffe5e5}._pageBodyStats_1wqo1_442 tbody tr:last-of-type td:nth-child(3){background-color:#dbf8e68c}._pageBodyStats_1wqo1_442 tbody tr:last-of-type td:nth-child(4){background-color:#f5dfe68c}._pageBodyStats_1wqo1_442 tbody tr:last-of-type{background-color:#3275f51a!important}._pageBodyStats_1wqo1_442 tbody tr td:first-of-type,._pageBodyStats_1wqo1_442 tbody tr th:first-of-type{text-align:left}._pageBodyStats_1wqo1_442 tr td,._pageBodyStats_1wqo1_442 tr th{border-bottom:1px solid #e7eaee!important}._pageBodyBC_1wqo1_442 thead th{background-color:#fff}._pageBodyBC_1wqo1_442 thead th:first-of-type,._pageBodyBC_1wqo1_442 thead th:nth-of-type(2){text-align:left}._pageBodyBC_1wqo1_442 tbody tr:not(:last-of-type) td,._pageBodyBC_1wqo1_442 tbody tr:not(:last-of-type) th{background-color:#fcfcfc}._pageBodyBC_1wqo1_442 tbody tr:not(:last-of-type) td:nth-child(4){background-color:#e4ffe5}._pageBodyBC_1wqo1_442 tbody tr:not(:last-of-type) td:nth-child(5){background-color:#ffe5e5}._pageBodyBC_1wqo1_442 tbody tr:last-of-type td:nth-child(3){background-color:#e7f8f1}._pageBodyBC_1wqo1_442 tbody tr:last-of-type td:nth-child(4){background-color:#f4ebf1}._pageBodyBC_1wqo1_442 tbody tr:last-of-type{background-color:#e9f0fc!important}._pageBodyBC_1wqo1_442 tbody tr td:first-of-type,._pageBodyBC_1wqo1_442 tbody tr th:first-of-type{text-align:left}._pageBodyBC_1wqo1_442 tr td,._pageBodyBC_1wqo1_442 tr th{border-bottom:1px solid #e7eaee!important}._cellImage_1wqo1_520{border-radius:3px;width:71px;height:44px;display:table-cell}._startFinishCell_1wqo1_527{flex-direction:column;display:flex}._startFinishCell_1wqo1_527 span{color:#282828;text-overflow:ellipsis;white-space:nowrap;font-family:Roboto,"sans-serif";font-size:13px;font-style:normal;font-weight:400;overflow:hidden}._nameCell_1wqo1_542{text-overflow:ellipsis;white-space:nowrap;max-width:160px;display:inline-block;overflow:hidden}._modalTitle_1wqo1_550{text-align:center;color:#424242;margin-bottom:24px;font-family:Roboto,"sans-serif";font-size:27px;font-style:normal;font-weight:500;line-height:32px}._modalContentText_1wqo1_561{text-align:center;color:#000;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400;line-height:19px}._modalSubtitle_1wqo1_571{text-align:center;color:#000;width:100%;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px;display:inline-block}._modalUnlinkClass_1wqo1_583{padding:30px 28px 20px}._centeredVerticalHorizontal_1wqo1_587{flex-direction:column;align-items:center;display:flex;position:absolute;top:70%;left:50%;transform:translate(-50%,-50%)}._centeredVerticalHorizontal_1wqo1_587 ._notFoundMessage_1wqo1_596{color:#000;opacity:.3;text-align:center;margin-bottom:4px;font-family:Roboto,"sans-serif";font-size:22px;font-style:normal;font-weight:500}._centeredVerticalHorizontal_1wqo1_587 ._notFoundSuggestion_1wqo1_606{color:#1b2b41b8;text-align:center;max-width:500px;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400}._actionsCell_1wqo1_616{flex-direction:row;justify-content:center;align-items:center;min-height:44px;max-height:44px;display:flex}._actionsCell_1wqo1_616>div{align-items:center;display:flex}._actionsCell_1wqo1_616 ._linkContainer_1wqo1_628{display:inline;position:relative}._actionsCell_1wqo1_616 ._linkContainer_1wqo1_628 img._linkTooltip_1wqo1_632{display:none}._actionsCell_1wqo1_616 ._linkContainer_1wqo1_628 ._linkIcon_1wqo1_635:hover+img._linkTooltip_1wqo1_632{display:block;position:absolute;top:-52px;left:-34px}._actionsCell_1wqo1_616 ._unlinkContainer_1wqo1_641{display:inline;position:relative}._actionsCell_1wqo1_616 ._unlinkContainer_1wqo1_641 img._unlinkTooltip_1wqo1_645{display:none}._actionsCell_1wqo1_616 ._unlinkContainer_1wqo1_641 ._unlinkIcon_1wqo1_648:hover+img._unlinkTooltip_1wqo1_645{display:block;position:absolute;top:-52px;left:-42px}._actionsCell_1wqo1_616 ._leaderboardContainer_1wqo1_654{display:inline;position:relative}._actionsCell_1wqo1_616 ._leaderboardContainer_1wqo1_654 img._leaderboardTooltip_1wqo1_658{display:none}._actionsCell_1wqo1_616 ._leaderboardContainer_1wqo1_654 img._leaderboardIcon_1wqo1_661{margin-left:24px;margin-right:24px}._actionsCell_1wqo1_616 ._leaderboardContainer_1wqo1_654 ._leaderboardIcon_1wqo1_661:hover+img._leaderboardTooltip_1wqo1_658{display:block;position:absolute;top:-52px;left:-20px}._actionsCell_1wqo1_616 ._getStatsContainer_1wqo1_671{display:inline;position:relative}._actionsCell_1wqo1_616 ._getStatsContainer_1wqo1_671 img._getStatsTooltip_1wqo1_675{display:none}._actionsCell_1wqo1_616 ._getStatsContainer_1wqo1_671 ._getStatsIcon_1wqo1_678:hover+img._getStatsTooltip_1wqo1_675{display:block;position:absolute;top:-52px;left:-28px}._containerMatchesSelectionOptions_1wqo1_685{background:#3275f5;border:1px solid #e0e0e0;border-radius:5px;flex-direction:row;justify-content:space-between;align-items:center;height:77px;padding:16px 16px 16px 24px;display:flex;box-shadow:0 5px 17px #0000001a}._containerMatchesSelectionOptions_1wqo1_685 ._selectionLabel_1wqo1_697{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:19px}._containerMatchesSelectionOptions_1wqo1_685 ._selectionLabel_1wqo1_697 span{cursor:pointer;font-weight:600;text-decoration:underline}._containerMatchesSelectionOptions_1wqo1_685 ._buttonsContainer_1wqo1_709{flex-direction:row;display:flex}._containerMatchesSelectionOptions_1wqo1_685 ._buttonsContainer_1wqo1_709 button:not(:last-child){margin-right:17px}._containerMatchesSelectionOptions_1wqo1_685 ._buttonsContainer_1wqo1_709 button{border-color:#fff}._containerMatchesSelectionOptions_1wqo1_685 ._buttonsContainer_1wqo1_709 button svg{margin-right:11.37px}._containerMatchesSelectionOptions_1wqo1_685 ._buttonsContainer_1wqo1_709 button svg path{fill:#fff}._containerMatchesSelectionOptions_1wqo1_685 ._buttonsContainer_1wqo1_709 button img{margin-right:11.37px}._subHeader_1wqo1_248{align-items:center;display:flex}._buttonUpdateStats_1wqo1_734{margin-left:22px}._buttonUpdateStats_1wqo1_734._disabled_1wqo1_737{color:#ccc;border-color:#ccc}._spanExportCSV_1wqo1_742{color:#3275f5;cursor:pointer;margin-left:auto}._mainContainer_1wqo1_231,._mainContainerBC_1wqo1_748{width:100%;margin-left:auto;margin-right:auto}._containerStartDate_1wqo1_754,._containerEndDate_1wqo1_754{display:inline;position:relative}._containerStartDate_1wqo1_754>span,._containerEndDate_1wqo1_754>span{color:#3275f5;cursor:pointer;text-decoration:underline}._containerStartDate_1wqo1_754 ._containerStartDateSelector_1wqo1_763,._containerStartDate_1wqo1_754 ._containerEndDateSelector_1wqo1_763,._containerEndDate_1wqo1_754 ._containerStartDateSelector_1wqo1_763,._containerEndDate_1wqo1_754 ._containerEndDateSelector_1wqo1_763{z-index:1000;position:absolute;top:20px;left:0}._preHeader_1yx0t_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1yx0t_1{font-size:1rem;line-height:1rem}}._headerXl_1yx0t_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1yx0t_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1yx0t_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1yx0t_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1yx0t_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1yx0t_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1yx0t_52{text-align:center}._headerMd_1yx0t_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1yx0t_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1yx0t_72{margin-bottom:0}._headerMdInverted_1yx0t_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1yx0t_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1yx0t_92{text-align:center}._textLabel_1yx0t_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1yx0t_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1yx0t_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1yx0t_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1yx0t_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1yx0t_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1yx0t_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1yx0t_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1yx0t_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1yx0t_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1yx0t_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1yx0t_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1yx0t_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1yx0t_226{color:red;margin-top:.3rem}._mainContainer_1yx0t_231{background-color:#fff;flex:1;min-height:100vh}._mainContainer_1yx0t_231 ._header_1yx0t_18{align-items:center;margin-top:6px;margin-bottom:21px;padding-left:23px;display:flex}._mainContainer_1yx0t_231 ._header_1yx0t_18>img{width:8px;height:15px;margin-top:2px;margin-right:42px}._mainContainer_1yx0t_231 ._header_1yx0t_18>h2{color:#424242;margin-top:-5px;margin-bottom:0;font-family:Roboto,sans-serif;font-size:30px;font-style:normal;font-weight:500;line-height:35.16px}._mainContainer_1yx0t_231 form{padding:0}._mainContainer_1yx0t_231 form ._buttonSave_1yx0t_262{width:70px;margin-bottom:17px;margin-left:75px}._mainContainer_1yx0t_231 ._subHeader_1yx0t_267{margin-bottom:33px}._mainContainer_1yx0t_231 ._subHeader_1yx0t_267 div{color:#424242;font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:23.44px}._mainContainer_1yx0t_231 ._searchArea_1yx0t_278{align-items:center;width:931px;margin-bottom:87px;margin-left:25px;display:flex}._mainContainer_1yx0t_231 ._searchArea_1yx0t_278 ._searchFields_1yx0t_285{grid-template-rows:repeat(2,44px);grid-template-columns:repeat(4,1fr);gap:20px 17px;width:100%;display:grid}._mainContainer_1yx0t_231 ._searchArea_1yx0t_278 ._searchFields_1yx0t_285>div:first-of-type{grid-column:1/3}._mainContainer_1yx0t_231 ._searchArea_1yx0t_278 ._searchButtons_1yx0t_297{margin-left:auto}._mainContainer_1yx0t_231 ._searchArea_1yx0t_278 ._searchButtons_1yx0t_297 button:first-of-type{margin-bottom:13px}._mainContainer_1yx0t_231 ._createGameArea_1yx0t_303{flex-direction:row;margin-left:25px;display:flex}._mainContainer_1yx0t_231 ._createGameArea_1yx0t_303>div:first-child{margin-right:111px}._mainContainer_1yx0t_231 ._top_1yx0t_311{background:#fff;padding:48px 41px 0 50px}._mainContainer_1yx0t_231 ._top_1yx0t_311 ._searchLabels_1yx0t_315{justify-content:flex-start;align-items:center;height:fit-content;display:flex}._mainContainer_1yx0t_231 ._top_1yx0t_311 ._searchLabels_1yx0t_315 h3{color:#10002e;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:500}._mainContainer_1yx0t_231 ._top_1yx0t_311 ._searchLabels_1yx0t_315 h3:nth-child(2){margin-left:212px}._mainContainer_1yx0t_231 ._top_1yx0t_311 ._searchLabels_1yx0t_315 h3:nth-child(3){margin-left:153px}._mainContainer_1yx0t_231 ._top_1yx0t_311 ._topActions_1yx0t_334{justify-content:flex-start;padding-bottom:24px;display:flex}._mainContainer_1yx0t_231 ._top_1yx0t_311 ._topActions_1yx0t_334 ._inputs_1yx0t_339{column-gap:10px;display:flex}._mainContainer_1yx0t_231 ._top_1yx0t_311 ._topActions_1yx0t_334 ._buttons_1yx0t_343{width:fit-content;margin-left:auto;display:flex}._mainContainer_1yx0t_231 ._top_1yx0t_311 ._topActions_1yx0t_334 ._buttons_1yx0t_343 ._applyFilters_1yx0t_348{margin-right:37px}._mainContainer_1yx0t_231 ._top_1yx0t_311 ._topActions_1yx0t_334 ._buttons_1yx0t_343 ._resetFilters_1yx0t_351{-webkit-user-select:none;user-select:none;cursor:pointer;white-space:nowrap;color:#3275f5;text-align:center;background-color:#0000;border-radius:5px;align-items:center;height:45px;margin-right:0;padding:0 16px;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;line-height:19px;text-decoration:underline;display:flex}._mainContainer_1yx0t_231 ._linkButton_1yx0t_371{color:#3275f5;cursor:pointer;border:none;outline:none;height:45px;padding:0 16px;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:400;line-height:45px}._mainContainer_1yx0t_231 ._mainBodyContainer_1yx0t_384{background-color:#f6f6f6;width:100%;height:100%;min-height:calc(100vh - 160px)}._pageBodyStats_1yx0t_391,._pageBodyBC_1yx0t_391{width:1025px;max-width:100%;margin-left:auto;margin-right:auto}._pageBodyStats_1yx0t_391 table,._pageBodyBC_1yx0t_391 table{border-spacing:0}._pageBodyStats_1yx0t_391 table thead th,._pageBodyBC_1yx0t_391 table thead th{font-size:14px}._pageBodyStats_1yx0t_391 table tbody td,._pageBodyStats_1yx0t_391 table tbody th,._pageBodyBC_1yx0t_391 table tbody td,._pageBodyBC_1yx0t_391 table tbody th{font-size:16px}._pageBodyStats_1yx0t_391 thead th{background-color:#fff}._pageBodyStats_1yx0t_391 thead th:first-of-type,._pageBodyStats_1yx0t_391 thead th:nth-of-type(2){text-align:left}._pageBodyStats_1yx0t_391 tbody tr:not(:last-of-type) td,._pageBodyStats_1yx0t_391 tbody tr:not(:last-of-type) th{background-color:#f6f6f6}._pageBodyStats_1yx0t_391 tbody tr:not(:last-of-type) td:nth-child(4){background-color:#e4ffe5}._pageBodyStats_1yx0t_391 tbody tr:not(:last-of-type) td:nth-child(5){background-color:#ffe5e5}._pageBodyStats_1yx0t_391 tbody tr:last-of-type td:nth-child(3){background-color:#dbf8e68c}._pageBodyStats_1yx0t_391 tbody tr:last-of-type td:nth-child(4){background-color:#f5dfe68c}._pageBodyStats_1yx0t_391 tbody tr:last-of-type{background-color:#3275f51a!important}._pageBodyStats_1yx0t_391 tbody tr td:first-of-type,._pageBodyStats_1yx0t_391 tbody tr th:first-of-type{text-align:left}._pageBodyStats_1yx0t_391 tr td,._pageBodyStats_1yx0t_391 tr th{border-bottom:1px solid #e7eaee!important}._pageBodyBC_1yx0t_391 thead th{background-color:#fff}._pageBodyBC_1yx0t_391 thead th:first-of-type,._pageBodyBC_1yx0t_391 thead th:nth-of-type(2){text-align:left}._pageBodyBC_1yx0t_391 tbody tr:not(:last-of-type) td,._pageBodyBC_1yx0t_391 tbody tr:not(:last-of-type) th{background-color:#fcfcfc}._pageBodyBC_1yx0t_391 tbody tr:not(:last-of-type) td:nth-child(4){background-color:#e4ffe5}._pageBodyBC_1yx0t_391 tbody tr:not(:last-of-type) td:nth-child(5){background-color:#ffe5e5}._pageBodyBC_1yx0t_391 tbody tr:last-of-type td:nth-child(3){background-color:#e7f8f1}._pageBodyBC_1yx0t_391 tbody tr:last-of-type td:nth-child(4){background-color:#f4ebf1}._pageBodyBC_1yx0t_391 tbody tr:last-of-type{background-color:#e9f0fc!important}._pageBodyBC_1yx0t_391 tbody tr td:first-of-type,._pageBodyBC_1yx0t_391 tbody tr th:first-of-type{text-align:left}._pageBodyBC_1yx0t_391 tr td,._pageBodyBC_1yx0t_391 tr th{border-bottom:1px solid #e7eaee!important}._cellImage_1yx0t_469{border-radius:3px;width:71px;height:44px;display:table-cell}._startFinishCell_1yx0t_476{flex-direction:column;display:flex}._startFinishCell_1yx0t_476 span{color:#282828;text-overflow:ellipsis;white-space:nowrap;font-family:Roboto,"sans-serif";font-size:13px;font-style:normal;font-weight:400;overflow:hidden}._nameCell_1yx0t_491{text-overflow:ellipsis;white-space:nowrap;max-width:160px;display:inline-block;overflow:hidden}._modalTitle_1yx0t_499{text-align:center;color:#424242;margin-bottom:24px;font-family:Roboto,"sans-serif";font-size:27px;font-style:normal;font-weight:500;line-height:32px}._modalContentText_1yx0t_510{text-align:center;color:#000;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400;line-height:19px}._modalSubtitle_1yx0t_520{text-align:center;color:#000;width:100%;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px;display:inline-block}._modalUnlinkClass_1yx0t_532{padding:30px 28px 20px}._centeredVerticalHorizontal_1yx0t_536{flex-direction:column;align-items:center;display:flex;position:absolute;top:70%;left:50%;transform:translate(-50%,-50%)}._centeredVerticalHorizontal_1yx0t_536 ._notFoundMessage_1yx0t_545{color:#000;opacity:.3;text-align:center;margin-bottom:4px;font-family:Roboto,"sans-serif";font-size:22px;font-style:normal;font-weight:500}._centeredVerticalHorizontal_1yx0t_536 ._notFoundSuggestion_1yx0t_555{color:#1b2b41b8;text-align:center;max-width:500px;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400}._actionsCell_1yx0t_565{flex-direction:row;justify-content:center;align-items:center;min-height:44px;max-height:44px;display:flex}._actionsCell_1yx0t_565>div{align-items:center;display:flex}._actionsCell_1yx0t_565 ._linkContainer_1yx0t_577{display:inline;position:relative}._actionsCell_1yx0t_565 ._linkContainer_1yx0t_577 img._linkTooltip_1yx0t_581{display:none}._actionsCell_1yx0t_565 ._linkContainer_1yx0t_577 ._linkIcon_1yx0t_584:hover+img._linkTooltip_1yx0t_581{display:block;position:absolute;top:-52px;left:-34px}._actionsCell_1yx0t_565 ._unlinkContainer_1yx0t_590{display:inline;position:relative}._actionsCell_1yx0t_565 ._unlinkContainer_1yx0t_590 img._unlinkTooltip_1yx0t_594{display:none}._actionsCell_1yx0t_565 ._unlinkContainer_1yx0t_590 ._unlinkIcon_1yx0t_597:hover+img._unlinkTooltip_1yx0t_594{display:block;position:absolute;top:-52px;left:-42px}._actionsCell_1yx0t_565 ._leaderboardContainer_1yx0t_603{display:inline;position:relative}._actionsCell_1yx0t_565 ._leaderboardContainer_1yx0t_603 img._leaderboardTooltip_1yx0t_607{display:none}._actionsCell_1yx0t_565 ._leaderboardContainer_1yx0t_603 img._leaderboardIcon_1yx0t_610{margin-left:24px;margin-right:24px}._actionsCell_1yx0t_565 ._leaderboardContainer_1yx0t_603 ._leaderboardIcon_1yx0t_610:hover+img._leaderboardTooltip_1yx0t_607{display:block;position:absolute;top:-52px;left:-20px}._actionsCell_1yx0t_565 ._getStatsContainer_1yx0t_620{display:inline;position:relative}._actionsCell_1yx0t_565 ._getStatsContainer_1yx0t_620 img._getStatsTooltip_1yx0t_624{display:none}._actionsCell_1yx0t_565 ._getStatsContainer_1yx0t_620 ._getStatsIcon_1yx0t_627:hover+img._getStatsTooltip_1yx0t_624{display:block;position:absolute;top:-52px;left:-28px}._containerMatchesSelectionOptions_1yx0t_634{background:#3275f5;border:1px solid #e0e0e0;border-radius:5px;flex-direction:row;justify-content:space-between;align-items:center;height:77px;padding:16px 16px 16px 24px;display:flex;box-shadow:0 5px 17px #0000001a}._containerMatchesSelectionOptions_1yx0t_634 ._selectionLabel_1yx0t_646{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:19px}._containerMatchesSelectionOptions_1yx0t_634 ._selectionLabel_1yx0t_646 span{cursor:pointer;font-weight:600;text-decoration:underline}._containerMatchesSelectionOptions_1yx0t_634 ._buttonsContainer_1yx0t_658{flex-direction:row;display:flex}._containerMatchesSelectionOptions_1yx0t_634 ._buttonsContainer_1yx0t_658 button:not(:last-child){margin-right:17px}._containerMatchesSelectionOptions_1yx0t_634 ._buttonsContainer_1yx0t_658 button{border-color:#fff}._containerMatchesSelectionOptions_1yx0t_634 ._buttonsContainer_1yx0t_658 button svg{margin-right:11.37px}._containerMatchesSelectionOptions_1yx0t_634 ._buttonsContainer_1yx0t_658 button svg path{fill:#fff}._containerMatchesSelectionOptions_1yx0t_634 ._buttonsContainer_1yx0t_658 button img{margin-right:11.37px}._subHeader_1yx0t_267{align-items:center;display:flex}._buttonUpdateStats_1yx0t_683{margin-left:22px}._buttonUpdateStats_1yx0t_683._disabled_1yx0t_686{color:#ccc;border-color:#ccc}._spanExportCSV_1yx0t_691{color:#3275f5;cursor:pointer;margin-left:auto}._mainContainer_1yx0t_231,._mainContainerBC_1yx0t_697{background-color:#fff;width:100%;margin-left:auto;margin-right:auto}._containerStartDate_1yx0t_704,._containerEndDate_1yx0t_704{display:inline;position:relative}._containerStartDate_1yx0t_704>span,._containerEndDate_1yx0t_704>span{color:#3275f5;cursor:pointer;text-decoration:underline}._containerStartDate_1yx0t_704 ._containerStartDateSelector_1yx0t_713,._containerStartDate_1yx0t_704 ._containerEndDateSelector_1yx0t_713,._containerEndDate_1yx0t_704 ._containerStartDateSelector_1yx0t_713,._containerEndDate_1yx0t_704 ._containerEndDateSelector_1yx0t_713{z-index:1000;position:absolute;top:20px;left:0}._modalReset_1yx0t_720{width:454px;height:210px;padding:0 0 20px}._shortcutsActions_1yx0t_726{justify-content:space-between;align-items:center;max-width:986px;padding:30px 0 0 375px;display:flex;position:relative}._shortcutsActions_1yx0t_726 button+span{opacity:0;visibility:hidden;color:gray;transition:all .3s ease-in-out;position:absolute;top:85px}._shortcutsActions_1yx0t_726 button:hover+span{opacity:1;visibility:visible}._InputLabel_1568s_1._label_1568s_1{letter-spacing:.4px;padding:6px 0 8px;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:500;line-height:16px;text-transform:none!important}._ImageTextWrapper_1568s_12{grid-template-columns:120px auto;align-items:center;display:grid}._Wrapper_l2717_1{justify-content:space-between;width:112px;height:72px;display:flex;position:relative}._ActionButtons_l2717_9{flex-direction:column;justify-content:center;row-gap:4px;display:flex}._modalTitle_1bcz6_1{text-align:center;text-align:center;width:100%;margin-bottom:2px;font-family:Roboto,"sans-serif";font-size:27px;font-style:normal;font-weight:500;line-height:32px;display:inline-block}._ModalAddPlan_1bcz6_14{padding:30px 32px 20px}._container_1bcz6_18,._itemContainer_1bcz6_18{gap:56px;display:flex}._container_1bcz6_18>div,._itemContainer_1bcz6_18>div{flex:1}._itemContainer_1bcz6_18{justify-content:space-between;gap:32px}._label_1bcz6_31{font-family:Roboto,"sans-serif";font-weight:500;line-height:31px}._emptyPlans_1bcz6_37{color:#d8d8d8;border:2px dashed #d8d8d8;border-radius:10px;justify-content:center;align-items:center;height:152px;font-family:Roboto,"sans-serif";font-weight:500;line-height:31px;display:flex}._error_1bcz6_50{color:#d0021b;margin-top:8px;font-family:Roboto,"sans-serif";font-size:14px;display:block}._benefitsList_1bcz6_58{margin:0;padding:0;list-style:none}._benefitsList_1bcz6_58 li:not(:last-child){height:96px;margin-bottom:8px}._benefitsList_1bcz6_58 li:last-child>div button:last-child{pointer-events:none;opacity:.5}._benefitRow_1bcz6_72{justify-content:space-between;align-items:center;gap:4px;display:flex}._Title_azvvz_1._TitleRoot_azvvz_1{letter-spacing:.75px;font-family:SF Pro Display,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px}._subscriptionsRoute_1y1kc_1{min-height:100vh}._subscriptionsRoute_1y1kc_1 ._top_1y1kc_4{margin-bottom:24px;padding:29.5px 48px 0}._subscriptionsRoute_1y1kc_1 ._top_1y1kc_4 h3{color:#424242;margin-bottom:21.5px;font-family:Roboto,sans-serif;font-size:30px;font-style:normal;font-weight:500;line-height:35px}._subscriptionsRoute_1y1kc_1 ._top_1y1kc_4 ._searchArea_1y1kc_17{grid-template-columns:2fr 1fr 157px;column-gap:16px;padding-top:10px;display:grid}._subscriptionsRoute_1y1kc_1 ._top_1y1kc_4 ._searchArea_1y1kc_17 div{max-width:unset!important}._subscriptionsRoute_1y1kc_1 ._top_1y1kc_4 ._searchArea_1y1kc_17 button{width:157px;margin-top:28px;margin-left:auto}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31{background-color:#f6f6f6;min-height:calc(100vh - 149.1px);padding:40px 49px 97px}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31>div>div{border-radius:8px;box-shadow:0 22px 64px #00000026}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31>div>div>div>div{border-radius:unset}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31>div>div>div>div [class*=hiddenTableHeader]{display:flex}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 th,._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 td{text-align:left}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 th:first-child{width:52px}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 th:nth-child(2){width:57px}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 th:nth-child(3),._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 th:nth-child(4),._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 th:nth-child(5){width:269.83px}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 th:nth-child(6),._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 th:nth-child(7),._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 th:nth-child(8){text-align:center}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerAvailability_1y1kc_65,._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerPriority_1y1kc_66{justify-content:center;display:flex}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerIncluded_1y1kc_70{flex:222px!important;width:222px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerLeftAlign_1y1kc_74{justify-content:flex-start;padding-left:5px;display:flex}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerFirstActions_1y1kc_79{flex:52px!important;width:52px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerID_1y1kc_83{flex:60px!important;width:60px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerName_1y1kc_87{flex:260px!important;width:260px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerBenefits_1y1kc_91{flex:200px!important;width:200px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerPlans_1y1kc_95{flex:138px!important;width:138px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._firstActionsContainer_1y1kc_99{flex:52px!important;width:52px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._idContainer_1y1kc_103{flex:60px!important;width:60px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._nameContainer_1y1kc_107{flex:260px!important;width:260px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._benefitsContainer_1y1kc_111{flex:200px!important;width:200px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._plansContainer_1y1kc_115{flex:138px!important;width:138px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._includedContainer_1y1kc_119{flex:222px!important;width:222px!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._includedContainer_1y1kc_119 div{text-overflow:ellipsis;overflow:hidden}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._availabilityContainer_1y1kc_127,._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._lastActionsContainer_1y1kc_127,._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._priorityContainer_1y1kc_127{justify-content:center;align-items:center;display:flex;padding:0!important}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerLastActions_1y1kc_133,._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._lastActionsContainer_1y1kc_127{justify-content:center;display:flex}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerLastActions_1y1kc_133 img,._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._lastActionsContainer_1y1kc_127 img{cursor:pointer}._subscriptionsRoute_1y1kc_1 ._listArea_1y1kc_31 ._headerLastActions_1y1kc_133[class*=-sort-]:after{display:none}._subscriptionsRoute_1y1kc_1 ._empty_1y1kc_145{background-color:#e5e5e5;flex-direction:column;align-items:center;min-height:calc(100vh - 64.5px);display:flex}._subscriptionsRoute_1y1kc_1 ._empty_1y1kc_145 ._imgContainer_1y1kc_152{border-bottom:3px solid #cbc6c1;justify-content:center;width:215px;height:103.63px;margin-top:214.46px;padding-bottom:9.42px;display:flex}._subscriptionsRoute_1y1kc_1 ._empty_1y1kc_145 ._imgContainer_1y1kc_152 img{width:94.16px;display:inline-block}._subscriptionsRoute_1y1kc_1 ._empty_1y1kc_145 ._textContainer_1y1kc_165{flex-direction:column;align-items:center;margin-top:38.92px;display:flex}._subscriptionsRoute_1y1kc_1 ._empty_1y1kc_145 ._textContainer_1y1kc_165 div{text-align:center}._subscriptionsRoute_1y1kc_1 ._empty_1y1kc_145 ._textContainer_1y1kc_165 div:first-child{text-align:center;color:#000;opacity:.3;font-family:Roboto,sans-serif;font-size:22px;font-style:normal;font-weight:500;line-height:125.3%}._subscriptionsRoute_1y1kc_1 ._empty_1y1kc_145 ._textContainer_1y1kc_165 div:nth-child(2){text-align:center;color:#1b2b41b8;margin-top:4px;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:161.1%}._subscriptionsRoute_1y1kc_1 ._empty_1y1kc_145 ._textContainer_1y1kc_165 button{margin-top:37px}._subscriptionsRoute_1y1kc_1 ._empty_1y1kc_145 ._textContainer_1y1kc_165 button img{margin-right:10px}._modalTitle_1y1kc_201{text-align:center;color:#424242;text-align:center;margin-bottom:24px;font-family:Roboto,"sans-serif";font-size:27px;font-style:normal;font-weight:500;line-height:32px}._modalContentText_1y1kc_213{text-align:center;color:#000;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400;line-height:19px}._container_18nr3_1{background-color:#e7e8e9}._container_18nr3_1 ._firstRow_18nr3_4{width:100%;display:flex}._container_18nr3_1 ._firstRow_18nr3_4 ._benefitsContainer_18nr3_8{border-bottom:1px solid #00000026;border-right:1px solid #00000026;flex:1;padding:26.5px 24px 24px;display:flex}._container_18nr3_1 ._firstRow_18nr3_4 ._benefitsContainer_18nr3_8 ._leftColumn_18nr3_15 ._header_18nr3_15{letter-spacing:.75px;color:#444;margin-bottom:27.5px;font-family:SF Pro Display,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px}._container_18nr3_1 ._firstRow_18nr3_4 ._benefitsContainer_18nr3_8 ._leftColumn_18nr3_15 ._item_18nr3_25{font-feature-settings:"ss01" on;color:#111827;align-items:center;margin-bottom:16px;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px;display:flex}._container_18nr3_1 ._firstRow_18nr3_4 ._benefitsContainer_18nr3_8 ._leftColumn_18nr3_15 ._item_18nr3_25 img{width:32px;margin-right:8px}._container_18nr3_1 ._firstRow_18nr3_4 ._benefitsContainer_18nr3_8 ._rightColumn_18nr3_41{cursor:pointer;height:fit-content;margin-left:auto;padding-top:5px;padding-bottom:6px}._container_18nr3_1 ._firstRow_18nr3_4 ._benefitsContainer_18nr3_8 ._rightColumn_18nr3_41 svg{margin-right:12px}._container_18nr3_1 ._firstRow_18nr3_4 ._benefitsContainer_18nr3_8 ._rightColumn_18nr3_41 span{text-align:center;color:#3275f5;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:19px}._container_18nr3_1 ._firstRow_18nr3_4 ._benefitsContainer_18nr3_8 ._rightColumn_18nr3_41:hover{border-bottom:1px solid #3275f5}._container_18nr3_1 ._firstRow_18nr3_4 ._benefitsContainer_18nr3_8 ._rightColumn_18nr3_41:hover svg path{fill:#285ec4}._container_18nr3_1 ._firstRow_18nr3_4 ._benefitsContainer_18nr3_8 ._rightColumn_18nr3_41:hover span{color:#285ec4}._container_18nr3_1 ._firstRow_18nr3_4 ._descriptionsContainer_18nr3_69{border-bottom:1px solid #00000026;flex:1;padding:16.5px 24px 24px}._container_18nr3_1 ._firstRow_18nr3_4 ._descriptionsContainer_18nr3_69 ._header_18nr3_15{letter-spacing:.75px;color:#444;font-family:SF Pro Display,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px}._container_18nr3_1 ._firstRow_18nr3_4 ._descriptionsContainer_18nr3_69 div:nth-child(2){margin-top:8px}._container_18nr3_1 ._secondRow_18nr3_86{padding-left:24px;padding-right:24px}._container_18nr3_1 ._secondRow_18nr3_86 [class*=tableParent]{border-bottom:1px solid #dadee3;margin-bottom:48px}._container_18nr3_1 ._secondRow_18nr3_86 [class*=tableParent] [class*=rt-table]{border-radius:0!important}._container_18nr3_1 ._secondRow_18nr3_86 [class*=tableParent] [class*=rt-table] [class*=rt-tbody]{overflow:hidden!important}._container_18nr3_1 ._secondRow_18nr3_86 [class*=tableParent] ._popularContainer_18nr3_100,._container_18nr3_1 ._secondRow_18nr3_86 [class*=tableParent] ._lastActionsContainer_18nr3_100{justify-content:center;align-items:center;display:flex;padding:0!important}._container_18nr3_1 ._secondRow_18nr3_86 ._firstRow_18nr3_4{align-items:flex-start;margin-bottom:19.5px;padding-top:17px;display:flex}._container_18nr3_1 ._secondRow_18nr3_86 ._firstRow_18nr3_4 ._header_18nr3_15{letter-spacing:.75px;color:#444;font-family:SF Pro Display,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px}._container_18nr3_1 ._secondRow_18nr3_86 ._firstRow_18nr3_4 ._addPlan_18nr3_121{margin-left:auto}._container_18nr3_1 ._secondRow_18nr3_86 ._firstRow_18nr3_4 ._addPlan_18nr3_121 ._btnAddPlan_18nr3_124 img{margin-right:10px}._container_18nr3_1 ._secondRow_18nr3_86 [class*=tableParent] [class*=tableHeaderCell]{align-items:center;display:flex;height:46px!important}._container_18nr3_1 ._secondRow_18nr3_86 [class*=tableParent] [class*=tableHeaderCell] [class*=hiddenTableHeader]{display:flex}._cellName_18nr3_136{flex:130px!important;width:130px!important;padding:17px 0 16px 16px!important}._cellApple_18nr3_142,._cellGoogle_18nr3_143{flex:435px!important;width:435px!important;padding:17px 0 16px 16px!important}._cellPopular_18nr3_149,._cellActions_18nr3_150{justify-content:center;align-items:center;display:flex;flex:82px!important;width:82px!important}._cellPopular_18nr3_149 img,._cellActions_18nr3_150 img{cursor:pointer}._cellPopular_18nr3_149 [class*=container],._cellActions_18nr3_150 [class*=container]{padding:0}._cellPopular_18nr3_149{padding:13.7px 0!important}._cellActions_18nr3_150{padding:12.21px 0!important}._cellActions_18nr3_150 div{align-items:center;display:flex}._container_wy3w0_1{background:#f6f6f6;height:316px}._container_wy3w0_1 ._content_wy3w0_5{width:316px;margin-top:109px;margin-left:auto;margin-right:auto}._container_wy3w0_1 ._content_wy3w0_5 ._title_wy3w0_11{color:#000;opacity:.3;justify-content:center;margin-bottom:4px;font-family:Roboto,sans-serif;font-size:22px;font-style:normal;font-weight:500;line-height:125.3%;display:flex}._container_wy3w0_1 ._content_wy3w0_5 ._subTitle_wy3w0_23{text-align:center;color:#1b2b41b8;justify-content:center;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:161.1%;display:flex}._preHeader_1dn0s_2{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1dn0s_2{font-size:1rem;line-height:1rem}}._headerXl_1dn0s_19{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1dn0s_19{font-size:2.875rem;line-height:3.45rem}}._headerLg_1dn0s_36{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1dn0s_36{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1dn0s_53{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1dn0s_53{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1dn0s_53{text-align:center}._headerMd_1dn0s_73{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1dn0s_73{font-size:1.5rem;line-height:1.95rem}}._headerMd_1dn0s_73{margin-bottom:0}._headerMdInverted_1dn0s_93{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1dn0s_93{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1dn0s_93{text-align:center}._textLabel_1dn0s_113{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1dn0s_121{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1dn0s_130{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1dn0s_139{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1dn0s_147{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1dn0s_147{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1dn0s_164{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1dn0s_164{font-size:.75rem;line-height:.75rem}}._linkPrimary_1dn0s_181{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1dn0s_191{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1dn0s_201{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1dn0s_210{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1dn0s_210{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1dn0s_227{color:red;margin-top:.3rem}._tableParent_1dn0s_232{border:none;flex-direction:column;padding:0;font-family:Roboto,Arial,sans-serif;display:flex;position:relative;box-shadow:0 22px 64px #00000026}@media (width>=320px){._tableParent_1dn0s_232{width:240px}}@media (width>=375px){._tableParent_1dn0s_232{width:295px}}@media (width>=425px){._tableParent_1dn0s_232{width:345px}}@media (width>=768px){._tableParent_1dn0s_232{width:100%}}._tableParent_1dn0s_232 [class*=-sort-desc]{box-shadow:none!important}._tableParent_1dn0s_232 [class*=-sort-desc]:after{content:"▼";float:right;transform:translate(5px,-1.5px)scale(.8)}._tableParent_1dn0s_232 [class*=-sort-asc]{box-shadow:none!important}._tableParent_1dn0s_232 [class*=-sort-asc]:after{content:"▲";float:right;transform:translate(5px,-2px)scale(.8)}._table_1dn0s_232{border-collapse:collapse;background-color:#fff;border-radius:6px;flex-direction:column;flex:auto;align-items:stretch;width:100%;padding:0;display:flex;overflow:auto}._table_1dn0s_232 ._tableHeader_1dn0s_290{color:#909090;border-bottom:1px solid #dadee3;font-size:14px;font-weight:600;box-shadow:none!important}._table_1dn0s_232 ._tableHeader_1dn0s_290 ._tableHeaderCell_1dn0s_297{text-align:left;align-items:center;height:40px;padding:5px 16px;display:flex;border:none!important}._tableBody_1dn0s_306{flex-direction:column;flex:99999 auto;display:flex;overflow:hidden!important}._tableBody_1dn0s_306 [class*=ReactTable] [class*=rt-td]{text-overflow:""!important}._tableBodyNoBorder_1dn0s_316{flex-direction:column;flex:99999 auto;display:flex;overflow-x:hidden!important}._tableBodyNoBorder_1dn0s_316:first-child,._tableBodyNoBorder_1dn0s_316:last-child{border:none}._tableDataCell_1dn0s_329{color:#111827;height:52px;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px;text-overflow:clip!important;border:none!important;padding:16px!important}._tableRowGroup_1dn0s_342{border-top:none;border-bottom:1px solid #dcdcdc}._tableRowGroup_1dn0s_342:nth-child(2n){background-color:#f8f8f8}._tableRowGroupNoBorder_1dn0s_350{border-top:none!important;border-bottom:none!important}._tableRow_1dn0s_342{align-items:flex-start;height:52px}._tableRowSelect_1dn0s_360{align-items:flex-start;padding:0}.preHeader{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){.preHeader{font-size:1rem;line-height:1rem}}.headerXl{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){.headerXl{font-size:2.875rem;line-height:3.45rem}}.headerLg{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){.headerLg{font-size:2rem;line-height:2.6rem}}.headerLgInverted{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){.headerLgInverted{font-size:2rem;line-height:2.6rem}}.headerLgInverted{text-align:center}.headerMd{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){.headerMd{font-size:1.5rem;line-height:1.95rem}}.headerMd{margin-bottom:0}.headerMdInverted{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){.headerMdInverted{font-size:1.5rem;line-height:1.95rem}}.headerMdInverted{text-align:center}.textLabel{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.textMsg{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}.postTitleHeading{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}.breadText{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}.miniLabel{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){.miniLabel{font-size:.75rem;line-height:.75rem}}.miniLabelLight{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){.miniLabelLight{font-size:.75rem;line-height:.75rem}}.linkPrimary{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}.linkDangerous{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}.textOverLine{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}.labelHeaderMd{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){.labelHeaderMd{font-size:1.125rem;line-height:1.4625rem}}.fieldError{color:red;margin-top:.3rem}.rangeSlider{background:#f7f9fb;border-radius:7px;padding:50px 20px 11px}.rangeSlider .ltaw-MuiSlider-thumb{background:#3275f5;border:2px solid #fff;border-radius:20px;width:22px;height:22px;box-shadow:0 1px 8px #00000040}.rangeSlider .ltaw-MuiSlider-valueLabel{color:#3275f5;background:#dee7fa;border-radius:3px;gap:10px;padding:3px 10px;font-family:Roboto;font-size:17px;font-style:normal;font-weight:500;line-height:20px;top:-11px}.rangeSlider .ltaw-MuiSlider-valueLabel:before{display:none}.rangeSlider .ltaw-MuiSlider-track{background-color:#3275f5;border:none;height:6px}.rangeSlider .ltaw-MuiSlider-rail{opacity:1;background-color:#0000;border:1px solid #3275f5;border-radius:20px;height:10px}.rangeSlider .ltaw-MuiSlider-markLabel{color:#000;font-family:Roboto;font-size:17px;font-style:normal;font-weight:500;line-height:20px}._preHeader_6mc47_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_6mc47_1{font-size:1rem;line-height:1rem}}._headerXl_6mc47_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_6mc47_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_6mc47_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_6mc47_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_6mc47_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_6mc47_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_6mc47_52{text-align:center}._headerMd_6mc47_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_6mc47_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_6mc47_72{margin-bottom:0}._headerMdInverted_6mc47_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_6mc47_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_6mc47_92{text-align:center}._textLabel_6mc47_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_6mc47_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_6mc47_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_6mc47_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_6mc47_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_6mc47_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_6mc47_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_6mc47_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_6mc47_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_6mc47_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_6mc47_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_6mc47_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_6mc47_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_6mc47_226{color:red;margin-top:.3rem}._settingsContainer_6mc47_232{color:#535353;padding:0 74px;font-family:Roboto,Arial,sans-serif;font-size:17px;font-weight:500}._name_6mc47_240{color:#424242;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;line-height:19px}._bodyContainer_6mc47_249{margin-top:25px;font-size:13px}._containerForm_6mc47_254{margin-bottom:15px}._tableHeader_6mc47_258{color:#909090}._tableHeader_6mc47_258:first-child{width:40%!important;padding-left:38px!important}._containerSettingsCard_6mc47_267{cursor:pointer;background:#f7f9fb;border:1px solid #f2f5ff;border-radius:7px;align-items:center;width:auto;max-width:480px;min-height:80px;padding:0 42px;display:flex;box-shadow:0 1px 2px #bfbfbf40}._containerSettingsCard_6mc47_267 span{cursor:pointer;margin-left:2em;font-size:13px;font-weight:400}._containerSettingsCard_6mc47_267 i{color:#f14d4d}._containerSettingsCard_6mc47_267:hover{color:#3275f5;background:#fcfcfc}._hidden_6mc47_295{visibility:hidden}._tableCell_6mc47_299{align-items:center;height:auto;display:flex;border:none!important;padding:20px 0!important}._tableCell_6mc47_299:first-child{width:40%!important;padding-left:39px!important}._preHeader_hawxw_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_hawxw_1{font-size:1rem;line-height:1rem}}._headerXl_hawxw_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_hawxw_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_hawxw_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_hawxw_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_hawxw_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_hawxw_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_hawxw_52{text-align:center}._headerMd_hawxw_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_hawxw_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_hawxw_72{margin-bottom:0}._headerMdInverted_hawxw_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_hawxw_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_hawxw_92{text-align:center}._textLabel_hawxw_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_hawxw_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_hawxw_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_hawxw_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_hawxw_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_hawxw_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_hawxw_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_hawxw_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_hawxw_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_hawxw_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_hawxw_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_hawxw_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_hawxw_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_hawxw_226{color:red;margin-top:.3rem}._notificationsTableHeader_hawxw_231{color:gray;text-transform:uppercase;text-align:left;margin:0;box-shadow:none!important;border:none!important;outline:0!important;padding-top:0!important}._buttonsRow_hawxw_242{justify-content:flex-end;display:flex}._cellUsers_hawxw_247,._cellNotifications_hawxw_248{cursor:pointer}._cellNotifications_hawxw_248:nth-child(6){text-transform:capitalize}._cellRoles_hawxw_256{cursor:pointer;font-weight:700}._cursorPointer_hawxw_261{cursor:pointer}._loading_hawxw_265:before{content:"";background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20style='margin:%20auto;%20background:%20rgba(241,%20242,%20243,%200);%20display:%20block;%20shape-rendering:%20auto;'%20width='200px'%20height='200px'%20viewBox='0%200%20100%20100'%20preserveAspectRatio='xMidYMid'%3e%3cg%20transform='rotate(0%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.9166666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(30%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.8333333333333334s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(60%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.75s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(90%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.6666666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(120%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.5833333333333334s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(150%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.5s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(180%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.4166666666666667s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(210%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.3333333333333333s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(240%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.25s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(270%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.16666666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(300%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.08333333333333333s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(330%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='0s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3c!--%20[ldio]%20generated%20by%20https://loading.io/%20--%3e%3c/svg%3e") -5px -7px/150% no-repeat;width:20px;height:16px;display:inline-block}._settingsContainer_hawxw_277{color:#535353;padding:0 2.5em;font-family:Roboto,Arial,sans-serif;font-size:17px;font-weight:500}._bodyContainer_hawxw_285{margin-top:22px;margin-bottom:100px}h2{font-weight:500}._name_hawxw_294{color:#424242;margin-bottom:10px;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;line-height:19px;display:inline-block}._infoText_hawxw_305{color:#000;opacity:.4;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:20px}._containerCard_mbtxz_1{background:var(--background);border-radius:var(--borderRadius);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);width:100%;font-family:var(--fontFamily);padding:.5em;font-size:15px}._containerCard_mbtxz_1 ._icon_mbtxz_10{color:red;width:34px;height:34px}._containerLogo_mbtxz_16{border-radius:3px;width:20px;height:20px;margin-right:4px;display:inline-block}._containerLogo_mbtxz_16 img{object-fit:contain;width:100%;height:100%}._notificationApp_mbtxz_29{color:#4d4d4d;margin-bottom:8px;display:flex}._notificationContent_mbtxz_35{justify-content:space-between;display:flex}._title_mbtxz_40{font-weight:700;font-family:var(--fontFamily);margin-bottom:2%;display:inline-block}._mediaLink_mbtxz_47{width:10%}._content_mbtxz_51{word-wrap:break-word;height:auto;font-size:13px;font-family:var(--fontFamily)}._container_1vhnc_1{background-color:#f6f6f6;min-height:100vh;font-family:Roboto,sans-serif}._contentWrapper_1vhnc_7{padding:20px}._content_1vhnc_7{background-color:#fff;border-radius:10px;margin:24px;padding:24px 32px 30px;display:flex;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012}._content_1vhnc_7 ul{flex:1;margin:0;padding:0;list-style:none}._contentItem_1vhnc_26:not(:last-child){margin-bottom:32px}._contentItem_1vhnc_26 label{color:#4f4f4f;align-items:center;gap:5px;font-size:14px;font-weight:500;display:flex}._contentItem_1vhnc_26 p{color:#10002e;letter-spacing:.2px;margin:8px 0 0;font-size:26px;font-weight:400;line-height:21px}._contentItem_1vhnc_26>div{background-color:#d7faff;margin-top:8px;padding:12px 16px}._preHeader_14eok_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_14eok_1{font-size:1rem;line-height:1rem}}._headerXl_14eok_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_14eok_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_14eok_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_14eok_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_14eok_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_14eok_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_14eok_52{text-align:center}._headerMd_14eok_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_14eok_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_14eok_72{margin-bottom:0}._headerMdInverted_14eok_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_14eok_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_14eok_92{text-align:center}._textLabel_14eok_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_14eok_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_14eok_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_14eok_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_14eok_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_14eok_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_14eok_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_14eok_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_14eok_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_14eok_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_14eok_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_14eok_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_14eok_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_14eok_226{color:red;margin-top:.3rem}._inputGroup_14eok_231{flex-direction:column;flex:1;display:flex;position:relative}@media (width<=768px){._inputGroup_14eok_231{width:100%;margin-top:10px}}._inputGroup_14eok_231 ._errors_14eok_243{color:#d0021b;margin-top:2px;font-size:14px;font-weight:400}._input_14eok_231{color:#383838;background-image:url("data:image/svg+xml,%3csvg%20width='22'%20height='21'%20viewBox='0%200%2022%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.125%203.5H4.875C3.9085%203.5%203.125%204.2835%203.125%205.25V17.5C3.125%2018.4665%203.9085%2019.25%204.875%2019.25H17.125C18.0915%2019.25%2018.875%2018.4665%2018.875%2017.5V5.25C18.875%204.2835%2018.0915%203.5%2017.125%203.5Z'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M14.5%201.75V5.25'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.5%201.75V5.25'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.125%208.75H18.875'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;border:.5px solid #d8d8d8;border-radius:5px;outline:0;width:100%;height:45px;padding:12px;font-family:Roboto,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:15px}._input_14eok_231::placeholder{color:#8b849b;letter-spacing:.2px;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400}._input_14eok_231._error_14eok_243{background-color:#d0021b08;border:1px solid #d0021b}._input_14eok_231[type=date]{-webkit-appearance:none!important;background:#fff!important}._input_14eok_231:disabled{opacity:.5;background:#f9f9f9}._input_14eok_231:focus{border:1px solid #5e93ff}::-webkit-inner-spin-button{display:none}._formLabel_14eok_295{letter-spacing:.4px;padding:0 0 8px;font-family:Roboto,"sans-serif";font-size:14px;font-weight:500;line-height:16px}._currency_14eok_304{color:#c1c2c8;font-weight:700;position:absolute;top:9px;right:10px}._inputSuffix_14eok_312{letter-spacing:.5px;color:#00000080;margin:0 6px;padding:6px 0;font-family:Lato,Arial,sans-serif;font-size:16px;font-weight:700}._padder_14eok_322{padding-left:30px;display:flex}._colorBoxWrapper_14eok_327{flex-wrap:wrap;display:flex}._colorBox_14eok_327{background-color:#fff;border:1px solid #d3d3d3;border-radius:3px;margin:4px;position:relative}._colorBox_14eok_327 div{border-style:solid;border-radius:3px;width:36px;height:36px;margin:4px;transition:border .5s}._colorBox_14eok_327 input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}._horizontalInput_14eok_359,._horizontalInputDate_14eok_364{align-items:center;display:flex}._horizontalInputDate_14eok_364>div:first-child{width:100%}[type=file]{outline:none}::placeholder{color:#c1c2c8}:-ms-placeholder-shown{color:#c1c2c8}::-moz-placeholder{color:#c1c2c8}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{margin-left:-8px;position:absolute}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before{box-sizing:content-box;border:8px solid #0000;width:1px;height:0;position:absolute}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before{content:"";z-index:-1;border-width:8px;border-bottom-color:#aeaeae;left:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-top:-8px;top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae;top:-1px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{margin-bottom:-8px;bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before{border-top-color:#fff;border-bottom:none}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before{border-top-color:#aeaeae;bottom:-1px}.react-datepicker-wrapper{border:0;padding:0;display:inline-block}.react-datepicker{color:#000;background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{margin-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{margin-bottom:10px}.react-datepicker-popper[data-placement^=right]{margin-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{margin-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding-top:8px;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{margin:0 2px;display:inline-block}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{color:#000;margin-top:0;font-size:.944rem;font-weight:700}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{text-align:center;cursor:pointer;z-index:1;text-indent:-999em;background:0 0;border:.45rem solid #0000;width:10px;height:10px;padding:0;line-height:1.7rem;position:absolute;top:10px;overflow:hidden}.react-datepicker__navigation--previous{border-right-color:#ccc;left:10px}.react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__navigation--previous--disabled,.react-datepicker__navigation--previous--disabled:hover{cursor:default;border-right-color:#e6e6e6}.react-datepicker__navigation--next{border-left-color:#ccc;right:10px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:95px}.react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__navigation--next--disabled,.react-datepicker__navigation--next--disabled:hover{cursor:default;border-left-color:#e6e6e6}.react-datepicker__navigation--years{margin-left:auto;margin-right:auto;display:block;position:relative;top:0}.react-datepicker__navigation--years-previous{border-top-color:#ccc;top:4px}.react-datepicker__navigation--years-previous:hover{border-top-color:#b3b3b3}.react-datepicker__navigation--years-upcoming{border-bottom-color:#ccc;top:-4px}.react-datepicker__navigation--years-upcoming:hover{border-bottom-color:#b3b3b3}.react-datepicker__month-container{float:left}.react-datepicker__year{text-align:center;margin:.4rem}.react-datepicker__year-wrapper{flex-wrap:wrap;max-width:180px;display:flex}.react-datepicker__year .react-datepicker__year-text{width:4rem;margin:2px;display:inline-block}.react-datepicker__month{text-align:center;margin:.4rem}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{width:4rem;margin:2px;display:inline-block}.react-datepicker__input-time-container{clear:both;float:left;text-align:left;width:100%;margin:5px 0 10px 15px}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{margin-left:10px;display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;top:0;right:-72px}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.3rem;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{text-align:center;border-bottom-right-radius:.3rem;width:85px;margin:0 auto;overflow-x:hidden}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:content-box;width:100%;height:calc(195px + .85rem);margin:0;padding-left:0;padding-right:0;list-style:none;overflow-y:scroll}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{white-space:nowrap;height:30px;padding:5px 10px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{color:#fff;background-color:#216ba5;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:#0000}.react-datepicker__week-number{color:#ccc;text-align:center;width:1.7rem;margin:.166rem;line-height:1.7rem;display:inline-block}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;text-align:center;width:1.7rem;margin:.166rem;line-height:1.7rem;display:inline-block}.react-datepicker__month--selected,.react-datepicker__month--in-selecting-range,.react-datepicker__month--in-range,.react-datepicker__quarter--selected,.react-datepicker__quarter--in-selecting-range,.react-datepicker__quarter--in-range{color:#fff;background-color:#216ba5;border-radius:.3rem}.react-datepicker__month--selected:hover,.react-datepicker__month--in-selecting-range:hover,.react-datepicker__month--in-range:hover,.react-datepicker__quarter--selected:hover,.react-datepicker__quarter--in-selecting-range:hover,.react-datepicker__quarter--in-range:hover{background-color:#1d5d90}.react-datepicker__month--disabled,.react-datepicker__quarter--disabled{color:#ccc;pointer-events:none}.react-datepicker__month--disabled:hover,.react-datepicker__quarter--disabled:hover{cursor:default;background-color:#0000}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{color:#fff;background-color:#3dcc4a;border-radius:.3rem}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{color:#fff;background-color:#216ba5;border-radius:.3rem}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{color:#fff;background-color:#2a87d0;border-radius:.3rem}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range{background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range,.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range,.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range,.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range{color:#000;background-color:#f0f0f0}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:#0000}.react-datepicker__month-text.react-datepicker__month--selected:hover,.react-datepicker__month-text.react-datepicker__month--in-range:hover,.react-datepicker__month-text.react-datepicker__quarter--selected:hover,.react-datepicker__month-text.react-datepicker__quarter--in-range:hover,.react-datepicker__quarter-text.react-datepicker__month--selected:hover,.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover{background-color:#216ba5}.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover{background-color:#f0f0f0}.react-datepicker__input-container{width:100%;display:inline-block;position:relative}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid #0000;border-radius:.3rem}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{float:right;border-width:.45rem;border-top-color:#ccc;margin-left:20px;position:relative;top:8px}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{z-index:1;text-align:center;background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;width:50%;position:absolute;top:30px;left:25%}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{width:100%;margin-left:auto;margin-right:auto;line-height:20px;display:block}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;user-select:none;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;vertical-align:middle;background-color:#0000;border:0;outline:0;height:100%;padding:0 6px 0 0;display:table-cell;position:absolute;top:0;right:0}.react-datepicker__close-icon:after{cursor:pointer;color:#fff;text-align:center;vertical-align:middle;content:"×";background-color:#216ba5;border-radius:50%;width:16px;height:16px;padding:2px;font-size:12px;line-height:1;display:table-cell}.react-datepicker__today-button{cursor:pointer;text-align:center;clear:left;background:#f0f0f0;border-top:1px solid #aeaeae;padding:5px 0;font-weight:700}.react-datepicker__portal{z-index:2147483647;background-color:#000c;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (width<=400px),(height<=550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__portal .react-datepicker__navigation{border:.81rem solid #0000}.react-datepicker__portal .react-datepicker__navigation--previous{border-right-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--previous--disabled,.react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover{cursor:default;border-right-color:#e6e6e6}.react-datepicker__portal .react-datepicker__navigation--next{border-left-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--next--disabled,.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover{cursor:default;border-left-color:#e6e6e6}._preHeader_6wkbw_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_6wkbw_1{font-size:1rem;line-height:1rem}}._headerXl_6wkbw_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_6wkbw_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_6wkbw_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_6wkbw_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_6wkbw_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_6wkbw_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_6wkbw_52{text-align:center}._headerMd_6wkbw_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_6wkbw_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_6wkbw_72{margin-bottom:0}._headerMdInverted_6wkbw_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_6wkbw_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_6wkbw_92{text-align:center}._textLabel_6wkbw_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_6wkbw_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_6wkbw_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_6wkbw_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_6wkbw_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_6wkbw_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_6wkbw_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_6wkbw_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_6wkbw_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_6wkbw_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_6wkbw_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_6wkbw_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_6wkbw_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_6wkbw_226{color:red;margin-top:.3rem}._datepickerWrapper_6wkbw_231{z-index:2;background:#fff}.react-datepicker-wrapper,.react-datepicker__input-container{width:100%!important}._verticalFlex_1cgqu_1{flex-direction:column;gap:40px;display:flex}._row_1cgqu_7{gap:40px;display:flex}._preview_1cgqu_12{flex:1}._containerImage_1cgqu_16{position:relative}._containerImage_1cgqu_16 img{object-fit:contain;width:100%;height:100%}._switch_1cgqu_25{width:80px;position:absolute;top:-12px;right:0}._main_vbzh8_1{background-color:#f6f6f6;min-height:100vh;font-family:Roboto,sans-serif}._container_vbzh8_7{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012}._tabs_vbzh8_14{padding:0 10px!important}._actions_vbzh8_18{justify-content:space-between;padding:20px 50px 20px 42px;display:flex}._preHeader_17b2u_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_17b2u_1{font-size:1rem;line-height:1rem}}._headerXl_17b2u_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_17b2u_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_17b2u_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_17b2u_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_17b2u_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_17b2u_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_17b2u_52{text-align:center}._headerMd_17b2u_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_17b2u_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_17b2u_72{margin-bottom:0}._headerMdInverted_17b2u_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_17b2u_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_17b2u_92{text-align:center}._textLabel_17b2u_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_17b2u_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_17b2u_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_17b2u_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_17b2u_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_17b2u_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_17b2u_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_17b2u_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_17b2u_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_17b2u_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_17b2u_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_17b2u_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_17b2u_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_17b2u_226{color:red;margin-top:.3rem}._searchFieldIcon_17b2u_231{color:#c9cad0;position:relative}._searchFieldIcon_17b2u_231._canClear_17b2u_235 ._leftIcon_17b2u_235{z-index:100;cursor:pointer;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOEAAADhCAMAAAAJbSJIAAAARVBMVEWpqan///+mpqarq6v8/Pz5+fnT09Px8fG/v7/09PS7u7utra3y8vLPz8/MzMy1tbXX19fm5ubh4eHFxcXk5OTc3Nzr6+vM+5ZWAAALs0lEQVR4nOWd26KrKAyGFc/Seqy+/6NurLb1gBiSUO3a/+3MdPgWmARIgue7VqiUPLquipWqquq6pqnrPsmi8CnX/3/P4W9HWZY0cZtLsaNAlnl7bwZYd6NwRZj1dVek5cDhmfQkLdu4qZPIzUhcEEa9mrkyOIJbcsq8reqbg9GwE2bNvS0lHG6OWaZF1XMvWF7CqCly6SHo3pCyTO8965g4CWs1eQS8F6Un8yrjGxUb4e2OWpo7lCJvuAwPC2GYPVo+vIlRFj0LJANh2Fc5fXFqIIO2YVitZMKwvpfM8zdjTLvkZMKwLkpHeCOjl8dE00oj7NvSId7IGJQxaa1SCLNCuuZ7KigrQhiAJwzj7/ANEuXj64RRJ11+f1vGtEb6Dhxh1ORf5RsQgwIXsqIIk/t3J3BiLFHBHIIw7PLv4z0RgxbhOewJk+KMCZwYy8r6a7QmPGsCJ8nUdhotCbMiOBVwYLR0jnaE/ddNqEaitTI4NoThl33gnkRus1ItCLP4bLSXRNnBDQ6csG/PBptJwqNxKGHYnGtD14K7RiBh2DnfJtkK+jECCavv7SPAKmGIIMLwfgkbupIIQFsqCGFUXBFQKWgAzh9AmF0VUJnU7hjxmDC5kpdYSx5H4oeEtysDQhCPCLP29FDbrMNA/IAwLM4mOJRsKITXdBNrmRHNhPEvAHqe0fWbCMPuNwCFMboxEXYXDNX0MsWoBsL6csH2vtL9HId9wiQ9e9gWCu67bnGXMLq+n5hLdraEYXX2mC0la0vC5meszCRR7twW7xAmTm92nUi0+k9RTxilPweoEGMLwh+JZVaS2j2/lrD+tY9wUq47YtQRRr/kCecK7kDC+OJbwn2VGpehIfylaG0lkW7X6ZYwa3/SzEyKNzv+DWFY/ewaHbRdpxvC/vd8/Vxbv78mDK97OArUOgRfE/Y/vUa9IT4NzYS/GK4tJSojYfPzgCp4iwyEIdEVSskQ75F/pDAQdqRfLtuqqVLahyxk2zVdS2JcHr0tCDPSFI7p9TdaUuaYgxBVJJ9VhHuElIBUvC7WSRfi6eSwwwcFceH254QJIRlhlsajRof9lfZzEkGKPOaTOCckxGvLUAI7ukWyEyX/av4lzggTwk/el24W91OrgItwYCtm45kR4s8P5SaizxALvlj/SIK/u5xN4ocwQ4czMt6ecllPQFBsfsO/oRHF5970Q/jA/poO0Pr6X38sj79iL9+f9Jswwm58Ay2gJeLevUOCXVjifW36JkyQjlrs3olYLNT9i5Ub0vyJdEOIPCLdO2m2mgDDzRH69F28XOuLEBlzmwAHiwoaXXA3pVMgnat4Wa4XYY37S2nOtuaKIIiB/jT+LeTZXxAuCXF25jA9MDv+FrXHuHOFuMTIl62ZCCOUq5DV/rgmHZqbbbSwUYTyGS9bMxHisi5yQIHngdPQO9OVcJeZMpsT4txOC6l8MM4iCNC/ob7EoJsRIre+m0jSFnEvWlgJObx2RtjhIrYDS/oe4J5FNbuJjx64aGS89x4JkeFfcGwlntpzGgdu4v0XQm6jxvwMz/hHPhK0eDXSbqaO3MSkEHu4Mjr9JyH6Pg1cn3PbTsOhH3wBopPPxru2JyHh+CIFdgTYOA2AHxyFP/UZT6QGwpByY5gCK5BWFhXmJnziiVQ3EVIOaDanKzBEoJsgJvaIwZ0NhMT8J5hXXNozoJvA28CRcEhZHAip2TMFcD7eTuNoN/EWNTVL9k9C9PkFAnH898GA1Hq5YX/hUT/DQaY9+kJP3w11E35PzusRymArwp5+IwZGTFIBDYQ4UniHIwiP51Y0gJqbpAVbUY7MrDJThGHFcu+rOdDVKoMuaJaaVZEoQrqhGQX9uqCALKMSD0XI88fy4H4RIuwx6VqiUoQJW34J1Gkci27eJ4k29PyeLf0CbFEPAdnSP0WuCBlLf5gQ6X7wI6kIOTOeoccSRrGWsojI81kT2XS3gLaArK0NROKRNocaUZ0Gk5t4SdReyJ3JRnMazICe6LyQveUMxWmwuYmXROVRU9m2IlhU/no5ETsgxCM6KAh0Q4h1Gi4qHgdCF/UxKKfhpKRzIHST9myPqD8Xp2ogdJQVbIvI7SYmOSS09Itc26W1XBJaWVR0ZtCRXBLaIHLuJpZySigktB1X6K6i0+0cQk/VXNb+O/0O4YAOEV0S2sU1jpyFQ0Lw5ctLoAQxe7mLaWwBXcY0TuJSzE4fm3JhlKO9BfiOfilXewt+QvAd/QaRv3OaE0IrN+F6FgdCdhtGOTNlD8CHcxrumJd2nMjtNIazNt7zUms/uEXkHM5wXsp85k2/ReR1GiLxfJ4r4FFIN7EU+70FY3Ez2k2sEBmdRsl6f8gEyHp/mCpCbDnQRgQ/uEXkugMuQo9t38Jyd/gS16Ce9/hMfZDJbmIpJr/4zMXgyacBuwlwPg3Ptzjk0/gPBkIJXaJJC08Qow9rzInye3rsDbaiQ14b/I9BHteU10a/lQQDPhPawdc2dMQpN5Gc9gVPvpz+lmBE6kKd8ku/nyMMRyQurylHmJznjRguJjfcXu88b2KuPiYhFp5yS9lMvXP1SVtEVDGCBWJPQXzVW1BqZqAvE22MBhiR0ALwXTNDqHsCFwVp6p6g32KDH9277gkdBOo6Meqkz9IFmihkpfOidg1dfwh8IGzPIgJjWVyl86L+ENt9HVhDum+rgQsV+RXNa0jd1gHvfwNAc8NQB4xsOADyFMY7ehhiQq/lRh5HgerxzbElCJGjHh93iwh4ivAweAY4jYyjpwK2L8aRt7gBIpIjp8HTFwPb2yTff3Xh+dcHOdoDp4EsBF73NsH2pzE6DOjOwLhQa6b+NNjDfWGodIbvWQw7TGyl86bHEL5P1O7obPpEFXtLAbuz0/SJwh+b7iBa5aoFOz+C7/X1bif86ddWY7dQepdmecaiR8Sf7mv6tVF67mkQ7ffmGnODP2zT9tzDtnDxdIiYnjmbWSQctWn7Jvo3woXPanS4Ovp170v8+cVO70ta/9K5McS6sMWrTZSGGPNYi60H7Wd0IfrYwZs9K478K42aL6lFH2HKowHiNbqIpY9wQ+ojPG8MtOwFTcr0yJ9tnJM75fFuUT7fpMxoDaUXR7ic/bxlW3VVTu7nrX7EWT9vFX/T7gkCyZCt6rQnO3YTdSkFmYnw77+N8Bfet4jMhH//jRKOW/0ztd2R/4dvBf39956IEeG5gr3ZRQtPzxXw3bUffjtPl1unff+QofvXKdIe3v6pNyy1dwx/6R1Sfe/tv/SWrP5uYO89YGRz4vMktI+QGgh/LrTZbYD//77L/R+8rf5bL64aks8MhD/0+rip6baJ0G/OHjlMwvjMhpGQterLnQJjdwozocOGFXwKzK3vzYT4nvbfk2zMCAeEyi1eHFF2BxlHR4R+dm3E47SsQ8JrI8rqMC3umNCP7pc1N4dLFEZ4XYsaPAAJrhDCiyKKAJRlDiJEp0k71eGDYVaE+JIAZ0qBfbaghH59rc2UbIGVHnBCP7nQlljIGFirY0PoR1VwEYMjygZeN25BSEwB4RP4DSZrwiGj8gKIYjcZlYFQBeKnu40SEMcQCJXbcNJ0DCzZ2qxQFKGfkZKeaJpSphwTqmk8yTUK+wlEEvq3+IxpFGPi3FcI/VBFOF9mFLJATCCaUBnV7/pGIdIe2RwGS/gsR/oao4CW47ISDlb1OxuOoNy9dnFMqGKcwjmjCHJ4lM1PqEzOvRQOF6vw0hi6TXJDqNTHuSu7qvg6c/nfVwj9MOmc+A4RtA1pfbIRKkV1wcwoRBn3LN3ReAj9YX/M+EEKkVvscc1iI/SHQoRSMhwDBDKvGFbnS5yESv09LwP8XApPlmlFNJ4rMRMOn2RV5GrBWlOq/6JMiw4XfBrETqgU3uqqzUsPjKn+xaBM713NuDjfckE4KEr6h8KUQhg5n/94mLq6zxjbLs7linBQGGW3vqmKdPg0dVITV1R1kkE7DaLkknBSqBRl/aOrqnhUVXXNMGlK7v/3/wCSj5CQlNGHbAAAAABJRU5ErkJggg==);background-size:contain}._searchFieldIcon_17b2u_231 ._leftIcon_17b2u_235{content:"";background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%3e%3cdefs%3e%3cpath%20id='a'%20d='M19.727%2017.293l-3.895-3.895a.937.937%200%200%200-.664-.273h-.637a8.085%208.085%200%200%200%201.719-5A8.124%208.124%200%200%200%208.125%200%208.124%208.124%200%200%200%200%208.125a8.124%208.124%200%200%200%208.125%208.125c1.887%200%203.621-.64%205-1.719v.637c0%20.25.098.488.273.664l3.895%203.895a.934.934%200%200%200%201.324%200l1.106-1.106a.942.942%200%200%200%20.004-1.328zM8.125%2013.125c-2.762%200-5-2.234-5-5%200-2.762%202.234-5%205-5%202.762%200%205%202.234%205%205%200%202.762-2.234%205-5%205z'/%3e%3c/defs%3e%3cg%20fill='none'%20fill-rule='evenodd'%20opacity='.25'%3e%3cmask%20id='b'%20fill='%23fff'%3e%3cuse%20xlink:href='%23a'/%3e%3c/mask%3e%3cuse%20fill='%23000'%20fill-rule='nonzero'%20xlink:href='%23a'/%3e%3cg%20fill='%23242A42'%20mask='url(%23b)'%3e%3cpath%20d='M0%200h20v20H0z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat;width:20px;height:20px;position:absolute;top:0;bottom:0;left:15px}._searchLoadingIcon_17b2u_252{color:#c9cad0;position:relative}._searchLoadingIcon_17b2u_252:after{content:"";background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20style='margin:%20auto;%20background:%20rgba(241,%20242,%20243,%200);%20display:%20block;%20shape-rendering:%20auto;'%20width='200px'%20height='200px'%20viewBox='0%200%20100%20100'%20preserveAspectRatio='xMidYMid'%3e%3cg%20transform='rotate(0%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.9166666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(30%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.8333333333333334s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(60%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.75s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(90%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.6666666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(120%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.5833333333333334s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(150%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.5s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(180%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.4166666666666667s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(210%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.3333333333333333s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(240%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.25s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(270%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.16666666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(300%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.08333333333333333s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(330%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='0s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3c!--%20[ldio]%20generated%20by%20https://loading.io/%20--%3e%3c/svg%3e") 0 0/cover;width:40px;position:absolute;top:-10px;bottom:0;left:4px}._removeButton_17b2u_267{cursor:pointer;min-width:20px;min-height:20px;margin-right:14px}._placeholder_17b2u_274{text-align:center;padding:40px 0;font-size:20px}._searchField_17b2u_231{text-overflow:ellipsis;color:#000;border:1px solid #00000040;border-radius:6px;outline:none;width:30%;height:50px;margin-bottom:32px;padding:12px 47px;font-size:1.07rem;font-weight:700;overflow:hidden}._searchField_17b2u_231::placeholder{color:#00000040}._row_17b2u_298{margin-bottom:40px;display:flex}._input_17b2u_303{width:100%;box-shadow:none;background-color:#fff;border:1px solid #00000040;border-radius:6px;outline:0;height:44px;padding-left:13px;padding-right:13px;font-family:Lato,sans-serif;font-size:1.1rem;font-weight:700}._input_17b2u_303:focus{border:1px solid red}._searchSelect_17b2u_321{width:30%;max-width:250px;margin-right:40px}._column_10yy5_1{flex-direction:column;display:flex}._formLabel_10yy5_6{letter-spacing:.5px;color:#00000080;padding:6px 0;font-family:Lato,Arial,sans-serif;font-size:13px;font-weight:700;text-transform:none!important}._selectSearch_10yy5_16{width:100%;position:relative}._selectBox_10yy5_21{position:relative}._selectBox_10yy5_21 select,._inputDate_10yy5_26{color:#7e7e7e;background-color:#fafafafa;border:0;outline:0;width:100%;margin-bottom:.7em;font-family:Lato,sans-serif;font-size:.8em;font-weight:400;box-shadow:0 1px 3px #00000040}._inputDate_10yy5_26{height:44px;padding-left:13px;padding-right:13px}._selectBox_10yy5_21:before{content:url("data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='0.5'%20y='0.5'%20width='10'%20height='4'%20rx='0.5'%20stroke='%23848484'/%3e%3crect%20x='0.5'%20y='6.5'%20width='4'%20height='4'%20rx='0.5'%20stroke='%23848484'/%3e%3crect%20x='6.5'%20y='6.5'%20width='4'%20height='4'%20rx='0.5'%20stroke='%23848484'/%3e%3c/svg%3e");z-index:10;position:absolute;top:13px;right:13px}._overSelect_10yy5_53{position:absolute;inset:0}._containerSearch_10yy5_61{z-index:20;background-color:#fcfcfc;border-radius:7px;width:100%;min-width:250px;padding:1em .8em;display:none;position:absolute;box-shadow:0 1px 11px #53535340}._stackIcon_10yy5_73{cursor:pointer;width:100%;margin-bottom:.5em;display:inline-block}._items_10yy5_80{max-height:200px;padding:5px 0;overflow:hidden auto}._items_10yy5_80::-webkit-scrollbar{width:5px}._items_10yy5_80::-webkit-scrollbar-track{background-color:#0000001a;border-radius:3px}._items_10yy5_80::-webkit-scrollbar-thumb{background-color:#3275f5;border-radius:3px}._items_10yy5_80 label{text-transform:capitalize;color:#0e0e0e;align-items:center;margin-right:5px;padding:5px 10px;font-size:12px;display:flex}._items_10yy5_80 label:hover{color:#fff;background-color:#3275f5}._expanded_10yy5_117{flex-direction:column;display:flex}._error_10yy5_122{z-index:400;top:72.67px}._noAvailable_10yy5_127{color:#0e0e0e;min-height:40px;padding:10px;font-family:Roboto,sans-serif;font-size:.9em}._btnClear_10yy5_135{border:0;padding:0;min-height:30px!important}._page_5gd0e_1{background-color:#f6f6f6;min-height:calc(100vh - 95px);padding:24px 16px 64px;font-family:Roboto,sans-serif}._section_5gd0e_8{background-color:#fff;border-radius:10px;max-width:830px;margin:auto;padding:32px;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012}._info_5gd0e_17{border-bottom:1px solid #b5b5b5;gap:32px;padding-bottom:32px;display:flex}._info_5gd0e_17>div{flex:100%;max-width:350px}._info_5gd0e_17 span{background-color:#b5b5b5;width:1px}._info_5gd0e_17 h6{letter-spacing:.4px;color:#707071;margin-bottom:8px;font-size:14px;font-weight:500;line-height:16px}._info_5gd0e_17 p{letter-spacing:.2px;color:#10002e;overflow-wrap:break-word;margin:0;font-size:26px;font-weight:400;line-height:21px}._searchHeader_5gd0e_49{justify-content:space-between;align-items:center;padding-top:24px;padding-bottom:8px;display:flex}._permissions_5gd0e_57{flex-direction:column;gap:8px 0;margin:0;padding:0;list-style:none;display:flex}._permissions_5gd0e_57 li{border-radius:4px;padding:8px 16px;font-size:16px;line-height:19px}._permissions_5gd0e_57 li:nth-child(2n){background-color:#f9f9f9}._emptySearch_5gd0e_75{text-align:center;color:#707071;background-color:#f9f9f9;border:1px solid #d5d4dc;border-radius:16px;padding:64px 32px;font-size:16px;line-height:19px}._searchInput_5gd0e_86{flex-shrink:0;flex-basis:300px}._container_1wvip_1{gap:27px;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:19px;display:flex;position:relative}._container_1wvip_1>div{flex:288px}._titleSearch_1wvip_14{justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}._titleSearch_1wvip_14 button:disabled{pointer-events:auto;cursor:not-allowed;opacity:.5;padding:10px}._titleSearch_1wvip_14 h3{white-space:nowrap;margin-bottom:0;font-size:16px;font-weight:500;line-height:19px;transition:width .3s;overflow:hidden}._titleSearch_1wvip_14 ._expanded_1wvip_35{width:100%;padding-right:16px}._titleSearch_1wvip_14 ._collapsed_1wvip_39{width:0;overflow:hidden}._list_1wvip_44{background-color:#fff;border-radius:8px;flex-direction:column;gap:8px;min-width:288px;height:458px;margin:0;padding:8px 0;list-style:none;display:flex;box-shadow:0 0 0 1px #d5d4dc}._list_1wvip_44 ._infiniteList_1wvip_57{flex-direction:column;gap:4px;display:flex}._list_1wvip_44 li{width:100%;padding:9px 16px;transition:background-color .3s,color .3s}._list_1wvip_44 li:nth-child(2n){background-color:#f9f9f9}._list_1wvip_44 li:hover{color:#fff;cursor:pointer;background-color:#3e93ff}._list_1wvip_44 li._selected_1wvip_75{color:#3275f5;background-color:#3275f51c}._list_1wvip_44 li._selected_1wvip_75:hover{background-color:#3275f54d}._grantRevokeBtn_1wvip_83{z-index:1;background-color:#d6d6d6;border-radius:5px;width:66px;height:55px;padding:0;line-height:0;transition:background-color .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012}._grantRevokeBtn_1wvip_83:disabled{cursor:not-allowed;background-color:#d6d6d6;border:0;line-height:0}@keyframes _move_1wvip_1{0%{transform:translate(0)}20%{transform:translate(60%)}70%{transform:translate(-60%)}to{transform:translate(0)}}._grantRevokeBtn_1wvip_83:hover svg{animation:1s ease-in-out _move_1wvip_1}._empty_1wvip_122{background-color:#f9f9f9;justify-content:center;align-items:center}._empty_1wvip_122 h4{opacity:.3;font-size:22px;font-weight:500}._empty_1wvip_122 p{color:#1b2b41b8;font-size:16px;line-height:19px}._error_1wvip_139{color:#d0021b;margin-top:8px;position:absolute}._container_ceyxc_1{background-color:#fff;border-radius:10px;padding:32px}._basicInfo_ceyxc_7{gap:24px;padding-bottom:61px;display:flex}._basicInfo_ceyxc_7>div{flex:1}._permissions_ceyxc_16{border-top:1px solid #0000001a;padding:24px 0 32px}._actions_ceyxc_21{border:0;border-top:1px solid #0000001a;justify-content:space-between;padding:24px 0 0;display:flex}._container_xa9oz_1{background-color:#f6f6f6;min-height:100vh;font-family:Roboto,sans-serif}._emptySpace_xa9oz_7{text-align:center;margin-top:271px}._emptySpace_xa9oz_7 h3{opacity:.3;margin-top:33.5px;margin-bottom:4px;font-size:22px;font-weight:500;line-height:125.3%}._emptySpace_xa9oz_7 p{color:#1b2b41b8;margin:0;font-size:16px;font-weight:400;line-height:26px}._search_xa9oz_27{z-index:1;background-color:#fff;justify-content:space-between;align-items:flex-end;gap:24px;padding:24px 40px;display:flex;position:sticky;top:0;box-shadow:0 4px 8px #0000000d,inset 0 -1px #0000001a}._search_xa9oz_27 ._searchInput_xa9oz_39{flex:1 0 300px;max-width:666px}._content_xa9oz_44{padding:24px 40px 40px}._table_xa9oz_48{background:#f6f6f6;border:none;border-radius:8px;overflow:hidden;box-shadow:0 22px 64px #00000026}._table_xa9oz_48 ._cell_xa9oz_55{color:#111827;align-items:center;height:52px;padding:6px 16px;font-size:16px;font-weight:400;line-height:19px;display:flex}._table_xa9oz_48 ._cell_xa9oz_55:hover{cursor:pointer}._noData_xa9oz_69{background-color:#f6f6f6;justify-content:center;align-items:center;display:flex;position:absolute;inset:40px 0 0}._noData_xa9oz_69 h3{text-align:center;opacity:.3;font-size:22px;font-weight:500;line-height:26px}._disabledBtn_xa9oz_88{opacity:.5}._disabledBtn_xa9oz_88 svg path{stroke:#3c4555}.ReactTable .rt-thead ._columnHeader_xa9oz_95{text-align:left;color:#909090;background-color:#fff;border:0;padding:12px 16px;font-size:14px;font-weight:600;line-height:16px}.ReactTable .rt-thead ._columnHeader_xa9oz_95:last-child{text-align:right}.ReactTable .rt-thead.-header{box-shadow:none}.ReactTable .rt-tbody .rt-td:last-child{padding-top:6px;padding-bottom:6px}.ReactTable .rt-tbody .rt-td{border:none}.ReactTable .rt-tbody .rt-tr-group{transition:background-color .3s}.ReactTable .rt-tbody .rt-tr-group:hover{background-color:#3275f51a}._chatInputWrapper_1v0aw_1{background:#fff;border-top:1px solid #e0e0e0}._editBox_1v0aw_6{background:#ededed;border-radius:4px 4px 0 0;justify-content:space-between;align-items:center;padding:16px;display:flex}._editBox_1v0aw_6 p{margin:0;font-size:14px}._closeButton_1v0aw_19{cursor:pointer;background:0 0;border:none;padding:4px}._closeButton_1v0aw_19:hover{opacity:.7}._inputForm_1v0aw_29{align-items:center;gap:8px;padding:16px;display:flex}._input_1v0aw_29{resize:none;border:1px solid #e0e0e0;border-radius:4px;flex:1;min-height:44px;max-height:120px;padding:12px 12px 12px 44px;font-family:Roboto,sans-serif;font-size:18px;transition:padding-left .3s}._input_1v0aw_29:focus{border-color:#06c;outline:1px solid #06c}._imageButton_1v0aw_54,._sendButton_1v0aw_55{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:44px;height:44px;padding:8px;transition:background .3s,transform .3s;display:flex}._imageButton_1v0aw_54:hover,._sendButton_1v0aw_55:hover{transform:scale(1.1)}._imageButton_1v0aw_54{position:absolute;bottom:42px;left:16px}._imageButton_1v0aw_54 svg path{stroke:#a0a0a0}._imageButton_1v0aw_54:hover svg path{stroke:#3275f5}._sendButton_1v0aw_55{background:#3275f5}._sendButton_1v0aw_55 svg path{stroke:#fff}._sendButton_1v0aw_55:hover{background:#1f52c0}._sendButton_1v0aw_55:disabled{cursor:not-allowed;background:#e0e0e0;padding:0}._sendButton_1v0aw_55:disabled svg path{stroke:#c3c3c3}._imagePreview_1v0aw_103{display:inline-block;position:relative}._imagePreview_1v0aw_103 img{border-radius:4px;max-width:100px;max-height:100px}._imageViewerOverlay_1nnpi_1{z-index:9999;isolation:isolate;background-color:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}._imageContainer_1nnpi_16{justify-content:center;align-items:center;width:100%;max-width:90vw;height:100%;max-height:90vh;display:flex;position:relative}._image_1nnpi_1{object-fit:contain;border-radius:4px;width:100%;max-width:100%;height:100%;max-height:90vh}._closeButton_1nnpi_36{cursor:pointer;z-index:1;background:#00000080;border:none;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:fixed;top:20px;right:20px}._closeButton_1nnpi_36 svg path{stroke:#fff}._closeButton_1nnpi_36:hover{background:#000000b3}._container_1y093_1{align-items:flex-end;gap:8px;display:flex}._container_1y093_1._right_1y093_7{flex-direction:row-reverse}._container_1y093_1._right_1y093_7 ._time_1y093_10{right:12px}._container_1y093_1._right_1y093_7:hover ._actions_1y093_13{opacity:1}._textWrapper_1y093_17,._imageWrapper_1y093_18{color:#fff;background-color:#3c4763;border-radius:20px;align-items:center;max-width:416px;min-height:41px;padding:10px 12px;font-family:Roboto;display:flex;position:relative}._imageWrapper_1y093_18{border-radius:10px;flex-direction:column;gap:6px}._imageWrapper_1y093_18 img{object-fit:contain;border-radius:6px;width:100%;max-width:216px;height:100%}._actions_1y093_13{opacity:0;display:flex}._actions_1y093_13 img{cursor:pointer;padding:10px}._time_1y093_10{color:#00000080;white-space:nowrap;font-size:14px;line-height:20px;position:absolute;top:calc(100% + 2px)}._avatar_1y093_62{background-color:#fff;border-radius:50%;justify-content:center;align-items:center;width:41px;height:41px;display:flex;overflow:hidden;box-shadow:0 0 8px #0000001a}._avatar_1y093_62 img{object-fit:cover;width:100%;height:100%}._container_6v9nt_1{background-color:#f5f5f5;min-height:calc(100vh - 72px);padding:0 40px;position:relative}._emptyContainer_6v9nt_8{justify-content:center;align-items:center;display:flex}._emptyContainer_6v9nt_8 h4{color:#7f7f7f;font-size:20px;line-height:24px}._content_6v9nt_20{flex-direction:column;justify-content:flex-end;max-width:700px;min-height:calc(100vh - 72px);margin:0 auto;padding-top:8px;display:flex;position:relative}._header_6v9nt_31{z-index:2;background-color:#fff;border-radius:10px;justify-content:flex-end;align-items:center;padding:8px 16px;display:flex;position:sticky;top:8px;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012}._messages_6v9nt_44{flex-direction:column;flex:1;justify-content:flex-end;gap:32px;margin:0;padding:20px 0 0;list-style:none;display:flex}._footer_6v9nt_55{z-index:1;background-color:#f5f5f5;width:100%;max-width:700px;padding:0 0 24px;position:sticky;bottom:0}._userInfo_6v9nt_65{flex:1;align-items:center;gap:16px;display:flex}._userInfo_6v9nt_65 ._avatar_6v9nt_71{object-fit:cover;object-position:top;background-color:#000;border-radius:50%;width:34px;height:34px}._userInfo_6v9nt_65 ._userName_6v9nt_79{color:#282828;font-family:Roboto,sans-serif;font-size:20px;font-weight:400;line-height:23px}._loadingWrapper_6v9nt_87{justify-content:center;align-items:center;width:100%;height:80vh;display:flex}._modalDelete_6v9nt_95{flex-direction:column;align-items:center;display:flex}._modalDelete_6v9nt_95 span{text-align:center;color:#424242;margin-top:22px;font-family:Roboto;font-size:17px;font-style:normal;font-weight:400;line-height:20px}._modalDelete_6v9nt_95 button{box-sizing:border-box;width:142px;height:44px;margin-top:54px;margin-bottom:4px;padding:0 12px;line-height:44px}._notifyButton_6v9nt_120{box-shadow:none;color:#fff;white-space:nowrap;border:1px solid #3275f5;border-radius:100px;align-items:center;gap:8px;max-width:38px;padding:8px 16px 8px 8px;font-family:Roboto,serif;transition:all .3s ease-in-out;display:flex;overflow:hidden}._notifyButton_6v9nt_120 svg{stroke-width:1.5px;stroke:#3275f5;min-width:20px;transition:stroke .3s ease-in-out}._notifyButton_6v9nt_120:hover{color:#fff;background-color:#3275f5;max-width:100%}._notifyButton_6v9nt_120:hover svg{stroke:#fff}._notifyButton_6v9nt_120:last-child{margin-left:18px}._table_1f3ja_1{background:#f6f6f6;border:none;border-radius:8px;overflow:hidden;box-shadow:0 22px 64px #00000026}._cell_1f3ja_9[role=gridcell]{color:#111827;align-items:center;padding:6px 16px;font-size:16px;font-weight:400;line-height:19px;display:flex}._cell_1f3ja_9[role=gridcell]:last-child{padding:0 8px}._loadingWrapper_1f3ja_22{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ReactTable .rt-thead ._columnHeader_1f3ja_30{text-align:left;color:#909090;background-color:#fff;border-bottom:1px solid #dadee3;padding:12px 16px;font-size:14px;font-weight:600;line-height:20px}.ReactTable .rt-thead ._columnHeader_1f3ja_30:last-child{text-align:right}.ReactTable .rt-tbody .rt-td:last-child{opacity:0}.ReactTable .rt-tbody .rt-tr-group:hover .rt-td:last-child{opacity:1}._filtersForm_go12l_1{align-items:flex-end;gap:16px;width:100%;display:flex}._clearSearch_go12l_8{cursor:pointer;color:#3275f5;text-underline-offset:4px;background-color:#0000;border:1px solid #0000;border-radius:5px;height:46px;padding:13px 16px;font-family:Roboto,sans-serif;font-size:1rem;font-weight:500;text-decoration:underline}._clearSearch_go12l_8:hover{color:#0056b3}._subHeadTitle_yourc_1{color:#424242;margin-bottom:33px;font-family:Roboto;font-size:20px;font-style:normal;font-weight:400;line-height:23px}._bodyContainer_yourc_11{flex-direction:column;display:flex}._content_yourc_16{background-color:#f6f6f6;min-height:calc(100vh - 150px);padding:24px 40px 40px}._emptyResult_yourc_22{flex-direction:column;align-items:center;margin:223px auto 0;display:flex}._emptyResult_yourc_22 img{width:57px;height:62px}._emptyResult_yourc_22 span{text-align:center;color:#424242;opacity:.2;margin-top:29px;font-family:Roboto;font-size:20px;font-style:normal;font-weight:400;line-height:23px}._tableHeader_yourc_44{color:#909090}._modalContent_yourc_48{flex-direction:column;align-items:center;gap:20px;display:flex}._modalContent_yourc_48 h1{text-align:center;color:#424242;font-size:20px;font-weight:500}._filters_yourc_61{padding:24px 40px}._container_q1n5m_1{background-color:#f6f6f6;min-height:100vh;font-family:Roboto,sans-serif}._container_q1n5m_1 ._bodyLoading_q1n5m_6{justify-content:center;align-items:center;height:calc(100vh - 95px);display:flex}._container_q1n5m_1 ._bodyContainer_q1n5m_12{min-height:calc(100vh - 72px);padding:24px 50px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._topContainer_q1n5m_16{background:#fff;border-radius:10px;grid-template-rows:46px 46px;grid-template-columns:repeat(2,1fr);gap:32px 40px;height:188px;margin-bottom:42px;padding:32px;display:grid;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._topContainer_q1n5m_16 ._data_q1n5m_29 ._header_q1n5m_29{letter-spacing:.4px;color:#707071;margin-bottom:8px;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._topContainer_q1n5m_16 ._data_q1n5m_29 ._content_q1n5m_39{letter-spacing:-.408px;color:#10002e;font-family:Roboto,sans-serif;font-size:17px;font-style:normal;font-weight:400;line-height:22px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._topContainer_q1n5m_16 ._data_q1n5m_29:first-child ._content_q1n5m_39{align-items:center;display:flex}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._topContainer_q1n5m_16 ._data_q1n5m_29:first-child ._content_q1n5m_39 span{margin-right:13.75px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._topContainer_q1n5m_16 ._data_q1n5m_29:nth-child(3) ._content_q1n5m_39{text-transform:uppercase}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58{background:#fff;border-radius:10px;max-height:600px;padding:8px 0 32px 32px;display:flex;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58>div{padding-right:32px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58>div>div{box-shadow:none;border:none;border-bottom:1px solid #0000001a}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tabs_q1n5m_74{padding:0}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16{margin-bottom:16px;display:flex}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16 ._header_q1n5m_29{letter-spacing:.8px;color:#707071;flex-grow:1;margin-top:8px;font-family:Roboto,sans-serif;font-size:22px;font-style:normal;font-weight:700;line-height:28px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16 ._searchContainer_q1n5m_92{flex:0 0 370px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16 ._searchContainer_q1n5m_92 ._clearBtn_q1n5m_95{cursor:pointer;line-height:0}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16 ._searchContainer_q1n5m_92 ._clearBtn_q1n5m_95 svg path{stroke-width:2px;stroke:#adadad}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16 ._searchContainer_q1n5m_92 ._clearBtn_q1n5m_95:hover svg path{stroke:#000}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._bottomContainer_q1n5m_58 ._tournamentsContainer_q1n5m_106{max-height:370px;padding-bottom:41px;overflow-y:auto}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._bottomContainer_q1n5m_58 ._tournamentsContainer_q1n5m_106 ._item_q1n5m_111{color:#000;word-break:break-word;border-radius:4px;padding:9px 16px;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px;overflow-x:hidden}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._bottomContainer_q1n5m_58 ._tournamentsContainer_q1n5m_106 ._item_q1n5m_111:nth-child(2n){background:#f9f9f9}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._bottomContainer_q1n5m_58 ._emptyTournaments_q1n5m_126{background:#f9f9f9;border:1px solid #d5d4dc;border-radius:16px;justify-content:center;align-items:center;height:172px;display:flex}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._tournamentsTab_q1n5m_77 ._dataContainer_q1n5m_77 ._bottomContainer_q1n5m_58 ._emptyTournaments_q1n5m_126 span{text-align:center;color:#000;opacity:.3;align-items:center;font-family:Roboto,sans-serif;font-size:22px;font-style:normal;font-weight:500;line-height:125.3%;display:flex}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16{margin-bottom:16px;display:flex}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16 ._header_q1n5m_29{letter-spacing:.8px;color:#707071;flex-grow:1;margin-top:8px;font-family:Roboto,sans-serif;font-size:22px;font-style:normal;font-weight:700;line-height:28px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16 ._searchContainer_q1n5m_92{flex:0 0 370px}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16 ._searchContainer_q1n5m_92 ._clearBtn_q1n5m_95{cursor:pointer;line-height:0}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16 ._searchContainer_q1n5m_92 ._clearBtn_q1n5m_95 svg path{stroke-width:2px;stroke:#adadad}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._topContainer_q1n5m_16 ._searchContainer_q1n5m_92 ._clearBtn_q1n5m_95:hover svg path{stroke:#000}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._bottomContainer_q1n5m_58 ._bcsContainer_q1n5m_176{max-height:370px;padding-bottom:41px;overflow-y:auto}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._bottomContainer_q1n5m_58 ._bcsContainer_q1n5m_176 ._item_q1n5m_111{color:#000;word-break:break-word;padding:9px 16px;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px;overflow-x:hidden}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._bottomContainer_q1n5m_58 ._bcsContainer_q1n5m_176 ._item_q1n5m_111:nth-child(2n){background:#f9f9f9}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._bottomContainer_q1n5m_58 ._emptyBCs_q1n5m_195{background:#f9f9f9;border:1px solid #d5d4dc;border-radius:16px;justify-content:center;align-items:center;height:172px;display:flex}._container_q1n5m_1 ._bodyContainer_q1n5m_12>._bottomContainer_q1n5m_58 ._bcsTab_q1n5m_147 ._dataContainer_q1n5m_77 ._bottomContainer_q1n5m_58 ._emptyBCs_q1n5m_195 span{text-align:center;color:#000;opacity:.3;align-items:center;font-family:Roboto,sans-serif;font-size:22px;font-style:normal;font-weight:500;line-height:125.3%;display:flex}._container_eu4rl_1{background:#fff;border-radius:10px;max-width:1200px;margin:0 auto;padding:32px;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012}._container_eu4rl_1 h1{letter-spacing:.8px;color:#424242;margin-bottom:16px;font-size:22px;font-weight:700;line-height:28px}._dFlex_eu4rl_18,._actions_eu4rl_18{gap:24px;width:100%;padding-bottom:45px;display:flex}._dFlex_eu4rl_18>div,._actions_eu4rl_18>div{width:100%}._tabWrapper_eu4rl_28{padding:0!important}._actions_eu4rl_18{border-top:1px solid #e0e0e0;justify-content:space-between;margin-top:24px;padding-top:24px;padding-bottom:0}._loadingContainer_eu4rl_40{justify-content:center;align-items:center;height:calc(100vh - 72px);display:flex}._preHeader_11sky_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_11sky_1{font-size:1rem;line-height:1rem}}._headerXl_11sky_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_11sky_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_11sky_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_11sky_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_11sky_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_11sky_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_11sky_52{text-align:center}._headerMd_11sky_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_11sky_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_11sky_72{margin-bottom:0}._headerMdInverted_11sky_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_11sky_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_11sky_92{text-align:center}._textLabel_11sky_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_11sky_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_11sky_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_11sky_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_11sky_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_11sky_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_11sky_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_11sky_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_11sky_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_11sky_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_11sky_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_11sky_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_11sky_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_11sky_226{color:red;margin-top:.3rem}._LoadingSpinnerWrapper_11sky_231{justify-content:center;display:flex}._noData_11sky_236{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:228px;height:calc(100vh - 213px);margin:0 auto;display:flex}._noData_11sky_236 p{color:#000;opacity:.3;margin-top:16px;font-size:22px;font-style:normal;font-weight:500;line-height:125.303%}._noData_11sky_236 svg{width:76px;height:76px}._noData_11sky_236 svg path{stroke-width:1px}._table_11sky_263{background:#f6f6f6;border:none;border-radius:8px;overflow:hidden;box-shadow:0 22px 64px #00000026}._table_11sky_263 ._cell_11sky_270{color:#111827;align-items:center;height:52px;padding:6px 16px;font-size:16px;font-weight:400;line-height:19px;display:flex}._table_11sky_263 ._cell_11sky_270:hover{cursor:pointer}._noTableData_11sky_284{background-color:#f6f6f6;justify-content:center;align-items:center;display:flex;position:absolute;inset:40px 0 0}._noTableData_11sky_284 h3{text-align:center;opacity:.3;font-size:22px;font-weight:500;line-height:26px}._content_11sky_303{min-height:calc(100vh - 211px);padding:24px 40px 40px}._preHeader_jqhrj_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_jqhrj_1{font-size:1rem;line-height:1rem}}._headerXl_jqhrj_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_jqhrj_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_jqhrj_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_jqhrj_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_jqhrj_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_jqhrj_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_jqhrj_52{text-align:center}._headerMd_jqhrj_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_jqhrj_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_jqhrj_72{margin-bottom:0}._headerMdInverted_jqhrj_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_jqhrj_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_jqhrj_92{text-align:center}._textLabel_jqhrj_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_jqhrj_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_jqhrj_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_jqhrj_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_jqhrj_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_jqhrj_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_jqhrj_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_jqhrj_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_jqhrj_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_jqhrj_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_jqhrj_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_jqhrj_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_jqhrj_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_jqhrj_226{color:red;margin-top:.3rem}._container_jqhrj_231{background-color:#f6f6f6;min-height:100vh;font-family:Roboto,sans-serif}._headerWrapper_jqhrj_237{background-color:#fff;margin-top:-1px;padding:0 40px}._header_jqhrj_18{border-top:1px solid #ececec;justify-content:space-between;align-items:flex-end;gap:16px;padding:24px 0;display:flex}._LoadingSpinnerWrapper_jqhrj_252{justify-content:center;display:flex}._noData_jqhrj_257{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:228px;height:calc(100vh - 213px);margin:0 auto;display:flex}._noData_jqhrj_257 p{color:#000;opacity:.3;margin-top:16px;font-size:22px;font-style:normal;font-weight:500;line-height:125.303%}._noData_jqhrj_257 svg{width:76px;height:76px}._noData_jqhrj_257 svg path{stroke-width:1px}._table_jqhrj_284{background:#f6f6f6;border:none;border-radius:8px;overflow:hidden;box-shadow:0 22px 64px #00000026}._table_jqhrj_284 ._cell_jqhrj_291{color:#111827;align-items:center;height:52px;padding:6px 16px;font-size:16px;font-weight:400;line-height:19px;display:flex}._table_jqhrj_284 ._cell_jqhrj_291:hover{cursor:pointer}._noTableData_jqhrj_305{background-color:#f6f6f6;justify-content:center;align-items:center;display:flex;position:absolute;inset:40px 0 0}._noTableData_jqhrj_305 h3{text-align:center;opacity:.3;font-size:22px;font-weight:500;line-height:26px}._content_jqhrj_324{min-height:calc(100vh - 211px);padding:24px 40px 40px}._filterInput_jqhrj_329{padding:0 176px 11px 20px}._filterInput_jqhrj_329 ._checkbox_jqhrj_332 label{color:#424242;font-weight:400}._preHeader_1sjb9_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1sjb9_1{font-size:1rem;line-height:1rem}}._headerXl_1sjb9_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1sjb9_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1sjb9_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1sjb9_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1sjb9_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1sjb9_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1sjb9_52{text-align:center}._headerMd_1sjb9_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1sjb9_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1sjb9_72{margin-bottom:0}._headerMdInverted_1sjb9_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1sjb9_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1sjb9_92{text-align:center}._textLabel_1sjb9_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1sjb9_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1sjb9_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1sjb9_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1sjb9_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1sjb9_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1sjb9_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1sjb9_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1sjb9_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1sjb9_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1sjb9_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1sjb9_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1sjb9_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1sjb9_226{color:red;margin-top:.3rem}._modalTitle_1sjb9_231{color:#424242;margin-bottom:21px;font-family:Roboto,sans-serif;font-size:17px;font-style:normal;font-weight:500;line-height:20px}._modalSubtitle_1sjb9_241{color:#424242;opacity:.7;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px}._modalDeleteButtonRow_1sjb9_251{justify-content:center;margin-top:34.5px;display:flex}._modalDeleteContainer_1sjb9_257{padding:40px 27px 24px}._agreement_1sjb9_261{width:53%}._highlighted_1sjb9_265,._liveScoring_1sjb9_266{flex-direction:column;width:18%;display:flex}._liveScoring_1sjb9_266{width:20.5%}._cut_1sjb9_276{width:18%}._cut_1sjb9_276._fullWidth_1sjb9_279{width:100%}._container_1sjb9_283>._header_1sjb9_18{justify-content:flex-start;align-items:center;height:94px;padding-left:50px;display:flex}._container_1sjb9_283>._header_1sjb9_18 ._title_1sjb9_290 span:first-child{color:#424242;opacity:.3;font-family:Roboto,sans-serif;font-size:30px;font-style:normal;font-weight:500;line-height:35px}._container_1sjb9_283>._header_1sjb9_18 ._title_1sjb9_290 span:nth-child(3){color:#424242;margin-right:27px;font-family:Roboto,sans-serif;font-size:30px;font-style:normal;font-weight:500;line-height:35px}._container_1sjb9_283>._header_1sjb9_18 ._title_1sjb9_290 img{margin-left:14px;margin-right:14px}._container_1sjb9_283>._header_1sjb9_18 ._title_1sjb9_290 svg:first-of-type{cursor:pointer;margin-right:16px}._container_1sjb9_283>._header_1sjb9_18 ._title_1sjb9_290 svg:first-of-type path{stroke:#3275f5}._container_1sjb9_283>._header_1sjb9_18 ._title_1sjb9_290 svg:nth-of-type(2){cursor:pointer;width:24px;height:24px}._container_1sjb9_283>._header_1sjb9_18>h2{color:#424242;margin:0;font-family:Roboto,sans-serif;font-size:30px;font-style:normal;font-weight:500;line-height:35px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333{background-color:#f6f6f6;min-height:calc(100vh - 95px);margin-top:0;padding:24px 50px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._section_1sjb9_339{background-color:#fff;border-radius:8px;margin-bottom:24px;padding:24px;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18{margin-bottom:24px;display:flex}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._avatar_1sjb9_350{margin-right:16px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._avatar_1sjb9_350 img{object-fit:cover;width:70px;height:70px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358{flex-direction:column;justify-content:center;display:flex}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._top_1sjb9_363{align-items:center;width:fit-content;margin-bottom:8px;display:flex}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._top_1sjb9_363 ._title_1sjb9_290{text-align:left;color:#000;margin-right:8px;font-family:Roboto,sans-serif;font-size:26px;font-style:normal;font-weight:500;line-height:30px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._top_1sjb9_363 ._privacy_1sjb9_379{color:#000;text-transform:capitalize;background:#ffe455;border-radius:21px;width:fit-content;margin-right:10px;padding:4px 8px;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393{align-items:center;display:flex}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393 ._games_1sjb9_397{margin-right:18.57px;padding-left:6px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393 ._games_1sjb9_397 span{color:#000;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393 ._games_1sjb9_397 img{margin-right:10px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393 ._attempts_1sjb9_412{margin-right:18px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393 ._attempts_1sjb9_412 span{color:#000;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393 ._attempts_1sjb9_412 img{margin-right:4.6px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393 ._dates_1sjb9_426 img{margin-right:6px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393 ._dates_1sjb9_426 span{color:#000;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393 ._dates_1sjb9_426 span:nth-child(2),._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393 ._dates_1sjb9_426 span:nth-child(3){margin-right:5px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._leftColumn_1sjb9_358 ._bottom_1sjb9_393>div{align-items:center;display:flex}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444{align-items:center;margin-left:auto;display:flex}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444>div:not(:last-child){margin-right:35.9px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444>div{align-items:center;height:fit-content;display:flex}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._highlighted_1sjb9_265 svg,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._liveScoring_1sjb9_266 svg,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._hidden_1sjb9_459 svg,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._showLeaderBoard_1sjb9_460 svg,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._gameClaiming_1sjb9_461 svg{width:22px;height:22px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._handicap_1sjb9_465 svg{width:24px;height:14px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._highlighted_1sjb9_265 path,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._hidden_1sjb9_459 path{stroke:#3275f5}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._highlighted_1sjb9_265._disabled_1sjb9_473 path,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._hidden_1sjb9_459._disabled_1sjb9_473 path{stroke:#ccc}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._handicap_1sjb9_465 path,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._liveScoring_1sjb9_266 path,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._showLeaderBoard_1sjb9_460 path,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._gameClaiming_1sjb9_461 path{fill:#3275f5}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._handicap_1sjb9_465._disabled_1sjb9_473 path,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._liveScoring_1sjb9_266._disabled_1sjb9_473 path,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._showLeaderBoard_1sjb9_460._disabled_1sjb9_473 path,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._header_1sjb9_18 ._rightColumn_1sjb9_444 ._gameClaiming_1sjb9_461._disabled_1sjb9_473 path{fill:#ccc}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._tournamentInfo_1sjb9_489 div:first-child{letter-spacing:.4px;color:#707071;margin-bottom:8px;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._tournamentInfo_1sjb9_489 ._info_1sjb9_499{margin-bottom:24px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._tournamentInfo_1sjb9_489 ._info_1sjb9_499 ._content_1sjb9_502{letter-spacing:.2px;color:#10002e;font-family:Roboto,sans-serif;font-size:26px;font-style:normal;font-weight:400;line-height:21px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._tournamentInfo_1sjb9_489 ._info_1sjb9_499 span:nth-child(2){margin-left:10px;margin-right:10px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515{align-items:center;margin-bottom:24px;display:flex}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._leftColumn_1sjb9_358{border:1px solid #b5b5b5;border-radius:8px;width:476.5px;padding:16px 0 16px 24px;display:flex}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._leftColumn_1sjb9_358>div ._header_1sjb9_18{letter-spacing:.4px;color:#707071;margin-bottom:8px;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._leftColumn_1sjb9_358>div ._content_1sjb9_502{letter-spacing:.2px;color:#10002e;font-family:Roboto,sans-serif;font-size:26px;font-style:normal;font-weight:400;line-height:21px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._leftColumn_1sjb9_358 ._priority_1sjb9_546{margin-right:52px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._leftColumn_1sjb9_358 ._minimum_1sjb9_549{margin-right:61.75px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._rightColumn_1sjb9_444{border:1px solid #b5b5b5;border-radius:8px;width:476.5px;margin-left:auto;padding:16px 0 16px 24px;display:flex}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._rightColumn_1sjb9_444>div ._header_1sjb9_18{letter-spacing:.4px;color:#707071;margin-bottom:8px;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._rightColumn_1sjb9_444>div ._content_1sjb9_502{letter-spacing:.2px;color:#10002e;font-family:Roboto,sans-serif;font-size:26px;font-style:normal;font-weight:400;line-height:21px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._rightColumn_1sjb9_444 ._minimumAge_1sjb9_579{margin-right:63.5px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._rightColumn_1sjb9_444 ._maximumAge_1sjb9_582{margin-right:60px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._params_1sjb9_515 ._rightColumn_1sjb9_444._fullWidth_1sjb9_279{flex:1;grid-template-columns:repeat(3,1fr);display:grid}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._creatorRow_1sjb9_590{background:#ededed;border-radius:8px;align-items:center;margin-bottom:24px;padding:8px 16px;display:flex}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._creatorRow_1sjb9_590>div{align-items:center;margin-right:33px;display:flex}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._creatorRow_1sjb9_590>div img{margin-right:4px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._creatorRow_1sjb9_590>div span{letter-spacing:.2px;color:#000;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:21px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._firstBlock_1sjb9_346 ._creatorRow_1sjb9_590 ._cut_1sjb9_276 span:not(:last-child){margin-right:5px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._secondBlock_1sjb9_618{align-items:stretch;padding:16px 24px;display:flex}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._secondBlock_1sjb9_618 ._users_1sjb9_623,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._secondBlock_1sjb9_618 ._BCs_1sjb9_624{flex:.5}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._secondBlock_1sjb9_618 ._users_1sjb9_623>div:first-child,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._secondBlock_1sjb9_618 ._BCs_1sjb9_624>div:first-child{letter-spacing:.4px;color:#707071;margin-bottom:8px;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._secondBlock_1sjb9_618 ._users_1sjb9_623>div:nth-child(2) div,._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._secondBlock_1sjb9_618 ._BCs_1sjb9_624>div:nth-child(2) div{color:#fff;margin-bottom:5px;margin-right:5px;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;line-height:19px;font-size:16px!important}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._secondBlock_1sjb9_618 ._users_1sjb9_623{border-right:1px solid #b5b5b5}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._secondBlock_1sjb9_618 ._BCs_1sjb9_624{flex-direction:column;align-items:flex-start;padding-left:32px;display:flex}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._description_1sjb9_658{font-family:Roboto,sans-serif}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._description_1sjb9_658:not(:first-child){border-top:1px solid #b5b5b5;padding-top:24px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._description_1sjb9_658:not(:last-child){padding-bottom:24px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._description_1sjb9_658 h6{color:#707071;margin-bottom:8px;font-size:14px;font-weight:500;line-height:16px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._description_1sjb9_658 p{letter-spacing:.2px;color:#10002e;word-break:break-word;margin:0;font-size:16px;font-weight:400;line-height:21px}._container_1sjb9_283 ._pageBodyDetails_1sjb9_333 ._description_1sjb9_658 p em{color:gray}._loadingWrapper_1sjb9_688{justify-content:center;align-items:center;width:100%;height:fit-content;display:flex}._datesContainer_1sjb9_696{flex-direction:row;justify-content:center;margin-bottom:24px;display:flex}._datesContainer_1sjb9_696>div:first-child{margin-right:24px}._preHeader_131hv_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_131hv_1{font-size:1rem;line-height:1rem}}._headerXl_131hv_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_131hv_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_131hv_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_131hv_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_131hv_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_131hv_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_131hv_52{text-align:center}._headerMd_131hv_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_131hv_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_131hv_72{margin-bottom:0}._headerMdInverted_131hv_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_131hv_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_131hv_92{text-align:center}._textLabel_131hv_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_131hv_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_131hv_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_131hv_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_131hv_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_131hv_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_131hv_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_131hv_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_131hv_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_131hv_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_131hv_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_131hv_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_131hv_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_131hv_226{color:red;margin-top:.3rem}._modalTitle_131hv_231{color:#424242;margin-bottom:21px;font-family:Roboto,sans-serif;font-size:17px;font-style:normal;font-weight:500;line-height:20px}._modalSubtitle_131hv_241{color:#424242;opacity:.7;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px}._modalDeleteButtonRow_131hv_251{justify-content:center;margin-top:34.5px;display:flex}._modalDeleteContainer_131hv_257{padding:40px 27px 24px}._agreement_131hv_261{width:53%}._highlighted_131hv_265,._liveScoring_131hv_266{flex-direction:column;width:18%;display:flex}._liveScoring_131hv_266{width:20.5%}._container_131hv_276 ._pageBodyDetails_131hv_276{background-color:#f6f6f6;min-height:calc(100vh - 77px);margin-top:0;padding:24px 40px 24px 50px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._section_131hv_282{background-color:#fff;border-radius:8px;max-width:1200px;margin:0 auto 24px;padding:24px;box-shadow:0 100px 80px #00000005,0 41.7776px 33.4221px #00000007,0 22.3363px 17.869px #00000009,0 12.5216px 10.0172px #0000000b,0 6.6501px 5.32008px #0000000d,0 2.76726px 2.21381px #00000012}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290{flex-direction:column;gap:24px;display:flex}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18{display:flex}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._avatar_131hv_298{margin-right:16px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._avatar_131hv_298 img{object-fit:cover;width:70px;height:70px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306{flex-direction:column;justify-content:center;display:flex}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._top_131hv_311{align-items:center;width:fit-content;margin-bottom:8px;display:flex}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._top_131hv_311 ._title_131hv_317{text-align:left;color:#000;margin-right:8px;font-family:Roboto,sans-serif;font-size:26px;font-style:normal;font-weight:500;line-height:30px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._top_131hv_311 ._privacy_131hv_327{color:#000;text-transform:capitalize;background:#ffe455;border-radius:21px;width:fit-content;margin-right:10px;padding:4px 8px;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341{align-items:center;display:flex}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341 ._games_131hv_345{margin-right:18.57px;padding-left:6px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341 ._games_131hv_345 span{color:#000;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341 ._games_131hv_345 img{margin-right:10px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341 ._attempts_131hv_360{margin-right:18px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341 ._attempts_131hv_360 span{color:#000;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341 ._attempts_131hv_360 img{margin-right:4.6px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341 ._dates_131hv_374 img{margin-right:6px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341 ._dates_131hv_374 span{color:#000;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341 ._dates_131hv_374 span:nth-child(2),._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341 ._dates_131hv_374 span:nth-child(3){margin-right:5px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._leftColumn_131hv_306 ._bottom_131hv_341>div{align-items:center;display:flex}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392{align-items:center;margin-left:auto;display:flex}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392>div:not(:last-child){margin-right:35.9px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392>div{align-items:center;height:fit-content;display:flex}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._highlighted_131hv_265 svg,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._liveScoring_131hv_266 svg,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._hidden_131hv_407 svg,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._showLeaderBoard_131hv_408 svg,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._gameClaiming_131hv_409 svg{width:22px;height:22px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._handicap_131hv_413 svg{width:24px;height:14px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._highlighted_131hv_265 path,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._hidden_131hv_407 path{stroke:#3275f5}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._highlighted_131hv_265._disabled_131hv_421 path,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._hidden_131hv_407._disabled_131hv_421 path{stroke:#ccc}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._handicap_131hv_413 path,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._liveScoring_131hv_266 path,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._showLeaderBoard_131hv_408 path,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._gameClaiming_131hv_409 path{fill:#3275f5}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._handicap_131hv_413._disabled_131hv_421 path,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._liveScoring_131hv_266._disabled_131hv_421 path,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._showLeaderBoard_131hv_408._disabled_131hv_421 path,._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._header_131hv_18 ._rightColumn_131hv_392 ._gameClaiming_131hv_409._disabled_131hv_421 path{fill:#ccc}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437{align-items:center;gap:24px;display:flex}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._leftColumn_131hv_306{border:1px solid #b5b5b5;border-radius:8px;flex:1;width:476.5px;padding:16px 0 16px 24px;display:flex}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._leftColumn_131hv_306>div ._header_131hv_18{letter-spacing:.4px;color:#707071;margin-bottom:8px;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._leftColumn_131hv_306>div ._content_131hv_460{letter-spacing:.2px;color:#10002e;font-family:Roboto,sans-serif;font-size:26px;font-style:normal;font-weight:400;line-height:21px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._leftColumn_131hv_306 ._priority_131hv_469{margin-right:52px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._leftColumn_131hv_306 ._minimum_131hv_472{margin-right:61.75px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._rightColumn_131hv_392{border:1px solid #b5b5b5;border-radius:8px;flex:1;width:476.5px;padding:16px 0 16px 24px;display:flex}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._rightColumn_131hv_392>div ._header_131hv_18{letter-spacing:.4px;color:#707071;margin-bottom:8px;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:16px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._rightColumn_131hv_392>div ._content_131hv_460{letter-spacing:.2px;color:#10002e;font-family:Roboto,sans-serif;font-size:26px;font-style:normal;font-weight:400;line-height:21px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._rightColumn_131hv_392 ._minimumAge_131hv_502{margin-right:63.5px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._rightColumn_131hv_392 ._maximumAge_131hv_505{margin-right:60px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._params_131hv_437 ._rightColumn_131hv_392._fullWidth_131hv_508{flex:1;grid-template-columns:repeat(3,1fr);display:grid}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._creatorRow_131hv_513{background:#ededed;border-radius:8px;align-items:center;padding:8px 16px;display:flex}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._creatorRow_131hv_513>div{align-items:center;margin-right:33px;display:flex}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._creatorRow_131hv_513>div img{margin-right:4px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._creatorRow_131hv_513>div span{letter-spacing:.2px;color:#000;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:21px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._creatorRow_131hv_513 ._cut_131hv_537 span:not(:last-child){margin-right:5px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._firstBlock_131hv_290 ._creatorRow_131hv_513._noMargin_131hv_540{margin-bottom:0}._container_131hv_276 ._pageBodyDetails_131hv_276 ._secondBlock_131hv_543{align-items:stretch;padding:16px 24px;display:flex}._container_131hv_276 ._pageBodyDetails_131hv_276 ._secondBlock_131hv_543 ._users_131hv_548 h5,._container_131hv_276 ._pageBodyDetails_131hv_276 ._secondBlock_131hv_543 ._BCs_131hv_549 h5{font-family:Roboto,sans-serif;font-style:normal;font-weight:500}._container_131hv_276 ._pageBodyDetails_131hv_276 ._secondBlock_131hv_543 ._usersList_131hv_554,._container_131hv_276 ._pageBodyDetails_131hv_276 ._secondBlock_131hv_543 ._BCsList_131hv_555{flex-wrap:wrap;gap:8px;display:flex}._container_131hv_276 ._pageBodyDetails_131hv_276 ._description_131hv_560{font-family:Roboto,sans-serif}._container_131hv_276 ._pageBodyDetails_131hv_276 ._description_131hv_560:not(:first-child){border-top:1px solid #b5b5b5;padding-top:24px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._description_131hv_560:not(:last-child){padding-bottom:24px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._description_131hv_560 h6{color:#707071;margin-bottom:8px;font-size:14px;font-weight:500;line-height:16px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._description_131hv_560 p{letter-spacing:.2px;color:#10002e;word-wrap:break-word;margin:0;font-size:16px;font-weight:400;line-height:21px}._container_131hv_276 ._pageBodyDetails_131hv_276 ._description_131hv_560 p em{color:gray}._loadingWrapper_131hv_590{justify-content:center;align-items:center;width:100%;height:fit-content;display:flex}._datesContainer_131hv_598 input::placeholder{font-size:14px}.scrollBarRoundForm .ps__rail-y{width:4px}.scrollBarRoundForm .ps__rail-y .ps__thumb-y{right:0;background-color:#9db8ec!important;width:4px!important}.BCContainer{align-items:center;margin-bottom:14px;display:flex}.BCContainer .autocomplete-wrapper .dropdown{width:200px!important}.BCContainer .autocomplete-wrapper .dropdown .content{padding-left:1em;padding-right:1em}.BCContainer>div:first-child{flex:0 0 667px;margin-bottom:0;margin-right:27.17px}.BCContainer>label:nth-child(2){align-self:flex-start;height:67px;margin-top:24px;margin-right:0}.BCContainer>label:nth-child(2) span[class*=MuiCheckbox]{padding:9px!important}.BCContainer.withTextArea>label:nth-child(2){margin-top:37px}._preHeader_179cz_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_179cz_1{font-size:1rem;line-height:1rem}}._headerXl_179cz_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_179cz_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_179cz_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_179cz_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_179cz_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_179cz_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_179cz_52{text-align:center}._headerMd_179cz_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_179cz_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_179cz_72{margin-bottom:0}._headerMdInverted_179cz_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_179cz_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_179cz_92{text-align:center}._textLabel_179cz_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_179cz_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_179cz_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_179cz_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_179cz_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_179cz_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_179cz_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_179cz_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_179cz_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_179cz_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_179cz_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_179cz_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_179cz_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_179cz_226{color:red;margin-top:.3rem}._chipWrapper_179cz_231._noBorder_179cz_231{border:none;padding:0}._root_179cz_236{background-color:#0000;width:100%}._root_179cz_236 ._HelperText_179cz_240{letter-spacing:.2px;color:#736a85;margin-top:8px;font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:21px}._root_179cz_236 ._Error_179cz_249{color:#f14d4d;align-items:center;display:flex}._root_179cz_236 ._Error_179cz_249:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.99967%2014.9166C4.31767%2014.9166%201.33301%2011.932%201.33301%208.24998C1.33301%204.56798%204.31767%201.58331%207.99967%201.58331C11.6817%201.58331%2014.6663%204.56798%2014.6663%208.24998C14.6663%2011.932%2011.6817%2014.9166%207.99967%2014.9166ZM7.33301%2010.25V11.5833H8.66634V10.25H7.33301ZM7.33301%204.91665V8.91665H8.66634V4.91665H7.33301Z'%20fill='%23F14D4D'/%3e%3c/svg%3e");width:16px;height:16px;margin-right:4px;display:inline-block}._root_179cz_236 ._input_179cz_261{padding:0!important}._root_179cz_236 ._input_179cz_261:focus{border:none}._root_179cz_236 ._input_179cz_261::placeholder{letter-spacing:.2px;color:#8b849b;opacity:1;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400;line-height:21px}._chipContainer_179cz_278{border:1px solid #d5d4dc;border-radius:8px;height:auto;min-height:45px;padding:9px 12px;min-height:fit-content!important}._chipContainer_179cz_278:hover{border:1px solid #3275f5}._chipContainer_179cz_278._Labeled_179cz_289{margin-top:24px!important}._chipContainer_179cz_278._ChipContainerError_179cz_292{border-color:#f14d4d;box-shadow:0 0 0 1px #f14d4d}._chipContainer_179cz_278._NoBorder_179cz_296{border:none;padding:0}._chip_179cz_231{font-style:normal;font-weight:400;line-height:19px;color:#fff!important;background-color:#3275f5!important;border-radius:8px!important;height:27px!important;margin:0 8px 8px 0!important;padding:4px 28px 4px 8px!important;font-family:Roboto,"sans-serif"!important;font-size:16px!important}._chip_179cz_231>span{padding:0}._chip_179cz_231:before{height:16px;display:inline-block;position:absolute;top:50%;right:8px;transform:translateY(-50%);content:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%204.5L4%2012.5'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M4%204.5L12%2012.5'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")!important}._chip_179cz_231>svg{opacity:0;width:16px;height:16px;margin:0;position:absolute;top:50%;right:8px;transform:translateY(-50%)}._preHeader_1uenr_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1uenr_1{font-size:1rem;line-height:1rem}}._headerXl_1uenr_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1uenr_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1uenr_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1uenr_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1uenr_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1uenr_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1uenr_52{text-align:center}._headerMd_1uenr_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1uenr_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1uenr_72{margin-bottom:0}._headerMdInverted_1uenr_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1uenr_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1uenr_92{text-align:center}._textLabel_1uenr_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1uenr_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1uenr_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1uenr_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1uenr_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1uenr_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1uenr_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1uenr_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1uenr_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1uenr_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1uenr_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1uenr_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1uenr_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1uenr_226{color:red;margin-top:.3rem}._wrapper_1uenr_231{flex-direction:column;display:flex}._chipWrapper_1uenr_236{background:#fff;border:1px solid #d5d4dc;border-radius:8px;height:auto;min-height:45px;padding:9px 12px}._chipWrapper_1uenr_236._noBorder_1uenr_244{border:none;padding:0}._chipWrapper_1uenr_236 ._root_1uenr_248{width:100%}._chipContainer_1uenr_252{min-height:fit-content!important}._input_1uenr_256{padding:0!important}._input_1uenr_256:focus{border:none}._input_1uenr_256::placeholder{letter-spacing:.2px;color:#8b849b;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400;line-height:21px}._chip_1uenr_236{font-style:normal;font-weight:400;line-height:19px;color:#fff!important;background-color:#3275f5!important;border-radius:8px!important;height:27px!important;margin:0 8px 8px 0!important;padding:4px 28px 4px 8px!important;font-family:Roboto,"sans-serif"!important;font-size:16px!important}._chip_1uenr_236>span{padding:0}._chip_1uenr_236:before{height:16px;display:inline-block;position:absolute;top:50%;right:8px;transform:translateY(-50%);content:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%204.5L4%2012.5'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M4%204.5L12%2012.5'%20stroke='white'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")!important}._chip_1uenr_236>svg{opacity:0;width:16px;height:16px;margin:0;position:absolute;top:50%;right:8px;transform:translateY(-50%)}._formLabel_1uenr_308{letter-spacing:.4px;color:#10002e;padding:0 0 8px;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:500;line-height:16px;text-transform:none!important}._bcWrapper_1uenr_320{z-index:1000;width:200px;position:relative}._bcWrapper_1uenr_320>div{background-color:#fff;border-radius:7px;max-height:230px;overflow-y:auto;box-shadow:0 1px 11px #535353}._itemBC_1uenr_333:first-child{border-radius:8px 8px 0 0}._itemBC_1uenr_333:last-child{border-radius:0 0 8px 8px}._error_1uenr_340{background:#fbefef;box-shadow:0 0 0 3px #f14d4d}._errorText_1uenr_345{color:#d0021b;margin-top:6px;font-size:14px;font-weight:400}._preHeader_1m9ch_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1m9ch_1{font-size:1rem;line-height:1rem}}._headerXl_1m9ch_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1m9ch_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1m9ch_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1m9ch_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1m9ch_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1m9ch_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1m9ch_52{text-align:center}._headerMd_1m9ch_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1m9ch_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1m9ch_72{margin-bottom:0}._headerMdInverted_1m9ch_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1m9ch_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1m9ch_92{text-align:center}._textLabel_1m9ch_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1m9ch_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1m9ch_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1m9ch_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1m9ch_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1m9ch_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1m9ch_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1m9ch_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1m9ch_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1m9ch_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1m9ch_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1m9ch_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1m9ch_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1m9ch_226{color:red;margin-top:.3rem}._containerForm_1m9ch_231{border-radius:6px;justify-content:space-between;margin-bottom:41px;display:flex}._actions_1m9ch_238{border-top:1px solid #e6e6e6;width:961px;padding-top:16px;box-shadow:inset 0 1px #0000001a}._buttonsRow_1m9ch_245{justify-content:space-between;display:flex}._contactPaid_1m9ch_250{text-align:right;margin-bottom:8px;font-family:Roboto,"sans-serif";font-size:16px}._containerFields_1m9ch_257{grid-template-areas:"name name imageSwitches""start end imageSwitches""games attempts imageSwitches""creator creator imageSwitches""webUrl webUrl webUrlTitle""priority priority spaceEl""divisions divisions divisions""restrictions restrictions restrictions""descriptionButton descriptionButton descriptionButton""description description description";gap:10px 24px;width:623px;display:grid}._containerFields_1m9ch_257>:first-child{grid-area:name;width:623px}._containerFields_1m9ch_257>:nth-child(2){grid-area:start}._containerFields_1m9ch_257>:nth-child(3){grid-area:end}._containerFields_1m9ch_257>:nth-child(4){grid-area:games}._containerFields_1m9ch_257>:nth-child(5){grid-area:attempts}._containerFields_1m9ch_257>:nth-child(6){grid-area:creator}._containerFields_1m9ch_257>:nth-child(7){grid-area:webUrl}._containerFields_1m9ch_257>:nth-child(8){grid-area:imageSwitches;width:274px;margin-left:40px}._containerFields_1m9ch_257>:nth-child(9){grid-area:webUrlTitle;margin-left:42px}._containerFields_1m9ch_257>:nth-child(9) [class*=inputGroup],._containerFields_1m9ch_257>:nth-child(9) [class*=padder],._containerFields_1m9ch_257>:nth-child(9) input{max-width:unset!important;width:274px!important}._containerFields_1m9ch_257>:nth-child(10){grid-area:divisions;width:961px;margin-top:-25px}._containerFields_1m9ch_257>:nth-child(11){grid-area:restrictions;width:961px}._containerFields_1m9ch_257>:nth-child(12){grid-area:descriptionButton}._containerFields_1m9ch_257>:nth-child(13){grid-area:description}._containerFields_1m9ch_257 [class*=formLabel]{line-height:1}._containerFields_1m9ch_257 [class*=textareaGroup] div[class*=horizontalInput]{height:82px;padding-left:12px;padding-right:12px}._row_1m9ch_322{grid-column-gap:10px;grid-template-columns:1fr 1fr;display:grid}._hr_1m9ch_328{border-top:1px solid #e4e4e496;width:100%}._whiteButton_1m9ch_333{text-align:center;color:#3275f5;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:500;line-height:19px;text-decoration-line:underline}._containerCreatorPriority_1m9ch_344{margin-top:2px;margin-bottom:10px;display:flex}._containerCreatorPriority_1m9ch_344>div{width:295px}._containerCreatorPriority_1m9ch_344>div:nth-of-type(2){margin-left:29px}._containerCreatorPriority_1m9ch_344 input{width:299.5px!important}._groupSwitch_1m9ch_359{align-items:center;display:flex}._imgSwitch_1m9ch_364{margin-right:17.88px}._imgSwitchHandicap_1m9ch_368{margin-right:14.5px}._mainContainer_a2p20_1{background-color:#f6f6f6;width:100%;min-height:calc(100vh - 95px)}._mainContainer_a2p20_1 ._bodyContainer_a2p20_6{padding:24px 50px 73px 49px}._mainContainer_a2p20_1 ._bodyContainer_a2p20_6 form{background-color:#fff;border-radius:10px;width:1025px;margin-left:auto;margin-right:auto;padding:30px 32px}._mainContainer_a2p20_1 ._bodyContainer_a2p20_6 form [class*=containerImg]{width:274px!important}._preHeader_myk6q_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_myk6q_1{font-size:1rem;line-height:1rem}}._headerXl_myk6q_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_myk6q_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_myk6q_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_myk6q_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_myk6q_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_myk6q_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_myk6q_52{text-align:center}._headerMd_myk6q_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_myk6q_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_myk6q_72{margin-bottom:0}._headerMdInverted_myk6q_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_myk6q_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_myk6q_92{text-align:center}._textLabel_myk6q_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_myk6q_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_myk6q_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_myk6q_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_myk6q_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_myk6q_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_myk6q_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_myk6q_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_myk6q_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_myk6q_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_myk6q_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_myk6q_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_myk6q_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_myk6q_226{color:red;margin-top:.3rem}._tournamentDetailsRoute_myk6q_231{background-color:#f7f7f7;flex:1;min-height:100vh}._tournamentDetailsRoute_myk6q_231 h2{justify-content:space-between;align-items:flex-start;margin-bottom:0;font-family:Lato,sans-serif;display:flex}._tournamentDetailsRoute_myk6q_231 h2 span{align-items:flex-end;display:flex}._tournamentDetailsRoute_myk6q_231 ._top_myk6q_247{background:#fff;padding:24px 41px 25px 40px}._tournamentDetailsRoute_myk6q_231 ._top_myk6q_247 ._topActions_myk6q_251{justify-content:space-between;display:flex}._header_myk6q_18{justify-content:flex-start;align-items:center;height:46px;display:flex}._header_myk6q_18 ._btnBack_myk6q_262{box-sizing:border-box;background-color:#0000;border:none;outline:none;justify-content:center;align-items:center;margin-right:6px;padding:10px;display:flex}._header_myk6q_18>h2._headText_myk6q_273{color:#424242;opacity:.3;font-family:Roboto,"sans-serif";font-size:30px;font-style:normal;font-weight:500;line-height:35px}._header_myk6q_18>h2._headText_myk6q_273._headTextActive_myk6q_282{opacity:1}._modalColumn_myk6q_286{flex-direction:column;display:flex}._modalTitle_myk6q_291{text-align:center;color:#424242;text-align:center;margin-bottom:24px;font-family:Roboto,"sans-serif";font-size:27px;font-style:normal;font-weight:500;line-height:32px}._modalContentText_myk6q_303{text-align:center;color:#000;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:400;line-height:19px}._modalSubtitle_myk6q_313{color:#424242;opacity:.7;text-align:center;margin-bottom:21px;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:16px;display:inline-block}._LoadingSpinner_myk6q_326{margin:0 auto;display:block}._firstContainer_myk6q_332{flex-direction:column;grid-template-columns:auto;align-items:center;row-gap:24px;margin-bottom:20px;display:grid;position:relative}._firstContainer_myk6q_332 ._topActions_myk6q_251{justify-content:space-between;width:100%;margin-bottom:9px;display:flex}._firstContainer_myk6q_332:last-child{margin-bottom:0}._tournamentActions_myk6q_351{column-gap:8px;padding-left:8px;display:flex}._tournamentActions_myk6q_351 button{height:fit-content}._tournamentActions_myk6q_351 button img{display:block}._empty_myk6q_363{flex-direction:column;align-items:center;margin-top:86px;display:flex}._notFoundMessage_myk6q_370{color:#000;opacity:.3;margin-bottom:4px;font-family:Roboto,"sans-serif";font-size:22px;font-style:normal;font-weight:500}._notFoundSuggestion_myk6q_380{color:#1b2b41b8;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400}._notFound_myk6q_370{flex-direction:column;align-items:center;margin-top:100px;display:flex}._TabClass_myk6q_395{padding:0 50px 0 45px!important}._pageLoading_myk6q_399{justify-content:center;align-items:center;height:calc(100vh - 146px);display:flex}._preHeader_1vfxi_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1vfxi_1{font-size:1rem;line-height:1rem}}._headerXl_1vfxi_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1vfxi_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1vfxi_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1vfxi_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1vfxi_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1vfxi_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1vfxi_52{text-align:center}._headerMd_1vfxi_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1vfxi_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1vfxi_72{margin-bottom:0}._headerMdInverted_1vfxi_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1vfxi_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1vfxi_92{text-align:center}._textLabel_1vfxi_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1vfxi_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1vfxi_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1vfxi_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1vfxi_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1vfxi_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1vfxi_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1vfxi_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1vfxi_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1vfxi_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1vfxi_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1vfxi_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1vfxi_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1vfxi_226{color:red;margin-top:.3rem}._image_1vfxi_231{object-fit:cover;border-radius:4px;width:66px;height:66px}._infoTextCard_1vfxi_238{flex-direction:column;justify-content:center;margin-left:16px;display:flex}._infoTextCard_1vfxi_238>div:first-child{gap:16px;display:flex}._infoTextCard_1vfxi_238>div:nth-child(2){color:#444;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:400;display:flex}._infoTextCard_1vfxi_238>div:nth-child(2)>span{align-items:center;margin-right:16px;display:flex}._infoTextCard_1vfxi_238>div:nth-child(2)>span:first-child:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.85102%2015.1666C6.72045%2015.1666%206.60356%2015.0759%206.56564%2014.9385C6.33869%2014.1168%206.09572%2012.8961%206.02227%2011.6692C5.94898%2010.4451%206.04356%209.20201%206.50256%208.3452C6.93689%207.53443%207.19935%207.01152%207.32697%206.59794C7.45281%206.19017%207.44681%205.89099%207.34034%205.52555C7.27476%205.30046%207.2128%205.09799%207.15614%204.91283C7.05784%204.5916%206.97548%204.32246%206.91786%204.07784C6.82601%203.68795%206.79465%203.35218%206.85658%202.94944C6.93934%202.41123%207.19735%202.11635%207.46777%201.96719C7.65985%201.86124%207.85755%201.82922%208%201.83365C8.14245%201.82922%208.34015%201.86124%208.53223%201.96719C8.80265%202.11635%209.06066%202.41123%209.14342%202.94944C9.20535%203.35218%209.17399%203.68795%209.08214%204.07784C9.02452%204.32246%208.94217%204.59157%208.84387%204.9128C8.78721%205.09796%208.72524%205.30046%208.65966%205.52555C8.55319%205.89099%208.54719%206.19017%208.67303%206.59794C8.80065%207.01152%209.0631%207.53443%209.49744%208.3452C9.95644%209.20201%2010.051%2010.4451%209.97773%2011.6692C9.90428%2012.8961%209.66131%2014.1168%209.43436%2014.9385C9.39644%2015.0759%209.27955%2015.1666%209.14898%2015.1666H6.85102Z'%20stroke='%23B5B5B5'%20stroke-width='2'/%3e%3c/svg%3e");margin-right:4px;display:inline-block}._infoTextCard_1vfxi_238>div:nth-child(2)>span:nth-child(2):before{content:url(/assets/bolos-qFz9-uZo.svg);margin-right:4px;display:inline-block}._infoTextCard_1vfxi_238>div:nth-child(2)>span:nth-child(3):before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4046_48206)'%3e%3cpath%20d='M12.6667%203.16675H3.33333C2.59695%203.16675%202%203.7637%202%204.50008V13.8334C2%2014.5698%202.59695%2015.1667%203.33333%2015.1667H12.6667C13.403%2015.1667%2014%2014.5698%2014%2013.8334V4.50008C14%203.7637%2013.403%203.16675%2012.6667%203.16675Z'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.6665%201.83325V4.49992'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.3335%201.83325V4.49992'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%207.16675H14'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4046_48206'%3e%3crect%20width='16'%20height='16'%20fill='white'%20transform='translate(0%200.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");margin-right:4px;display:inline-block}._infoTextCard_1vfxi_238>div:nth-child(2)>span:nth-child(4):before{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='16'%20viewBox='0%200%2020%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.833313%205.33325C0.281028%205.33325%20-0.166687%205.78097%20-0.166687%206.33325C-0.166687%206.88554%200.281028%207.33325%200.833313%207.33325V5.33325ZM19.1666%207.33325C19.7189%207.33325%2020.1666%206.88554%2020.1666%206.33325C20.1666%205.78097%2019.7189%205.33325%2019.1666%205.33325V7.33325ZM2.49998%202.33325H17.5V0.333252H2.49998V2.33325ZM17.5%202.33325C17.8682%202.33325%2018.1666%202.63173%2018.1666%202.99992H20.1666C20.1666%201.52716%2018.9727%200.333252%2017.5%200.333252V2.33325ZM18.1666%202.99992V12.9999H20.1666V2.99992H18.1666ZM18.1666%2012.9999C18.1666%2013.3681%2017.8682%2013.6666%2017.5%2013.6666V15.6666C18.9727%2015.6666%2020.1666%2014.4727%2020.1666%2012.9999H18.1666ZM17.5%2013.6666H2.49998V15.6666H17.5V13.6666ZM2.49998%2013.6666C2.13179%2013.6666%201.83331%2013.3681%201.83331%2012.9999H-0.166687C-0.166687%2014.4727%201.02722%2015.6666%202.49998%2015.6666V13.6666ZM1.83331%2012.9999V2.99992H-0.166687V12.9999H1.83331ZM1.83331%202.99992C1.83331%202.63173%202.13179%202.33325%202.49998%202.33325V0.333252C1.02722%200.333252%20-0.166687%201.52716%20-0.166687%202.99992H1.83331ZM0.833313%207.33325H19.1666V5.33325H0.833313V7.33325Z'%20fill='%23B5B5B5'/%3e%3c/svg%3e");background-size:16px 16px;width:16px;height:16px;margin-right:4px;display:inline-block}._title_1vfxi_286{color:#000;margin-bottom:12px;font-family:Roboto,sans-serif;font-size:18px;font-style:normal;font-weight:500}._icons_1vfxi_295{align-items:center;display:flex}._icons_1vfxi_295>span{justify-content:center;align-items:center;width:45px;height:45px;margin-left:10px;display:flex}._icons_1vfxi_295>span:first-child._active_1vfxi_307:before{content:url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.5%201.5L10.5085%205.44953L15%206.08675L11.75%209.15931L12.517%2013.5L8.5%2011.4495L4.483%2013.5L5.25%209.15931L2%206.08675L6.4915%205.44953L8.5%201.5Z'%20fill='%233275F5'%20stroke='%233275F5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._icons_1vfxi_295>span:first-child._noActive_1vfxi_310:before{content:url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.5%201.5L10.5085%205.44953L15%206.08675L11.75%209.15931L12.517%2013.5L8.5%2011.4495L4.483%2013.5L5.25%209.15931L2%206.08675L6.4915%205.44953L8.5%201.5Z'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._icons_1vfxi_295>span:nth-child(2)._active_1vfxi_307:before{content:url("data:image/svg+xml,%3csvg%20width='25'%20height='16'%20viewBox='0%200%2025%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.5%201C1.84315%201%200.5%202.34315%200.5%204V12C0.5%2013.6569%201.84315%2015%203.5%2015H21.5C23.1569%2015%2024.5%2013.6569%2024.5%2012V4C24.5%202.34315%2023.1569%201%2021.5%201H3.5ZM3.028%204.3V12H6.823V10.724H4.535V4.3H3.028ZM7.57195%2012H9.07895V8.81H10.8389V12H12.3459V4.3H10.8389V7.402H9.07895V4.3H7.57195V12ZM15.539%2010.724H17.475V12H14.681C14.197%2011.5453%2013.8303%2010.9697%2013.581%2010.273C13.3316%209.57633%2013.207%208.86133%2013.207%208.128C13.207%207.38733%2013.3463%206.676%2013.625%205.994C13.9036%205.312%2014.318%204.74733%2014.868%204.3H17.475V5.62H15.539C15.341%205.84733%2015.1686%206.214%2015.022%206.72C14.8826%207.226%2014.813%207.71%2014.813%208.172C14.813%208.634%2014.8826%209.118%2015.022%209.624C15.1686%2010.13%2015.341%2010.4967%2015.539%2010.724ZM19.7669%208.37V5.62H20.8119C20.9586%205.73%2021.0832%205.906%2021.1859%206.148C21.2959%206.39%2021.3509%206.64667%2021.3509%206.918C21.3509%207.556%2021.1492%208.04%2020.7459%208.37H19.7669ZM18.2819%204.3V12H19.7669V9.668H21.0979C21.6846%209.45533%2022.1282%209.09233%2022.4289%208.579C22.7296%208.06567%2022.8799%207.50833%2022.8799%206.907C22.8799%206.29833%2022.7332%205.76667%2022.4399%205.312C22.1539%204.85733%2021.7616%204.52%2021.2629%204.3H18.2819Z'%20fill='%233275F5'/%3e%3c/svg%3e")}._icons_1vfxi_295>span:nth-child(2)._noActive_1vfxi_310:before{content:url("data:image/svg+xml,%3csvg%20width='25'%20height='16'%20viewBox='0%200%2025%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.5%201C1.84315%201%200.5%202.34315%200.5%204V12C0.5%2013.6569%201.84315%2015%203.5%2015H21.5C23.1569%2015%2024.5%2013.6569%2024.5%2012V4C24.5%202.34315%2023.1569%201%2021.5%201H3.5ZM3.028%204.3V12H6.823V10.724H4.535V4.3H3.028ZM7.57195%2012H9.07895V8.81H10.8389V12H12.3459V4.3H10.8389V7.402H9.07895V4.3H7.57195V12ZM15.539%2010.724H17.475V12H14.681C14.197%2011.5453%2013.8303%2010.9697%2013.581%2010.273C13.3316%209.57633%2013.207%208.86133%2013.207%208.128C13.207%207.38733%2013.3463%206.676%2013.625%205.994C13.9036%205.312%2014.318%204.74733%2014.868%204.3H17.475V5.62H15.539C15.341%205.84733%2015.1686%206.214%2015.022%206.72C14.8826%207.226%2014.813%207.71%2014.813%208.172C14.813%208.634%2014.8826%209.118%2015.022%209.624C15.1686%2010.13%2015.341%2010.4967%2015.539%2010.724ZM19.7669%208.37V5.62H20.8119C20.9586%205.73%2021.0832%205.906%2021.1859%206.148C21.2959%206.39%2021.3509%206.64667%2021.3509%206.918C21.3509%207.556%2021.1492%208.04%2020.7459%208.37H19.7669ZM18.2819%204.3V12H19.7669V9.668H21.0979C21.6846%209.45533%2022.1282%209.09233%2022.4289%208.579C22.7296%208.06567%2022.8799%207.50833%2022.8799%206.907C22.8799%206.29833%2022.7332%205.76667%2022.4399%205.312C22.1539%204.85733%2021.7616%204.52%2021.2629%204.3H18.2819Z'%20fill='%23B5B5B5'/%3e%3c/svg%3e")}._icons_1vfxi_295>span:nth-child(3)._active_1vfxi_307:before{content:url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4943_14698)'%3e%3cpath%20d='M1.16669%208C1.16669%208%203.83335%202.66667%208.50002%202.66667C13.1667%202.66667%2015.8334%208%2015.8334%208C15.8334%208%2013.1667%2013.3333%208.50002%2013.3333C3.83335%2013.3333%201.16669%208%201.16669%208Z'%20stroke='%233275F5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8.5%2010C9.60457%2010%2010.5%209.10457%2010.5%208C10.5%206.89543%209.60457%206%208.5%206C7.39543%206%206.5%206.89543%206.5%208C6.5%209.10457%207.39543%2010%208.5%2010Z'%20stroke='%233275F5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4943_14698'%3e%3crect%20width='16'%20height='16'%20fill='white'%20transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}._icons_1vfxi_295>span:nth-child(3)._noActive_1vfxi_310:before{content:url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_4943_14792)'%3e%3cpath%20d='M9.91335%209.41334C9.73025%209.60984%209.50945%209.76744%209.26412%209.87675C9.01879%209.98607%208.75395%2010.0448%208.48541%2010.0496C8.21687%2010.0543%207.95013%2010.0049%207.70109%209.90433C7.45206%209.80374%207.22583%209.65403%207.03592%209.46411C6.846%209.27419%206.69628%209.04797%206.59569%208.79893C6.4951%208.5499%206.4457%208.28315%206.45044%208.01461C6.45518%207.74607%206.51396%207.48124%206.62327%207.2359C6.73258%206.99057%206.89019%206.76977%207.08669%206.58667M12.46%2011.96C11.3204%2012.8287%209.93276%2013.3099%208.50002%2013.3333C3.83335%2013.3333%201.16669%208.00001%201.16669%208.00001C1.99595%206.4546%203.14611%205.10441%204.54002%204.04001L12.46%2011.96ZM7.10002%202.82667C7.55891%202.71926%208.02873%202.66557%208.50002%202.66667C13.1667%202.66667%2015.8334%208.00001%2015.8334%208.00001C15.4287%208.75708%2014.9461%209.46983%2014.3934%2010.1267L7.10002%202.82667Z'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M1.16669%200.666656L15.8334%2015.3333'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_4943_14792'%3e%3crect%20width='16'%20height='16'%20fill='white'%20transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}._leftSideCard_1vfxi_326{justify-content:space-between;display:flex}._cardActions_1vfxi_331{width:90px}._cardActions_1vfxi_331 button img{width:16px}._expandedInfo_1vfxi_338{flex-direction:column;margin-bottom:16px;margin-left:98px;padding-right:30px;display:flex}._expandedInfo_1vfxi_338 ._brand_1vfxi_345{color:#444;align-items:center;margin-bottom:12px;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;display:flex}._expandedInfo_1vfxi_338 ._brand_1vfxi_345:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.7268%208.93992L8.94683%2013.7199C8.823%2013.8439%208.67595%2013.9422%208.51408%2014.0093C8.35222%2014.0764%208.17872%2014.111%208.0035%2014.111C7.82828%2014.111%207.65477%2014.0764%207.49291%2014.0093C7.33105%2013.9422%207.18399%2013.8439%207.06016%2013.7199L1.3335%207.99992V1.33325H8.00016L13.7268%207.05992C13.9752%207.30974%2014.1146%207.64767%2014.1146%207.99992C14.1146%208.35217%2013.9752%208.6901%2013.7268%208.93992V8.93992Z'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M4.6665%204.66675H4.67317'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");width:16px;height:16px;margin-right:4px}._expandedInfo_1vfxi_338 ._link_1vfxi_180{color:#3275f5;align-items:center;margin-bottom:12px;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px;display:flex}._expandedInfo_1vfxi_338 ._link_1vfxi_180 img{margin-right:5px}._expandedInfo_1vfxi_338 ._description_1vfxi_375{color:#444;margin:0;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px;display:flex}._expandedInfo_1vfxi_338 ._description_1vfxi_375 p{margin:0}._expandedInfo_1vfxi_338 ._description_1vfxi_375:before{content:"";min-width:16px;height:16px;margin-right:4px;display:inline-block}._expandedMatches_1vfxi_396{background:#f9f9f9;border-radius:0 0 8px 8px;padding:16px 24px 24px;position:relative;box-shadow:inset 0 1px #00000026}._expandedMatches_1vfxi_396 ._matchesHead_1vfxi_403{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}._expandedMatches_1vfxi_396 ._matchesHead_1vfxi_403 ._head_1vfxi_18{color:#444;font-family:Roboto,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:28px}._expandedMatches_1vfxi_396 ._matchesContainer_1vfxi_417{flex-wrap:wrap;gap:8px 3.5px;display:flex}._noMatchesText_1vfxi_423{color:#000;opacity:.5;font-family:Roboto,"sans-serif";font-size:13px;font-style:normal;font-weight:400;line-height:15px}._restrictions_1vfxi_433{margin-top:12px;display:flex}._restrictions_1vfxi_433>div{flex-wrap:wrap;row-gap:10px;display:flex}._restrictions_1vfxi_433:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='17'%20viewBox='0%200%2016%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.6668%2013.8333V8.61594C14.6669%208.25295%2014.5928%207.89378%2014.4492%207.56043C14.3055%207.22707%2014.0953%206.92655%2013.8315%206.67727L8.91616%202.03194C8.6686%201.79789%208.34084%201.66748%208.00016%201.66748C7.65948%201.66748%207.33172%201.79789%207.08416%202.03194L2.16883%206.67727C1.90498%206.92655%201.6948%207.22707%201.55116%207.56043C1.40752%207.89378%201.33346%208.25295%201.3335%208.61594V13.8333C1.3335%2014.1869%201.47397%2014.526%201.72402%2014.7761C1.97407%2015.0261%202.31321%2015.1666%202.66683%2015.1666H13.3335C13.6871%2015.1666%2014.0263%2015.0261%2014.2763%2014.7761C14.5264%2014.526%2014.6668%2014.1869%2014.6668%2013.8333Z'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");width:16px;height:16px;margin-right:4px}._restrictions_1vfxi_433 ._centerLabel_1vfxi_448{color:#fff;background-color:#3275f5;border-radius:3px;width:fit-content;height:25px;margin-right:10px;padding:0 15px;font-family:Roboto,"sans-serif";font-size:13px;font-style:normal;font-weight:400;line-height:25px}._content_1vfxi_463{grid-row-gap:10px;flex-wrap:wrap;row-gap:10px;max-height:220px;padding:0;display:flex}._cardWrapper_1vwiw_1{cursor:pointer;background:#fffcfc;border:1px solid #cfcfcf;border-radius:8px;flex-direction:column;align-items:flex-start;width:194px;height:191px;padding:8px;transition:box-shadow .3s;display:flex;position:relative;box-shadow:0 4px 18px #0000001a}._cardWrapper_1vwiw_1:hover{transition:box-shadow .3s;box-shadow:0 14px 28px #0003}._cardWrapper_1vwiw_1:hover ._actionButton_1vwiw_20{opacity:1;z-index:1;transition:opacity .3s}._cardWrapper_1vwiw_1 ._image_1vwiw_25{object-fit:cover;border-radius:5px 5px 0 0;width:100%;height:94px}._cardWrapper_1vwiw_1 ._content_1vwiw_31{-webkit-user-select:none;user-select:none;flex-direction:column;width:100%;padding:0 4px;display:flex}._cardWrapper_1vwiw_1 ._content_1vwiw_31 ._title_1vwiw_39{color:#000;white-space:nowrap;text-overflow:ellipsis;width:100%;margin-top:12px;margin-bottom:8px;font-family:Inter,"sans-serif";font-size:14px;font-style:normal;font-weight:600;line-height:17px;display:inline-block;overflow:hidden}._cardWrapper_1vwiw_1 ._content_1vwiw_31 ._infoText_1vwiw_54{white-space:nowrap;align-items:center;width:auto;font-family:Inter,"sans-serif";font-size:12px;font-style:normal;font-weight:400;display:flex}._cardWrapper_1vwiw_1 ._content_1vwiw_31 ._infoText_1vwiw_54:first-child{margin-right:24px}._cardWrapper_1vwiw_1 ._content_1vwiw_31 ._infoText_1vwiw_54._userIcon_1vwiw_67:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_5009_14267)'%3e%3cpath%20d='M11.3332%2014V12.6667C11.3332%2011.9594%2011.0522%2011.2811%2010.5521%2010.781C10.052%2010.281%209.37375%2010%208.6665%2010H3.33317C2.62593%2010%201.94765%2010.281%201.44755%2010.781C0.947456%2011.2811%200.666504%2011.9594%200.666504%2012.6667V14'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.00016%207.33333C7.47292%207.33333%208.66683%206.13943%208.66683%204.66667C8.66683%203.19391%207.47292%202%206.00016%202C4.5274%202%203.3335%203.19391%203.3335%204.66667C3.3335%206.13943%204.5274%207.33333%206.00016%207.33333Z'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M15.3335%2014V12.6667C15.3331%2012.0758%2015.1364%2011.5019%2014.7744%2011.0349C14.4124%2010.5679%2013.9056%2010.2344%2013.3335%2010.0867'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.6665%202.08667C11.2401%202.23354%2011.7485%202.56714%2012.1116%203.03488C12.4747%203.50262%2012.6717%204.07789%2012.6717%204.67C12.6717%205.26212%2012.4747%205.83739%2012.1116%206.30513C11.7485%206.77287%2011.2401%207.10647%2010.6665%207.25334'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_5009_14267'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");height:16px;margin-right:4px}._cardWrapper_1vwiw_1 ._content_1vwiw_31 ._infoText_1vwiw_54._cutIcon_1vwiw_72:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%206C5.10457%206%206%205.10457%206%204C6%202.89543%205.10457%202%204%202C2.89543%202%202%202.89543%202%204C2%205.10457%202.89543%206%204%206Z'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M4%2014C5.10457%2014%206%2013.1046%206%2012C6%2010.8954%205.10457%2010%204%2010C2.89543%2010%202%2010.8954%202%2012C2%2013.1046%202.89543%2014%204%2014Z'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.3336%202.66675L5.41357%2010.5867'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M9.64648%209.65332L13.3332%2013.3333'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M5.41357%205.41333L8.00024%208'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");height:16px;margin-right:4px}._cardWrapper_1vwiw_1 ._content_1vwiw_31 ._infoText_1vwiw_54._sendIcon_1vwiw_77{white-space:nowrap;text-overflow:ellipsis;width:100%;overflow:hidden}._cardWrapper_1vwiw_1 ._content_1vwiw_31 ._infoText_1vwiw_54._sendIcon_1vwiw_77:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.00016%2014.6666C11.6821%2014.6666%2014.6668%2011.6818%2014.6668%207.99992C14.6668%204.31802%2011.6821%201.33325%208.00016%201.33325C4.31826%201.33325%201.3335%204.31802%201.3335%207.99992C1.3335%2011.6818%204.31826%2014.6666%208.00016%2014.6666Z'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8%2012C10.2091%2012%2012%2010.2091%2012%208C12%205.79086%2010.2091%204%208%204C5.79086%204%204%205.79086%204%208C4%2010.2091%205.79086%2012%208%2012Z'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M7.99984%209.33341C8.73622%209.33341%209.33317%208.73646%209.33317%208.00008C9.33317%207.2637%208.73622%206.66675%207.99984%206.66675C7.26346%206.66675%206.6665%207.2637%206.6665%208.00008C6.6665%208.73646%207.26346%209.33341%207.99984%209.33341Z'%20stroke='%23B5B5B5'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");height:16px;margin-right:4px}._cardWrapper_1vwiw_1 ._actionButton_1vwiw_20{opacity:0;transition:opacity .3s;position:absolute;top:12px;right:12px}._cardWrapper_1vwiw_1._disabled_1vwiw_95{pointer-events:none}._row_1vwiw_99{grid-template-columns:65% 35%;display:grid}._firstContainer_856q1_1{border:1px solid #00000040;border-radius:8px;margin-bottom:20px;padding:2%;font-family:Lato,sans-serif;font-weight:700;position:relative}._firstContainer_856q1_1 ._legend_856q1_11{color:#000;text-transform:uppercase;background-color:#fff;padding:0 5px;font-weight:700;position:absolute;top:-10px;left:10px}._containerForm_856q1_22{flex-wrap:wrap;justify-content:space-between;margin-bottom:14px;display:flex}._containerForm_856q1_22 button{align-self:flex-start;margin-top:26.67px}._expanded_856q1_33{display:block}._error_856q1_37{z-index:400;top:72.67px}._noAvailable_856q1_42{height:40px;padding:10px}._buttonsRow_856q1_48{justify-content:flex-end;margin-top:20px;display:flex}._filtersContainer_856q1_54{background-color:#fff;justify-content:space-between;gap:156px;padding:18px 50px;display:flex}._filterMatchWrapper_856q1_62{flex:1}._filterMatchWrapper_856q1_62 label{letter-spacing:.4px;color:#10002e;padding:0 0 8px;font-family:Roboto,"sans-serif";font-size:14px;font-weight:500;line-height:16px;display:block}._cellLink_856q1_76 a{color:#3275f5;font-size:15px;font-weight:500}._cellLink_856q1_76 a:hover{text-decoration:underline}._cellLink_856q1_76 p{margin-bottom:0}._bowlingList_puuc5_1{position:relative}._item_puuc5_5{text-align:start;color:#000;cursor:pointer;border-bottom:.5px solid #707070;justify-content:space-between;align-items:center;width:100%;min-height:2.3em;margin-bottom:8px;font-family:Lato,sans-serif;font-size:16px;display:flex}._item_puuc5_5:first-child{padding-top:22px}._item_puuc5_5:last-child{margin-bottom:17px}._searchInput_puuc5_26{align-items:center;height:100%;display:flex}._searchInput_puuc5_26 ._searchIco_puuc5_31{margin-left:4px;margin-right:0;line-height:0}._searchClear_puuc5_37{background-color:#0000;border:0;margin-right:5px;line-height:0}._searchClear_puuc5_37:focus{outline:none}._containerScroll_puuc5_48{z-index:10;background:#fff;border-top:.5px solid #707070;flex-direction:column;justify-content:center;width:100%;max-height:120px;display:flex;position:absolute;overflow:auto}._usersList_puuc5_61{flex-direction:column;align-items:center;padding:0 20px;overflow:hidden auto}._usersList_puuc5_61::-webkit-scrollbar{width:5px}._usersList_puuc5_61::-webkit-scrollbar-track{background-color:#0000001a;border-radius:3px;margin:10px 0}._usersList_puuc5_61::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}._loadingList_puuc5_85{width:160px;height:160px;margin:auto;transform:translateY(70%)}._noAvailableBC_puuc5_92{color:#000;text-align:center;flex-direction:column;width:100%;padding:14px 0;font-family:SF Pro Text Bold;font-size:16px;display:flex}._containerBowlingCenters_msyff_1,._containerClaim_msyff_2{border:1px solid #00000040;border-radius:8px;flex-flow:wrap;justify-content:space-between;margin-bottom:20px;padding:2%;display:flex;position:relative}._containerBowlingCenters_msyff_1 ._legend_msyff_13,._containerClaim_msyff_2 ._legend_msyff_13{color:#000;text-transform:uppercase;background-color:#fff;padding:0 5px;font-weight:700;position:absolute;top:-10px;left:10px}._searchBCInput_msyff_25{width:40%}._containerTable_msyff_29{margin-top:40px;margin-bottom:40px}._containerTable_msyff_29 label{color:#000;text-transform:uppercase;margin-bottom:20px;font-family:Lato,sans-serif;font-weight:700;display:inline-block}._tableHeader_msyff_42{color:gray;text-transform:uppercase;box-shadow:none!important;outline:none!important}._tableHeader_msyff_42:first-child{padding-left:10px!important}._cell_msyff_52{cursor:pointer}._form_msyff_56{justify-content:space-between;margin-bottom:50px;display:flex}._column_msyff_62{width:40%}._buttonsRow_msyff_66{justify-content:space-between;display:flex}._bowlingList_11sp1_1{position:relative}._item_11sp1_5{text-align:start;color:#000;cursor:pointer;border-bottom:.5px solid #707070;justify-content:space-between;align-items:center;width:100%;min-height:2.3em;margin-bottom:8px;font-family:Lato,sans-serif;font-size:16px;display:flex}._item_11sp1_5:first-child{padding-top:22px}._item_11sp1_5:last-child{margin-bottom:17px}._searchInput_11sp1_26{align-items:center;height:100%;display:flex}._searchInput_11sp1_26 ._searchIco_11sp1_31{margin-left:4px;margin-right:0;line-height:0}._searchClear_11sp1_37{background-color:#0000;border:0;margin-right:5px;line-height:0}._searchClear_11sp1_37:focus{outline:none}._containerScroll_11sp1_48{z-index:10;background:#fff;border-top:.5px solid #707070;flex-direction:column;justify-content:center;width:100%;max-height:200px;padding:10px;display:flex;position:absolute;overflow:auto}._bowlingCenters_11sp1_62{padding-left:0;list-style:none}._loadingList_11sp1_67{width:160px;height:160px;margin:auto;transform:translateY(70%)}._noAvailableBC_11sp1_74{color:#000;text-align:center;flex-direction:column;width:100%;padding:14px 0;font-family:SF Pro Text Bold;font-size:16px;display:flex}._preHeader_1p56t_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1p56t_1{font-size:1rem;line-height:1rem}}._headerXl_1p56t_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1p56t_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1p56t_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1p56t_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1p56t_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1p56t_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1p56t_52{text-align:center}._headerMd_1p56t_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1p56t_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1p56t_72{margin-bottom:0}._headerMdInverted_1p56t_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1p56t_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1p56t_92{text-align:center}._textLabel_1p56t_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1p56t_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1p56t_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1p56t_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1p56t_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1p56t_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1p56t_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1p56t_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1p56t_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1p56t_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1p56t_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1p56t_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1p56t_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1p56t_226{color:red;margin-top:.3rem}._form_1p56t_231{background-color:#fff;padding:18px 50px}._form_1p56t_231 ._buttons_1p56t_235{justify-content:flex-end;display:flex}._form_1p56t_231 ._buttons_1p56t_235 button:first-child{margin-right:16px}._containerForm_1p56t_243{grid-template-columns:1fr;column-gap:16px;width:100%;margin-bottom:14px;display:grid}._containerForm_1p56t_243 button{align-self:flex-start;margin-top:26.67px}@media (width>=769px){._containerForm_1p56t_243{grid-template-columns:40.4% 40.3% 19.3%;width:calc(100% - 32px)}}._preHeader_1fv7h_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1fv7h_1{font-size:1rem;line-height:1rem}}._headerXl_1fv7h_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1fv7h_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1fv7h_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1fv7h_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1fv7h_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1fv7h_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1fv7h_52{text-align:center}._headerMd_1fv7h_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1fv7h_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1fv7h_72{margin-bottom:0}._headerMdInverted_1fv7h_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1fv7h_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1fv7h_92{text-align:center}._textLabel_1fv7h_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1fv7h_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1fv7h_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1fv7h_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1fv7h_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1fv7h_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1fv7h_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1fv7h_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1fv7h_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1fv7h_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1fv7h_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1fv7h_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1fv7h_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1fv7h_226{color:red;margin-top:.3rem}._FiltersAndExportBtton_1fv7h_231{position:relative}button._exportCSVButton_1fv7h_235{color:#3275f5;cursor:pointer;letter-spacing:.03em;border:none;outline:none;height:45px;padding:0;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:500;line-height:45px;display:inline-block;position:absolute;bottom:18px;left:50px}button._exportCSVButton_1fv7h_235[disabled]{color:silver;pointer-events:none;background-color:#0000}._modalTitle_1fv7h_259{color:#424242;text-align:center;padding-bottom:20px;font-family:Roboto,sans-serif;font-size:27px;font-style:normal;font-weight:500;line-height:normal}._content_1fv7h_270{background-color:#edeeef;border-radius:8px;justify-content:center;align-items:center;gap:24px;padding:16px 24px 16px 16px;display:flex}._content_1fv7h_270:not(:last-child){margin-bottom:16px}._content_1fv7h_270 p,._content_1fv7h_270 a,._content_1fv7h_270 label{margin:0;font-family:Roboto,sans-serif}._numbers_1fv7h_287 label{text-transform:uppercase;font-size:14px;font-style:normal;font-weight:500}._numbers_1fv7h_287 p{text-transform:uppercase;text-align:center;font-size:20px;font-style:normal;font-weight:700}._user_1fv7h_301{flex:1}._user_1fv7h_301 p:first-child{font-size:20px;font-style:normal;font-weight:400}._user_1fv7h_301 a{color:#3275f5;font-size:16px;font-weight:400;text-decoration-line:underline}._shareHeader_1fv7h_316{justify-content:space-between;margin-bottom:8px;display:flex}._shareHeader_1fv7h_316 p{font-size:16px;font-weight:400}._shareHeader_1fv7h_316 label{font-size:20px;font-weight:500}._linkBtns_1fv7h_330{gap:40px;display:flex}._linkBtns_1fv7h_330 a{color:#3275f5;align-items:center;display:flex}._linkBtns_1fv7h_330 a svg{margin-right:10px}._linkBtns_1fv7h_330 a:last-child svg path{fill:#3275f5}._preHeader_1cytg_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1cytg_1{font-size:1rem;line-height:1rem}}._headerXl_1cytg_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1cytg_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1cytg_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1cytg_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1cytg_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1cytg_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1cytg_52{text-align:center}._headerMd_1cytg_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1cytg_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1cytg_72{margin-bottom:0}._headerMdInverted_1cytg_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1cytg_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1cytg_92{text-align:center}._textLabel_1cytg_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1cytg_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1cytg_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1cytg_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1cytg_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1cytg_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1cytg_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1cytg_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1cytg_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1cytg_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1cytg_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1cytg_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1cytg_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1cytg_226{color:red;margin-top:.3rem}._firstContainer_1cytg_231{padding:10px 16px 16px;position:relative}._form_1cytg_236{display:grid}._containerForm_1cytg_240{flex-direction:column;width:100%;display:flex}._containerForm_1cytg_240 ._Inputs_1cytg_245{flex-direction:column;display:flex}._containerForm_1cytg_240 ._Inputs_1cytg_245>div{width:100%}._linkButton_1cytg_253{color:#3275f5;cursor:pointer;white-space:nowrap;border:none;outline:none;height:45px;padding:0 8px;font-family:Roboto,"sans-serif";font-size:16px;font-style:normal;font-weight:500;line-height:45px;text-decoration:underline}._ChipWrapper_1cytg_269{margin:8px 0 0}@media (width>=769px){._containerForm_1cytg_240{grid-column-gap:24px;flex-direction:row;justify-content:space-between}._containerForm_1cytg_240 ._Inputs_1cytg_245{grid-column-gap:24px;flex-direction:row;width:75%}._containerForm_1cytg_240 ._Inputs_1cytg_245>div:first-child{flex:0 0 40.63%;max-width:295px}._containerForm_1cytg_240 ._Inputs_1cytg_245>div:nth-child(2),._containerForm_1cytg_240 ._Inputs_1cytg_245>div:nth-child(3){flex-basis:26.35%}._containerForm_1cytg_240 ._Buttons_1cytg_294{grid-column-gap:24px;justify-content:flex-end;width:24.69%;display:flex}}._preHeader_zd5fy_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_zd5fy_1{font-size:1rem;line-height:1rem}}._headerXl_zd5fy_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_zd5fy_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_zd5fy_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_zd5fy_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_zd5fy_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_zd5fy_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_zd5fy_52{text-align:center}._headerMd_zd5fy_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_zd5fy_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_zd5fy_72{margin-bottom:0}._headerMdInverted_zd5fy_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_zd5fy_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_zd5fy_92{text-align:center}._textLabel_zd5fy_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_zd5fy_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_zd5fy_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_zd5fy_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_zd5fy_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_zd5fy_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_zd5fy_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_zd5fy_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_zd5fy_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_zd5fy_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_zd5fy_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_zd5fy_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_zd5fy_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_zd5fy_226{color:red;margin-top:.3rem}._completedAttemptsCell_zd5fy_231{background-color:#e4ffe5}._failedAttemptsCell_zd5fy_235{background-color:#ffe5e5}._centered_zd5fy_239{justify-content:center}._StatsRow_zd5fy_243:last-child{background-color:#3275f51a!important}._StatsRow_zd5fy_243:last-child ._completedAttemptsCell_zd5fy_231{background-color:#d2f1e7}._StatsRow_zd5fy_243:last-child ._failedAttemptsCell_zd5fy_235{background-color:#ebdae7}._tdMatchId_zd5fy_253{width:8.78%!important;padding-left:16px!important}._tdConferenceBC_zd5fy_258,._tdBowlingCenterBC_zd5fy_259{width:25.12%!important;padding-left:16px!important}._tdAttemptsBC_zd5fy_264,._tdCompletedAttemptsBC_zd5fy_265,._tdFailedAttemptsBC_zd5fy_266{width:13.65%!important}._tdBowlingCenterBC_zd5fy_259{height:68px;padding:0 5px 0 16px!important}._BowlingCenterAndCountryCell_zd5fy_275{flex-direction:column;display:flex}._BowlingCenterAndCountryCell_zd5fy_275>span{font-family:Roboto,sans-serif;font-style:normal;font-weight:400}._BowlingCenterAndCountryCell_zd5fy_275>span:first-child{color:#111827;font-size:14px;line-height:16px}._BowlingCenterAndCountryCell_zd5fy_275>span:nth-child(2){color:#3c4555;font-size:12px;line-height:14px}._preHeader_1jejr_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1jejr_1{font-size:1rem;line-height:1rem}}._headerXl_1jejr_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1jejr_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1jejr_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1jejr_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1jejr_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1jejr_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1jejr_52{text-align:center}._headerMd_1jejr_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1jejr_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1jejr_72{margin-bottom:0}._headerMdInverted_1jejr_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1jejr_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1jejr_92{text-align:center}._textLabel_1jejr_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1jejr_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1jejr_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1jejr_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1jejr_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1jejr_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1jejr_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1jejr_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1jejr_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1jejr_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1jejr_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1jejr_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1jejr_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1jejr_226{color:red;margin-top:.3rem}._completedAttemptsCell_1jejr_231{background-color:#e4ffe5}._failedAttemptsCell_1jejr_235{background-color:#ffe5e5}._centered_1jejr_239{justify-content:center}._StatsRow_1jejr_243:last-child{background-color:#3275f51a!important}._StatsRow_1jejr_243:last-child ._completedAttemptsCell_1jejr_231{background-color:#d2f1e7}._StatsRow_1jejr_243:last-child ._failedAttemptsCell_1jejr_235{background-color:#ebdae7}._tdMatchId_1jejr_253{width:8.78%!important;padding-left:16px!important}._tdConference_1jejr_258{width:43.31%!important;padding-left:16px!important}._tdAttempts_1jejr_263{width:9.17%!important}._tdCompletedAttempts_1jejr_267{width:13.65%!important}._tdFailedAttempts_1jejr_271{width:12.97%!important}._tdNoOfPlayers_1jejr_275{width:12.09%!important}._preHeader_vxild_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_vxild_1{font-size:1rem;line-height:1rem}}._headerXl_vxild_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_vxild_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_vxild_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_vxild_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_vxild_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_vxild_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_vxild_52{text-align:center}._headerMd_vxild_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_vxild_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_vxild_72{margin-bottom:0}._headerMdInverted_vxild_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_vxild_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_vxild_92{text-align:center}._textLabel_vxild_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_vxild_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_vxild_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_vxild_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_vxild_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_vxild_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_vxild_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_vxild_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_vxild_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_vxild_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_vxild_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_vxild_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_vxild_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_vxild_226{color:red;margin-top:.3rem}._buttonsRow_vxild_232{justify-content:flex-end;margin-top:20px;display:flex}._CardContent_vxild_238{background-color:#f1f1f1}._mt45_vxild_242{margin-top:45px}._EmptyState_vxild_246{flex-direction:column;justify-content:center;align-items:center;height:411px;display:flex}._EmptyState_vxild_246 ._EmptyStateMessage_vxild_253{color:#000;opacity:.3;margin:28px 0 4px;font-family:Roboto,sans-serif;font-size:22px;font-style:normal;font-weight:500;display:flex}._EmptyState_vxild_246 ._TryAgainMessage_vxild_263{color:#1b2b41b8;margin:0;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;display:flex}@media (width>=769px){._buttonsRow_vxild_232{margin-top:40px}}._preHeader_16e97_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_16e97_1{font-size:1rem;line-height:1rem}}._headerXl_16e97_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_16e97_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_16e97_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_16e97_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_16e97_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_16e97_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_16e97_52{text-align:center}._headerMd_16e97_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_16e97_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_16e97_72{margin-bottom:0}._headerMdInverted_16e97_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_16e97_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_16e97_92{text-align:center}._textLabel_16e97_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_16e97_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_16e97_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_16e97_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_16e97_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_16e97_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_16e97_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_16e97_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_16e97_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_16e97_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_16e97_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_16e97_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_16e97_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_16e97_226{color:red;margin-top:.3rem}._containerForm_16e97_231{border-radius:6px;justify-content:space-between;margin-bottom:41px;display:flex}._modalButtonRow_16e97_238{justify-content:space-between;display:flex;box-shadow:inset 0 1px #0000001a}._containerRowTop_16e97_244{grid-template-columns:226px auto;gap:8px 24px;width:100%;display:grid}._row_16e97_252{grid-column-gap:10px;grid-template-columns:1fr 1fr;display:grid}._rowSecond_16e97_258{grid-row-start:2;grid-column-start:1}._rowSecond_16e97_258 ._groupSwitch_16e97_262{align-items:center;display:flex}._rowSecond_16e97_258 ._groupSwitch_16e97_262 ._imgSwitch_16e97_266{margin-right:9.88px}._general_16e97_270>div [class*=formLabel]{padding-top:0}._preHeader_1e7ly_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1e7ly_1{font-size:1rem;line-height:1rem}}._headerXl_1e7ly_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1e7ly_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1e7ly_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1e7ly_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1e7ly_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1e7ly_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1e7ly_52{text-align:center}._headerMd_1e7ly_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1e7ly_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1e7ly_72{margin-bottom:0}._headerMdInverted_1e7ly_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1e7ly_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1e7ly_92{text-align:center}._textLabel_1e7ly_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1e7ly_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1e7ly_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1e7ly_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1e7ly_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1e7ly_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1e7ly_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1e7ly_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1e7ly_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1e7ly_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1e7ly_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1e7ly_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1e7ly_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1e7ly_226{color:red;margin-top:.3rem}._tournamentsRoute_1e7ly_231{background-color:#f7f7f7;flex:1;min-height:100vh}._tournamentsRoute_1e7ly_231 h2{justify-content:space-between;align-items:flex-start;margin-bottom:0;font-family:Lato,sans-serif;display:flex}._tournamentsRoute_1e7ly_231 h2 span{align-items:flex-end;display:flex}._tournamentsRoute_1e7ly_231 ._pageBody_1e7ly_247{background-color:#f7f7f7;border-radius:6px;margin-top:0;padding:22px 41px 40px}._tournamentsRoute_1e7ly_231 ._infoText_1e7ly_253{color:#2c2d30;font-size:20px;line-height:28px}._tournamentsRoute_1e7ly_231 ._top_1e7ly_258{background:#fff;border-bottom:1px solid #e0e0e0;justify-content:space-between;padding:16px 40px;display:flex}._header_1e7ly_18{justify-content:flex-start;align-items:center;height:46px;margin-top:4px;margin-bottom:21px;display:flex}._header_1e7ly_18 ._btnBack_1e7ly_274{box-sizing:border-box;background-color:#0000;border:none;outline:none;justify-content:center;align-items:center;margin-right:32px;padding:10px;display:flex}._header_1e7ly_18 ._btnBack_1e7ly_274 img{width:8px;height:15px}._header_1e7ly_18>h2{color:#424242;margin:0;font-family:Roboto;font-size:30px;font-style:normal;font-weight:500;line-height:35px}._icon_1e7ly_299{color:#3275f5;text-align:center;cursor:pointer;flex-shrink:0;flex-basis:30px;font-size:20px}._btnAddTournament_1e7ly_308{text-transform:none}._buttonsRow_1e7ly_312{justify-content:flex-end;margin-bottom:20px;display:flex}._buttonsRow_1e7ly_312 button{min-height:50px}._cursorPointer_1e7ly_321{cursor:pointer}._loading_1e7ly_325:before{content:"";background:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='utf-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20style='margin:%20auto;%20background:%20rgba(241,%20242,%20243,%200);%20display:%20block;%20shape-rendering:%20auto;'%20width='200px'%20height='200px'%20viewBox='0%200%20100%20100'%20preserveAspectRatio='xMidYMid'%3e%3cg%20transform='rotate(0%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.9166666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(30%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.8333333333333334s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(60%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.75s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(90%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.6666666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(120%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.5833333333333334s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(150%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.5s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(180%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.4166666666666667s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(210%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.3333333333333333s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(240%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.25s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(270%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.16666666666666666s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(300%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='-0.08333333333333333s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3cg%20transform='rotate(330%2050%2050)'%3e%3crect%20x='47'%20y='21'%20rx='3'%20ry='4.8'%20width='6'%20height='12'%20fill='%2393dbe9'%3e%3canimate%20attributeName='opacity'%20values='1;0'%20keyTimes='0;1'%20dur='1s'%20begin='0s'%20repeatCount='indefinite'%3e%3c/animate%3e%3c/rect%3e%3c/g%3e%3c!--%20[ldio]%20generated%20by%20https://loading.io/%20--%3e%3c/svg%3e") -5px -7px/150% no-repeat;width:20px;height:16px;display:inline-block}._modalColumn_1e7ly_336{flex-direction:column;display:flex}._containerForm_1e7ly_341{background-color:#f6f6f6;border-radius:6px;justify-content:space-between;margin-bottom:20px;padding:15px;display:flex}._modalTitle_1e7ly_350{color:#424242;text-align:center;margin-bottom:24px;font-family:Roboto,"sans-serif";font-size:27px;font-style:normal;font-weight:500;line-height:32px}._modalSubtitle_1e7ly_361{color:#424242;opacity:.7;text-align:center;margin-bottom:21px;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:16px;display:inline-block}._cards_1e7ly_374{grid-template-columns:repeat(5,1fr);gap:16px 18px;width:100%;font-family:Lato,sans-serif;display:grid}._LoadingSpinner_1e7ly_383{margin:0 auto;display:block}._LoadingSpinner_1e7ly_383._loadingSpinnerCentered_1e7ly_387{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._firstContainer_1e7ly_395{flex-flow:wrap;align-items:center;gap:13px;margin-bottom:20px;display:flex;position:relative}._firstContainer_1e7ly_395:last-child{margin-bottom:0}._containerImage_1e7ly_408{background:#fafafa;border:1px dashed #cacaca80;border-radius:5px;justify-content:center;align-items:center;width:204px;height:207px;display:flex}._noAvailable_1e7ly_419{font-size:1.25rem}._modalDelete_1e7ly_423{background-color:#f6f6f6;border-radius:6px;margin-bottom:20px;padding:20px}._modalField_1e7ly_430{text-overflow:ellipsis;color:#000;border:1px solid #00000040;border-radius:6px;outline:none;width:100%;height:50px;padding:12px 47px;font-size:1.07rem;font-weight:700;overflow:hidden}._modalField_1e7ly_430::placeholder{color:#00000040}._deleteButton_1e7ly_447{cursor:default;color:gray;border-color:gray}._deleteButton_1e7ly_447:hover{color:gray;background-color:#fff;border-color:gray}._buttonAddTextUnder_1e7ly_458{color:#9db8ec;pointer-events:none;text-transform:capitalize;width:max-content;font-family:Roboto;font-size:13px;font-style:normal;font-weight:400;line-height:15px;position:absolute;top:calc(100% + 26px);left:50%;transform:translate(-50%)}._tournamentActions_1e7ly_474{column-gap:8px;margin-bottom:10px;padding-left:127px;display:flex}._centeredVerticalHorizontal_1e7ly_481{flex-direction:column;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._centeredVerticalHorizontal_1e7ly_481 ._notFoundMessage_1e7ly_490{color:#000;opacity:.3;margin-bottom:4px;font-family:Roboto,"sans-serif";font-size:22px;font-style:normal;font-weight:500}._centeredVerticalHorizontal_1e7ly_481 ._notFoundSuggestion_1e7ly_499{color:#1b2b41b8;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400}._formModal_1e7ly_507{padding:30px 32px 20px}@media (width>=1024px){._cards_1e7ly_374{grid-template-columns:repeat(4,1fr)}}@media (width>=1366px){._cards_1e7ly_374{grid-template-columns:repeat(5,1fr)}}@media (width>=1920px){._cards_1e7ly_374{grid-template-columns:repeat(6,1fr)}}@media (width>=2000px){._cards_1e7ly_374{grid-template-columns:repeat(7,1fr)}}._preHeader_hlg02_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_hlg02_1{font-size:1rem;line-height:1rem}}._headerXl_hlg02_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_hlg02_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_hlg02_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_hlg02_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_hlg02_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_hlg02_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_hlg02_52{text-align:center}._headerMd_hlg02_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_hlg02_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_hlg02_72{margin-bottom:0}._headerMdInverted_hlg02_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_hlg02_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_hlg02_92{text-align:center}._textLabel_hlg02_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_hlg02_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_hlg02_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_hlg02_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_hlg02_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_hlg02_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_hlg02_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_hlg02_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_hlg02_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_hlg02_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_hlg02_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_hlg02_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_hlg02_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_hlg02_226{color:red;margin-top:.3rem}._linkButton_hlg02_231{color:#3275f5;cursor:pointer;border:none;outline:none;height:45px;padding:0 16px;font-family:Roboto,"sans-serif";font-size:14px;font-style:normal;font-weight:400;line-height:45px}._categoryInputContainer_hlg02_246 label:last-child{margin-right:0}._preHeader_1ekp8_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_1ekp8_1{font-size:1rem;line-height:1rem}}._headerXl_1ekp8_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_1ekp8_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_1ekp8_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_1ekp8_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1ekp8_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_1ekp8_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_1ekp8_52{text-align:center}._headerMd_1ekp8_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_1ekp8_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_1ekp8_72{margin-bottom:0}._headerMdInverted_1ekp8_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_1ekp8_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_1ekp8_92{text-align:center}._textLabel_1ekp8_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_1ekp8_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_1ekp8_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_1ekp8_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_1ekp8_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_1ekp8_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_1ekp8_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_1ekp8_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_1ekp8_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_1ekp8_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_1ekp8_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_1ekp8_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_1ekp8_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_1ekp8_226{color:red;margin-top:.3rem}._unclaimRoute_1ekp8_231{background-color:#fff;flex:1;min-height:100vh}._unclaimRoute_1ekp8_231 ._header_1ekp8_18{justify-content:flex-start;align-items:center;height:46px;margin-top:4px;margin-bottom:21px;display:flex}._unclaimRoute_1ekp8_231 ._header_1ekp8_18>h2{color:#424242;margin:0;font-family:Roboto;font-size:30px;font-style:normal;font-weight:500;line-height:35px}._unclaimRoute_1ekp8_231 ._top_1ekp8_253{background:#fff;padding:10px 74px 4px 40px}._unclaimRoute_1ekp8_231 ._top_1ekp8_253 h3{color:#424242;margin:35px 0 33px;font-family:Roboto,"sans-serif";font-size:20px;font-style:normal;font-weight:400}._unclaimRoute_1ekp8_231 ._top_1ekp8_253 ._topActions_1ekp8_265{border-bottom:1px solid #ececec;justify-content:space-between;padding-bottom:13px;display:flex}._unclaimRoute_1ekp8_231 ._pageBody_1ekp8_271{padding:0 74px 0 50px}._nameCell_1ekp8_275{text-overflow:ellipsis;white-space:nowrap;max-width:160px;display:inline;overflow:hidden}._centeredVerticalHorizontal_1ekp8_283{flex-direction:column;align-items:center;display:flex;position:absolute;top:70%;left:50%;transform:translate(-50%,-50%)}._centeredVerticalHorizontal_1ekp8_283 ._notFoundMessage_1ekp8_292{color:#000;opacity:.3;text-align:center;margin-bottom:4px;font-family:Roboto,"sans-serif";font-size:22px;font-style:normal;font-weight:500}._centeredVerticalHorizontal_1ekp8_283 ._notFoundSuggestion_1ekp8_302{color:#1b2b41b8;text-align:center;max-width:500px;font-family:Roboto;font-size:16px;font-style:normal;font-weight:400}._claimButton_1ekp8_312{height:53px;line-height:53px;position:fixed;bottom:75px;right:75px}._containerButtons_1ekp8_320{z-index:2100;position:fixed;bottom:80px;right:80px}._containerButtons_1ekp8_320 ._btnClaim_1ekp8_326{min-height:50px;font-weight:400;box-shadow:0 2px 7px #53535340}._modal_1ekp8_332{min-width:175px;padding:15px 5px;position:absolute;bottom:80px;right:220px;overflow:visible}._cellHeadContent_v7gig_1{display:flex}._cellHeadContent_v7gig_1>span{margin-right:9px}._preHeader_fjlij_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_fjlij_1{font-size:1rem;line-height:1rem}}._headerXl_fjlij_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_fjlij_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_fjlij_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_fjlij_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_fjlij_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_fjlij_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_fjlij_52{text-align:center}._headerMd_fjlij_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_fjlij_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_fjlij_72{margin-bottom:0}._headerMdInverted_fjlij_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_fjlij_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_fjlij_92{text-align:center}._textLabel_fjlij_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_fjlij_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_fjlij_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_fjlij_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_fjlij_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_fjlij_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_fjlij_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_fjlij_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_fjlij_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_fjlij_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_fjlij_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_fjlij_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_fjlij_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_fjlij_226{color:red;margin-top:.3rem}._container_fjlij_231{background-color:#f6f6f6;min-height:100vh;font-family:SF Pro Display,sans-serif}._userDetailsContainer_fjlij_237{flex-direction:column;gap:24px;width:100%;max-width:1230px;margin:auto;padding:40px;display:flex}@media (width>=1024px){._userDetailsContainer_fjlij_237{flex-direction:row}}._userInfoSection_fjlij_252{background:#fff;border-radius:8px;flex-direction:column;flex:0 0 300px;gap:48px;padding:32px;display:flex;box-shadow:0 100px 80px #00000005,0 41.778px 33.422px #00000008,0 22.336px 17.869px #00000008,0 12.522px 10.017px #0000000a,0 6.65px 5.32px #0000000d,0 2.767px 2.214px #00000012}._userInfoSection_fjlij_252 ._avatar_fjlij_262{background:#f5f5f5;border-radius:50%;width:120px;height:120px;margin:0 auto 16px;overflow:hidden}._userInfoSection_fjlij_252 ._avatar_fjlij_262 img{object-fit:cover;width:100%;height:100%}._userInfoSection_fjlij_252 h2{text-align:center;margin:0 0 8px;font-size:24px;font-weight:600}._userInfoSection_fjlij_252 ._email_fjlij_281{color:#666;text-align:center;font-size:14px}._userInfoSection_fjlij_252 ._userInfo_fjlij_252{gap:24px;display:flex}@media (width>=1024px){._userInfoSection_fjlij_252 ._userInfo_fjlij_252{flex-direction:column}}._userInfoSection_fjlij_252 ._actions_fjlij_295{flex-direction:column;gap:12px;display:flex}._userInfoSection_fjlij_252 ._actions_fjlij_295 button{cursor:pointer;border:none;border-radius:4px;width:100%;padding:12px;font-size:14px;transition:background-color .2s}._userInfoSection_fjlij_252 ._actions_fjlij_295 button._recoverButton_fjlij_309{color:#333;background:#f5f5f5}._userInfoSection_fjlij_252 ._actions_fjlij_295 button._recoverButton_fjlij_309:hover{background:#e5e5e5}._userInfoSection_fjlij_252 ._actions_fjlij_295 button._deactivateButton_fjlij_316{color:#f44;background:#fff0f0}._userInfoSection_fjlij_252 ._actions_fjlij_295 button._deactivateButton_fjlij_316:hover{background:#ffe0e0}._detailsSection_fjlij_324{flex-direction:column;flex:1;gap:16px;display:flex}._section_fjlij_331{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px #0003}._section_fjlij_331 h3{color:#707071;letter-spacing:.8px;margin:0;padding:16px 24px 0;font-size:22px;font-weight:700;line-height:28px}._section_fjlij_331 ._content_fjlij_348{padding:16px 24px 24px}._section_fjlij_331 ._row_fjlij_351{gap:48px;margin-bottom:24px;display:flex}._section_fjlij_331 ._row_fjlij_351:last-child{margin-bottom:0}._dataDisplay_fjlij_360{flex-direction:column;flex:1;gap:8px;display:flex}._dataDisplay_fjlij_360 ._labelContainer_fjlij_366{align-items:center;gap:8px;display:flex}._dataDisplay_fjlij_360 ._labelContainer_fjlij_366 ._label_fjlij_209{color:#707071;font-feature-settings:"liga" off, "clig" off;letter-spacing:.4px;font-family:Roboto;font-size:14px;font-weight:500}._dataDisplay_fjlij_360 ._labelContainer_fjlij_366 ._copyButton_fjlij_379{cursor:pointer;opacity:.6;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:opacity .2s;display:flex}._dataDisplay_fjlij_360 ._labelContainer_fjlij_366 ._copyButton_fjlij_379:hover{opacity:1}._dataDisplay_fjlij_360 ._labelContainer_fjlij_366 ._copyButton_fjlij_379 ._copyIcon_fjlij_393{font-size:14px}._dataDisplay_fjlij_360 ._value_fjlij_396{color:#10002e;letter-spacing:.2px;align-items:center;gap:4px;margin:0;font-family:Roboto;font-size:18px;font-weight:400;line-height:1;display:flex}._sendEmailRecoveryModal_fjlij_410{text-align:center;flex-direction:column;gap:24px;max-width:380px;display:flex}._sendEmailRecoveryModal_fjlij_410 ._actions_fjlij_295{justify-content:space-between;gap:12px;display:flex}._container_12m7t_1{gap:32px;width:100%;display:flex}._infoWrapper_12m7t_7{flex-direction:column;flex:1;gap:45px;padding-top:5px;display:flex}._info_12m7t_7 p,._mapHeader_12m7t_15 p{letter-spacing:.4px;color:#707071;margin-bottom:8px;font-size:14px;font-weight:500;line-height:16px}._info_12m7t_7 h4,._mapHeader_12m7t_15 h4{letter-spacing:.2px;font-size:20px;font-weight:400;line-height:21px}._mapWrapper_12m7t_30{flex:1}._mapHeader_12m7t_15{justify-content:space-between;align-items:center;margin-bottom:7px;display:flex}._mapHeader_12m7t_15 p{color:#000;margin-bottom:0}._mapHeader_12m7t_15 span{color:#707071;gap:8px;font-size:15px;font-weight:500;line-height:18px;display:flex}._mapHeader_12m7t_15 svg path{fill:#707071}._map_12m7t_15{border-radius:8px;height:397px;margin-bottom:34px;overflow:hidden}._formattedAddress_12m7t_63{flex-wrap:wrap;gap:4px;padding-top:8px;display:flex}._formattedAddress_12m7t_63 button[type=button]{border-radius:50px;height:auto;font-size:12px;padding:4px 8px!important}._matchesRestrictions_fs2hc_1{background-color:#f6f6f6;grid-template-columns:repeat(4,1fr);gap:8px 32px;margin:0 0 24px;padding:16px;display:grid}._matchesRestrictions_fs2hc_1>div:first-child{grid-column:1/3}._matchesRestrictions_fs2hc_1>div:nth-child(2){grid-column:3/5}._matchesRestrictions_fs2hc_1>div:nth-child(3){grid-column:1/-1}._checkboxGrid_fs2hc_19{flex-direction:column;gap:8px;display:flex}._matchesList_fs2hc_25{flex-wrap:wrap;gap:8px;display:flex}._matchItem_fs2hc_31{background-color:#f0f0f0;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:14px;display:flex}._matchItem_fs2hc_31 button{cursor:pointer;color:#666;background:0 0;border:none;padding:0 4px;font-size:16px}._matchItem_fs2hc_31 button:hover{color:#f44}._container_1duae_1{background:#f6f6f6;padding:24px 40px;font-family:Inter,sans-serif}._section_1duae_7{background:#fff;border-radius:10px;max-width:1200px;margin:0 auto 10px;padding:24px;box-shadow:0 100px 80px #00000005,0 41.778px 33.422px #00000008,0 22.336px 17.869px #00000008,0 12.522px 10.017px #0000000a,0 6.65px 5.32px #0000000d,0 2.767px 2.214px #00000012}._section_1duae_7 h2{letter-spacing:.8px;color:#707071;font-size:22px;font-weight:700;line-height:28px}._basicInfo_1duae_25{gap:48px;display:flex}._formFields_1duae_30{flex:1;grid-template-columns:1fr 1fr;gap:16px 48px;display:grid}._formRow_1duae_37{grid-template-columns:1fr 1fr;gap:24px;display:grid}._datePicker_1duae_43{flex-direction:column;gap:8px;height:98px;display:flex}._datePicker_1duae_43 p{color:red;font-size:14px}._threeColumns_1duae_54{grid-column:1/3}._photoUpload_1duae_58{flex-direction:column;flex-basis:274px;gap:24px;display:flex}._restrictions_1duae_65{flex-direction:column;gap:8px;height:100%;display:flex}._restrictMatchesButton_1duae_72{color:#3275f5;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:8px;font-size:14px;transition:opacity .2s;display:flex}._restrictMatchesButton_1duae_72:hover{opacity:.8}._restrictMatchesButton_1duae_72 ._icon_1duae_87{font-size:16px}._formGrid_1duae_91{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (width>=1024px){._formGrid_1duae_91{grid-template-columns:repeat(3,1fr)}}._checkboxGrid_1duae_102{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (width>=1024px){._checkboxGrid_1duae_102{grid-template-columns:repeat(3,1fr)}}._actions_1duae_113{justify-content:space-between;gap:16px;display:flex}._matchesRestrictions_1duae_119{background-color:#f6f6f6;grid-template-columns:repeat(4,1fr);gap:8px 32px;margin:0 0 24px;padding:16px;display:grid}._matchesRestrictions_1duae_119>div:first-child{grid-column:1/3}._matchesRestrictions_1duae_119>div:nth-child(2){grid-column:3/5}._matchesRestrictions_1duae_119>div:nth-child(3){grid-column:1/-1}._checkboxGrid_1duae_102{flex-direction:column;gap:8px;display:flex}._matchesList_1duae_143{flex-wrap:wrap;gap:8px;display:flex}._matchItem_1duae_149{background-color:#f0f0f0;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:14px;display:flex}._matchItem_1duae_149 button{cursor:pointer;color:#666;background:0 0;border:none;padding:0 4px;font-size:16px}._matchItem_1duae_149 button:hover{color:#f44}._preHeader_jfues_1{letter-spacing:2px;text-transform:capitalize;margin-bottom:4px;font-family:brandon-grotesque-bold,sans-serif;font-size:.6rem;font-style:normal;font-weight:500;line-height:.6rem}@media (width>=768px){._preHeader_jfues_1{font-size:1rem;line-height:1rem}}._headerXl_jfues_18{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1.4375rem;font-style:normal;font-weight:700;line-height:1.725rem}@media (width>=768px){._headerXl_jfues_18{font-size:2.875rem;line-height:3.45rem}}._headerLg_jfues_35{color:#fff;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLg_jfues_35{font-size:2rem;line-height:2.6rem}}._headerLgInverted_jfues_52{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:1rem;font-style:normal;font-weight:700;line-height:1.3rem}@media (width>=768px){._headerLgInverted_jfues_52{font-size:2rem;line-height:2.6rem}}._headerLgInverted_jfues_52{text-align:center}._headerMd_jfues_72{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMd_jfues_72{font-size:1.5rem;line-height:1.95rem}}._headerMd_jfues_72{margin-bottom:0}._headerMdInverted_jfues_92{color:#000;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.75rem;font-style:normal;font-weight:700;line-height:.975rem}@media (width>=768px){._headerMdInverted_jfues_92{font-size:1.5rem;line-height:1.95rem}}._headerMdInverted_jfues_92{text-align:center}._textLabel_jfues_112{color:#000;white-space:nowrap;margin-bottom:.5rem;font-size:.875rem;font-weight:500}._textMsg_jfues_120{color:#000;white-space:nowrap;text-align:center;margin-bottom:.5rem;font-size:1rem;font-weight:500}._postTitleHeading_jfues_129{color:#000;text-align:center;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:500;line-height:2.25rem}._breadText_jfues_138{color:#707070;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem}._miniLabel_jfues_146{color:#101820;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabel_jfues_146{font-size:.75rem;line-height:.75rem}}._miniLabelLight_jfues_163{color:#436586;text-transform:capitalize;margin-bottom:1.7rem;font-family:Roboto,Arial,sans-serif;font-size:.375rem;font-style:normal;font-weight:700;line-height:.375rem}@media (width>=768px){._miniLabelLight_jfues_163{font-size:.75rem;line-height:.75rem}}._linkPrimary_jfues_180{color:#36a3f7;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._linkDangerous_jfues_190{color:#f3545d;cursor:pointer;font-family:Roboto,serif;font-size:.9375rem;font-weight:400;line-height:1.4rem;text-decoration:none}._textOverLine_jfues_200{letter-spacing:.5px;color:#00000080;text-transform:uppercase;margin-bottom:6px;font-family:Roboto,Arial,sans-serif;font-size:.75rem}._labelHeaderMd_jfues_209{color:#000;text-transform:capitalize;margin-bottom:0;font-family:Roboto,Arial,sans-serif;font-size:.9rem;font-style:normal;font-weight:700;line-height:1.17rem}@media (width>=768px){._labelHeaderMd_jfues_209{font-size:1.125rem;line-height:1.4625rem}}._fieldError_jfues_226{color:red;margin-top:.3rem}._container_jfues_231{background-color:#f6f6f6;min-height:100vh;font-family:Roboto,sans-serif}._headerWrapper_jfues_237{background-color:#fff;margin-top:-1px;padding:0 40px}._header_jfues_18{border-top:1px solid #ececec;justify-content:space-between;align-items:flex-end;gap:16px;padding:24px 0;display:flex}._container_qrnnx_1{padding-right:42px}._container_qrnnx_1 label{letter-spacing:.4px;padding-bottom:8px;font-size:14px;font-weight:500;line-height:16px;display:block}._filters_qrnnx_13{gap:16px;display:flex}._container_9i0ny_1{flex-direction:column;gap:24px;display:flex}._container_9i0ny_1 h2{color:#424242;text-align:center;font-size:27px;font-style:normal;font-weight:500;line-height:normal}._actions_9i0ny_15{justify-content:space-between;padding-top:40px;display:flex}._container_boqsl_1{background-color:#f6f6f6;min-height:100vh;font-family:Roboto,sans-serif}._headerWrapper_boqsl_7{background-color:#fff;margin-top:-1px;padding:0 40px}._header_boqsl_7{border-top:1px solid #ececec;justify-content:space-between;align-items:flex-end;gap:30px;padding:24px 0;display:flex}._loading_boqsl_22{justify-content:center;align-items:center;height:calc(100vh - 72px);display:flex}._noData_boqsl_29{flex-direction:column;justify-content:center;align-items:center;gap:12px;height:calc(100vh - 92px);display:flex}._noData_boqsl_29 p{opacity:.3;font-size:22px;font-style:normal;font-weight:500}._content_boqsl_44{min-height:calc(100vh - 213px);padding:24px 40px 40px}.ReactTable ._videoPreview_boqsl_49 img{object-fit:cover;width:100%;height:100%}.ReactTable ._videoPreview_boqsl_49.cell{border-radius:4px;height:80px;padding:16px}._container_15eyz_1{flex-direction:column;gap:24px;display:flex}._container_15eyz_1 h2{color:#424242;text-align:center;font-size:27px;font-style:normal;font-weight:500;line-height:normal}._actions_15eyz_15{justify-content:space-between;padding-top:16px;display:flex}._container_1hhzh_1{background-color:#f6f6f6;min-height:100vh;font-family:Roboto,sans-serif}._headerWrapper_1hhzh_7{background-color:#fff;margin-top:-1px;padding:0 40px}._header_1hhzh_7{border-top:1px solid #ececec;justify-content:space-between;align-items:flex-end;gap:16px;padding:24px 0;display:flex}._loading_1hhzh_22{margin-top:271px}._noData_1hhzh_26{flex-direction:column;justify-content:center;align-items:center;gap:12px;height:calc(100vh - 92px);display:flex}._noData_1hhzh_26 p{opacity:.3;font-size:22px;font-style:normal;font-weight:500}._content_1hhzh_41{min-height:calc(100vh - 213px);padding:24px 40px 40px}._container_mfo4r_1{color:#9e9e9e;background-color:#f0f0f0;flex-direction:column;justify-content:center;align-items:center;gap:20px;height:100vh;display:flex}html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}*,:before,:after{box-sizing:border-box}:global #content-below-header{min-height:100vh}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:Roboto,Arial,sans-serif}html,body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,dl,dd,form,table,th,td,caption,hr,figure{margin:0;padding:0}button,a{cursor:pointer;background-color:#0000;border:0;padding:0}a{text-decoration:none}h1,h2,h3,h4,h5{margin:0 0 .6rem}h4,h5{margin:0}p{margin:0 0 .4rem}html{font-size:100%}h1{font-size:2.875rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.07rem}h5{font-size:1rem}p,div,span{font-size:100%}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(/assets/fa-solid-900-DLwxCvQl.eot);src:url(/assets/fa-solid-900-DLwxCvQl.eot?#iefix)format("embedded-opentype"),url(/assets/fa-solid-900-Ci3X35xA.woff)format("woff"),url(/assets/fa-solid-900-Be5-cd4K.ttf)format("truetype"),url(/assets/fa-solid-900-BB3Az3OH.svg#fontawesome)format("svg")}@font-face{font-family:FromtheStarts;src:url(/assets/Typodermic%20-%20FromtheStarsSb-Italic-NBP-9Fte.otf)format("opentype")}
