@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);.icon-to-scale:hover{transition:all .2s ease-in-out}.icon-to-scale:hover:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.module-header{background-color:#fff;box-shadow:0 2px #c8c8c8}.content{background-color:#fff;border-radius:4px;margin:30px;max-width:400px;padding:20px}.dragActive{border-color:#78e5d5;color:#78e5d5}.dragReject{border-color:#e57878;color:#e57878}.notDragActive{border-color:#000;color:#000}.drop-container{border:1px dashed;border-radius:4px;cursor:pointer;transition:height .2s ease}.CircularProgressbar{vertical-align:middle;width:100%}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;dominant-baseline:middle;text-anchor:middle;font-size:20px}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.container-input-file{margin-top:20px;padding:0}.container-input-file li{align-items:center;color:"#444";display:flex;justify-content:space-between}.container-input-file li+li{margin-top:15px}.file-info{align-items:center;display:flex}.file-info div{display:flex;flex-direction:column}.file-info div span{color:"#999";font-size:12px;margin-top:5px}.file-info div span button{background-color:transparent;border:0;color:"#e57878";cursor:pointer;margin-left:5px}.preview{border-radius:5px;margin-right:10px}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media screen and (min-width:0){.w--auto{width:auto!important}.h--auto{height:auto!important}.top--auto{top:auto!important}.bottom--auto{bottom:auto!important}.start--auto{left:auto!important}.end--auto{right:auto!important}.mnw--auto{min-width:auto!important}.mw-auto{max-width:auto!important}.mnh-auto{min-height:auto!important}.mh--auto{max-height:auto!important}.min-h--auto{min-height:auto!important}.w--100{width:100%!important}.h--100{height:100%!important}.top--100{top:100%!important}.bottom--100{bottom:100%!important}.start--100{left:100%!important}.end--100{right:100%!important}.mnw--100{min-width:100%!important}.mw-100{max-width:100%!important}.mnh-100{min-height:100%!important}.mh--100{max-height:100%!important}.min-h--100{min-height:100%!important}.w--95{width:95%!important}.h--95{height:95%!important}.top--95{top:95%!important}.bottom--95{bottom:95%!important}.start--95{left:95%!important}.end--95{right:95%!important}.mnw--95{min-width:95%!important}.mw-95{max-width:95%!important}.mnh-95{min-height:95%!important}.mh--95{max-height:95%!important}.min-h--95{min-height:95%!important}.w--90{width:90%!important}.h--90{height:90%!important}.top--90{top:90%!important}.bottom--90{bottom:90%!important}.start--90{left:90%!important}.end--90{right:90%!important}.mnw--90{min-width:90%!important}.mw-90{max-width:90%!important}.mnh-90{min-height:90%!important}.mh--90{max-height:90%!important}.min-h--90{min-height:90%!important}.w--85{width:85%!important}.h--85{height:85%!important}.top--85{top:85%!important}.bottom--85{bottom:85%!important}.start--85{left:85%!important}.end--85{right:85%!important}.mnw--85{min-width:85%!important}.mw-85{max-width:85%!important}.mnh-85{min-height:85%!important}.mh--85{max-height:85%!important}.min-h--85{min-height:85%!important}.w--80{width:80%!important}.h--80{height:80%!important}.top--80{top:80%!important}.bottom--80{bottom:80%!important}.start--80{left:80%!important}.end--80{right:80%!important}.mnw--80{min-width:80%!important}.mw-80{max-width:80%!important}.mnh-80{min-height:80%!important}.mh--80{max-height:80%!important}.min-h--80{min-height:80%!important}.w--75{width:75%!important}.h--75{height:75%!important}.top--75{top:75%!important}.bottom--75{bottom:75%!important}.start--75{left:75%!important}.end--75{right:75%!important}.mnw--75{min-width:75%!important}.mw-75{max-width:75%!important}.mnh-75{min-height:75%!important}.mh--75{max-height:75%!important}.min-h--75{min-height:75%!important}.w--70{width:70%!important}.h--70{height:70%!important}.top--70{top:70%!important}.bottom--70{bottom:70%!important}.start--70{left:70%!important}.end--70{right:70%!important}.mnw--70{min-width:70%!important}.mw-70{max-width:70%!important}.mnh-70{min-height:70%!important}.mh--70{max-height:70%!important}.min-h--70{min-height:70%!important}.w--65{width:65%!important}.h--65{height:65%!important}.top--65{top:65%!important}.bottom--65{bottom:65%!important}.start--65{left:65%!important}.end--65{right:65%!important}.mnw--65{min-width:65%!important}.mw-65{max-width:65%!important}.mnh-65{min-height:65%!important}.mh--65{max-height:65%!important}.min-h--65{min-height:65%!important}.w--64{width:64%!important}.h--64{height:64%!important}.top--64{top:64%!important}.bottom--64{bottom:64%!important}.start--64{left:64%!important}.end--64{right:64%!important}.mnw--64{min-width:64%!important}.mw-64{max-width:64%!important}.mnh-64{min-height:64%!important}.mh--64{max-height:64%!important}.min-h--64{min-height:64%!important}.w--60{width:60%!important}.h--60{height:60%!important}.top--60{top:60%!important}.bottom--60{bottom:60%!important}.start--60{left:60%!important}.end--60{right:60%!important}.mnw--60{min-width:60%!important}.mw-60{max-width:60%!important}.mnh-60{min-height:60%!important}.mh--60{max-height:60%!important}.min-h--60{min-height:60%!important}.w--55{width:55%!important}.h--55{height:55%!important}.top--55{top:55%!important}.bottom--55{bottom:55%!important}.start--55{left:55%!important}.end--55{right:55%!important}.mnw--55{min-width:55%!important}.mw-55{max-width:55%!important}.mnh-55{min-height:55%!important}.mh--55{max-height:55%!important}.min-h--55{min-height:55%!important}.w--50{width:50%!important}.h--50{height:50%!important}.top--50{top:50%!important}.bottom--50{bottom:50%!important}.start--50{left:50%!important}.end--50{right:50%!important}.mnw--50{min-width:50%!important}.mw-50{max-width:50%!important}.mnh-50{min-height:50%!important}.mh--50{max-height:50%!important}.min-h--50{min-height:50%!important}.w--52{width:52%!important}.h--52{height:52%!important}.top--52{top:52%!important}.bottom--52{bottom:52%!important}.start--52{left:52%!important}.end--52{right:52%!important}.mnw--52{min-width:52%!important}.mw-52{max-width:52%!important}.mnh-52{min-height:52%!important}.mh--52{max-height:52%!important}.min-h--52{min-height:52%!important}.w--45{width:45%!important}.h--45{height:45%!important}.top--45{top:45%!important}.bottom--45{bottom:45%!important}.start--45{left:45%!important}.end--45{right:45%!important}.mnw--45{min-width:45%!important}.mw-45{max-width:45%!important}.mnh-45{min-height:45%!important}.mh--45{max-height:45%!important}.min-h--45{min-height:45%!important}.w--40{width:40%!important}.h--40{height:40%!important}.top--40{top:40%!important}.bottom--40{bottom:40%!important}.start--40{left:40%!important}.end--40{right:40%!important}.mnw--40{min-width:40%!important}.mw-40{max-width:40%!important}.mnh-40{min-height:40%!important}.mh--40{max-height:40%!important}.min-h--40{min-height:40%!important}.w--35{width:35%!important}.h--35{height:35%!important}.top--35{top:35%!important}.bottom--35{bottom:35%!important}.start--35{left:35%!important}.end--35{right:35%!important}.mnw--35{min-width:35%!important}.mw-35{max-width:35%!important}.mnh-35{min-height:35%!important}.mh--35{max-height:35%!important}.min-h--35{min-height:35%!important}.w--30{width:30%!important}.h--30{height:30%!important}.top--30{top:30%!important}.bottom--30{bottom:30%!important}.start--30{left:30%!important}.end--30{right:30%!important}.mnw--30{min-width:30%!important}.mw-30{max-width:30%!important}.mnh-30{min-height:30%!important}.mh--30{max-height:30%!important}.min-h--30{min-height:30%!important}.w--25{width:25%!important}.h--25{height:25%!important}.top--25{top:25%!important}.bottom--25{bottom:25%!important}.start--25{left:25%!important}.end--25{right:25%!important}.mnw--25{min-width:25%!important}.mw-25{max-width:25%!important}.mnh-25{min-height:25%!important}.mh--25{max-height:25%!important}.min-h--25{min-height:25%!important}.w--20{width:20%!important}.h--20{height:20%!important}.top--20{top:20%!important}.bottom--20{bottom:20%!important}.start--20{left:20%!important}.end--20{right:20%!important}.mnw--20{min-width:20%!important}.mw-20{max-width:20%!important}.mnh-20{min-height:20%!important}.mh--20{max-height:20%!important}.min-h--20{min-height:20%!important}.w--15{width:15%!important}.h--15{height:15%!important}.top--15{top:15%!important}.bottom--15{bottom:15%!important}.start--15{left:15%!important}.end--15{right:15%!important}.mnw--15{min-width:15%!important}.mw-15{max-width:15%!important}.mnh-15{min-height:15%!important}.mh--15{max-height:15%!important}.min-h--15{min-height:15%!important}.w--10{width:10%!important}.h--10{height:10%!important}.top--10{top:10%!important}.bottom--10{bottom:10%!important}.start--10{left:10%!important}.end--10{right:10%!important}.mnw--10{min-width:10%!important}.mw-10{max-width:10%!important}.mnh-10{min-height:10%!important}.mh--10{max-height:10%!important}.min-h--10{min-height:10%!important}.w--7{width:7%!important}.h--7{height:7%!important}.top--7{top:7%!important}.bottom--7{bottom:7%!important}.start--7{left:7%!important}.end--7{right:7%!important}.mnw--7{min-width:7%!important}.mw-7{max-width:7%!important}.mnh-7{min-height:7%!important}.mh--7{max-height:7%!important}.min-h--7{min-height:7%!important}.w--5{width:5%!important}.h--5{height:5%!important}.top--5{top:5%!important}.bottom--5{bottom:5%!important}.start--5{left:5%!important}.end--5{right:5%!important}.mnw--5{min-width:5%!important}.mw-5{max-width:5%!important}.mnh-5{min-height:5%!important}.mh--5{max-height:5%!important}.min-h--5{min-height:5%!important}.w--0{width:0!important}.h--0{height:0!important}.top--0{top:0!important}.bottom--0{bottom:0!important}.start--0{left:0!important}.end--0{right:0!important}.mnw--0{min-width:0!important}.mw-0{max-width:0!important}.mnh-0{min-height:0!important}.mh--0{max-height:0!important}.min-h--0{min-height:0!important}.btn--filter-size{height:40px!important;min-width:40px}.mh--autovh{max-height:autovh!important}.mw--autovw{max-width:autovh!important}.w--autopx{width:autopx!important}.mnw--autopx{min-width:autopx!important}.mnh--autovh{min-height:autovh!important}.h--autopx{height:autopx!important}.h--autovh{height:autovh!important}.mh--300vh{max-height:300vh!important}.mw--300vw{max-width:300vh!important}.w--300px{width:300px!important}.mnw--300px{min-width:300px!important}.mnh--300vh{min-height:300vh!important}.h--300px{height:300px!important}.h--300vh{height:300vh!important}.mh--200vh{max-height:200vh!important}.mw--200vw{max-width:200vh!important}.w--200px{width:200px!important}.mnw--200px{min-width:200px!important}.mnh--200vh{min-height:200vh!important}.h--200px{height:200px!important}.h--200vh{height:200vh!important}.mh--150vh{max-height:150vh!important}.mw--150vw{max-width:150vh!important}.w--150px{width:150px!important}.mnw--150px{min-width:150px!important}.mnh--150vh{min-height:150vh!important}.h--150px{height:150px!important}.h--150vh{height:150vh!important}.mh--100vh{max-height:100vh!important}.mw--100vw{max-width:100vh!important}.w--100px{width:100px!important}.mnw--100px{min-width:100px!important}.mnh--100vh{min-height:100vh!important}.h--100px{height:100px!important}.h--100vh{height:100vh!important}.mh--95vh{max-height:95vh!important}.mw--95vw{max-width:95vh!important}.w--95px{width:95px!important}.mnw--95px{min-width:95px!important}.mnh--95vh{min-height:95vh!important}.h--95px{height:95px!important}.h--95vh{height:95vh!important}.mh--90vh{max-height:90vh!important}.mw--90vw{max-width:90vh!important}.w--90px{width:90px!important}.mnw--90px{min-width:90px!important}.mnh--90vh{min-height:90vh!important}.h--90px{height:90px!important}.h--90vh{height:90vh!important}.mh--85vh{max-height:85vh!important}.mw--85vw{max-width:85vh!important}.w--85px{width:85px!important}.mnw--85px{min-width:85px!important}.mnh--85vh{min-height:85vh!important}.h--85px{height:85px!important}.h--85vh{height:85vh!important}.mh--83vh{max-height:83vh!important}.mw--83vw{max-width:83vh!important}.w--83px{width:83px!important}.mnw--83px{min-width:83px!important}.mnh--83vh{min-height:83vh!important}.h--83px{height:83px!important}.h--83vh{height:83vh!important}.mh--80vh{max-height:80vh!important}.mw--80vw{max-width:80vh!important}.w--80px{width:80px!important}.mnw--80px{min-width:80px!important}.mnh--80vh{min-height:80vh!important}.h--80px{height:80px!important}.h--80vh{height:80vh!important}.mh--75vh{max-height:75vh!important}.mw--75vw{max-width:75vh!important}.w--75px{width:75px!important}.mnw--75px{min-width:75px!important}.mnh--75vh{min-height:75vh!important}.h--75px{height:75px!important}.h--75vh{height:75vh!important}.mh--70vh{max-height:70vh!important}.mw--70vw{max-width:70vh!important}.w--70px{width:70px!important}.mnw--70px{min-width:70px!important}.mnh--70vh{min-height:70vh!important}.h--70px{height:70px!important}.h--70vh{height:70vh!important}.mh--65vh{max-height:65vh!important}.mw--65vw{max-width:65vh!important}.w--65px{width:65px!important}.mnw--65px{min-width:65px!important}.mnh--65vh{min-height:65vh!important}.h--65px{height:65px!important}.h--65vh{height:65vh!important}.mh--60vh{max-height:60vh!important}.mw--60vw{max-width:60vh!important}.w--60px{width:60px!important}.mnw--60px{min-width:60px!important}.mnh--60vh{min-height:60vh!important}.h--60px{height:60px!important}.h--60vh{height:60vh!important}.mh--55vh{max-height:55vh!important}.mw--55vw{max-width:55vh!important}.w--55px{width:55px!important}.mnw--55px{min-width:55px!important}.mnh--55vh{min-height:55vh!important}.h--55px{height:55px!important}.h--55vh{height:55vh!important}.mh--50vh{max-height:50vh!important}.mw--50vw{max-width:50vh!important}.w--50px{width:50px!important}.mnw--50px{min-width:50px!important}.mnh--50vh{min-height:50vh!important}.h--50px{height:50px!important}.h--50vh{height:50vh!important}.mh--45vh{max-height:45vh!important}.mw--45vw{max-width:45vh!important}.w--45px{width:45px!important}.mnw--45px{min-width:45px!important}.mnh--45vh{min-height:45vh!important}.h--45px{height:45px!important}.h--45vh{height:45vh!important}.mh--40vh{max-height:40vh!important}.mw--40vw{max-width:40vh!important}.w--40px{width:40px!important}.mnw--40px{min-width:40px!important}.mnh--40vh{min-height:40vh!important}.h--40px{height:40px!important}.h--40vh{height:40vh!important}.mh--35vh{max-height:35vh!important}.mw--35vw{max-width:35vh!important}.w--35px{width:35px!important}.mnw--35px{min-width:35px!important}.mnh--35vh{min-height:35vh!important}.h--35px{height:35px!important}.h--35vh{height:35vh!important}.mh--30vh{max-height:30vh!important}.mw--30vw{max-width:30vh!important}.w--30px{width:30px!important}.mnw--30px{min-width:30px!important}.mnh--30vh{min-height:30vh!important}.h--30px{height:30px!important}.h--30vh{height:30vh!important}.mh--25vh{max-height:25vh!important}.mw--25vw{max-width:25vh!important}.w--25px{width:25px!important}.mnw--25px{min-width:25px!important}.mnh--25vh{min-height:25vh!important}.h--25px{height:25px!important}.h--25vh{height:25vh!important}.mh--20vh{max-height:20vh!important}.mw--20vw{max-width:20vh!important}.w--20px{width:20px!important}.mnw--20px{min-width:20px!important}.mnh--20vh{min-height:20vh!important}.h--20px{height:20px!important}.h--20vh{height:20vh!important}.mh--15vh{max-height:15vh!important}.mw--15vw{max-width:15vh!important}.w--15px{width:15px!important}.mnw--15px{min-width:15px!important}.mnh--15vh{min-height:15vh!important}.h--15px{height:15px!important}.h--15vh{height:15vh!important}.mh--10vh{max-height:10vh!important}.mw--10vw{max-width:10vh!important}.w--10px{width:10px!important}.mnw--10px{min-width:10px!important}.mnh--10vh{min-height:10vh!important}.h--10px{height:10px!important}.h--10vh{height:10vh!important}.mh--7vh{max-height:7vh!important}.mw--7vw{max-width:7vh!important}.w--7px{width:7px!important}.mnw--7px{min-width:7px!important}.mnh--7vh{min-height:7vh!important}.h--7px{height:7px!important}.h--7vh{height:7vh!important}.mh--5vh{max-height:5vh!important}.mw--5vw{max-width:5vh!important}.w--5px{width:5px!important}.mnw--5px{min-width:5px!important}.mnh--5vh{min-height:5vh!important}.h--5px{height:5px!important}.h--5vh{height:5vh!important}.mh--0vh{max-height:0!important}.mw--0vw{max-width:0!important}.w--0px{width:0!important}.mnw--0px{min-width:0!important}.mnh--0vh{min-height:0!important}.h--0px,.h--0vh{height:0!important}.bg--primary{background-color:#9333ea}.bg-hover--primary:hover{background-color:#9333ea!important}.text-hover--primary:hover{color:#9333ea!important}.text--primary{color:#9333ea}.border--primary{border-color:#9333ea!important}.bg--secondary{background-color:#a855f7}.bg-hover--secondary:hover{background-color:#a855f7!important}.text-hover--secondary:hover{color:#a855f7!important}.text--secondary{color:#a855f7}.border--secondary{border-color:#a855f7!important}.bg--success{background-color:#16a34a}.bg-hover--success:hover{background-color:#16a34a!important}.text-hover--success:hover{color:#16a34a!important}.text--success{color:#16a34a}.border--success{border-color:#16a34a!important}.bg--info{background-color:#22c55e}.bg-hover--info:hover{background-color:#22c55e!important}.text-hover--info:hover{color:#22c55e!important}.text--info{color:#22c55e}.border--info{border-color:#22c55e!important}.bg--danger-100{background-color:#ef4444}.bg-hover--danger-100:hover{background-color:#ef4444!important}.text-hover--danger-100:hover{color:#ef4444!important}.text--danger-100{color:#ef4444}.border--danger-100{border-color:#ef4444!important}.bg--danger{background-color:#dc2626}.bg-hover--danger:hover{background-color:#dc2626!important}.text-hover--danger:hover{color:#dc2626!important}.text--danger{color:#dc2626}.border--danger{border-color:#dc2626!important}.bg--light{background-color:#f8fafc}.bg-hover--light:hover{background-color:#f8fafc!important}.text-hover--light:hover{color:#f8fafc!important}.text--light{color:#f8fafc}.border--light{border-color:#f8fafc!important}.bg--light-2{background-color:#f1f5f9}.bg-hover--light-2:hover{background-color:#f1f5f9!important}.text-hover--light-2:hover{color:#f1f5f9!important}.text--light-2{color:#f1f5f9}.border--light-2{border-color:#f1f5f9!important}.bg--light-3{background-color:#e4f3fe}.bg-hover--light-3:hover{background-color:#e4f3fe!important}.text-hover--light-3:hover{color:#e4f3fe!important}.text--light-3{color:#e4f3fe}.border--light-3{border-color:#e4f3fe!important}.bg--white{background-color:#fff}.bg-hover--white:hover{background-color:#fff!important}.text-hover--white:hover{color:#fff!important}.text--white{color:#fff}.border--white{border-color:#fff!important}.bg--grey{background-color:#64748b}.bg-hover--grey:hover{background-color:#64748b!important}.text-hover--grey:hover{color:#64748b!important}.text--grey{color:#64748b}.border--grey{border-color:#64748b!important}.bg--light-grey{background-color:#e2e8f0}.bg-hover--light-grey:hover{background-color:#e2e8f0!important}.text-hover--light-grey:hover{color:#e2e8f0!important}.text--light-grey{color:#e2e8f0}.border--light-grey{border-color:#e2e8f0!important}.bg--grey-md{background-color:#94a3b8}.bg-hover--grey-md:hover{background-color:#94a3b8!important}.text-hover--grey-md:hover{color:#94a3b8!important}.text--grey-md{color:#94a3b8}.border--grey-md{border-color:#94a3b8!important}.bg--grey-md-2{background-color:#b9c7db}.bg-hover--grey-md-2:hover{background-color:#b9c7db!important}.text-hover--grey-md-2:hover{color:#b9c7db!important}.text--grey-md-2{color:#b9c7db}.border--grey-md-2{border-color:#b9c7db!important}.bg--dark-grey{background-color:#252729}.bg-hover--dark-grey:hover{background-color:#252729!important}.text-hover--dark-grey:hover{color:#252729!important}.text--dark-grey{color:#252729}.border--dark-grey{border-color:#252729!important}.bg--black{background-color:#000}.bg-hover--black:hover{background-color:#000!important}.text-hover--black:hover{color:#000!important}.text--black{color:#000}.border--black{border-color:#000!important}.bg--oxford-blue{background-color:#1e293b}.bg-hover--oxford-blue:hover{background-color:#1e293b!important}.text-hover--oxford-blue:hover{color:#1e293b!important}.text--oxford-blue{color:#1e293b}.border--oxford-blue{border-color:#1e293b!important}.bg--navy-blue{background-color:#24106c}.bg-hover--navy-blue:hover{background-color:#24106c!important}.text-hover--navy-blue:hover{color:#24106c!important}.text--navy-blue{color:#24106c}.border--navy-blue{border-color:#24106c!important}.bg--transparent{background-color:transparent}.bg-hover--transparent:hover{background-color:transparent!important}.text-hover--transparent:hover{color:transparent!important}.text--transparent{color:transparent}.border--transparent{border-color:transparent!important}.bg--yellow{background-color:#facc15}.bg-hover--yellow:hover{background-color:#facc15!important}.text-hover--yellow:hover{color:#facc15!important}.text--yellow{color:#facc15}.border--yellow{border-color:#facc15!important}.bg--disabled{background-color:#e9ecef}.bg-hover--disabled:hover{background-color:#e9ecef!important}.text-hover--disabled:hover{color:#e9ecef!important}.text--disabled{color:#e9ecef}.border--disabled{border-color:#e9ecef!important}.text--center{text-align:center!important}.text--start{text-align:left!important}.text--end{text-align:right!important}.position--fixed{position:fixed!important}.position--absolute{position:absolute!important}.position--relative{position:relative!important}.position--static{position:static!important}.rounded-bottom--0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom--10{border-bottom-left-radius:10px!important;border-bottom-right-radius:10px!important}.rounded-bottom--15{border-bottom-left-radius:15px!important;border-bottom-right-radius:15px!important}.rounded-bottom--20{border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important}.rounded-bottom--30{border-bottom-left-radius:30px!important;border-bottom-right-radius:30px!important}.fs--8{font-size:8px!important}.fs--10{font-size:10px!important}.fs--12{font-size:12px!important}.fs--14{font-size:14px!important}.fs--16{font-size:16px!important}.fs--18{font-size:18px!important}.fs--20{font-size:20px!important}.fs--25{font-size:25px!important}.fs--30{font-size:30px!important}.shadow--none{box-shadow:none!important}.shadow--sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow--md{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow--lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow--bottom{box-shadow:0 .5rem .5rem rgba(0,0,0,.1)!important}.zi--0{z-index:0!important}.zi--1{z-index:1!important}.zi--2,.zi--3{z-index:3!important}.zi--4{z-index:4!important}.zi--5{z-index:5!important}.zi--6{z-index:6!important}.zi--7{z-index:7!important}.zi--8{z-index:8!important}.zi--9{z-index:9!important}.zi--10{z-index:10!important}.zi--99{z-index:99!important}.zi--100{z-index:100!important}.zi--101{z-index:101!important}.zi--9999{z-index:9999!important}.zi--99999{z-index:99999!important}.fw--light{font-weight:300!important}.fw--regular{font-weight:400!important}.fw--semibold{font-weight:600!important}.fw--bold{font-weight:700!important}.rounded--{border-radius:5px!important}.rounded--0{border-radius:0!important}.rounded--1{border-radius:1rem!important}.rounded--5{border-radius:5px!important}.rounded--10{border-radius:10px!important}.rounded--15{border-radius:15px!important}.rounded--20{border-radius:20px!important}.rounded--30{border-radius:30px!important}.rounded--50{border-radius:50px!important}.rounded--circle{border-radius:50%!important}.rounded--pill{border-radius:50rem!important}.w-xs-auto{width:auto!important}.h-xs-auto{height:auto!important}.top-xs-auto{top:auto!important}.bottom-xs-auto{bottom:auto!important}.start-xs-auto{left:auto!important}.end-xs-auto{right:auto!important}.mnw-xs-auto{min-width:auto!important}.mwxs-auto{max-width:auto!important}.mnhxs-auto{min-height:auto!important}.mh-xs-auto{max-height:auto!important}.min-h-xs-auto{min-height:auto!important}.w-xs-100{width:100%!important}.h-xs-100{height:100%!important}.top-xs-100{top:100%!important}.bottom-xs-100{bottom:100%!important}.start-xs-100{left:100%!important}.end-xs-100{right:100%!important}.mnw-xs-100{min-width:100%!important}.mwxs-100{max-width:100%!important}.mnhxs-100{min-height:100%!important}.mh-xs-100{max-height:100%!important}.min-h-xs-100{min-height:100%!important}.w-xs-95{width:95%!important}.h-xs-95{height:95%!important}.top-xs-95{top:95%!important}.bottom-xs-95{bottom:95%!important}.start-xs-95{left:95%!important}.end-xs-95{right:95%!important}.mnw-xs-95{min-width:95%!important}.mwxs-95{max-width:95%!important}.mnhxs-95{min-height:95%!important}.mh-xs-95{max-height:95%!important}.min-h-xs-95{min-height:95%!important}.w-xs-90{width:90%!important}.h-xs-90{height:90%!important}.top-xs-90{top:90%!important}.bottom-xs-90{bottom:90%!important}.start-xs-90{left:90%!important}.end-xs-90{right:90%!important}.mnw-xs-90{min-width:90%!important}.mwxs-90{max-width:90%!important}.mnhxs-90{min-height:90%!important}.mh-xs-90{max-height:90%!important}.min-h-xs-90{min-height:90%!important}.w-xs-85{width:85%!important}.h-xs-85{height:85%!important}.top-xs-85{top:85%!important}.bottom-xs-85{bottom:85%!important}.start-xs-85{left:85%!important}.end-xs-85{right:85%!important}.mnw-xs-85{min-width:85%!important}.mwxs-85{max-width:85%!important}.mnhxs-85{min-height:85%!important}.mh-xs-85{max-height:85%!important}.min-h-xs-85{min-height:85%!important}.w-xs-80{width:80%!important}.h-xs-80{height:80%!important}.top-xs-80{top:80%!important}.bottom-xs-80{bottom:80%!important}.start-xs-80{left:80%!important}.end-xs-80{right:80%!important}.mnw-xs-80{min-width:80%!important}.mwxs-80{max-width:80%!important}.mnhxs-80{min-height:80%!important}.mh-xs-80{max-height:80%!important}.min-h-xs-80{min-height:80%!important}.w-xs-75{width:75%!important}.h-xs-75{height:75%!important}.top-xs-75{top:75%!important}.bottom-xs-75{bottom:75%!important}.start-xs-75{left:75%!important}.end-xs-75{right:75%!important}.mnw-xs-75{min-width:75%!important}.mwxs-75{max-width:75%!important}.mnhxs-75{min-height:75%!important}.mh-xs-75{max-height:75%!important}.min-h-xs-75{min-height:75%!important}.w-xs-70{width:70%!important}.h-xs-70{height:70%!important}.top-xs-70{top:70%!important}.bottom-xs-70{bottom:70%!important}.start-xs-70{left:70%!important}.end-xs-70{right:70%!important}.mnw-xs-70{min-width:70%!important}.mwxs-70{max-width:70%!important}.mnhxs-70{min-height:70%!important}.mh-xs-70{max-height:70%!important}.min-h-xs-70{min-height:70%!important}.w-xs-65{width:65%!important}.h-xs-65{height:65%!important}.top-xs-65{top:65%!important}.bottom-xs-65{bottom:65%!important}.start-xs-65{left:65%!important}.end-xs-65{right:65%!important}.mnw-xs-65{min-width:65%!important}.mwxs-65{max-width:65%!important}.mnhxs-65{min-height:65%!important}.mh-xs-65{max-height:65%!important}.min-h-xs-65{min-height:65%!important}.w-xs-64{width:64%!important}.h-xs-64{height:64%!important}.top-xs-64{top:64%!important}.bottom-xs-64{bottom:64%!important}.start-xs-64{left:64%!important}.end-xs-64{right:64%!important}.mnw-xs-64{min-width:64%!important}.mwxs-64{max-width:64%!important}.mnhxs-64{min-height:64%!important}.mh-xs-64{max-height:64%!important}.min-h-xs-64{min-height:64%!important}.w-xs-60{width:60%!important}.h-xs-60{height:60%!important}.top-xs-60{top:60%!important}.bottom-xs-60{bottom:60%!important}.start-xs-60{left:60%!important}.end-xs-60{right:60%!important}.mnw-xs-60{min-width:60%!important}.mwxs-60{max-width:60%!important}.mnhxs-60{min-height:60%!important}.mh-xs-60{max-height:60%!important}.min-h-xs-60{min-height:60%!important}.w-xs-55{width:55%!important}.h-xs-55{height:55%!important}.top-xs-55{top:55%!important}.bottom-xs-55{bottom:55%!important}.start-xs-55{left:55%!important}.end-xs-55{right:55%!important}.mnw-xs-55{min-width:55%!important}.mwxs-55{max-width:55%!important}.mnhxs-55{min-height:55%!important}.mh-xs-55{max-height:55%!important}.min-h-xs-55{min-height:55%!important}.w-xs-50{width:50%!important}.h-xs-50{height:50%!important}.top-xs-50{top:50%!important}.bottom-xs-50{bottom:50%!important}.start-xs-50{left:50%!important}.end-xs-50{right:50%!important}.mnw-xs-50{min-width:50%!important}.mwxs-50{max-width:50%!important}.mnhxs-50{min-height:50%!important}.mh-xs-50{max-height:50%!important}.min-h-xs-50{min-height:50%!important}.w-xs-52{width:52%!important}.h-xs-52{height:52%!important}.top-xs-52{top:52%!important}.bottom-xs-52{bottom:52%!important}.start-xs-52{left:52%!important}.end-xs-52{right:52%!important}.mnw-xs-52{min-width:52%!important}.mwxs-52{max-width:52%!important}.mnhxs-52{min-height:52%!important}.mh-xs-52{max-height:52%!important}.min-h-xs-52{min-height:52%!important}.w-xs-45{width:45%!important}.h-xs-45{height:45%!important}.top-xs-45{top:45%!important}.bottom-xs-45{bottom:45%!important}.start-xs-45{left:45%!important}.end-xs-45{right:45%!important}.mnw-xs-45{min-width:45%!important}.mwxs-45{max-width:45%!important}.mnhxs-45{min-height:45%!important}.mh-xs-45{max-height:45%!important}.min-h-xs-45{min-height:45%!important}.w-xs-40{width:40%!important}.h-xs-40{height:40%!important}.top-xs-40{top:40%!important}.bottom-xs-40{bottom:40%!important}.start-xs-40{left:40%!important}.end-xs-40{right:40%!important}.mnw-xs-40{min-width:40%!important}.mwxs-40{max-width:40%!important}.mnhxs-40{min-height:40%!important}.mh-xs-40{max-height:40%!important}.min-h-xs-40{min-height:40%!important}.w-xs-35{width:35%!important}.h-xs-35{height:35%!important}.top-xs-35{top:35%!important}.bottom-xs-35{bottom:35%!important}.start-xs-35{left:35%!important}.end-xs-35{right:35%!important}.mnw-xs-35{min-width:35%!important}.mwxs-35{max-width:35%!important}.mnhxs-35{min-height:35%!important}.mh-xs-35{max-height:35%!important}.min-h-xs-35{min-height:35%!important}.w-xs-30{width:30%!important}.h-xs-30{height:30%!important}.top-xs-30{top:30%!important}.bottom-xs-30{bottom:30%!important}.start-xs-30{left:30%!important}.end-xs-30{right:30%!important}.mnw-xs-30{min-width:30%!important}.mwxs-30{max-width:30%!important}.mnhxs-30{min-height:30%!important}.mh-xs-30{max-height:30%!important}.min-h-xs-30{min-height:30%!important}.w-xs-25{width:25%!important}.h-xs-25{height:25%!important}.top-xs-25{top:25%!important}.bottom-xs-25{bottom:25%!important}.start-xs-25{left:25%!important}.end-xs-25{right:25%!important}.mnw-xs-25{min-width:25%!important}.mwxs-25{max-width:25%!important}.mnhxs-25{min-height:25%!important}.mh-xs-25{max-height:25%!important}.min-h-xs-25{min-height:25%!important}.w-xs-20{width:20%!important}.h-xs-20{height:20%!important}.top-xs-20{top:20%!important}.bottom-xs-20{bottom:20%!important}.start-xs-20{left:20%!important}.end-xs-20{right:20%!important}.mnw-xs-20{min-width:20%!important}.mwxs-20{max-width:20%!important}.mnhxs-20{min-height:20%!important}.mh-xs-20{max-height:20%!important}.min-h-xs-20{min-height:20%!important}.w-xs-15{width:15%!important}.h-xs-15{height:15%!important}.top-xs-15{top:15%!important}.bottom-xs-15{bottom:15%!important}.start-xs-15{left:15%!important}.end-xs-15{right:15%!important}.mnw-xs-15{min-width:15%!important}.mwxs-15{max-width:15%!important}.mnhxs-15{min-height:15%!important}.mh-xs-15{max-height:15%!important}.min-h-xs-15{min-height:15%!important}.w-xs-10{width:10%!important}.h-xs-10{height:10%!important}.top-xs-10{top:10%!important}.bottom-xs-10{bottom:10%!important}.start-xs-10{left:10%!important}.end-xs-10{right:10%!important}.mnw-xs-10{min-width:10%!important}.mwxs-10{max-width:10%!important}.mnhxs-10{min-height:10%!important}.mh-xs-10{max-height:10%!important}.min-h-xs-10{min-height:10%!important}.w-xs-7{width:7%!important}.h-xs-7{height:7%!important}.top-xs-7{top:7%!important}.bottom-xs-7{bottom:7%!important}.start-xs-7{left:7%!important}.end-xs-7{right:7%!important}.mnw-xs-7{min-width:7%!important}.mwxs-7{max-width:7%!important}.mnhxs-7{min-height:7%!important}.mh-xs-7{max-height:7%!important}.min-h-xs-7{min-height:7%!important}.w-xs-5{width:5%!important}.h-xs-5{height:5%!important}.top-xs-5{top:5%!important}.bottom-xs-5{bottom:5%!important}.start-xs-5{left:5%!important}.end-xs-5{right:5%!important}.mnw-xs-5{min-width:5%!important}.mwxs-5{max-width:5%!important}.mnhxs-5{min-height:5%!important}.mh-xs-5{max-height:5%!important}.min-h-xs-5{min-height:5%!important}.w-xs-0{width:0!important}.h-xs-0{height:0!important}.top-xs-0{top:0!important}.bottom-xs-0{bottom:0!important}.start-xs-0{left:0!important}.end-xs-0{right:0!important}.mnw-xs-0{min-width:0!important}.mwxs-0{max-width:0!important}.mnhxs-0{min-height:0!important}.mh-xs-0{max-height:0!important}.min-h-xs-0{min-height:0!important}.btn-xs-filter-size{height:40px!important;min-width:40px}.mh-xs-autovh{max-height:autovh!important}.mw-xs-autovw{max-width:autovh!important}.w-xs-autopx{width:autopx!important}.mnw-xs-autopx{min-width:autopx!important}.mnh-xs-autovh{min-height:autovh!important}.h-xs-autopx{height:autopx!important}.h-xs-autovh{height:autovh!important}.mh-xs-300vh{max-height:300vh!important}.mw-xs-300vw{max-width:300vh!important}.w-xs-300px{width:300px!important}.mnw-xs-300px{min-width:300px!important}.mnh-xs-300vh{min-height:300vh!important}.h-xs-300px{height:300px!important}.h-xs-300vh{height:300vh!important}.mh-xs-200vh{max-height:200vh!important}.mw-xs-200vw{max-width:200vh!important}.w-xs-200px{width:200px!important}.mnw-xs-200px{min-width:200px!important}.mnh-xs-200vh{min-height:200vh!important}.h-xs-200px{height:200px!important}.h-xs-200vh{height:200vh!important}.mh-xs-150vh{max-height:150vh!important}.mw-xs-150vw{max-width:150vh!important}.w-xs-150px{width:150px!important}.mnw-xs-150px{min-width:150px!important}.mnh-xs-150vh{min-height:150vh!important}.h-xs-150px{height:150px!important}.h-xs-150vh{height:150vh!important}.mh-xs-100vh{max-height:100vh!important}.mw-xs-100vw{max-width:100vh!important}.w-xs-100px{width:100px!important}.mnw-xs-100px{min-width:100px!important}.mnh-xs-100vh{min-height:100vh!important}.h-xs-100px{height:100px!important}.h-xs-100vh{height:100vh!important}.mh-xs-95vh{max-height:95vh!important}.mw-xs-95vw{max-width:95vh!important}.w-xs-95px{width:95px!important}.mnw-xs-95px{min-width:95px!important}.mnh-xs-95vh{min-height:95vh!important}.h-xs-95px{height:95px!important}.h-xs-95vh{height:95vh!important}.mh-xs-90vh{max-height:90vh!important}.mw-xs-90vw{max-width:90vh!important}.w-xs-90px{width:90px!important}.mnw-xs-90px{min-width:90px!important}.mnh-xs-90vh{min-height:90vh!important}.h-xs-90px{height:90px!important}.h-xs-90vh{height:90vh!important}.mh-xs-85vh{max-height:85vh!important}.mw-xs-85vw{max-width:85vh!important}.w-xs-85px{width:85px!important}.mnw-xs-85px{min-width:85px!important}.mnh-xs-85vh{min-height:85vh!important}.h-xs-85px{height:85px!important}.h-xs-85vh{height:85vh!important}.mh-xs-83vh{max-height:83vh!important}.mw-xs-83vw{max-width:83vh!important}.w-xs-83px{width:83px!important}.mnw-xs-83px{min-width:83px!important}.mnh-xs-83vh{min-height:83vh!important}.h-xs-83px{height:83px!important}.h-xs-83vh{height:83vh!important}.mh-xs-80vh{max-height:80vh!important}.mw-xs-80vw{max-width:80vh!important}.w-xs-80px{width:80px!important}.mnw-xs-80px{min-width:80px!important}.mnh-xs-80vh{min-height:80vh!important}.h-xs-80px{height:80px!important}.h-xs-80vh{height:80vh!important}.mh-xs-75vh{max-height:75vh!important}.mw-xs-75vw{max-width:75vh!important}.w-xs-75px{width:75px!important}.mnw-xs-75px{min-width:75px!important}.mnh-xs-75vh{min-height:75vh!important}.h-xs-75px{height:75px!important}.h-xs-75vh{height:75vh!important}.mh-xs-70vh{max-height:70vh!important}.mw-xs-70vw{max-width:70vh!important}.w-xs-70px{width:70px!important}.mnw-xs-70px{min-width:70px!important}.mnh-xs-70vh{min-height:70vh!important}.h-xs-70px{height:70px!important}.h-xs-70vh{height:70vh!important}.mh-xs-65vh{max-height:65vh!important}.mw-xs-65vw{max-width:65vh!important}.w-xs-65px{width:65px!important}.mnw-xs-65px{min-width:65px!important}.mnh-xs-65vh{min-height:65vh!important}.h-xs-65px{height:65px!important}.h-xs-65vh{height:65vh!important}.mh-xs-60vh{max-height:60vh!important}.mw-xs-60vw{max-width:60vh!important}.w-xs-60px{width:60px!important}.mnw-xs-60px{min-width:60px!important}.mnh-xs-60vh{min-height:60vh!important}.h-xs-60px{height:60px!important}.h-xs-60vh{height:60vh!important}.mh-xs-55vh{max-height:55vh!important}.mw-xs-55vw{max-width:55vh!important}.w-xs-55px{width:55px!important}.mnw-xs-55px{min-width:55px!important}.mnh-xs-55vh{min-height:55vh!important}.h-xs-55px{height:55px!important}.h-xs-55vh{height:55vh!important}.mh-xs-50vh{max-height:50vh!important}.mw-xs-50vw{max-width:50vh!important}.w-xs-50px{width:50px!important}.mnw-xs-50px{min-width:50px!important}.mnh-xs-50vh{min-height:50vh!important}.h-xs-50px{height:50px!important}.h-xs-50vh{height:50vh!important}.mh-xs-45vh{max-height:45vh!important}.mw-xs-45vw{max-width:45vh!important}.w-xs-45px{width:45px!important}.mnw-xs-45px{min-width:45px!important}.mnh-xs-45vh{min-height:45vh!important}.h-xs-45px{height:45px!important}.h-xs-45vh{height:45vh!important}.mh-xs-40vh{max-height:40vh!important}.mw-xs-40vw{max-width:40vh!important}.w-xs-40px{width:40px!important}.mnw-xs-40px{min-width:40px!important}.mnh-xs-40vh{min-height:40vh!important}.h-xs-40px{height:40px!important}.h-xs-40vh{height:40vh!important}.mh-xs-35vh{max-height:35vh!important}.mw-xs-35vw{max-width:35vh!important}.w-xs-35px{width:35px!important}.mnw-xs-35px{min-width:35px!important}.mnh-xs-35vh{min-height:35vh!important}.h-xs-35px{height:35px!important}.h-xs-35vh{height:35vh!important}.mh-xs-30vh{max-height:30vh!important}.mw-xs-30vw{max-width:30vh!important}.w-xs-30px{width:30px!important}.mnw-xs-30px{min-width:30px!important}.mnh-xs-30vh{min-height:30vh!important}.h-xs-30px{height:30px!important}.h-xs-30vh{height:30vh!important}.mh-xs-25vh{max-height:25vh!important}.mw-xs-25vw{max-width:25vh!important}.w-xs-25px{width:25px!important}.mnw-xs-25px{min-width:25px!important}.mnh-xs-25vh{min-height:25vh!important}.h-xs-25px{height:25px!important}.h-xs-25vh{height:25vh!important}.mh-xs-20vh{max-height:20vh!important}.mw-xs-20vw{max-width:20vh!important}.w-xs-20px{width:20px!important}.mnw-xs-20px{min-width:20px!important}.mnh-xs-20vh{min-height:20vh!important}.h-xs-20px{height:20px!important}.h-xs-20vh{height:20vh!important}.mh-xs-15vh{max-height:15vh!important}.mw-xs-15vw{max-width:15vh!important}.w-xs-15px{width:15px!important}.mnw-xs-15px{min-width:15px!important}.mnh-xs-15vh{min-height:15vh!important}.h-xs-15px{height:15px!important}.h-xs-15vh{height:15vh!important}.mh-xs-10vh{max-height:10vh!important}.mw-xs-10vw{max-width:10vh!important}.w-xs-10px{width:10px!important}.mnw-xs-10px{min-width:10px!important}.mnh-xs-10vh{min-height:10vh!important}.h-xs-10px{height:10px!important}.h-xs-10vh{height:10vh!important}.mh-xs-7vh{max-height:7vh!important}.mw-xs-7vw{max-width:7vh!important}.w-xs-7px{width:7px!important}.mnw-xs-7px{min-width:7px!important}.mnh-xs-7vh{min-height:7vh!important}.h-xs-7px{height:7px!important}.h-xs-7vh{height:7vh!important}.mh-xs-5vh{max-height:5vh!important}.mw-xs-5vw{max-width:5vh!important}.w-xs-5px{width:5px!important}.mnw-xs-5px{min-width:5px!important}.mnh-xs-5vh{min-height:5vh!important}.h-xs-5px{height:5px!important}.h-xs-5vh{height:5vh!important}.mh-xs-0vh{max-height:0!important}.mw-xs-0vw{max-width:0!important}.w-xs-0px{width:0!important}.mnw-xs-0px{min-width:0!important}.mnh-xs-0vh{min-height:0!important}.h-xs-0px,.h-xs-0vh{height:0!important}.bg-xs-primary{background-color:#9333ea}.bg-hover-xs-primary:hover{background-color:#9333ea!important}.text-hover-xs-primary:hover{color:#9333ea!important}.text-xs-primary{color:#9333ea}.border-xs-primary{border-color:#9333ea!important}.bg-xs-secondary{background-color:#a855f7}.bg-hover-xs-secondary:hover{background-color:#a855f7!important}.text-hover-xs-secondary:hover{color:#a855f7!important}.text-xs-secondary{color:#a855f7}.border-xs-secondary{border-color:#a855f7!important}.bg-xs-success{background-color:#16a34a}.bg-hover-xs-success:hover{background-color:#16a34a!important}.text-hover-xs-success:hover{color:#16a34a!important}.text-xs-success{color:#16a34a}.border-xs-success{border-color:#16a34a!important}.bg-xs-info{background-color:#22c55e}.bg-hover-xs-info:hover{background-color:#22c55e!important}.text-hover-xs-info:hover{color:#22c55e!important}.text-xs-info{color:#22c55e}.border-xs-info{border-color:#22c55e!important}.bg-xs-danger-100{background-color:#ef4444}.bg-hover-xs-danger-100:hover{background-color:#ef4444!important}.text-hover-xs-danger-100:hover{color:#ef4444!important}.text-xs-danger-100{color:#ef4444}.border-xs-danger-100{border-color:#ef4444!important}.bg-xs-danger{background-color:#dc2626}.bg-hover-xs-danger:hover{background-color:#dc2626!important}.text-hover-xs-danger:hover{color:#dc2626!important}.text-xs-danger{color:#dc2626}.border-xs-danger{border-color:#dc2626!important}.bg-xs-light{background-color:#f8fafc}.bg-hover-xs-light:hover{background-color:#f8fafc!important}.text-hover-xs-light:hover{color:#f8fafc!important}.text-xs-light{color:#f8fafc}.border-xs-light{border-color:#f8fafc!important}.bg-xs-light-2{background-color:#f1f5f9}.bg-hover-xs-light-2:hover{background-color:#f1f5f9!important}.text-hover-xs-light-2:hover{color:#f1f5f9!important}.text-xs-light-2{color:#f1f5f9}.border-xs-light-2{border-color:#f1f5f9!important}.bg-xs-light-3{background-color:#e4f3fe}.bg-hover-xs-light-3:hover{background-color:#e4f3fe!important}.text-hover-xs-light-3:hover{color:#e4f3fe!important}.text-xs-light-3{color:#e4f3fe}.border-xs-light-3{border-color:#e4f3fe!important}.bg-xs-white{background-color:#fff}.bg-hover-xs-white:hover{background-color:#fff!important}.text-hover-xs-white:hover{color:#fff!important}.text-xs-white{color:#fff}.border-xs-white{border-color:#fff!important}.bg-xs-grey{background-color:#64748b}.bg-hover-xs-grey:hover{background-color:#64748b!important}.text-hover-xs-grey:hover{color:#64748b!important}.text-xs-grey{color:#64748b}.border-xs-grey{border-color:#64748b!important}.bg-xs-light-grey{background-color:#e2e8f0}.bg-hover-xs-light-grey:hover{background-color:#e2e8f0!important}.text-hover-xs-light-grey:hover{color:#e2e8f0!important}.text-xs-light-grey{color:#e2e8f0}.border-xs-light-grey{border-color:#e2e8f0!important}.bg-xs-grey-md{background-color:#94a3b8}.bg-hover-xs-grey-md:hover{background-color:#94a3b8!important}.text-hover-xs-grey-md:hover{color:#94a3b8!important}.text-xs-grey-md{color:#94a3b8}.border-xs-grey-md{border-color:#94a3b8!important}.bg-xs-grey-md-2{background-color:#b9c7db}.bg-hover-xs-grey-md-2:hover{background-color:#b9c7db!important}.text-hover-xs-grey-md-2:hover{color:#b9c7db!important}.text-xs-grey-md-2{color:#b9c7db}.border-xs-grey-md-2{border-color:#b9c7db!important}.bg-xs-dark-grey{background-color:#252729}.bg-hover-xs-dark-grey:hover{background-color:#252729!important}.text-hover-xs-dark-grey:hover{color:#252729!important}.text-xs-dark-grey{color:#252729}.border-xs-dark-grey{border-color:#252729!important}.bg-xs-black{background-color:#000}.bg-hover-xs-black:hover{background-color:#000!important}.text-hover-xs-black:hover{color:#000!important}.text-xs-black{color:#000}.border-xs-black{border-color:#000!important}.bg-xs-oxford-blue{background-color:#1e293b}.bg-hover-xs-oxford-blue:hover{background-color:#1e293b!important}.text-hover-xs-oxford-blue:hover{color:#1e293b!important}.text-xs-oxford-blue{color:#1e293b}.border-xs-oxford-blue{border-color:#1e293b!important}.bg-xs-navy-blue{background-color:#24106c}.bg-hover-xs-navy-blue:hover{background-color:#24106c!important}.text-hover-xs-navy-blue:hover{color:#24106c!important}.text-xs-navy-blue{color:#24106c}.border-xs-navy-blue{border-color:#24106c!important}.bg-xs-transparent{background-color:transparent}.bg-hover-xs-transparent:hover{background-color:transparent!important}.text-hover-xs-transparent:hover{color:transparent!important}.text-xs-transparent{color:transparent}.border-xs-transparent{border-color:transparent!important}.bg-xs-yellow{background-color:#facc15}.bg-hover-xs-yellow:hover{background-color:#facc15!important}.text-hover-xs-yellow:hover{color:#facc15!important}.text-xs-yellow{color:#facc15}.border-xs-yellow{border-color:#facc15!important}.bg-xs-disabled{background-color:#e9ecef}.bg-hover-xs-disabled:hover{background-color:#e9ecef!important}.text-hover-xs-disabled:hover{color:#e9ecef!important}.text-xs-disabled{color:#e9ecef}.border-xs-disabled{border-color:#e9ecef!important}.text-xs-center{text-align:center!important}.text-xs-start{text-align:left!important}.text-xs-end{text-align:right!important}.position-xs-fixed{position:fixed!important}.position-xs-absolute{position:absolute!important}.position-xs-relative{position:relative!important}.position-xs-static{position:static!important}.rounded-bottom-xs-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom-xs-10{border-bottom-left-radius:10px!important;border-bottom-right-radius:10px!important}.rounded-bottom-xs-15{border-bottom-left-radius:15px!important;border-bottom-right-radius:15px!important}.rounded-bottom-xs-20{border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important}.rounded-bottom-xs-30{border-bottom-left-radius:30px!important;border-bottom-right-radius:30px!important}.fs-xs-8{font-size:8px!important}.fs-xs-10{font-size:10px!important}.fs-xs-12{font-size:12px!important}.fs-xs-14{font-size:14px!important}.fs-xs-16{font-size:16px!important}.fs-xs-18{font-size:18px!important}.fs-xs-20{font-size:20px!important}.fs-xs-25{font-size:25px!important}.fs-xs-30{font-size:30px!important}.shadow-xs-none{box-shadow:none!important}.shadow-xs-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-xs-md{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-xs-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-xs-bottom{box-shadow:0 .5rem .5rem rgba(0,0,0,.1)!important}.zi-xs-0{z-index:0!important}.zi-xs-1{z-index:1!important}.zi-xs-2,.zi-xs-3{z-index:3!important}.zi-xs-4{z-index:4!important}.zi-xs-5{z-index:5!important}.zi-xs-6{z-index:6!important}.zi-xs-7{z-index:7!important}.zi-xs-8{z-index:8!important}.zi-xs-9{z-index:9!important}.zi-xs-10{z-index:10!important}.zi-xs-99{z-index:99!important}.zi-xs-100{z-index:100!important}.zi-xs-101{z-index:101!important}.zi-xs-9999{z-index:9999!important}.zi-xs-99999{z-index:99999!important}.fw-xs-light{font-weight:300!important}.fw-xs-regular{font-weight:400!important}.fw-xs-semibold{font-weight:600!important}.fw-xs-bold{font-weight:700!important}.rounded-xs-{border-radius:5px!important}.rounded-xs-0{border-radius:0!important}.rounded-xs-1{border-radius:1rem!important}.rounded-xs-5{border-radius:5px!important}.rounded-xs-10{border-radius:10px!important}.rounded-xs-15{border-radius:15px!important}.rounded-xs-20{border-radius:20px!important}.rounded-xs-30{border-radius:30px!important}.rounded-xs-50{border-radius:50px!important}.rounded-xs-circle{border-radius:50%!important}.rounded-xs-pill{border-radius:50rem!important}}@media screen and (min-width:576px){.w-sm-auto{width:auto!important}.h-sm-auto{height:auto!important}.top-sm-auto{top:auto!important}.bottom-sm-auto{bottom:auto!important}.start-sm-auto{left:auto!important}.end-sm-auto{right:auto!important}.mnw-sm-auto{min-width:auto!important}.mwsm-auto{max-width:auto!important}.mnhsm-auto{min-height:auto!important}.mh-sm-auto{max-height:auto!important}.min-h-sm-auto{min-height:auto!important}.w-sm-100{width:100%!important}.h-sm-100{height:100%!important}.top-sm-100{top:100%!important}.bottom-sm-100{bottom:100%!important}.start-sm-100{left:100%!important}.end-sm-100{right:100%!important}.mnw-sm-100{min-width:100%!important}.mwsm-100{max-width:100%!important}.mnhsm-100{min-height:100%!important}.mh-sm-100{max-height:100%!important}.min-h-sm-100{min-height:100%!important}.w-sm-95{width:95%!important}.h-sm-95{height:95%!important}.top-sm-95{top:95%!important}.bottom-sm-95{bottom:95%!important}.start-sm-95{left:95%!important}.end-sm-95{right:95%!important}.mnw-sm-95{min-width:95%!important}.mwsm-95{max-width:95%!important}.mnhsm-95{min-height:95%!important}.mh-sm-95{max-height:95%!important}.min-h-sm-95{min-height:95%!important}.w-sm-90{width:90%!important}.h-sm-90{height:90%!important}.top-sm-90{top:90%!important}.bottom-sm-90{bottom:90%!important}.start-sm-90{left:90%!important}.end-sm-90{right:90%!important}.mnw-sm-90{min-width:90%!important}.mwsm-90{max-width:90%!important}.mnhsm-90{min-height:90%!important}.mh-sm-90{max-height:90%!important}.min-h-sm-90{min-height:90%!important}.w-sm-85{width:85%!important}.h-sm-85{height:85%!important}.top-sm-85{top:85%!important}.bottom-sm-85{bottom:85%!important}.start-sm-85{left:85%!important}.end-sm-85{right:85%!important}.mnw-sm-85{min-width:85%!important}.mwsm-85{max-width:85%!important}.mnhsm-85{min-height:85%!important}.mh-sm-85{max-height:85%!important}.min-h-sm-85{min-height:85%!important}.w-sm-80{width:80%!important}.h-sm-80{height:80%!important}.top-sm-80{top:80%!important}.bottom-sm-80{bottom:80%!important}.start-sm-80{left:80%!important}.end-sm-80{right:80%!important}.mnw-sm-80{min-width:80%!important}.mwsm-80{max-width:80%!important}.mnhsm-80{min-height:80%!important}.mh-sm-80{max-height:80%!important}.min-h-sm-80{min-height:80%!important}.w-sm-75{width:75%!important}.h-sm-75{height:75%!important}.top-sm-75{top:75%!important}.bottom-sm-75{bottom:75%!important}.start-sm-75{left:75%!important}.end-sm-75{right:75%!important}.mnw-sm-75{min-width:75%!important}.mwsm-75{max-width:75%!important}.mnhsm-75{min-height:75%!important}.mh-sm-75{max-height:75%!important}.min-h-sm-75{min-height:75%!important}.w-sm-70{width:70%!important}.h-sm-70{height:70%!important}.top-sm-70{top:70%!important}.bottom-sm-70{bottom:70%!important}.start-sm-70{left:70%!important}.end-sm-70{right:70%!important}.mnw-sm-70{min-width:70%!important}.mwsm-70{max-width:70%!important}.mnhsm-70{min-height:70%!important}.mh-sm-70{max-height:70%!important}.min-h-sm-70{min-height:70%!important}.w-sm-65{width:65%!important}.h-sm-65{height:65%!important}.top-sm-65{top:65%!important}.bottom-sm-65{bottom:65%!important}.start-sm-65{left:65%!important}.end-sm-65{right:65%!important}.mnw-sm-65{min-width:65%!important}.mwsm-65{max-width:65%!important}.mnhsm-65{min-height:65%!important}.mh-sm-65{max-height:65%!important}.min-h-sm-65{min-height:65%!important}.w-sm-64{width:64%!important}.h-sm-64{height:64%!important}.top-sm-64{top:64%!important}.bottom-sm-64{bottom:64%!important}.start-sm-64{left:64%!important}.end-sm-64{right:64%!important}.mnw-sm-64{min-width:64%!important}.mwsm-64{max-width:64%!important}.mnhsm-64{min-height:64%!important}.mh-sm-64{max-height:64%!important}.min-h-sm-64{min-height:64%!important}.w-sm-60{width:60%!important}.h-sm-60{height:60%!important}.top-sm-60{top:60%!important}.bottom-sm-60{bottom:60%!important}.start-sm-60{left:60%!important}.end-sm-60{right:60%!important}.mnw-sm-60{min-width:60%!important}.mwsm-60{max-width:60%!important}.mnhsm-60{min-height:60%!important}.mh-sm-60{max-height:60%!important}.min-h-sm-60{min-height:60%!important}.w-sm-55{width:55%!important}.h-sm-55{height:55%!important}.top-sm-55{top:55%!important}.bottom-sm-55{bottom:55%!important}.start-sm-55{left:55%!important}.end-sm-55{right:55%!important}.mnw-sm-55{min-width:55%!important}.mwsm-55{max-width:55%!important}.mnhsm-55{min-height:55%!important}.mh-sm-55{max-height:55%!important}.min-h-sm-55{min-height:55%!important}.w-sm-50{width:50%!important}.h-sm-50{height:50%!important}.top-sm-50{top:50%!important}.bottom-sm-50{bottom:50%!important}.start-sm-50{left:50%!important}.end-sm-50{right:50%!important}.mnw-sm-50{min-width:50%!important}.mwsm-50{max-width:50%!important}.mnhsm-50{min-height:50%!important}.mh-sm-50{max-height:50%!important}.min-h-sm-50{min-height:50%!important}.w-sm-52{width:52%!important}.h-sm-52{height:52%!important}.top-sm-52{top:52%!important}.bottom-sm-52{bottom:52%!important}.start-sm-52{left:52%!important}.end-sm-52{right:52%!important}.mnw-sm-52{min-width:52%!important}.mwsm-52{max-width:52%!important}.mnhsm-52{min-height:52%!important}.mh-sm-52{max-height:52%!important}.min-h-sm-52{min-height:52%!important}.w-sm-45{width:45%!important}.h-sm-45{height:45%!important}.top-sm-45{top:45%!important}.bottom-sm-45{bottom:45%!important}.start-sm-45{left:45%!important}.end-sm-45{right:45%!important}.mnw-sm-45{min-width:45%!important}.mwsm-45{max-width:45%!important}.mnhsm-45{min-height:45%!important}.mh-sm-45{max-height:45%!important}.min-h-sm-45{min-height:45%!important}.w-sm-40{width:40%!important}.h-sm-40{height:40%!important}.top-sm-40{top:40%!important}.bottom-sm-40{bottom:40%!important}.start-sm-40{left:40%!important}.end-sm-40{right:40%!important}.mnw-sm-40{min-width:40%!important}.mwsm-40{max-width:40%!important}.mnhsm-40{min-height:40%!important}.mh-sm-40{max-height:40%!important}.min-h-sm-40{min-height:40%!important}.w-sm-35{width:35%!important}.h-sm-35{height:35%!important}.top-sm-35{top:35%!important}.bottom-sm-35{bottom:35%!important}.start-sm-35{left:35%!important}.end-sm-35{right:35%!important}.mnw-sm-35{min-width:35%!important}.mwsm-35{max-width:35%!important}.mnhsm-35{min-height:35%!important}.mh-sm-35{max-height:35%!important}.min-h-sm-35{min-height:35%!important}.w-sm-30{width:30%!important}.h-sm-30{height:30%!important}.top-sm-30{top:30%!important}.bottom-sm-30{bottom:30%!important}.start-sm-30{left:30%!important}.end-sm-30{right:30%!important}.mnw-sm-30{min-width:30%!important}.mwsm-30{max-width:30%!important}.mnhsm-30{min-height:30%!important}.mh-sm-30{max-height:30%!important}.min-h-sm-30{min-height:30%!important}.w-sm-25{width:25%!important}.h-sm-25{height:25%!important}.top-sm-25{top:25%!important}.bottom-sm-25{bottom:25%!important}.start-sm-25{left:25%!important}.end-sm-25{right:25%!important}.mnw-sm-25{min-width:25%!important}.mwsm-25{max-width:25%!important}.mnhsm-25{min-height:25%!important}.mh-sm-25{max-height:25%!important}.min-h-sm-25{min-height:25%!important}.w-sm-20{width:20%!important}.h-sm-20{height:20%!important}.top-sm-20{top:20%!important}.bottom-sm-20{bottom:20%!important}.start-sm-20{left:20%!important}.end-sm-20{right:20%!important}.mnw-sm-20{min-width:20%!important}.mwsm-20{max-width:20%!important}.mnhsm-20{min-height:20%!important}.mh-sm-20{max-height:20%!important}.min-h-sm-20{min-height:20%!important}.w-sm-15{width:15%!important}.h-sm-15{height:15%!important}.top-sm-15{top:15%!important}.bottom-sm-15{bottom:15%!important}.start-sm-15{left:15%!important}.end-sm-15{right:15%!important}.mnw-sm-15{min-width:15%!important}.mwsm-15{max-width:15%!important}.mnhsm-15{min-height:15%!important}.mh-sm-15{max-height:15%!important}.min-h-sm-15{min-height:15%!important}.w-sm-10{width:10%!important}.h-sm-10{height:10%!important}.top-sm-10{top:10%!important}.bottom-sm-10{bottom:10%!important}.start-sm-10{left:10%!important}.end-sm-10{right:10%!important}.mnw-sm-10{min-width:10%!important}.mwsm-10{max-width:10%!important}.mnhsm-10{min-height:10%!important}.mh-sm-10{max-height:10%!important}.min-h-sm-10{min-height:10%!important}.w-sm-7{width:7%!important}.h-sm-7{height:7%!important}.top-sm-7{top:7%!important}.bottom-sm-7{bottom:7%!important}.start-sm-7{left:7%!important}.end-sm-7{right:7%!important}.mnw-sm-7{min-width:7%!important}.mwsm-7{max-width:7%!important}.mnhsm-7{min-height:7%!important}.mh-sm-7{max-height:7%!important}.min-h-sm-7{min-height:7%!important}.w-sm-5{width:5%!important}.h-sm-5{height:5%!important}.top-sm-5{top:5%!important}.bottom-sm-5{bottom:5%!important}.start-sm-5{left:5%!important}.end-sm-5{right:5%!important}.mnw-sm-5{min-width:5%!important}.mwsm-5{max-width:5%!important}.mnhsm-5{min-height:5%!important}.mh-sm-5{max-height:5%!important}.min-h-sm-5{min-height:5%!important}.w-sm-0{width:0!important}.h-sm-0{height:0!important}.top-sm-0{top:0!important}.bottom-sm-0{bottom:0!important}.start-sm-0{left:0!important}.end-sm-0{right:0!important}.mnw-sm-0{min-width:0!important}.mwsm-0{max-width:0!important}.mnhsm-0{min-height:0!important}.mh-sm-0{max-height:0!important}.min-h-sm-0{min-height:0!important}.btn-sm-filter-size{height:40px!important;min-width:40px}.mh-sm-autovh{max-height:autovh!important}.mw-sm-autovw{max-width:autovh!important}.w-sm-autopx{width:autopx!important}.mnw-sm-autopx{min-width:autopx!important}.mnh-sm-autovh{min-height:autovh!important}.h-sm-autopx{height:autopx!important}.h-sm-autovh{height:autovh!important}.mh-sm-300vh{max-height:300vh!important}.mw-sm-300vw{max-width:300vh!important}.w-sm-300px{width:300px!important}.mnw-sm-300px{min-width:300px!important}.mnh-sm-300vh{min-height:300vh!important}.h-sm-300px{height:300px!important}.h-sm-300vh{height:300vh!important}.mh-sm-200vh{max-height:200vh!important}.mw-sm-200vw{max-width:200vh!important}.w-sm-200px{width:200px!important}.mnw-sm-200px{min-width:200px!important}.mnh-sm-200vh{min-height:200vh!important}.h-sm-200px{height:200px!important}.h-sm-200vh{height:200vh!important}.mh-sm-150vh{max-height:150vh!important}.mw-sm-150vw{max-width:150vh!important}.w-sm-150px{width:150px!important}.mnw-sm-150px{min-width:150px!important}.mnh-sm-150vh{min-height:150vh!important}.h-sm-150px{height:150px!important}.h-sm-150vh{height:150vh!important}.mh-sm-100vh{max-height:100vh!important}.mw-sm-100vw{max-width:100vh!important}.w-sm-100px{width:100px!important}.mnw-sm-100px{min-width:100px!important}.mnh-sm-100vh{min-height:100vh!important}.h-sm-100px{height:100px!important}.h-sm-100vh{height:100vh!important}.mh-sm-95vh{max-height:95vh!important}.mw-sm-95vw{max-width:95vh!important}.w-sm-95px{width:95px!important}.mnw-sm-95px{min-width:95px!important}.mnh-sm-95vh{min-height:95vh!important}.h-sm-95px{height:95px!important}.h-sm-95vh{height:95vh!important}.mh-sm-90vh{max-height:90vh!important}.mw-sm-90vw{max-width:90vh!important}.w-sm-90px{width:90px!important}.mnw-sm-90px{min-width:90px!important}.mnh-sm-90vh{min-height:90vh!important}.h-sm-90px{height:90px!important}.h-sm-90vh{height:90vh!important}.mh-sm-85vh{max-height:85vh!important}.mw-sm-85vw{max-width:85vh!important}.w-sm-85px{width:85px!important}.mnw-sm-85px{min-width:85px!important}.mnh-sm-85vh{min-height:85vh!important}.h-sm-85px{height:85px!important}.h-sm-85vh{height:85vh!important}.mh-sm-83vh{max-height:83vh!important}.mw-sm-83vw{max-width:83vh!important}.w-sm-83px{width:83px!important}.mnw-sm-83px{min-width:83px!important}.mnh-sm-83vh{min-height:83vh!important}.h-sm-83px{height:83px!important}.h-sm-83vh{height:83vh!important}.mh-sm-80vh{max-height:80vh!important}.mw-sm-80vw{max-width:80vh!important}.w-sm-80px{width:80px!important}.mnw-sm-80px{min-width:80px!important}.mnh-sm-80vh{min-height:80vh!important}.h-sm-80px{height:80px!important}.h-sm-80vh{height:80vh!important}.mh-sm-75vh{max-height:75vh!important}.mw-sm-75vw{max-width:75vh!important}.w-sm-75px{width:75px!important}.mnw-sm-75px{min-width:75px!important}.mnh-sm-75vh{min-height:75vh!important}.h-sm-75px{height:75px!important}.h-sm-75vh{height:75vh!important}.mh-sm-70vh{max-height:70vh!important}.mw-sm-70vw{max-width:70vh!important}.w-sm-70px{width:70px!important}.mnw-sm-70px{min-width:70px!important}.mnh-sm-70vh{min-height:70vh!important}.h-sm-70px{height:70px!important}.h-sm-70vh{height:70vh!important}.mh-sm-65vh{max-height:65vh!important}.mw-sm-65vw{max-width:65vh!important}.w-sm-65px{width:65px!important}.mnw-sm-65px{min-width:65px!important}.mnh-sm-65vh{min-height:65vh!important}.h-sm-65px{height:65px!important}.h-sm-65vh{height:65vh!important}.mh-sm-60vh{max-height:60vh!important}.mw-sm-60vw{max-width:60vh!important}.w-sm-60px{width:60px!important}.mnw-sm-60px{min-width:60px!important}.mnh-sm-60vh{min-height:60vh!important}.h-sm-60px{height:60px!important}.h-sm-60vh{height:60vh!important}.mh-sm-55vh{max-height:55vh!important}.mw-sm-55vw{max-width:55vh!important}.w-sm-55px{width:55px!important}.mnw-sm-55px{min-width:55px!important}.mnh-sm-55vh{min-height:55vh!important}.h-sm-55px{height:55px!important}.h-sm-55vh{height:55vh!important}.mh-sm-50vh{max-height:50vh!important}.mw-sm-50vw{max-width:50vh!important}.w-sm-50px{width:50px!important}.mnw-sm-50px{min-width:50px!important}.mnh-sm-50vh{min-height:50vh!important}.h-sm-50px{height:50px!important}.h-sm-50vh{height:50vh!important}.mh-sm-45vh{max-height:45vh!important}.mw-sm-45vw{max-width:45vh!important}.w-sm-45px{width:45px!important}.mnw-sm-45px{min-width:45px!important}.mnh-sm-45vh{min-height:45vh!important}.h-sm-45px{height:45px!important}.h-sm-45vh{height:45vh!important}.mh-sm-40vh{max-height:40vh!important}.mw-sm-40vw{max-width:40vh!important}.w-sm-40px{width:40px!important}.mnw-sm-40px{min-width:40px!important}.mnh-sm-40vh{min-height:40vh!important}.h-sm-40px{height:40px!important}.h-sm-40vh{height:40vh!important}.mh-sm-35vh{max-height:35vh!important}.mw-sm-35vw{max-width:35vh!important}.w-sm-35px{width:35px!important}.mnw-sm-35px{min-width:35px!important}.mnh-sm-35vh{min-height:35vh!important}.h-sm-35px{height:35px!important}.h-sm-35vh{height:35vh!important}.mh-sm-30vh{max-height:30vh!important}.mw-sm-30vw{max-width:30vh!important}.w-sm-30px{width:30px!important}.mnw-sm-30px{min-width:30px!important}.mnh-sm-30vh{min-height:30vh!important}.h-sm-30px{height:30px!important}.h-sm-30vh{height:30vh!important}.mh-sm-25vh{max-height:25vh!important}.mw-sm-25vw{max-width:25vh!important}.w-sm-25px{width:25px!important}.mnw-sm-25px{min-width:25px!important}.mnh-sm-25vh{min-height:25vh!important}.h-sm-25px{height:25px!important}.h-sm-25vh{height:25vh!important}.mh-sm-20vh{max-height:20vh!important}.mw-sm-20vw{max-width:20vh!important}.w-sm-20px{width:20px!important}.mnw-sm-20px{min-width:20px!important}.mnh-sm-20vh{min-height:20vh!important}.h-sm-20px{height:20px!important}.h-sm-20vh{height:20vh!important}.mh-sm-15vh{max-height:15vh!important}.mw-sm-15vw{max-width:15vh!important}.w-sm-15px{width:15px!important}.mnw-sm-15px{min-width:15px!important}.mnh-sm-15vh{min-height:15vh!important}.h-sm-15px{height:15px!important}.h-sm-15vh{height:15vh!important}.mh-sm-10vh{max-height:10vh!important}.mw-sm-10vw{max-width:10vh!important}.w-sm-10px{width:10px!important}.mnw-sm-10px{min-width:10px!important}.mnh-sm-10vh{min-height:10vh!important}.h-sm-10px{height:10px!important}.h-sm-10vh{height:10vh!important}.mh-sm-7vh{max-height:7vh!important}.mw-sm-7vw{max-width:7vh!important}.w-sm-7px{width:7px!important}.mnw-sm-7px{min-width:7px!important}.mnh-sm-7vh{min-height:7vh!important}.h-sm-7px{height:7px!important}.h-sm-7vh{height:7vh!important}.mh-sm-5vh{max-height:5vh!important}.mw-sm-5vw{max-width:5vh!important}.w-sm-5px{width:5px!important}.mnw-sm-5px{min-width:5px!important}.mnh-sm-5vh{min-height:5vh!important}.h-sm-5px{height:5px!important}.h-sm-5vh{height:5vh!important}.mh-sm-0vh{max-height:0!important}.mw-sm-0vw{max-width:0!important}.w-sm-0px{width:0!important}.mnw-sm-0px{min-width:0!important}.mnh-sm-0vh{min-height:0!important}.h-sm-0px,.h-sm-0vh{height:0!important}.bg-sm-primary{background-color:#9333ea}.bg-hover-sm-primary:hover{background-color:#9333ea!important}.text-hover-sm-primary:hover{color:#9333ea!important}.text-sm-primary{color:#9333ea}.border-sm-primary{border-color:#9333ea!important}.bg-sm-secondary{background-color:#a855f7}.bg-hover-sm-secondary:hover{background-color:#a855f7!important}.text-hover-sm-secondary:hover{color:#a855f7!important}.text-sm-secondary{color:#a855f7}.border-sm-secondary{border-color:#a855f7!important}.bg-sm-success{background-color:#16a34a}.bg-hover-sm-success:hover{background-color:#16a34a!important}.text-hover-sm-success:hover{color:#16a34a!important}.text-sm-success{color:#16a34a}.border-sm-success{border-color:#16a34a!important}.bg-sm-info{background-color:#22c55e}.bg-hover-sm-info:hover{background-color:#22c55e!important}.text-hover-sm-info:hover{color:#22c55e!important}.text-sm-info{color:#22c55e}.border-sm-info{border-color:#22c55e!important}.bg-sm-danger-100{background-color:#ef4444}.bg-hover-sm-danger-100:hover{background-color:#ef4444!important}.text-hover-sm-danger-100:hover{color:#ef4444!important}.text-sm-danger-100{color:#ef4444}.border-sm-danger-100{border-color:#ef4444!important}.bg-sm-danger{background-color:#dc2626}.bg-hover-sm-danger:hover{background-color:#dc2626!important}.text-hover-sm-danger:hover{color:#dc2626!important}.text-sm-danger{color:#dc2626}.border-sm-danger{border-color:#dc2626!important}.bg-sm-light{background-color:#f8fafc}.bg-hover-sm-light:hover{background-color:#f8fafc!important}.text-hover-sm-light:hover{color:#f8fafc!important}.text-sm-light{color:#f8fafc}.border-sm-light{border-color:#f8fafc!important}.bg-sm-light-2{background-color:#f1f5f9}.bg-hover-sm-light-2:hover{background-color:#f1f5f9!important}.text-hover-sm-light-2:hover{color:#f1f5f9!important}.text-sm-light-2{color:#f1f5f9}.border-sm-light-2{border-color:#f1f5f9!important}.bg-sm-light-3{background-color:#e4f3fe}.bg-hover-sm-light-3:hover{background-color:#e4f3fe!important}.text-hover-sm-light-3:hover{color:#e4f3fe!important}.text-sm-light-3{color:#e4f3fe}.border-sm-light-3{border-color:#e4f3fe!important}.bg-sm-white{background-color:#fff}.bg-hover-sm-white:hover{background-color:#fff!important}.text-hover-sm-white:hover{color:#fff!important}.text-sm-white{color:#fff}.border-sm-white{border-color:#fff!important}.bg-sm-grey{background-color:#64748b}.bg-hover-sm-grey:hover{background-color:#64748b!important}.text-hover-sm-grey:hover{color:#64748b!important}.text-sm-grey{color:#64748b}.border-sm-grey{border-color:#64748b!important}.bg-sm-light-grey{background-color:#e2e8f0}.bg-hover-sm-light-grey:hover{background-color:#e2e8f0!important}.text-hover-sm-light-grey:hover{color:#e2e8f0!important}.text-sm-light-grey{color:#e2e8f0}.border-sm-light-grey{border-color:#e2e8f0!important}.bg-sm-grey-md{background-color:#94a3b8}.bg-hover-sm-grey-md:hover{background-color:#94a3b8!important}.text-hover-sm-grey-md:hover{color:#94a3b8!important}.text-sm-grey-md{color:#94a3b8}.border-sm-grey-md{border-color:#94a3b8!important}.bg-sm-grey-md-2{background-color:#b9c7db}.bg-hover-sm-grey-md-2:hover{background-color:#b9c7db!important}.text-hover-sm-grey-md-2:hover{color:#b9c7db!important}.text-sm-grey-md-2{color:#b9c7db}.border-sm-grey-md-2{border-color:#b9c7db!important}.bg-sm-dark-grey{background-color:#252729}.bg-hover-sm-dark-grey:hover{background-color:#252729!important}.text-hover-sm-dark-grey:hover{color:#252729!important}.text-sm-dark-grey{color:#252729}.border-sm-dark-grey{border-color:#252729!important}.bg-sm-black{background-color:#000}.bg-hover-sm-black:hover{background-color:#000!important}.text-hover-sm-black:hover{color:#000!important}.text-sm-black{color:#000}.border-sm-black{border-color:#000!important}.bg-sm-oxford-blue{background-color:#1e293b}.bg-hover-sm-oxford-blue:hover{background-color:#1e293b!important}.text-hover-sm-oxford-blue:hover{color:#1e293b!important}.text-sm-oxford-blue{color:#1e293b}.border-sm-oxford-blue{border-color:#1e293b!important}.bg-sm-navy-blue{background-color:#24106c}.bg-hover-sm-navy-blue:hover{background-color:#24106c!important}.text-hover-sm-navy-blue:hover{color:#24106c!important}.text-sm-navy-blue{color:#24106c}.border-sm-navy-blue{border-color:#24106c!important}.bg-sm-transparent{background-color:transparent}.bg-hover-sm-transparent:hover{background-color:transparent!important}.text-hover-sm-transparent:hover{color:transparent!important}.text-sm-transparent{color:transparent}.border-sm-transparent{border-color:transparent!important}.bg-sm-yellow{background-color:#facc15}.bg-hover-sm-yellow:hover{background-color:#facc15!important}.text-hover-sm-yellow:hover{color:#facc15!important}.text-sm-yellow{color:#facc15}.border-sm-yellow{border-color:#facc15!important}.bg-sm-disabled{background-color:#e9ecef}.bg-hover-sm-disabled:hover{background-color:#e9ecef!important}.text-hover-sm-disabled:hover{color:#e9ecef!important}.text-sm-disabled{color:#e9ecef}.border-sm-disabled{border-color:#e9ecef!important}.text-sm-center{text-align:center!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.position-sm-fixed{position:fixed!important}.position-sm-absolute{position:absolute!important}.position-sm-relative{position:relative!important}.position-sm-static{position:static!important}.rounded-bottom-sm-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom-sm-10{border-bottom-left-radius:10px!important;border-bottom-right-radius:10px!important}.rounded-bottom-sm-15{border-bottom-left-radius:15px!important;border-bottom-right-radius:15px!important}.rounded-bottom-sm-20{border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important}.rounded-bottom-sm-30{border-bottom-left-radius:30px!important;border-bottom-right-radius:30px!important}.fs-sm-8{font-size:8px!important}.fs-sm-10{font-size:10px!important}.fs-sm-12{font-size:12px!important}.fs-sm-14{font-size:14px!important}.fs-sm-16{font-size:16px!important}.fs-sm-18{font-size:18px!important}.fs-sm-20{font-size:20px!important}.fs-sm-25{font-size:25px!important}.fs-sm-30{font-size:30px!important}.shadow-sm-none{box-shadow:none!important}.shadow-sm-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-sm-md{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-sm-bottom{box-shadow:0 .5rem .5rem rgba(0,0,0,.1)!important}.zi-sm-0{z-index:0!important}.zi-sm-1{z-index:1!important}.zi-sm-2,.zi-sm-3{z-index:3!important}.zi-sm-4{z-index:4!important}.zi-sm-5{z-index:5!important}.zi-sm-6{z-index:6!important}.zi-sm-7{z-index:7!important}.zi-sm-8{z-index:8!important}.zi-sm-9{z-index:9!important}.zi-sm-10{z-index:10!important}.zi-sm-99{z-index:99!important}.zi-sm-100{z-index:100!important}.zi-sm-101{z-index:101!important}.zi-sm-9999{z-index:9999!important}.zi-sm-99999{z-index:99999!important}.fw-sm-light{font-weight:300!important}.fw-sm-regular{font-weight:400!important}.fw-sm-semibold{font-weight:600!important}.fw-sm-bold{font-weight:700!important}.rounded-sm-{border-radius:5px!important}.rounded-sm-0{border-radius:0!important}.rounded-sm-1{border-radius:1rem!important}.rounded-sm-5{border-radius:5px!important}.rounded-sm-10{border-radius:10px!important}.rounded-sm-15{border-radius:15px!important}.rounded-sm-20{border-radius:20px!important}.rounded-sm-30{border-radius:30px!important}.rounded-sm-50{border-radius:50px!important}.rounded-sm-circle{border-radius:50%!important}.rounded-sm-pill{border-radius:50rem!important}}@media screen and (min-width:768px){.w-md-auto{width:auto!important}.h-md-auto{height:auto!important}.top-md-auto{top:auto!important}.bottom-md-auto{bottom:auto!important}.start-md-auto{left:auto!important}.end-md-auto{right:auto!important}.mnw-md-auto{min-width:auto!important}.mwmd-auto{max-width:auto!important}.mnhmd-auto{min-height:auto!important}.mh-md-auto{max-height:auto!important}.min-h-md-auto{min-height:auto!important}.w-md-100{width:100%!important}.h-md-100{height:100%!important}.top-md-100{top:100%!important}.bottom-md-100{bottom:100%!important}.start-md-100{left:100%!important}.end-md-100{right:100%!important}.mnw-md-100{min-width:100%!important}.mwmd-100{max-width:100%!important}.mnhmd-100{min-height:100%!important}.mh-md-100{max-height:100%!important}.min-h-md-100{min-height:100%!important}.w-md-95{width:95%!important}.h-md-95{height:95%!important}.top-md-95{top:95%!important}.bottom-md-95{bottom:95%!important}.start-md-95{left:95%!important}.end-md-95{right:95%!important}.mnw-md-95{min-width:95%!important}.mwmd-95{max-width:95%!important}.mnhmd-95{min-height:95%!important}.mh-md-95{max-height:95%!important}.min-h-md-95{min-height:95%!important}.w-md-90{width:90%!important}.h-md-90{height:90%!important}.top-md-90{top:90%!important}.bottom-md-90{bottom:90%!important}.start-md-90{left:90%!important}.end-md-90{right:90%!important}.mnw-md-90{min-width:90%!important}.mwmd-90{max-width:90%!important}.mnhmd-90{min-height:90%!important}.mh-md-90{max-height:90%!important}.min-h-md-90{min-height:90%!important}.w-md-85{width:85%!important}.h-md-85{height:85%!important}.top-md-85{top:85%!important}.bottom-md-85{bottom:85%!important}.start-md-85{left:85%!important}.end-md-85{right:85%!important}.mnw-md-85{min-width:85%!important}.mwmd-85{max-width:85%!important}.mnhmd-85{min-height:85%!important}.mh-md-85{max-height:85%!important}.min-h-md-85{min-height:85%!important}.w-md-80{width:80%!important}.h-md-80{height:80%!important}.top-md-80{top:80%!important}.bottom-md-80{bottom:80%!important}.start-md-80{left:80%!important}.end-md-80{right:80%!important}.mnw-md-80{min-width:80%!important}.mwmd-80{max-width:80%!important}.mnhmd-80{min-height:80%!important}.mh-md-80{max-height:80%!important}.min-h-md-80{min-height:80%!important}.w-md-75{width:75%!important}.h-md-75{height:75%!important}.top-md-75{top:75%!important}.bottom-md-75{bottom:75%!important}.start-md-75{left:75%!important}.end-md-75{right:75%!important}.mnw-md-75{min-width:75%!important}.mwmd-75{max-width:75%!important}.mnhmd-75{min-height:75%!important}.mh-md-75{max-height:75%!important}.min-h-md-75{min-height:75%!important}.w-md-70{width:70%!important}.h-md-70{height:70%!important}.top-md-70{top:70%!important}.bottom-md-70{bottom:70%!important}.start-md-70{left:70%!important}.end-md-70{right:70%!important}.mnw-md-70{min-width:70%!important}.mwmd-70{max-width:70%!important}.mnhmd-70{min-height:70%!important}.mh-md-70{max-height:70%!important}.min-h-md-70{min-height:70%!important}.w-md-65{width:65%!important}.h-md-65{height:65%!important}.top-md-65{top:65%!important}.bottom-md-65{bottom:65%!important}.start-md-65{left:65%!important}.end-md-65{right:65%!important}.mnw-md-65{min-width:65%!important}.mwmd-65{max-width:65%!important}.mnhmd-65{min-height:65%!important}.mh-md-65{max-height:65%!important}.min-h-md-65{min-height:65%!important}.w-md-64{width:64%!important}.h-md-64{height:64%!important}.top-md-64{top:64%!important}.bottom-md-64{bottom:64%!important}.start-md-64{left:64%!important}.end-md-64{right:64%!important}.mnw-md-64{min-width:64%!important}.mwmd-64{max-width:64%!important}.mnhmd-64{min-height:64%!important}.mh-md-64{max-height:64%!important}.min-h-md-64{min-height:64%!important}.w-md-60{width:60%!important}.h-md-60{height:60%!important}.top-md-60{top:60%!important}.bottom-md-60{bottom:60%!important}.start-md-60{left:60%!important}.end-md-60{right:60%!important}.mnw-md-60{min-width:60%!important}.mwmd-60{max-width:60%!important}.mnhmd-60{min-height:60%!important}.mh-md-60{max-height:60%!important}.min-h-md-60{min-height:60%!important}.w-md-55{width:55%!important}.h-md-55{height:55%!important}.top-md-55{top:55%!important}.bottom-md-55{bottom:55%!important}.start-md-55{left:55%!important}.end-md-55{right:55%!important}.mnw-md-55{min-width:55%!important}.mwmd-55{max-width:55%!important}.mnhmd-55{min-height:55%!important}.mh-md-55{max-height:55%!important}.min-h-md-55{min-height:55%!important}.w-md-50{width:50%!important}.h-md-50{height:50%!important}.top-md-50{top:50%!important}.bottom-md-50{bottom:50%!important}.start-md-50{left:50%!important}.end-md-50{right:50%!important}.mnw-md-50{min-width:50%!important}.mwmd-50{max-width:50%!important}.mnhmd-50{min-height:50%!important}.mh-md-50{max-height:50%!important}.min-h-md-50{min-height:50%!important}.w-md-52{width:52%!important}.h-md-52{height:52%!important}.top-md-52{top:52%!important}.bottom-md-52{bottom:52%!important}.start-md-52{left:52%!important}.end-md-52{right:52%!important}.mnw-md-52{min-width:52%!important}.mwmd-52{max-width:52%!important}.mnhmd-52{min-height:52%!important}.mh-md-52{max-height:52%!important}.min-h-md-52{min-height:52%!important}.w-md-45{width:45%!important}.h-md-45{height:45%!important}.top-md-45{top:45%!important}.bottom-md-45{bottom:45%!important}.start-md-45{left:45%!important}.end-md-45{right:45%!important}.mnw-md-45{min-width:45%!important}.mwmd-45{max-width:45%!important}.mnhmd-45{min-height:45%!important}.mh-md-45{max-height:45%!important}.min-h-md-45{min-height:45%!important}.w-md-40{width:40%!important}.h-md-40{height:40%!important}.top-md-40{top:40%!important}.bottom-md-40{bottom:40%!important}.start-md-40{left:40%!important}.end-md-40{right:40%!important}.mnw-md-40{min-width:40%!important}.mwmd-40{max-width:40%!important}.mnhmd-40{min-height:40%!important}.mh-md-40{max-height:40%!important}.min-h-md-40{min-height:40%!important}.w-md-35{width:35%!important}.h-md-35{height:35%!important}.top-md-35{top:35%!important}.bottom-md-35{bottom:35%!important}.start-md-35{left:35%!important}.end-md-35{right:35%!important}.mnw-md-35{min-width:35%!important}.mwmd-35{max-width:35%!important}.mnhmd-35{min-height:35%!important}.mh-md-35{max-height:35%!important}.min-h-md-35{min-height:35%!important}.w-md-30{width:30%!important}.h-md-30{height:30%!important}.top-md-30{top:30%!important}.bottom-md-30{bottom:30%!important}.start-md-30{left:30%!important}.end-md-30{right:30%!important}.mnw-md-30{min-width:30%!important}.mwmd-30{max-width:30%!important}.mnhmd-30{min-height:30%!important}.mh-md-30{max-height:30%!important}.min-h-md-30{min-height:30%!important}.w-md-25{width:25%!important}.h-md-25{height:25%!important}.top-md-25{top:25%!important}.bottom-md-25{bottom:25%!important}.start-md-25{left:25%!important}.end-md-25{right:25%!important}.mnw-md-25{min-width:25%!important}.mwmd-25{max-width:25%!important}.mnhmd-25{min-height:25%!important}.mh-md-25{max-height:25%!important}.min-h-md-25{min-height:25%!important}.w-md-20{width:20%!important}.h-md-20{height:20%!important}.top-md-20{top:20%!important}.bottom-md-20{bottom:20%!important}.start-md-20{left:20%!important}.end-md-20{right:20%!important}.mnw-md-20{min-width:20%!important}.mwmd-20{max-width:20%!important}.mnhmd-20{min-height:20%!important}.mh-md-20{max-height:20%!important}.min-h-md-20{min-height:20%!important}.w-md-15{width:15%!important}.h-md-15{height:15%!important}.top-md-15{top:15%!important}.bottom-md-15{bottom:15%!important}.start-md-15{left:15%!important}.end-md-15{right:15%!important}.mnw-md-15{min-width:15%!important}.mwmd-15{max-width:15%!important}.mnhmd-15{min-height:15%!important}.mh-md-15{max-height:15%!important}.min-h-md-15{min-height:15%!important}.w-md-10{width:10%!important}.h-md-10{height:10%!important}.top-md-10{top:10%!important}.bottom-md-10{bottom:10%!important}.start-md-10{left:10%!important}.end-md-10{right:10%!important}.mnw-md-10{min-width:10%!important}.mwmd-10{max-width:10%!important}.mnhmd-10{min-height:10%!important}.mh-md-10{max-height:10%!important}.min-h-md-10{min-height:10%!important}.w-md-7{width:7%!important}.h-md-7{height:7%!important}.top-md-7{top:7%!important}.bottom-md-7{bottom:7%!important}.start-md-7{left:7%!important}.end-md-7{right:7%!important}.mnw-md-7{min-width:7%!important}.mwmd-7{max-width:7%!important}.mnhmd-7{min-height:7%!important}.mh-md-7{max-height:7%!important}.min-h-md-7{min-height:7%!important}.w-md-5{width:5%!important}.h-md-5{height:5%!important}.top-md-5{top:5%!important}.bottom-md-5{bottom:5%!important}.start-md-5{left:5%!important}.end-md-5{right:5%!important}.mnw-md-5{min-width:5%!important}.mwmd-5{max-width:5%!important}.mnhmd-5{min-height:5%!important}.mh-md-5{max-height:5%!important}.min-h-md-5{min-height:5%!important}.w-md-0{width:0!important}.h-md-0{height:0!important}.top-md-0{top:0!important}.bottom-md-0{bottom:0!important}.start-md-0{left:0!important}.end-md-0{right:0!important}.mnw-md-0{min-width:0!important}.mwmd-0{max-width:0!important}.mnhmd-0{min-height:0!important}.mh-md-0{max-height:0!important}.min-h-md-0{min-height:0!important}.btn-md-filter-size{height:40px!important;min-width:40px}.mh-md-autovh{max-height:autovh!important}.mw-md-autovw{max-width:autovh!important}.w-md-autopx{width:autopx!important}.mnw-md-autopx{min-width:autopx!important}.mnh-md-autovh{min-height:autovh!important}.h-md-autopx{height:autopx!important}.h-md-autovh{height:autovh!important}.mh-md-300vh{max-height:300vh!important}.mw-md-300vw{max-width:300vh!important}.w-md-300px{width:300px!important}.mnw-md-300px{min-width:300px!important}.mnh-md-300vh{min-height:300vh!important}.h-md-300px{height:300px!important}.h-md-300vh{height:300vh!important}.mh-md-200vh{max-height:200vh!important}.mw-md-200vw{max-width:200vh!important}.w-md-200px{width:200px!important}.mnw-md-200px{min-width:200px!important}.mnh-md-200vh{min-height:200vh!important}.h-md-200px{height:200px!important}.h-md-200vh{height:200vh!important}.mh-md-150vh{max-height:150vh!important}.mw-md-150vw{max-width:150vh!important}.w-md-150px{width:150px!important}.mnw-md-150px{min-width:150px!important}.mnh-md-150vh{min-height:150vh!important}.h-md-150px{height:150px!important}.h-md-150vh{height:150vh!important}.mh-md-100vh{max-height:100vh!important}.mw-md-100vw{max-width:100vh!important}.w-md-100px{width:100px!important}.mnw-md-100px{min-width:100px!important}.mnh-md-100vh{min-height:100vh!important}.h-md-100px{height:100px!important}.h-md-100vh{height:100vh!important}.mh-md-95vh{max-height:95vh!important}.mw-md-95vw{max-width:95vh!important}.w-md-95px{width:95px!important}.mnw-md-95px{min-width:95px!important}.mnh-md-95vh{min-height:95vh!important}.h-md-95px{height:95px!important}.h-md-95vh{height:95vh!important}.mh-md-90vh{max-height:90vh!important}.mw-md-90vw{max-width:90vh!important}.w-md-90px{width:90px!important}.mnw-md-90px{min-width:90px!important}.mnh-md-90vh{min-height:90vh!important}.h-md-90px{height:90px!important}.h-md-90vh{height:90vh!important}.mh-md-85vh{max-height:85vh!important}.mw-md-85vw{max-width:85vh!important}.w-md-85px{width:85px!important}.mnw-md-85px{min-width:85px!important}.mnh-md-85vh{min-height:85vh!important}.h-md-85px{height:85px!important}.h-md-85vh{height:85vh!important}.mh-md-83vh{max-height:83vh!important}.mw-md-83vw{max-width:83vh!important}.w-md-83px{width:83px!important}.mnw-md-83px{min-width:83px!important}.mnh-md-83vh{min-height:83vh!important}.h-md-83px{height:83px!important}.h-md-83vh{height:83vh!important}.mh-md-80vh{max-height:80vh!important}.mw-md-80vw{max-width:80vh!important}.w-md-80px{width:80px!important}.mnw-md-80px{min-width:80px!important}.mnh-md-80vh{min-height:80vh!important}.h-md-80px{height:80px!important}.h-md-80vh{height:80vh!important}.mh-md-75vh{max-height:75vh!important}.mw-md-75vw{max-width:75vh!important}.w-md-75px{width:75px!important}.mnw-md-75px{min-width:75px!important}.mnh-md-75vh{min-height:75vh!important}.h-md-75px{height:75px!important}.h-md-75vh{height:75vh!important}.mh-md-70vh{max-height:70vh!important}.mw-md-70vw{max-width:70vh!important}.w-md-70px{width:70px!important}.mnw-md-70px{min-width:70px!important}.mnh-md-70vh{min-height:70vh!important}.h-md-70px{height:70px!important}.h-md-70vh{height:70vh!important}.mh-md-65vh{max-height:65vh!important}.mw-md-65vw{max-width:65vh!important}.w-md-65px{width:65px!important}.mnw-md-65px{min-width:65px!important}.mnh-md-65vh{min-height:65vh!important}.h-md-65px{height:65px!important}.h-md-65vh{height:65vh!important}.mh-md-60vh{max-height:60vh!important}.mw-md-60vw{max-width:60vh!important}.w-md-60px{width:60px!important}.mnw-md-60px{min-width:60px!important}.mnh-md-60vh{min-height:60vh!important}.h-md-60px{height:60px!important}.h-md-60vh{height:60vh!important}.mh-md-55vh{max-height:55vh!important}.mw-md-55vw{max-width:55vh!important}.w-md-55px{width:55px!important}.mnw-md-55px{min-width:55px!important}.mnh-md-55vh{min-height:55vh!important}.h-md-55px{height:55px!important}.h-md-55vh{height:55vh!important}.mh-md-50vh{max-height:50vh!important}.mw-md-50vw{max-width:50vh!important}.w-md-50px{width:50px!important}.mnw-md-50px{min-width:50px!important}.mnh-md-50vh{min-height:50vh!important}.h-md-50px{height:50px!important}.h-md-50vh{height:50vh!important}.mh-md-45vh{max-height:45vh!important}.mw-md-45vw{max-width:45vh!important}.w-md-45px{width:45px!important}.mnw-md-45px{min-width:45px!important}.mnh-md-45vh{min-height:45vh!important}.h-md-45px{height:45px!important}.h-md-45vh{height:45vh!important}.mh-md-40vh{max-height:40vh!important}.mw-md-40vw{max-width:40vh!important}.w-md-40px{width:40px!important}.mnw-md-40px{min-width:40px!important}.mnh-md-40vh{min-height:40vh!important}.h-md-40px{height:40px!important}.h-md-40vh{height:40vh!important}.mh-md-35vh{max-height:35vh!important}.mw-md-35vw{max-width:35vh!important}.w-md-35px{width:35px!important}.mnw-md-35px{min-width:35px!important}.mnh-md-35vh{min-height:35vh!important}.h-md-35px{height:35px!important}.h-md-35vh{height:35vh!important}.mh-md-30vh{max-height:30vh!important}.mw-md-30vw{max-width:30vh!important}.w-md-30px{width:30px!important}.mnw-md-30px{min-width:30px!important}.mnh-md-30vh{min-height:30vh!important}.h-md-30px{height:30px!important}.h-md-30vh{height:30vh!important}.mh-md-25vh{max-height:25vh!important}.mw-md-25vw{max-width:25vh!important}.w-md-25px{width:25px!important}.mnw-md-25px{min-width:25px!important}.mnh-md-25vh{min-height:25vh!important}.h-md-25px{height:25px!important}.h-md-25vh{height:25vh!important}.mh-md-20vh{max-height:20vh!important}.mw-md-20vw{max-width:20vh!important}.w-md-20px{width:20px!important}.mnw-md-20px{min-width:20px!important}.mnh-md-20vh{min-height:20vh!important}.h-md-20px{height:20px!important}.h-md-20vh{height:20vh!important}.mh-md-15vh{max-height:15vh!important}.mw-md-15vw{max-width:15vh!important}.w-md-15px{width:15px!important}.mnw-md-15px{min-width:15px!important}.mnh-md-15vh{min-height:15vh!important}.h-md-15px{height:15px!important}.h-md-15vh{height:15vh!important}.mh-md-10vh{max-height:10vh!important}.mw-md-10vw{max-width:10vh!important}.w-md-10px{width:10px!important}.mnw-md-10px{min-width:10px!important}.mnh-md-10vh{min-height:10vh!important}.h-md-10px{height:10px!important}.h-md-10vh{height:10vh!important}.mh-md-7vh{max-height:7vh!important}.mw-md-7vw{max-width:7vh!important}.w-md-7px{width:7px!important}.mnw-md-7px{min-width:7px!important}.mnh-md-7vh{min-height:7vh!important}.h-md-7px{height:7px!important}.h-md-7vh{height:7vh!important}.mh-md-5vh{max-height:5vh!important}.mw-md-5vw{max-width:5vh!important}.w-md-5px{width:5px!important}.mnw-md-5px{min-width:5px!important}.mnh-md-5vh{min-height:5vh!important}.h-md-5px{height:5px!important}.h-md-5vh{height:5vh!important}.mh-md-0vh{max-height:0!important}.mw-md-0vw{max-width:0!important}.w-md-0px{width:0!important}.mnw-md-0px{min-width:0!important}.mnh-md-0vh{min-height:0!important}.h-md-0px,.h-md-0vh{height:0!important}.bg-md-primary{background-color:#9333ea}.bg-hover-md-primary:hover{background-color:#9333ea!important}.text-hover-md-primary:hover{color:#9333ea!important}.text-md-primary{color:#9333ea}.border-md-primary{border-color:#9333ea!important}.bg-md-secondary{background-color:#a855f7}.bg-hover-md-secondary:hover{background-color:#a855f7!important}.text-hover-md-secondary:hover{color:#a855f7!important}.text-md-secondary{color:#a855f7}.border-md-secondary{border-color:#a855f7!important}.bg-md-success{background-color:#16a34a}.bg-hover-md-success:hover{background-color:#16a34a!important}.text-hover-md-success:hover{color:#16a34a!important}.text-md-success{color:#16a34a}.border-md-success{border-color:#16a34a!important}.bg-md-info{background-color:#22c55e}.bg-hover-md-info:hover{background-color:#22c55e!important}.text-hover-md-info:hover{color:#22c55e!important}.text-md-info{color:#22c55e}.border-md-info{border-color:#22c55e!important}.bg-md-danger-100{background-color:#ef4444}.bg-hover-md-danger-100:hover{background-color:#ef4444!important}.text-hover-md-danger-100:hover{color:#ef4444!important}.text-md-danger-100{color:#ef4444}.border-md-danger-100{border-color:#ef4444!important}.bg-md-danger{background-color:#dc2626}.bg-hover-md-danger:hover{background-color:#dc2626!important}.text-hover-md-danger:hover{color:#dc2626!important}.text-md-danger{color:#dc2626}.border-md-danger{border-color:#dc2626!important}.bg-md-light{background-color:#f8fafc}.bg-hover-md-light:hover{background-color:#f8fafc!important}.text-hover-md-light:hover{color:#f8fafc!important}.text-md-light{color:#f8fafc}.border-md-light{border-color:#f8fafc!important}.bg-md-light-2{background-color:#f1f5f9}.bg-hover-md-light-2:hover{background-color:#f1f5f9!important}.text-hover-md-light-2:hover{color:#f1f5f9!important}.text-md-light-2{color:#f1f5f9}.border-md-light-2{border-color:#f1f5f9!important}.bg-md-light-3{background-color:#e4f3fe}.bg-hover-md-light-3:hover{background-color:#e4f3fe!important}.text-hover-md-light-3:hover{color:#e4f3fe!important}.text-md-light-3{color:#e4f3fe}.border-md-light-3{border-color:#e4f3fe!important}.bg-md-white{background-color:#fff}.bg-hover-md-white:hover{background-color:#fff!important}.text-hover-md-white:hover{color:#fff!important}.text-md-white{color:#fff}.border-md-white{border-color:#fff!important}.bg-md-grey{background-color:#64748b}.bg-hover-md-grey:hover{background-color:#64748b!important}.text-hover-md-grey:hover{color:#64748b!important}.text-md-grey{color:#64748b}.border-md-grey{border-color:#64748b!important}.bg-md-light-grey{background-color:#e2e8f0}.bg-hover-md-light-grey:hover{background-color:#e2e8f0!important}.text-hover-md-light-grey:hover{color:#e2e8f0!important}.text-md-light-grey{color:#e2e8f0}.border-md-light-grey{border-color:#e2e8f0!important}.bg-md-grey-md{background-color:#94a3b8}.bg-hover-md-grey-md:hover{background-color:#94a3b8!important}.text-hover-md-grey-md:hover{color:#94a3b8!important}.text-md-grey-md{color:#94a3b8}.border-md-grey-md{border-color:#94a3b8!important}.bg-md-grey-md-2{background-color:#b9c7db}.bg-hover-md-grey-md-2:hover{background-color:#b9c7db!important}.text-hover-md-grey-md-2:hover{color:#b9c7db!important}.text-md-grey-md-2{color:#b9c7db}.border-md-grey-md-2{border-color:#b9c7db!important}.bg-md-dark-grey{background-color:#252729}.bg-hover-md-dark-grey:hover{background-color:#252729!important}.text-hover-md-dark-grey:hover{color:#252729!important}.text-md-dark-grey{color:#252729}.border-md-dark-grey{border-color:#252729!important}.bg-md-black{background-color:#000}.bg-hover-md-black:hover{background-color:#000!important}.text-hover-md-black:hover{color:#000!important}.text-md-black{color:#000}.border-md-black{border-color:#000!important}.bg-md-oxford-blue{background-color:#1e293b}.bg-hover-md-oxford-blue:hover{background-color:#1e293b!important}.text-hover-md-oxford-blue:hover{color:#1e293b!important}.text-md-oxford-blue{color:#1e293b}.border-md-oxford-blue{border-color:#1e293b!important}.bg-md-navy-blue{background-color:#24106c}.bg-hover-md-navy-blue:hover{background-color:#24106c!important}.text-hover-md-navy-blue:hover{color:#24106c!important}.text-md-navy-blue{color:#24106c}.border-md-navy-blue{border-color:#24106c!important}.bg-md-transparent{background-color:transparent}.bg-hover-md-transparent:hover{background-color:transparent!important}.text-hover-md-transparent:hover{color:transparent!important}.text-md-transparent{color:transparent}.border-md-transparent{border-color:transparent!important}.bg-md-yellow{background-color:#facc15}.bg-hover-md-yellow:hover{background-color:#facc15!important}.text-hover-md-yellow:hover{color:#facc15!important}.text-md-yellow{color:#facc15}.border-md-yellow{border-color:#facc15!important}.bg-md-disabled{background-color:#e9ecef}.bg-hover-md-disabled:hover{background-color:#e9ecef!important}.text-hover-md-disabled:hover{color:#e9ecef!important}.text-md-disabled{color:#e9ecef}.border-md-disabled{border-color:#e9ecef!important}.text-md-center{text-align:center!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.position-md-fixed{position:fixed!important}.position-md-absolute{position:absolute!important}.position-md-relative{position:relative!important}.position-md-static{position:static!important}.rounded-bottom-md-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom-md-10{border-bottom-left-radius:10px!important;border-bottom-right-radius:10px!important}.rounded-bottom-md-15{border-bottom-left-radius:15px!important;border-bottom-right-radius:15px!important}.rounded-bottom-md-20{border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important}.rounded-bottom-md-30{border-bottom-left-radius:30px!important;border-bottom-right-radius:30px!important}.fs-md-8{font-size:8px!important}.fs-md-10{font-size:10px!important}.fs-md-12{font-size:12px!important}.fs-md-14{font-size:14px!important}.fs-md-16{font-size:16px!important}.fs-md-18{font-size:18px!important}.fs-md-20{font-size:20px!important}.fs-md-25{font-size:25px!important}.fs-md-30{font-size:30px!important}.shadow-md-none{box-shadow:none!important}.shadow-md-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-md-md{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-md-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-md-bottom{box-shadow:0 .5rem .5rem rgba(0,0,0,.1)!important}.zi-md-0{z-index:0!important}.zi-md-1{z-index:1!important}.zi-md-2,.zi-md-3{z-index:3!important}.zi-md-4{z-index:4!important}.zi-md-5{z-index:5!important}.zi-md-6{z-index:6!important}.zi-md-7{z-index:7!important}.zi-md-8{z-index:8!important}.zi-md-9{z-index:9!important}.zi-md-10{z-index:10!important}.zi-md-99{z-index:99!important}.zi-md-100{z-index:100!important}.zi-md-101{z-index:101!important}.zi-md-9999{z-index:9999!important}.zi-md-99999{z-index:99999!important}.fw-md-light{font-weight:300!important}.fw-md-regular{font-weight:400!important}.fw-md-semibold{font-weight:600!important}.fw-md-bold{font-weight:700!important}.rounded-md-{border-radius:5px!important}.rounded-md-0{border-radius:0!important}.rounded-md-1{border-radius:1rem!important}.rounded-md-5{border-radius:5px!important}.rounded-md-10{border-radius:10px!important}.rounded-md-15{border-radius:15px!important}.rounded-md-20{border-radius:20px!important}.rounded-md-30{border-radius:30px!important}.rounded-md-50{border-radius:50px!important}.rounded-md-circle{border-radius:50%!important}.rounded-md-pill{border-radius:50rem!important}}@media screen and (min-width:992px){.w-lg-auto{width:auto!important}.h-lg-auto{height:auto!important}.top-lg-auto{top:auto!important}.bottom-lg-auto{bottom:auto!important}.start-lg-auto{left:auto!important}.end-lg-auto{right:auto!important}.mnw-lg-auto{min-width:auto!important}.mwlg-auto{max-width:auto!important}.mnhlg-auto{min-height:auto!important}.mh-lg-auto{max-height:auto!important}.min-h-lg-auto{min-height:auto!important}.w-lg-100{width:100%!important}.h-lg-100{height:100%!important}.top-lg-100{top:100%!important}.bottom-lg-100{bottom:100%!important}.start-lg-100{left:100%!important}.end-lg-100{right:100%!important}.mnw-lg-100{min-width:100%!important}.mwlg-100{max-width:100%!important}.mnhlg-100{min-height:100%!important}.mh-lg-100{max-height:100%!important}.min-h-lg-100{min-height:100%!important}.w-lg-95{width:95%!important}.h-lg-95{height:95%!important}.top-lg-95{top:95%!important}.bottom-lg-95{bottom:95%!important}.start-lg-95{left:95%!important}.end-lg-95{right:95%!important}.mnw-lg-95{min-width:95%!important}.mwlg-95{max-width:95%!important}.mnhlg-95{min-height:95%!important}.mh-lg-95{max-height:95%!important}.min-h-lg-95{min-height:95%!important}.w-lg-90{width:90%!important}.h-lg-90{height:90%!important}.top-lg-90{top:90%!important}.bottom-lg-90{bottom:90%!important}.start-lg-90{left:90%!important}.end-lg-90{right:90%!important}.mnw-lg-90{min-width:90%!important}.mwlg-90{max-width:90%!important}.mnhlg-90{min-height:90%!important}.mh-lg-90{max-height:90%!important}.min-h-lg-90{min-height:90%!important}.w-lg-85{width:85%!important}.h-lg-85{height:85%!important}.top-lg-85{top:85%!important}.bottom-lg-85{bottom:85%!important}.start-lg-85{left:85%!important}.end-lg-85{right:85%!important}.mnw-lg-85{min-width:85%!important}.mwlg-85{max-width:85%!important}.mnhlg-85{min-height:85%!important}.mh-lg-85{max-height:85%!important}.min-h-lg-85{min-height:85%!important}.w-lg-80{width:80%!important}.h-lg-80{height:80%!important}.top-lg-80{top:80%!important}.bottom-lg-80{bottom:80%!important}.start-lg-80{left:80%!important}.end-lg-80{right:80%!important}.mnw-lg-80{min-width:80%!important}.mwlg-80{max-width:80%!important}.mnhlg-80{min-height:80%!important}.mh-lg-80{max-height:80%!important}.min-h-lg-80{min-height:80%!important}.w-lg-75{width:75%!important}.h-lg-75{height:75%!important}.top-lg-75{top:75%!important}.bottom-lg-75{bottom:75%!important}.start-lg-75{left:75%!important}.end-lg-75{right:75%!important}.mnw-lg-75{min-width:75%!important}.mwlg-75{max-width:75%!important}.mnhlg-75{min-height:75%!important}.mh-lg-75{max-height:75%!important}.min-h-lg-75{min-height:75%!important}.w-lg-70{width:70%!important}.h-lg-70{height:70%!important}.top-lg-70{top:70%!important}.bottom-lg-70{bottom:70%!important}.start-lg-70{left:70%!important}.end-lg-70{right:70%!important}.mnw-lg-70{min-width:70%!important}.mwlg-70{max-width:70%!important}.mnhlg-70{min-height:70%!important}.mh-lg-70{max-height:70%!important}.min-h-lg-70{min-height:70%!important}.w-lg-65{width:65%!important}.h-lg-65{height:65%!important}.top-lg-65{top:65%!important}.bottom-lg-65{bottom:65%!important}.start-lg-65{left:65%!important}.end-lg-65{right:65%!important}.mnw-lg-65{min-width:65%!important}.mwlg-65{max-width:65%!important}.mnhlg-65{min-height:65%!important}.mh-lg-65{max-height:65%!important}.min-h-lg-65{min-height:65%!important}.w-lg-64{width:64%!important}.h-lg-64{height:64%!important}.top-lg-64{top:64%!important}.bottom-lg-64{bottom:64%!important}.start-lg-64{left:64%!important}.end-lg-64{right:64%!important}.mnw-lg-64{min-width:64%!important}.mwlg-64{max-width:64%!important}.mnhlg-64{min-height:64%!important}.mh-lg-64{max-height:64%!important}.min-h-lg-64{min-height:64%!important}.w-lg-60{width:60%!important}.h-lg-60{height:60%!important}.top-lg-60{top:60%!important}.bottom-lg-60{bottom:60%!important}.start-lg-60{left:60%!important}.end-lg-60{right:60%!important}.mnw-lg-60{min-width:60%!important}.mwlg-60{max-width:60%!important}.mnhlg-60{min-height:60%!important}.mh-lg-60{max-height:60%!important}.min-h-lg-60{min-height:60%!important}.w-lg-55{width:55%!important}.h-lg-55{height:55%!important}.top-lg-55{top:55%!important}.bottom-lg-55{bottom:55%!important}.start-lg-55{left:55%!important}.end-lg-55{right:55%!important}.mnw-lg-55{min-width:55%!important}.mwlg-55{max-width:55%!important}.mnhlg-55{min-height:55%!important}.mh-lg-55{max-height:55%!important}.min-h-lg-55{min-height:55%!important}.w-lg-50{width:50%!important}.h-lg-50{height:50%!important}.top-lg-50{top:50%!important}.bottom-lg-50{bottom:50%!important}.start-lg-50{left:50%!important}.end-lg-50{right:50%!important}.mnw-lg-50{min-width:50%!important}.mwlg-50{max-width:50%!important}.mnhlg-50{min-height:50%!important}.mh-lg-50{max-height:50%!important}.min-h-lg-50{min-height:50%!important}.w-lg-52{width:52%!important}.h-lg-52{height:52%!important}.top-lg-52{top:52%!important}.bottom-lg-52{bottom:52%!important}.start-lg-52{left:52%!important}.end-lg-52{right:52%!important}.mnw-lg-52{min-width:52%!important}.mwlg-52{max-width:52%!important}.mnhlg-52{min-height:52%!important}.mh-lg-52{max-height:52%!important}.min-h-lg-52{min-height:52%!important}.w-lg-45{width:45%!important}.h-lg-45{height:45%!important}.top-lg-45{top:45%!important}.bottom-lg-45{bottom:45%!important}.start-lg-45{left:45%!important}.end-lg-45{right:45%!important}.mnw-lg-45{min-width:45%!important}.mwlg-45{max-width:45%!important}.mnhlg-45{min-height:45%!important}.mh-lg-45{max-height:45%!important}.min-h-lg-45{min-height:45%!important}.w-lg-40{width:40%!important}.h-lg-40{height:40%!important}.top-lg-40{top:40%!important}.bottom-lg-40{bottom:40%!important}.start-lg-40{left:40%!important}.end-lg-40{right:40%!important}.mnw-lg-40{min-width:40%!important}.mwlg-40{max-width:40%!important}.mnhlg-40{min-height:40%!important}.mh-lg-40{max-height:40%!important}.min-h-lg-40{min-height:40%!important}.w-lg-35{width:35%!important}.h-lg-35{height:35%!important}.top-lg-35{top:35%!important}.bottom-lg-35{bottom:35%!important}.start-lg-35{left:35%!important}.end-lg-35{right:35%!important}.mnw-lg-35{min-width:35%!important}.mwlg-35{max-width:35%!important}.mnhlg-35{min-height:35%!important}.mh-lg-35{max-height:35%!important}.min-h-lg-35{min-height:35%!important}.w-lg-30{width:30%!important}.h-lg-30{height:30%!important}.top-lg-30{top:30%!important}.bottom-lg-30{bottom:30%!important}.start-lg-30{left:30%!important}.end-lg-30{right:30%!important}.mnw-lg-30{min-width:30%!important}.mwlg-30{max-width:30%!important}.mnhlg-30{min-height:30%!important}.mh-lg-30{max-height:30%!important}.min-h-lg-30{min-height:30%!important}.w-lg-25{width:25%!important}.h-lg-25{height:25%!important}.top-lg-25{top:25%!important}.bottom-lg-25{bottom:25%!important}.start-lg-25{left:25%!important}.end-lg-25{right:25%!important}.mnw-lg-25{min-width:25%!important}.mwlg-25{max-width:25%!important}.mnhlg-25{min-height:25%!important}.mh-lg-25{max-height:25%!important}.min-h-lg-25{min-height:25%!important}.w-lg-20{width:20%!important}.h-lg-20{height:20%!important}.top-lg-20{top:20%!important}.bottom-lg-20{bottom:20%!important}.start-lg-20{left:20%!important}.end-lg-20{right:20%!important}.mnw-lg-20{min-width:20%!important}.mwlg-20{max-width:20%!important}.mnhlg-20{min-height:20%!important}.mh-lg-20{max-height:20%!important}.min-h-lg-20{min-height:20%!important}.w-lg-15{width:15%!important}.h-lg-15{height:15%!important}.top-lg-15{top:15%!important}.bottom-lg-15{bottom:15%!important}.start-lg-15{left:15%!important}.end-lg-15{right:15%!important}.mnw-lg-15{min-width:15%!important}.mwlg-15{max-width:15%!important}.mnhlg-15{min-height:15%!important}.mh-lg-15{max-height:15%!important}.min-h-lg-15{min-height:15%!important}.w-lg-10{width:10%!important}.h-lg-10{height:10%!important}.top-lg-10{top:10%!important}.bottom-lg-10{bottom:10%!important}.start-lg-10{left:10%!important}.end-lg-10{right:10%!important}.mnw-lg-10{min-width:10%!important}.mwlg-10{max-width:10%!important}.mnhlg-10{min-height:10%!important}.mh-lg-10{max-height:10%!important}.min-h-lg-10{min-height:10%!important}.w-lg-7{width:7%!important}.h-lg-7{height:7%!important}.top-lg-7{top:7%!important}.bottom-lg-7{bottom:7%!important}.start-lg-7{left:7%!important}.end-lg-7{right:7%!important}.mnw-lg-7{min-width:7%!important}.mwlg-7{max-width:7%!important}.mnhlg-7{min-height:7%!important}.mh-lg-7{max-height:7%!important}.min-h-lg-7{min-height:7%!important}.w-lg-5{width:5%!important}.h-lg-5{height:5%!important}.top-lg-5{top:5%!important}.bottom-lg-5{bottom:5%!important}.start-lg-5{left:5%!important}.end-lg-5{right:5%!important}.mnw-lg-5{min-width:5%!important}.mwlg-5{max-width:5%!important}.mnhlg-5{min-height:5%!important}.mh-lg-5{max-height:5%!important}.min-h-lg-5{min-height:5%!important}.w-lg-0{width:0!important}.h-lg-0{height:0!important}.top-lg-0{top:0!important}.bottom-lg-0{bottom:0!important}.start-lg-0{left:0!important}.end-lg-0{right:0!important}.mnw-lg-0{min-width:0!important}.mwlg-0{max-width:0!important}.mnhlg-0{min-height:0!important}.mh-lg-0{max-height:0!important}.min-h-lg-0{min-height:0!important}.btn-lg-filter-size{height:40px!important;min-width:40px}.mh-lg-autovh{max-height:autovh!important}.mw-lg-autovw{max-width:autovh!important}.w-lg-autopx{width:autopx!important}.mnw-lg-autopx{min-width:autopx!important}.mnh-lg-autovh{min-height:autovh!important}.h-lg-autopx{height:autopx!important}.h-lg-autovh{height:autovh!important}.mh-lg-300vh{max-height:300vh!important}.mw-lg-300vw{max-width:300vh!important}.w-lg-300px{width:300px!important}.mnw-lg-300px{min-width:300px!important}.mnh-lg-300vh{min-height:300vh!important}.h-lg-300px{height:300px!important}.h-lg-300vh{height:300vh!important}.mh-lg-200vh{max-height:200vh!important}.mw-lg-200vw{max-width:200vh!important}.w-lg-200px{width:200px!important}.mnw-lg-200px{min-width:200px!important}.mnh-lg-200vh{min-height:200vh!important}.h-lg-200px{height:200px!important}.h-lg-200vh{height:200vh!important}.mh-lg-150vh{max-height:150vh!important}.mw-lg-150vw{max-width:150vh!important}.w-lg-150px{width:150px!important}.mnw-lg-150px{min-width:150px!important}.mnh-lg-150vh{min-height:150vh!important}.h-lg-150px{height:150px!important}.h-lg-150vh{height:150vh!important}.mh-lg-100vh{max-height:100vh!important}.mw-lg-100vw{max-width:100vh!important}.w-lg-100px{width:100px!important}.mnw-lg-100px{min-width:100px!important}.mnh-lg-100vh{min-height:100vh!important}.h-lg-100px{height:100px!important}.h-lg-100vh{height:100vh!important}.mh-lg-95vh{max-height:95vh!important}.mw-lg-95vw{max-width:95vh!important}.w-lg-95px{width:95px!important}.mnw-lg-95px{min-width:95px!important}.mnh-lg-95vh{min-height:95vh!important}.h-lg-95px{height:95px!important}.h-lg-95vh{height:95vh!important}.mh-lg-90vh{max-height:90vh!important}.mw-lg-90vw{max-width:90vh!important}.w-lg-90px{width:90px!important}.mnw-lg-90px{min-width:90px!important}.mnh-lg-90vh{min-height:90vh!important}.h-lg-90px{height:90px!important}.h-lg-90vh{height:90vh!important}.mh-lg-85vh{max-height:85vh!important}.mw-lg-85vw{max-width:85vh!important}.w-lg-85px{width:85px!important}.mnw-lg-85px{min-width:85px!important}.mnh-lg-85vh{min-height:85vh!important}.h-lg-85px{height:85px!important}.h-lg-85vh{height:85vh!important}.mh-lg-83vh{max-height:83vh!important}.mw-lg-83vw{max-width:83vh!important}.w-lg-83px{width:83px!important}.mnw-lg-83px{min-width:83px!important}.mnh-lg-83vh{min-height:83vh!important}.h-lg-83px{height:83px!important}.h-lg-83vh{height:83vh!important}.mh-lg-80vh{max-height:80vh!important}.mw-lg-80vw{max-width:80vh!important}.w-lg-80px{width:80px!important}.mnw-lg-80px{min-width:80px!important}.mnh-lg-80vh{min-height:80vh!important}.h-lg-80px{height:80px!important}.h-lg-80vh{height:80vh!important}.mh-lg-75vh{max-height:75vh!important}.mw-lg-75vw{max-width:75vh!important}.w-lg-75px{width:75px!important}.mnw-lg-75px{min-width:75px!important}.mnh-lg-75vh{min-height:75vh!important}.h-lg-75px{height:75px!important}.h-lg-75vh{height:75vh!important}.mh-lg-70vh{max-height:70vh!important}.mw-lg-70vw{max-width:70vh!important}.w-lg-70px{width:70px!important}.mnw-lg-70px{min-width:70px!important}.mnh-lg-70vh{min-height:70vh!important}.h-lg-70px{height:70px!important}.h-lg-70vh{height:70vh!important}.mh-lg-65vh{max-height:65vh!important}.mw-lg-65vw{max-width:65vh!important}.w-lg-65px{width:65px!important}.mnw-lg-65px{min-width:65px!important}.mnh-lg-65vh{min-height:65vh!important}.h-lg-65px{height:65px!important}.h-lg-65vh{height:65vh!important}.mh-lg-60vh{max-height:60vh!important}.mw-lg-60vw{max-width:60vh!important}.w-lg-60px{width:60px!important}.mnw-lg-60px{min-width:60px!important}.mnh-lg-60vh{min-height:60vh!important}.h-lg-60px{height:60px!important}.h-lg-60vh{height:60vh!important}.mh-lg-55vh{max-height:55vh!important}.mw-lg-55vw{max-width:55vh!important}.w-lg-55px{width:55px!important}.mnw-lg-55px{min-width:55px!important}.mnh-lg-55vh{min-height:55vh!important}.h-lg-55px{height:55px!important}.h-lg-55vh{height:55vh!important}.mh-lg-50vh{max-height:50vh!important}.mw-lg-50vw{max-width:50vh!important}.w-lg-50px{width:50px!important}.mnw-lg-50px{min-width:50px!important}.mnh-lg-50vh{min-height:50vh!important}.h-lg-50px{height:50px!important}.h-lg-50vh{height:50vh!important}.mh-lg-45vh{max-height:45vh!important}.mw-lg-45vw{max-width:45vh!important}.w-lg-45px{width:45px!important}.mnw-lg-45px{min-width:45px!important}.mnh-lg-45vh{min-height:45vh!important}.h-lg-45px{height:45px!important}.h-lg-45vh{height:45vh!important}.mh-lg-40vh{max-height:40vh!important}.mw-lg-40vw{max-width:40vh!important}.w-lg-40px{width:40px!important}.mnw-lg-40px{min-width:40px!important}.mnh-lg-40vh{min-height:40vh!important}.h-lg-40px{height:40px!important}.h-lg-40vh{height:40vh!important}.mh-lg-35vh{max-height:35vh!important}.mw-lg-35vw{max-width:35vh!important}.w-lg-35px{width:35px!important}.mnw-lg-35px{min-width:35px!important}.mnh-lg-35vh{min-height:35vh!important}.h-lg-35px{height:35px!important}.h-lg-35vh{height:35vh!important}.mh-lg-30vh{max-height:30vh!important}.mw-lg-30vw{max-width:30vh!important}.w-lg-30px{width:30px!important}.mnw-lg-30px{min-width:30px!important}.mnh-lg-30vh{min-height:30vh!important}.h-lg-30px{height:30px!important}.h-lg-30vh{height:30vh!important}.mh-lg-25vh{max-height:25vh!important}.mw-lg-25vw{max-width:25vh!important}.w-lg-25px{width:25px!important}.mnw-lg-25px{min-width:25px!important}.mnh-lg-25vh{min-height:25vh!important}.h-lg-25px{height:25px!important}.h-lg-25vh{height:25vh!important}.mh-lg-20vh{max-height:20vh!important}.mw-lg-20vw{max-width:20vh!important}.w-lg-20px{width:20px!important}.mnw-lg-20px{min-width:20px!important}.mnh-lg-20vh{min-height:20vh!important}.h-lg-20px{height:20px!important}.h-lg-20vh{height:20vh!important}.mh-lg-15vh{max-height:15vh!important}.mw-lg-15vw{max-width:15vh!important}.w-lg-15px{width:15px!important}.mnw-lg-15px{min-width:15px!important}.mnh-lg-15vh{min-height:15vh!important}.h-lg-15px{height:15px!important}.h-lg-15vh{height:15vh!important}.mh-lg-10vh{max-height:10vh!important}.mw-lg-10vw{max-width:10vh!important}.w-lg-10px{width:10px!important}.mnw-lg-10px{min-width:10px!important}.mnh-lg-10vh{min-height:10vh!important}.h-lg-10px{height:10px!important}.h-lg-10vh{height:10vh!important}.mh-lg-7vh{max-height:7vh!important}.mw-lg-7vw{max-width:7vh!important}.w-lg-7px{width:7px!important}.mnw-lg-7px{min-width:7px!important}.mnh-lg-7vh{min-height:7vh!important}.h-lg-7px{height:7px!important}.h-lg-7vh{height:7vh!important}.mh-lg-5vh{max-height:5vh!important}.mw-lg-5vw{max-width:5vh!important}.w-lg-5px{width:5px!important}.mnw-lg-5px{min-width:5px!important}.mnh-lg-5vh{min-height:5vh!important}.h-lg-5px{height:5px!important}.h-lg-5vh{height:5vh!important}.mh-lg-0vh{max-height:0!important}.mw-lg-0vw{max-width:0!important}.w-lg-0px{width:0!important}.mnw-lg-0px{min-width:0!important}.mnh-lg-0vh{min-height:0!important}.h-lg-0px,.h-lg-0vh{height:0!important}.bg-lg-primary{background-color:#9333ea}.bg-hover-lg-primary:hover{background-color:#9333ea!important}.text-hover-lg-primary:hover{color:#9333ea!important}.text-lg-primary{color:#9333ea}.border-lg-primary{border-color:#9333ea!important}.bg-lg-secondary{background-color:#a855f7}.bg-hover-lg-secondary:hover{background-color:#a855f7!important}.text-hover-lg-secondary:hover{color:#a855f7!important}.text-lg-secondary{color:#a855f7}.border-lg-secondary{border-color:#a855f7!important}.bg-lg-success{background-color:#16a34a}.bg-hover-lg-success:hover{background-color:#16a34a!important}.text-hover-lg-success:hover{color:#16a34a!important}.text-lg-success{color:#16a34a}.border-lg-success{border-color:#16a34a!important}.bg-lg-info{background-color:#22c55e}.bg-hover-lg-info:hover{background-color:#22c55e!important}.text-hover-lg-info:hover{color:#22c55e!important}.text-lg-info{color:#22c55e}.border-lg-info{border-color:#22c55e!important}.bg-lg-danger-100{background-color:#ef4444}.bg-hover-lg-danger-100:hover{background-color:#ef4444!important}.text-hover-lg-danger-100:hover{color:#ef4444!important}.text-lg-danger-100{color:#ef4444}.border-lg-danger-100{border-color:#ef4444!important}.bg-lg-danger{background-color:#dc2626}.bg-hover-lg-danger:hover{background-color:#dc2626!important}.text-hover-lg-danger:hover{color:#dc2626!important}.text-lg-danger{color:#dc2626}.border-lg-danger{border-color:#dc2626!important}.bg-lg-light{background-color:#f8fafc}.bg-hover-lg-light:hover{background-color:#f8fafc!important}.text-hover-lg-light:hover{color:#f8fafc!important}.text-lg-light{color:#f8fafc}.border-lg-light{border-color:#f8fafc!important}.bg-lg-light-2{background-color:#f1f5f9}.bg-hover-lg-light-2:hover{background-color:#f1f5f9!important}.text-hover-lg-light-2:hover{color:#f1f5f9!important}.text-lg-light-2{color:#f1f5f9}.border-lg-light-2{border-color:#f1f5f9!important}.bg-lg-light-3{background-color:#e4f3fe}.bg-hover-lg-light-3:hover{background-color:#e4f3fe!important}.text-hover-lg-light-3:hover{color:#e4f3fe!important}.text-lg-light-3{color:#e4f3fe}.border-lg-light-3{border-color:#e4f3fe!important}.bg-lg-white{background-color:#fff}.bg-hover-lg-white:hover{background-color:#fff!important}.text-hover-lg-white:hover{color:#fff!important}.text-lg-white{color:#fff}.border-lg-white{border-color:#fff!important}.bg-lg-grey{background-color:#64748b}.bg-hover-lg-grey:hover{background-color:#64748b!important}.text-hover-lg-grey:hover{color:#64748b!important}.text-lg-grey{color:#64748b}.border-lg-grey{border-color:#64748b!important}.bg-lg-light-grey{background-color:#e2e8f0}.bg-hover-lg-light-grey:hover{background-color:#e2e8f0!important}.text-hover-lg-light-grey:hover{color:#e2e8f0!important}.text-lg-light-grey{color:#e2e8f0}.border-lg-light-grey{border-color:#e2e8f0!important}.bg-lg-grey-md{background-color:#94a3b8}.bg-hover-lg-grey-md:hover{background-color:#94a3b8!important}.text-hover-lg-grey-md:hover{color:#94a3b8!important}.text-lg-grey-md{color:#94a3b8}.border-lg-grey-md{border-color:#94a3b8!important}.bg-lg-grey-md-2{background-color:#b9c7db}.bg-hover-lg-grey-md-2:hover{background-color:#b9c7db!important}.text-hover-lg-grey-md-2:hover{color:#b9c7db!important}.text-lg-grey-md-2{color:#b9c7db}.border-lg-grey-md-2{border-color:#b9c7db!important}.bg-lg-dark-grey{background-color:#252729}.bg-hover-lg-dark-grey:hover{background-color:#252729!important}.text-hover-lg-dark-grey:hover{color:#252729!important}.text-lg-dark-grey{color:#252729}.border-lg-dark-grey{border-color:#252729!important}.bg-lg-black{background-color:#000}.bg-hover-lg-black:hover{background-color:#000!important}.text-hover-lg-black:hover{color:#000!important}.text-lg-black{color:#000}.border-lg-black{border-color:#000!important}.bg-lg-oxford-blue{background-color:#1e293b}.bg-hover-lg-oxford-blue:hover{background-color:#1e293b!important}.text-hover-lg-oxford-blue:hover{color:#1e293b!important}.text-lg-oxford-blue{color:#1e293b}.border-lg-oxford-blue{border-color:#1e293b!important}.bg-lg-navy-blue{background-color:#24106c}.bg-hover-lg-navy-blue:hover{background-color:#24106c!important}.text-hover-lg-navy-blue:hover{color:#24106c!important}.text-lg-navy-blue{color:#24106c}.border-lg-navy-blue{border-color:#24106c!important}.bg-lg-transparent{background-color:transparent}.bg-hover-lg-transparent:hover{background-color:transparent!important}.text-hover-lg-transparent:hover{color:transparent!important}.text-lg-transparent{color:transparent}.border-lg-transparent{border-color:transparent!important}.bg-lg-yellow{background-color:#facc15}.bg-hover-lg-yellow:hover{background-color:#facc15!important}.text-hover-lg-yellow:hover{color:#facc15!important}.text-lg-yellow{color:#facc15}.border-lg-yellow{border-color:#facc15!important}.bg-lg-disabled{background-color:#e9ecef}.bg-hover-lg-disabled:hover{background-color:#e9ecef!important}.text-hover-lg-disabled:hover{color:#e9ecef!important}.text-lg-disabled{color:#e9ecef}.border-lg-disabled{border-color:#e9ecef!important}.text-lg-center{text-align:center!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.position-lg-fixed{position:fixed!important}.position-lg-absolute{position:absolute!important}.position-lg-relative{position:relative!important}.position-lg-static{position:static!important}.rounded-bottom-lg-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom-lg-10{border-bottom-left-radius:10px!important;border-bottom-right-radius:10px!important}.rounded-bottom-lg-15{border-bottom-left-radius:15px!important;border-bottom-right-radius:15px!important}.rounded-bottom-lg-20{border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important}.rounded-bottom-lg-30{border-bottom-left-radius:30px!important;border-bottom-right-radius:30px!important}.fs-lg-8{font-size:8px!important}.fs-lg-10{font-size:10px!important}.fs-lg-12{font-size:12px!important}.fs-lg-14{font-size:14px!important}.fs-lg-16{font-size:16px!important}.fs-lg-18{font-size:18px!important}.fs-lg-20{font-size:20px!important}.fs-lg-25{font-size:25px!important}.fs-lg-30{font-size:30px!important}.shadow-lg-none{box-shadow:none!important}.shadow-lg-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg-md{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-lg-bottom{box-shadow:0 .5rem .5rem rgba(0,0,0,.1)!important}.zi-lg-0{z-index:0!important}.zi-lg-1{z-index:1!important}.zi-lg-2,.zi-lg-3{z-index:3!important}.zi-lg-4{z-index:4!important}.zi-lg-5{z-index:5!important}.zi-lg-6{z-index:6!important}.zi-lg-7{z-index:7!important}.zi-lg-8{z-index:8!important}.zi-lg-9{z-index:9!important}.zi-lg-10{z-index:10!important}.zi-lg-99{z-index:99!important}.zi-lg-100{z-index:100!important}.zi-lg-101{z-index:101!important}.zi-lg-9999{z-index:9999!important}.zi-lg-99999{z-index:99999!important}.fw-lg-light{font-weight:300!important}.fw-lg-regular{font-weight:400!important}.fw-lg-semibold{font-weight:600!important}.fw-lg-bold{font-weight:700!important}.rounded-lg-{border-radius:5px!important}.rounded-lg-0{border-radius:0!important}.rounded-lg-1{border-radius:1rem!important}.rounded-lg-5{border-radius:5px!important}.rounded-lg-10{border-radius:10px!important}.rounded-lg-15{border-radius:15px!important}.rounded-lg-20{border-radius:20px!important}.rounded-lg-30{border-radius:30px!important}.rounded-lg-50{border-radius:50px!important}.rounded-lg-circle{border-radius:50%!important}.rounded-lg-pill{border-radius:50rem!important}}@media screen and (min-width:1200px){.w-xl-auto{width:auto!important}.h-xl-auto{height:auto!important}.top-xl-auto{top:auto!important}.bottom-xl-auto{bottom:auto!important}.start-xl-auto{left:auto!important}.end-xl-auto{right:auto!important}.mnw-xl-auto{min-width:auto!important}.mwxl-auto{max-width:auto!important}.mnhxl-auto{min-height:auto!important}.mh-xl-auto{max-height:auto!important}.min-h-xl-auto{min-height:auto!important}.w-xl-100{width:100%!important}.h-xl-100{height:100%!important}.top-xl-100{top:100%!important}.bottom-xl-100{bottom:100%!important}.start-xl-100{left:100%!important}.end-xl-100{right:100%!important}.mnw-xl-100{min-width:100%!important}.mwxl-100{max-width:100%!important}.mnhxl-100{min-height:100%!important}.mh-xl-100{max-height:100%!important}.min-h-xl-100{min-height:100%!important}.w-xl-95{width:95%!important}.h-xl-95{height:95%!important}.top-xl-95{top:95%!important}.bottom-xl-95{bottom:95%!important}.start-xl-95{left:95%!important}.end-xl-95{right:95%!important}.mnw-xl-95{min-width:95%!important}.mwxl-95{max-width:95%!important}.mnhxl-95{min-height:95%!important}.mh-xl-95{max-height:95%!important}.min-h-xl-95{min-height:95%!important}.w-xl-90{width:90%!important}.h-xl-90{height:90%!important}.top-xl-90{top:90%!important}.bottom-xl-90{bottom:90%!important}.start-xl-90{left:90%!important}.end-xl-90{right:90%!important}.mnw-xl-90{min-width:90%!important}.mwxl-90{max-width:90%!important}.mnhxl-90{min-height:90%!important}.mh-xl-90{max-height:90%!important}.min-h-xl-90{min-height:90%!important}.w-xl-85{width:85%!important}.h-xl-85{height:85%!important}.top-xl-85{top:85%!important}.bottom-xl-85{bottom:85%!important}.start-xl-85{left:85%!important}.end-xl-85{right:85%!important}.mnw-xl-85{min-width:85%!important}.mwxl-85{max-width:85%!important}.mnhxl-85{min-height:85%!important}.mh-xl-85{max-height:85%!important}.min-h-xl-85{min-height:85%!important}.w-xl-80{width:80%!important}.h-xl-80{height:80%!important}.top-xl-80{top:80%!important}.bottom-xl-80{bottom:80%!important}.start-xl-80{left:80%!important}.end-xl-80{right:80%!important}.mnw-xl-80{min-width:80%!important}.mwxl-80{max-width:80%!important}.mnhxl-80{min-height:80%!important}.mh-xl-80{max-height:80%!important}.min-h-xl-80{min-height:80%!important}.w-xl-75{width:75%!important}.h-xl-75{height:75%!important}.top-xl-75{top:75%!important}.bottom-xl-75{bottom:75%!important}.start-xl-75{left:75%!important}.end-xl-75{right:75%!important}.mnw-xl-75{min-width:75%!important}.mwxl-75{max-width:75%!important}.mnhxl-75{min-height:75%!important}.mh-xl-75{max-height:75%!important}.min-h-xl-75{min-height:75%!important}.w-xl-70{width:70%!important}.h-xl-70{height:70%!important}.top-xl-70{top:70%!important}.bottom-xl-70{bottom:70%!important}.start-xl-70{left:70%!important}.end-xl-70{right:70%!important}.mnw-xl-70{min-width:70%!important}.mwxl-70{max-width:70%!important}.mnhxl-70{min-height:70%!important}.mh-xl-70{max-height:70%!important}.min-h-xl-70{min-height:70%!important}.w-xl-65{width:65%!important}.h-xl-65{height:65%!important}.top-xl-65{top:65%!important}.bottom-xl-65{bottom:65%!important}.start-xl-65{left:65%!important}.end-xl-65{right:65%!important}.mnw-xl-65{min-width:65%!important}.mwxl-65{max-width:65%!important}.mnhxl-65{min-height:65%!important}.mh-xl-65{max-height:65%!important}.min-h-xl-65{min-height:65%!important}.w-xl-64{width:64%!important}.h-xl-64{height:64%!important}.top-xl-64{top:64%!important}.bottom-xl-64{bottom:64%!important}.start-xl-64{left:64%!important}.end-xl-64{right:64%!important}.mnw-xl-64{min-width:64%!important}.mwxl-64{max-width:64%!important}.mnhxl-64{min-height:64%!important}.mh-xl-64{max-height:64%!important}.min-h-xl-64{min-height:64%!important}.w-xl-60{width:60%!important}.h-xl-60{height:60%!important}.top-xl-60{top:60%!important}.bottom-xl-60{bottom:60%!important}.start-xl-60{left:60%!important}.end-xl-60{right:60%!important}.mnw-xl-60{min-width:60%!important}.mwxl-60{max-width:60%!important}.mnhxl-60{min-height:60%!important}.mh-xl-60{max-height:60%!important}.min-h-xl-60{min-height:60%!important}.w-xl-55{width:55%!important}.h-xl-55{height:55%!important}.top-xl-55{top:55%!important}.bottom-xl-55{bottom:55%!important}.start-xl-55{left:55%!important}.end-xl-55{right:55%!important}.mnw-xl-55{min-width:55%!important}.mwxl-55{max-width:55%!important}.mnhxl-55{min-height:55%!important}.mh-xl-55{max-height:55%!important}.min-h-xl-55{min-height:55%!important}.w-xl-50{width:50%!important}.h-xl-50{height:50%!important}.top-xl-50{top:50%!important}.bottom-xl-50{bottom:50%!important}.start-xl-50{left:50%!important}.end-xl-50{right:50%!important}.mnw-xl-50{min-width:50%!important}.mwxl-50{max-width:50%!important}.mnhxl-50{min-height:50%!important}.mh-xl-50{max-height:50%!important}.min-h-xl-50{min-height:50%!important}.w-xl-52{width:52%!important}.h-xl-52{height:52%!important}.top-xl-52{top:52%!important}.bottom-xl-52{bottom:52%!important}.start-xl-52{left:52%!important}.end-xl-52{right:52%!important}.mnw-xl-52{min-width:52%!important}.mwxl-52{max-width:52%!important}.mnhxl-52{min-height:52%!important}.mh-xl-52{max-height:52%!important}.min-h-xl-52{min-height:52%!important}.w-xl-45{width:45%!important}.h-xl-45{height:45%!important}.top-xl-45{top:45%!important}.bottom-xl-45{bottom:45%!important}.start-xl-45{left:45%!important}.end-xl-45{right:45%!important}.mnw-xl-45{min-width:45%!important}.mwxl-45{max-width:45%!important}.mnhxl-45{min-height:45%!important}.mh-xl-45{max-height:45%!important}.min-h-xl-45{min-height:45%!important}.w-xl-40{width:40%!important}.h-xl-40{height:40%!important}.top-xl-40{top:40%!important}.bottom-xl-40{bottom:40%!important}.start-xl-40{left:40%!important}.end-xl-40{right:40%!important}.mnw-xl-40{min-width:40%!important}.mwxl-40{max-width:40%!important}.mnhxl-40{min-height:40%!important}.mh-xl-40{max-height:40%!important}.min-h-xl-40{min-height:40%!important}.w-xl-35{width:35%!important}.h-xl-35{height:35%!important}.top-xl-35{top:35%!important}.bottom-xl-35{bottom:35%!important}.start-xl-35{left:35%!important}.end-xl-35{right:35%!important}.mnw-xl-35{min-width:35%!important}.mwxl-35{max-width:35%!important}.mnhxl-35{min-height:35%!important}.mh-xl-35{max-height:35%!important}.min-h-xl-35{min-height:35%!important}.w-xl-30{width:30%!important}.h-xl-30{height:30%!important}.top-xl-30{top:30%!important}.bottom-xl-30{bottom:30%!important}.start-xl-30{left:30%!important}.end-xl-30{right:30%!important}.mnw-xl-30{min-width:30%!important}.mwxl-30{max-width:30%!important}.mnhxl-30{min-height:30%!important}.mh-xl-30{max-height:30%!important}.min-h-xl-30{min-height:30%!important}.w-xl-25{width:25%!important}.h-xl-25{height:25%!important}.top-xl-25{top:25%!important}.bottom-xl-25{bottom:25%!important}.start-xl-25{left:25%!important}.end-xl-25{right:25%!important}.mnw-xl-25{min-width:25%!important}.mwxl-25{max-width:25%!important}.mnhxl-25{min-height:25%!important}.mh-xl-25{max-height:25%!important}.min-h-xl-25{min-height:25%!important}.w-xl-20{width:20%!important}.h-xl-20{height:20%!important}.top-xl-20{top:20%!important}.bottom-xl-20{bottom:20%!important}.start-xl-20{left:20%!important}.end-xl-20{right:20%!important}.mnw-xl-20{min-width:20%!important}.mwxl-20{max-width:20%!important}.mnhxl-20{min-height:20%!important}.mh-xl-20{max-height:20%!important}.min-h-xl-20{min-height:20%!important}.w-xl-15{width:15%!important}.h-xl-15{height:15%!important}.top-xl-15{top:15%!important}.bottom-xl-15{bottom:15%!important}.start-xl-15{left:15%!important}.end-xl-15{right:15%!important}.mnw-xl-15{min-width:15%!important}.mwxl-15{max-width:15%!important}.mnhxl-15{min-height:15%!important}.mh-xl-15{max-height:15%!important}.min-h-xl-15{min-height:15%!important}.w-xl-10{width:10%!important}.h-xl-10{height:10%!important}.top-xl-10{top:10%!important}.bottom-xl-10{bottom:10%!important}.start-xl-10{left:10%!important}.end-xl-10{right:10%!important}.mnw-xl-10{min-width:10%!important}.mwxl-10{max-width:10%!important}.mnhxl-10{min-height:10%!important}.mh-xl-10{max-height:10%!important}.min-h-xl-10{min-height:10%!important}.w-xl-7{width:7%!important}.h-xl-7{height:7%!important}.top-xl-7{top:7%!important}.bottom-xl-7{bottom:7%!important}.start-xl-7{left:7%!important}.end-xl-7{right:7%!important}.mnw-xl-7{min-width:7%!important}.mwxl-7{max-width:7%!important}.mnhxl-7{min-height:7%!important}.mh-xl-7{max-height:7%!important}.min-h-xl-7{min-height:7%!important}.w-xl-5{width:5%!important}.h-xl-5{height:5%!important}.top-xl-5{top:5%!important}.bottom-xl-5{bottom:5%!important}.start-xl-5{left:5%!important}.end-xl-5{right:5%!important}.mnw-xl-5{min-width:5%!important}.mwxl-5{max-width:5%!important}.mnhxl-5{min-height:5%!important}.mh-xl-5{max-height:5%!important}.min-h-xl-5{min-height:5%!important}.w-xl-0{width:0!important}.h-xl-0{height:0!important}.top-xl-0{top:0!important}.bottom-xl-0{bottom:0!important}.start-xl-0{left:0!important}.end-xl-0{right:0!important}.mnw-xl-0{min-width:0!important}.mwxl-0{max-width:0!important}.mnhxl-0{min-height:0!important}.mh-xl-0{max-height:0!important}.min-h-xl-0{min-height:0!important}.btn-xl-filter-size{height:40px!important;min-width:40px}.mh-xl-autovh{max-height:autovh!important}.mw-xl-autovw{max-width:autovh!important}.w-xl-autopx{width:autopx!important}.mnw-xl-autopx{min-width:autopx!important}.mnh-xl-autovh{min-height:autovh!important}.h-xl-autopx{height:autopx!important}.h-xl-autovh{height:autovh!important}.mh-xl-300vh{max-height:300vh!important}.mw-xl-300vw{max-width:300vh!important}.w-xl-300px{width:300px!important}.mnw-xl-300px{min-width:300px!important}.mnh-xl-300vh{min-height:300vh!important}.h-xl-300px{height:300px!important}.h-xl-300vh{height:300vh!important}.mh-xl-200vh{max-height:200vh!important}.mw-xl-200vw{max-width:200vh!important}.w-xl-200px{width:200px!important}.mnw-xl-200px{min-width:200px!important}.mnh-xl-200vh{min-height:200vh!important}.h-xl-200px{height:200px!important}.h-xl-200vh{height:200vh!important}.mh-xl-150vh{max-height:150vh!important}.mw-xl-150vw{max-width:150vh!important}.w-xl-150px{width:150px!important}.mnw-xl-150px{min-width:150px!important}.mnh-xl-150vh{min-height:150vh!important}.h-xl-150px{height:150px!important}.h-xl-150vh{height:150vh!important}.mh-xl-100vh{max-height:100vh!important}.mw-xl-100vw{max-width:100vh!important}.w-xl-100px{width:100px!important}.mnw-xl-100px{min-width:100px!important}.mnh-xl-100vh{min-height:100vh!important}.h-xl-100px{height:100px!important}.h-xl-100vh{height:100vh!important}.mh-xl-95vh{max-height:95vh!important}.mw-xl-95vw{max-width:95vh!important}.w-xl-95px{width:95px!important}.mnw-xl-95px{min-width:95px!important}.mnh-xl-95vh{min-height:95vh!important}.h-xl-95px{height:95px!important}.h-xl-95vh{height:95vh!important}.mh-xl-90vh{max-height:90vh!important}.mw-xl-90vw{max-width:90vh!important}.w-xl-90px{width:90px!important}.mnw-xl-90px{min-width:90px!important}.mnh-xl-90vh{min-height:90vh!important}.h-xl-90px{height:90px!important}.h-xl-90vh{height:90vh!important}.mh-xl-85vh{max-height:85vh!important}.mw-xl-85vw{max-width:85vh!important}.w-xl-85px{width:85px!important}.mnw-xl-85px{min-width:85px!important}.mnh-xl-85vh{min-height:85vh!important}.h-xl-85px{height:85px!important}.h-xl-85vh{height:85vh!important}.mh-xl-83vh{max-height:83vh!important}.mw-xl-83vw{max-width:83vh!important}.w-xl-83px{width:83px!important}.mnw-xl-83px{min-width:83px!important}.mnh-xl-83vh{min-height:83vh!important}.h-xl-83px{height:83px!important}.h-xl-83vh{height:83vh!important}.mh-xl-80vh{max-height:80vh!important}.mw-xl-80vw{max-width:80vh!important}.w-xl-80px{width:80px!important}.mnw-xl-80px{min-width:80px!important}.mnh-xl-80vh{min-height:80vh!important}.h-xl-80px{height:80px!important}.h-xl-80vh{height:80vh!important}.mh-xl-75vh{max-height:75vh!important}.mw-xl-75vw{max-width:75vh!important}.w-xl-75px{width:75px!important}.mnw-xl-75px{min-width:75px!important}.mnh-xl-75vh{min-height:75vh!important}.h-xl-75px{height:75px!important}.h-xl-75vh{height:75vh!important}.mh-xl-70vh{max-height:70vh!important}.mw-xl-70vw{max-width:70vh!important}.w-xl-70px{width:70px!important}.mnw-xl-70px{min-width:70px!important}.mnh-xl-70vh{min-height:70vh!important}.h-xl-70px{height:70px!important}.h-xl-70vh{height:70vh!important}.mh-xl-65vh{max-height:65vh!important}.mw-xl-65vw{max-width:65vh!important}.w-xl-65px{width:65px!important}.mnw-xl-65px{min-width:65px!important}.mnh-xl-65vh{min-height:65vh!important}.h-xl-65px{height:65px!important}.h-xl-65vh{height:65vh!important}.mh-xl-60vh{max-height:60vh!important}.mw-xl-60vw{max-width:60vh!important}.w-xl-60px{width:60px!important}.mnw-xl-60px{min-width:60px!important}.mnh-xl-60vh{min-height:60vh!important}.h-xl-60px{height:60px!important}.h-xl-60vh{height:60vh!important}.mh-xl-55vh{max-height:55vh!important}.mw-xl-55vw{max-width:55vh!important}.w-xl-55px{width:55px!important}.mnw-xl-55px{min-width:55px!important}.mnh-xl-55vh{min-height:55vh!important}.h-xl-55px{height:55px!important}.h-xl-55vh{height:55vh!important}.mh-xl-50vh{max-height:50vh!important}.mw-xl-50vw{max-width:50vh!important}.w-xl-50px{width:50px!important}.mnw-xl-50px{min-width:50px!important}.mnh-xl-50vh{min-height:50vh!important}.h-xl-50px{height:50px!important}.h-xl-50vh{height:50vh!important}.mh-xl-45vh{max-height:45vh!important}.mw-xl-45vw{max-width:45vh!important}.w-xl-45px{width:45px!important}.mnw-xl-45px{min-width:45px!important}.mnh-xl-45vh{min-height:45vh!important}.h-xl-45px{height:45px!important}.h-xl-45vh{height:45vh!important}.mh-xl-40vh{max-height:40vh!important}.mw-xl-40vw{max-width:40vh!important}.w-xl-40px{width:40px!important}.mnw-xl-40px{min-width:40px!important}.mnh-xl-40vh{min-height:40vh!important}.h-xl-40px{height:40px!important}.h-xl-40vh{height:40vh!important}.mh-xl-35vh{max-height:35vh!important}.mw-xl-35vw{max-width:35vh!important}.w-xl-35px{width:35px!important}.mnw-xl-35px{min-width:35px!important}.mnh-xl-35vh{min-height:35vh!important}.h-xl-35px{height:35px!important}.h-xl-35vh{height:35vh!important}.mh-xl-30vh{max-height:30vh!important}.mw-xl-30vw{max-width:30vh!important}.w-xl-30px{width:30px!important}.mnw-xl-30px{min-width:30px!important}.mnh-xl-30vh{min-height:30vh!important}.h-xl-30px{height:30px!important}.h-xl-30vh{height:30vh!important}.mh-xl-25vh{max-height:25vh!important}.mw-xl-25vw{max-width:25vh!important}.w-xl-25px{width:25px!important}.mnw-xl-25px{min-width:25px!important}.mnh-xl-25vh{min-height:25vh!important}.h-xl-25px{height:25px!important}.h-xl-25vh{height:25vh!important}.mh-xl-20vh{max-height:20vh!important}.mw-xl-20vw{max-width:20vh!important}.w-xl-20px{width:20px!important}.mnw-xl-20px{min-width:20px!important}.mnh-xl-20vh{min-height:20vh!important}.h-xl-20px{height:20px!important}.h-xl-20vh{height:20vh!important}.mh-xl-15vh{max-height:15vh!important}.mw-xl-15vw{max-width:15vh!important}.w-xl-15px{width:15px!important}.mnw-xl-15px{min-width:15px!important}.mnh-xl-15vh{min-height:15vh!important}.h-xl-15px{height:15px!important}.h-xl-15vh{height:15vh!important}.mh-xl-10vh{max-height:10vh!important}.mw-xl-10vw{max-width:10vh!important}.w-xl-10px{width:10px!important}.mnw-xl-10px{min-width:10px!important}.mnh-xl-10vh{min-height:10vh!important}.h-xl-10px{height:10px!important}.h-xl-10vh{height:10vh!important}.mh-xl-7vh{max-height:7vh!important}.mw-xl-7vw{max-width:7vh!important}.w-xl-7px{width:7px!important}.mnw-xl-7px{min-width:7px!important}.mnh-xl-7vh{min-height:7vh!important}.h-xl-7px{height:7px!important}.h-xl-7vh{height:7vh!important}.mh-xl-5vh{max-height:5vh!important}.mw-xl-5vw{max-width:5vh!important}.w-xl-5px{width:5px!important}.mnw-xl-5px{min-width:5px!important}.mnh-xl-5vh{min-height:5vh!important}.h-xl-5px{height:5px!important}.h-xl-5vh{height:5vh!important}.mh-xl-0vh{max-height:0!important}.mw-xl-0vw{max-width:0!important}.w-xl-0px{width:0!important}.mnw-xl-0px{min-width:0!important}.mnh-xl-0vh{min-height:0!important}.h-xl-0px,.h-xl-0vh{height:0!important}.bg-xl-primary{background-color:#9333ea}.bg-hover-xl-primary:hover{background-color:#9333ea!important}.text-hover-xl-primary:hover{color:#9333ea!important}.text-xl-primary{color:#9333ea}.border-xl-primary{border-color:#9333ea!important}.bg-xl-secondary{background-color:#a855f7}.bg-hover-xl-secondary:hover{background-color:#a855f7!important}.text-hover-xl-secondary:hover{color:#a855f7!important}.text-xl-secondary{color:#a855f7}.border-xl-secondary{border-color:#a855f7!important}.bg-xl-success{background-color:#16a34a}.bg-hover-xl-success:hover{background-color:#16a34a!important}.text-hover-xl-success:hover{color:#16a34a!important}.text-xl-success{color:#16a34a}.border-xl-success{border-color:#16a34a!important}.bg-xl-info{background-color:#22c55e}.bg-hover-xl-info:hover{background-color:#22c55e!important}.text-hover-xl-info:hover{color:#22c55e!important}.text-xl-info{color:#22c55e}.border-xl-info{border-color:#22c55e!important}.bg-xl-danger-100{background-color:#ef4444}.bg-hover-xl-danger-100:hover{background-color:#ef4444!important}.text-hover-xl-danger-100:hover{color:#ef4444!important}.text-xl-danger-100{color:#ef4444}.border-xl-danger-100{border-color:#ef4444!important}.bg-xl-danger{background-color:#dc2626}.bg-hover-xl-danger:hover{background-color:#dc2626!important}.text-hover-xl-danger:hover{color:#dc2626!important}.text-xl-danger{color:#dc2626}.border-xl-danger{border-color:#dc2626!important}.bg-xl-light{background-color:#f8fafc}.bg-hover-xl-light:hover{background-color:#f8fafc!important}.text-hover-xl-light:hover{color:#f8fafc!important}.text-xl-light{color:#f8fafc}.border-xl-light{border-color:#f8fafc!important}.bg-xl-light-2{background-color:#f1f5f9}.bg-hover-xl-light-2:hover{background-color:#f1f5f9!important}.text-hover-xl-light-2:hover{color:#f1f5f9!important}.text-xl-light-2{color:#f1f5f9}.border-xl-light-2{border-color:#f1f5f9!important}.bg-xl-light-3{background-color:#e4f3fe}.bg-hover-xl-light-3:hover{background-color:#e4f3fe!important}.text-hover-xl-light-3:hover{color:#e4f3fe!important}.text-xl-light-3{color:#e4f3fe}.border-xl-light-3{border-color:#e4f3fe!important}.bg-xl-white{background-color:#fff}.bg-hover-xl-white:hover{background-color:#fff!important}.text-hover-xl-white:hover{color:#fff!important}.text-xl-white{color:#fff}.border-xl-white{border-color:#fff!important}.bg-xl-grey{background-color:#64748b}.bg-hover-xl-grey:hover{background-color:#64748b!important}.text-hover-xl-grey:hover{color:#64748b!important}.text-xl-grey{color:#64748b}.border-xl-grey{border-color:#64748b!important}.bg-xl-light-grey{background-color:#e2e8f0}.bg-hover-xl-light-grey:hover{background-color:#e2e8f0!important}.text-hover-xl-light-grey:hover{color:#e2e8f0!important}.text-xl-light-grey{color:#e2e8f0}.border-xl-light-grey{border-color:#e2e8f0!important}.bg-xl-grey-md{background-color:#94a3b8}.bg-hover-xl-grey-md:hover{background-color:#94a3b8!important}.text-hover-xl-grey-md:hover{color:#94a3b8!important}.text-xl-grey-md{color:#94a3b8}.border-xl-grey-md{border-color:#94a3b8!important}.bg-xl-grey-md-2{background-color:#b9c7db}.bg-hover-xl-grey-md-2:hover{background-color:#b9c7db!important}.text-hover-xl-grey-md-2:hover{color:#b9c7db!important}.text-xl-grey-md-2{color:#b9c7db}.border-xl-grey-md-2{border-color:#b9c7db!important}.bg-xl-dark-grey{background-color:#252729}.bg-hover-xl-dark-grey:hover{background-color:#252729!important}.text-hover-xl-dark-grey:hover{color:#252729!important}.text-xl-dark-grey{color:#252729}.border-xl-dark-grey{border-color:#252729!important}.bg-xl-black{background-color:#000}.bg-hover-xl-black:hover{background-color:#000!important}.text-hover-xl-black:hover{color:#000!important}.text-xl-black{color:#000}.border-xl-black{border-color:#000!important}.bg-xl-oxford-blue{background-color:#1e293b}.bg-hover-xl-oxford-blue:hover{background-color:#1e293b!important}.text-hover-xl-oxford-blue:hover{color:#1e293b!important}.text-xl-oxford-blue{color:#1e293b}.border-xl-oxford-blue{border-color:#1e293b!important}.bg-xl-navy-blue{background-color:#24106c}.bg-hover-xl-navy-blue:hover{background-color:#24106c!important}.text-hover-xl-navy-blue:hover{color:#24106c!important}.text-xl-navy-blue{color:#24106c}.border-xl-navy-blue{border-color:#24106c!important}.bg-xl-transparent{background-color:transparent}.bg-hover-xl-transparent:hover{background-color:transparent!important}.text-hover-xl-transparent:hover{color:transparent!important}.text-xl-transparent{color:transparent}.border-xl-transparent{border-color:transparent!important}.bg-xl-yellow{background-color:#facc15}.bg-hover-xl-yellow:hover{background-color:#facc15!important}.text-hover-xl-yellow:hover{color:#facc15!important}.text-xl-yellow{color:#facc15}.border-xl-yellow{border-color:#facc15!important}.bg-xl-disabled{background-color:#e9ecef}.bg-hover-xl-disabled:hover{background-color:#e9ecef!important}.text-hover-xl-disabled:hover{color:#e9ecef!important}.text-xl-disabled{color:#e9ecef}.border-xl-disabled{border-color:#e9ecef!important}.text-xl-center{text-align:center!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.position-xl-fixed{position:fixed!important}.position-xl-absolute{position:absolute!important}.position-xl-relative{position:relative!important}.position-xl-static{position:static!important}.rounded-bottom-xl-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom-xl-10{border-bottom-left-radius:10px!important;border-bottom-right-radius:10px!important}.rounded-bottom-xl-15{border-bottom-left-radius:15px!important;border-bottom-right-radius:15px!important}.rounded-bottom-xl-20{border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important}.rounded-bottom-xl-30{border-bottom-left-radius:30px!important;border-bottom-right-radius:30px!important}.fs-xl-8{font-size:8px!important}.fs-xl-10{font-size:10px!important}.fs-xl-12{font-size:12px!important}.fs-xl-14{font-size:14px!important}.fs-xl-16{font-size:16px!important}.fs-xl-18{font-size:18px!important}.fs-xl-20{font-size:20px!important}.fs-xl-25{font-size:25px!important}.fs-xl-30{font-size:30px!important}.shadow-xl-none{box-shadow:none!important}.shadow-xl-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-xl-md{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-xl-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-xl-bottom{box-shadow:0 .5rem .5rem rgba(0,0,0,.1)!important}.zi-xl-0{z-index:0!important}.zi-xl-1{z-index:1!important}.zi-xl-2,.zi-xl-3{z-index:3!important}.zi-xl-4{z-index:4!important}.zi-xl-5{z-index:5!important}.zi-xl-6{z-index:6!important}.zi-xl-7{z-index:7!important}.zi-xl-8{z-index:8!important}.zi-xl-9{z-index:9!important}.zi-xl-10{z-index:10!important}.zi-xl-99{z-index:99!important}.zi-xl-100{z-index:100!important}.zi-xl-101{z-index:101!important}.zi-xl-9999{z-index:9999!important}.zi-xl-99999{z-index:99999!important}.fw-xl-light{font-weight:300!important}.fw-xl-regular{font-weight:400!important}.fw-xl-semibold{font-weight:600!important}.fw-xl-bold{font-weight:700!important}.rounded-xl-{border-radius:5px!important}.rounded-xl-0{border-radius:0!important}.rounded-xl-1{border-radius:1rem!important}.rounded-xl-5{border-radius:5px!important}.rounded-xl-10{border-radius:10px!important}.rounded-xl-15{border-radius:15px!important}.rounded-xl-20{border-radius:20px!important}.rounded-xl-30{border-radius:30px!important}.rounded-xl-50{border-radius:50px!important}.rounded-xl-circle{border-radius:50%!important}.rounded-xl-pill{border-radius:50rem!important}}@media screen and (min-width:1400px){.w-xxl-auto{width:auto!important}.h-xxl-auto{height:auto!important}.top-xxl-auto{top:auto!important}.bottom-xxl-auto{bottom:auto!important}.start-xxl-auto{left:auto!important}.end-xxl-auto{right:auto!important}.mnw-xxl-auto{min-width:auto!important}.mwxxl-auto{max-width:auto!important}.mnhxxl-auto{min-height:auto!important}.mh-xxl-auto{max-height:auto!important}.min-h-xxl-auto{min-height:auto!important}.w-xxl-100{width:100%!important}.h-xxl-100{height:100%!important}.top-xxl-100{top:100%!important}.bottom-xxl-100{bottom:100%!important}.start-xxl-100{left:100%!important}.end-xxl-100{right:100%!important}.mnw-xxl-100{min-width:100%!important}.mwxxl-100{max-width:100%!important}.mnhxxl-100{min-height:100%!important}.mh-xxl-100{max-height:100%!important}.min-h-xxl-100{min-height:100%!important}.w-xxl-95{width:95%!important}.h-xxl-95{height:95%!important}.top-xxl-95{top:95%!important}.bottom-xxl-95{bottom:95%!important}.start-xxl-95{left:95%!important}.end-xxl-95{right:95%!important}.mnw-xxl-95{min-width:95%!important}.mwxxl-95{max-width:95%!important}.mnhxxl-95{min-height:95%!important}.mh-xxl-95{max-height:95%!important}.min-h-xxl-95{min-height:95%!important}.w-xxl-90{width:90%!important}.h-xxl-90{height:90%!important}.top-xxl-90{top:90%!important}.bottom-xxl-90{bottom:90%!important}.start-xxl-90{left:90%!important}.end-xxl-90{right:90%!important}.mnw-xxl-90{min-width:90%!important}.mwxxl-90{max-width:90%!important}.mnhxxl-90{min-height:90%!important}.mh-xxl-90{max-height:90%!important}.min-h-xxl-90{min-height:90%!important}.w-xxl-85{width:85%!important}.h-xxl-85{height:85%!important}.top-xxl-85{top:85%!important}.bottom-xxl-85{bottom:85%!important}.start-xxl-85{left:85%!important}.end-xxl-85{right:85%!important}.mnw-xxl-85{min-width:85%!important}.mwxxl-85{max-width:85%!important}.mnhxxl-85{min-height:85%!important}.mh-xxl-85{max-height:85%!important}.min-h-xxl-85{min-height:85%!important}.w-xxl-80{width:80%!important}.h-xxl-80{height:80%!important}.top-xxl-80{top:80%!important}.bottom-xxl-80{bottom:80%!important}.start-xxl-80{left:80%!important}.end-xxl-80{right:80%!important}.mnw-xxl-80{min-width:80%!important}.mwxxl-80{max-width:80%!important}.mnhxxl-80{min-height:80%!important}.mh-xxl-80{max-height:80%!important}.min-h-xxl-80{min-height:80%!important}.w-xxl-75{width:75%!important}.h-xxl-75{height:75%!important}.top-xxl-75{top:75%!important}.bottom-xxl-75{bottom:75%!important}.start-xxl-75{left:75%!important}.end-xxl-75{right:75%!important}.mnw-xxl-75{min-width:75%!important}.mwxxl-75{max-width:75%!important}.mnhxxl-75{min-height:75%!important}.mh-xxl-75{max-height:75%!important}.min-h-xxl-75{min-height:75%!important}.w-xxl-70{width:70%!important}.h-xxl-70{height:70%!important}.top-xxl-70{top:70%!important}.bottom-xxl-70{bottom:70%!important}.start-xxl-70{left:70%!important}.end-xxl-70{right:70%!important}.mnw-xxl-70{min-width:70%!important}.mwxxl-70{max-width:70%!important}.mnhxxl-70{min-height:70%!important}.mh-xxl-70{max-height:70%!important}.min-h-xxl-70{min-height:70%!important}.w-xxl-65{width:65%!important}.h-xxl-65{height:65%!important}.top-xxl-65{top:65%!important}.bottom-xxl-65{bottom:65%!important}.start-xxl-65{left:65%!important}.end-xxl-65{right:65%!important}.mnw-xxl-65{min-width:65%!important}.mwxxl-65{max-width:65%!important}.mnhxxl-65{min-height:65%!important}.mh-xxl-65{max-height:65%!important}.min-h-xxl-65{min-height:65%!important}.w-xxl-64{width:64%!important}.h-xxl-64{height:64%!important}.top-xxl-64{top:64%!important}.bottom-xxl-64{bottom:64%!important}.start-xxl-64{left:64%!important}.end-xxl-64{right:64%!important}.mnw-xxl-64{min-width:64%!important}.mwxxl-64{max-width:64%!important}.mnhxxl-64{min-height:64%!important}.mh-xxl-64{max-height:64%!important}.min-h-xxl-64{min-height:64%!important}.w-xxl-60{width:60%!important}.h-xxl-60{height:60%!important}.top-xxl-60{top:60%!important}.bottom-xxl-60{bottom:60%!important}.start-xxl-60{left:60%!important}.end-xxl-60{right:60%!important}.mnw-xxl-60{min-width:60%!important}.mwxxl-60{max-width:60%!important}.mnhxxl-60{min-height:60%!important}.mh-xxl-60{max-height:60%!important}.min-h-xxl-60{min-height:60%!important}.w-xxl-55{width:55%!important}.h-xxl-55{height:55%!important}.top-xxl-55{top:55%!important}.bottom-xxl-55{bottom:55%!important}.start-xxl-55{left:55%!important}.end-xxl-55{right:55%!important}.mnw-xxl-55{min-width:55%!important}.mwxxl-55{max-width:55%!important}.mnhxxl-55{min-height:55%!important}.mh-xxl-55{max-height:55%!important}.min-h-xxl-55{min-height:55%!important}.w-xxl-50{width:50%!important}.h-xxl-50{height:50%!important}.top-xxl-50{top:50%!important}.bottom-xxl-50{bottom:50%!important}.start-xxl-50{left:50%!important}.end-xxl-50{right:50%!important}.mnw-xxl-50{min-width:50%!important}.mwxxl-50{max-width:50%!important}.mnhxxl-50{min-height:50%!important}.mh-xxl-50{max-height:50%!important}.min-h-xxl-50{min-height:50%!important}.w-xxl-52{width:52%!important}.h-xxl-52{height:52%!important}.top-xxl-52{top:52%!important}.bottom-xxl-52{bottom:52%!important}.start-xxl-52{left:52%!important}.end-xxl-52{right:52%!important}.mnw-xxl-52{min-width:52%!important}.mwxxl-52{max-width:52%!important}.mnhxxl-52{min-height:52%!important}.mh-xxl-52{max-height:52%!important}.min-h-xxl-52{min-height:52%!important}.w-xxl-45{width:45%!important}.h-xxl-45{height:45%!important}.top-xxl-45{top:45%!important}.bottom-xxl-45{bottom:45%!important}.start-xxl-45{left:45%!important}.end-xxl-45{right:45%!important}.mnw-xxl-45{min-width:45%!important}.mwxxl-45{max-width:45%!important}.mnhxxl-45{min-height:45%!important}.mh-xxl-45{max-height:45%!important}.min-h-xxl-45{min-height:45%!important}.w-xxl-40{width:40%!important}.h-xxl-40{height:40%!important}.top-xxl-40{top:40%!important}.bottom-xxl-40{bottom:40%!important}.start-xxl-40{left:40%!important}.end-xxl-40{right:40%!important}.mnw-xxl-40{min-width:40%!important}.mwxxl-40{max-width:40%!important}.mnhxxl-40{min-height:40%!important}.mh-xxl-40{max-height:40%!important}.min-h-xxl-40{min-height:40%!important}.w-xxl-35{width:35%!important}.h-xxl-35{height:35%!important}.top-xxl-35{top:35%!important}.bottom-xxl-35{bottom:35%!important}.start-xxl-35{left:35%!important}.end-xxl-35{right:35%!important}.mnw-xxl-35{min-width:35%!important}.mwxxl-35{max-width:35%!important}.mnhxxl-35{min-height:35%!important}.mh-xxl-35{max-height:35%!important}.min-h-xxl-35{min-height:35%!important}.w-xxl-30{width:30%!important}.h-xxl-30{height:30%!important}.top-xxl-30{top:30%!important}.bottom-xxl-30{bottom:30%!important}.start-xxl-30{left:30%!important}.end-xxl-30{right:30%!important}.mnw-xxl-30{min-width:30%!important}.mwxxl-30{max-width:30%!important}.mnhxxl-30{min-height:30%!important}.mh-xxl-30{max-height:30%!important}.min-h-xxl-30{min-height:30%!important}.w-xxl-25{width:25%!important}.h-xxl-25{height:25%!important}.top-xxl-25{top:25%!important}.bottom-xxl-25{bottom:25%!important}.start-xxl-25{left:25%!important}.end-xxl-25{right:25%!important}.mnw-xxl-25{min-width:25%!important}.mwxxl-25{max-width:25%!important}.mnhxxl-25{min-height:25%!important}.mh-xxl-25{max-height:25%!important}.min-h-xxl-25{min-height:25%!important}.w-xxl-20{width:20%!important}.h-xxl-20{height:20%!important}.top-xxl-20{top:20%!important}.bottom-xxl-20{bottom:20%!important}.start-xxl-20{left:20%!important}.end-xxl-20{right:20%!important}.mnw-xxl-20{min-width:20%!important}.mwxxl-20{max-width:20%!important}.mnhxxl-20{min-height:20%!important}.mh-xxl-20{max-height:20%!important}.min-h-xxl-20{min-height:20%!important}.w-xxl-15{width:15%!important}.h-xxl-15{height:15%!important}.top-xxl-15{top:15%!important}.bottom-xxl-15{bottom:15%!important}.start-xxl-15{left:15%!important}.end-xxl-15{right:15%!important}.mnw-xxl-15{min-width:15%!important}.mwxxl-15{max-width:15%!important}.mnhxxl-15{min-height:15%!important}.mh-xxl-15{max-height:15%!important}.min-h-xxl-15{min-height:15%!important}.w-xxl-10{width:10%!important}.h-xxl-10{height:10%!important}.top-xxl-10{top:10%!important}.bottom-xxl-10{bottom:10%!important}.start-xxl-10{left:10%!important}.end-xxl-10{right:10%!important}.mnw-xxl-10{min-width:10%!important}.mwxxl-10{max-width:10%!important}.mnhxxl-10{min-height:10%!important}.mh-xxl-10{max-height:10%!important}.min-h-xxl-10{min-height:10%!important}.w-xxl-7{width:7%!important}.h-xxl-7{height:7%!important}.top-xxl-7{top:7%!important}.bottom-xxl-7{bottom:7%!important}.start-xxl-7{left:7%!important}.end-xxl-7{right:7%!important}.mnw-xxl-7{min-width:7%!important}.mwxxl-7{max-width:7%!important}.mnhxxl-7{min-height:7%!important}.mh-xxl-7{max-height:7%!important}.min-h-xxl-7{min-height:7%!important}.w-xxl-5{width:5%!important}.h-xxl-5{height:5%!important}.top-xxl-5{top:5%!important}.bottom-xxl-5{bottom:5%!important}.start-xxl-5{left:5%!important}.end-xxl-5{right:5%!important}.mnw-xxl-5{min-width:5%!important}.mwxxl-5{max-width:5%!important}.mnhxxl-5{min-height:5%!important}.mh-xxl-5{max-height:5%!important}.min-h-xxl-5{min-height:5%!important}.w-xxl-0{width:0!important}.h-xxl-0{height:0!important}.top-xxl-0{top:0!important}.bottom-xxl-0{bottom:0!important}.start-xxl-0{left:0!important}.end-xxl-0{right:0!important}.mnw-xxl-0{min-width:0!important}.mwxxl-0{max-width:0!important}.mnhxxl-0{min-height:0!important}.mh-xxl-0{max-height:0!important}.min-h-xxl-0{min-height:0!important}.btn-xxl-filter-size{height:40px!important;min-width:40px}.mh-xxl-autovh{max-height:autovh!important}.mw-xxl-autovw{max-width:autovh!important}.w-xxl-autopx{width:autopx!important}.mnw-xxl-autopx{min-width:autopx!important}.mnh-xxl-autovh{min-height:autovh!important}.h-xxl-autopx{height:autopx!important}.h-xxl-autovh{height:autovh!important}.mh-xxl-300vh{max-height:300vh!important}.mw-xxl-300vw{max-width:300vh!important}.w-xxl-300px{width:300px!important}.mnw-xxl-300px{min-width:300px!important}.mnh-xxl-300vh{min-height:300vh!important}.h-xxl-300px{height:300px!important}.h-xxl-300vh{height:300vh!important}.mh-xxl-200vh{max-height:200vh!important}.mw-xxl-200vw{max-width:200vh!important}.w-xxl-200px{width:200px!important}.mnw-xxl-200px{min-width:200px!important}.mnh-xxl-200vh{min-height:200vh!important}.h-xxl-200px{height:200px!important}.h-xxl-200vh{height:200vh!important}.mh-xxl-150vh{max-height:150vh!important}.mw-xxl-150vw{max-width:150vh!important}.w-xxl-150px{width:150px!important}.mnw-xxl-150px{min-width:150px!important}.mnh-xxl-150vh{min-height:150vh!important}.h-xxl-150px{height:150px!important}.h-xxl-150vh{height:150vh!important}.mh-xxl-100vh{max-height:100vh!important}.mw-xxl-100vw{max-width:100vh!important}.w-xxl-100px{width:100px!important}.mnw-xxl-100px{min-width:100px!important}.mnh-xxl-100vh{min-height:100vh!important}.h-xxl-100px{height:100px!important}.h-xxl-100vh{height:100vh!important}.mh-xxl-95vh{max-height:95vh!important}.mw-xxl-95vw{max-width:95vh!important}.w-xxl-95px{width:95px!important}.mnw-xxl-95px{min-width:95px!important}.mnh-xxl-95vh{min-height:95vh!important}.h-xxl-95px{height:95px!important}.h-xxl-95vh{height:95vh!important}.mh-xxl-90vh{max-height:90vh!important}.mw-xxl-90vw{max-width:90vh!important}.w-xxl-90px{width:90px!important}.mnw-xxl-90px{min-width:90px!important}.mnh-xxl-90vh{min-height:90vh!important}.h-xxl-90px{height:90px!important}.h-xxl-90vh{height:90vh!important}.mh-xxl-85vh{max-height:85vh!important}.mw-xxl-85vw{max-width:85vh!important}.w-xxl-85px{width:85px!important}.mnw-xxl-85px{min-width:85px!important}.mnh-xxl-85vh{min-height:85vh!important}.h-xxl-85px{height:85px!important}.h-xxl-85vh{height:85vh!important}.mh-xxl-83vh{max-height:83vh!important}.mw-xxl-83vw{max-width:83vh!important}.w-xxl-83px{width:83px!important}.mnw-xxl-83px{min-width:83px!important}.mnh-xxl-83vh{min-height:83vh!important}.h-xxl-83px{height:83px!important}.h-xxl-83vh{height:83vh!important}.mh-xxl-80vh{max-height:80vh!important}.mw-xxl-80vw{max-width:80vh!important}.w-xxl-80px{width:80px!important}.mnw-xxl-80px{min-width:80px!important}.mnh-xxl-80vh{min-height:80vh!important}.h-xxl-80px{height:80px!important}.h-xxl-80vh{height:80vh!important}.mh-xxl-75vh{max-height:75vh!important}.mw-xxl-75vw{max-width:75vh!important}.w-xxl-75px{width:75px!important}.mnw-xxl-75px{min-width:75px!important}.mnh-xxl-75vh{min-height:75vh!important}.h-xxl-75px{height:75px!important}.h-xxl-75vh{height:75vh!important}.mh-xxl-70vh{max-height:70vh!important}.mw-xxl-70vw{max-width:70vh!important}.w-xxl-70px{width:70px!important}.mnw-xxl-70px{min-width:70px!important}.mnh-xxl-70vh{min-height:70vh!important}.h-xxl-70px{height:70px!important}.h-xxl-70vh{height:70vh!important}.mh-xxl-65vh{max-height:65vh!important}.mw-xxl-65vw{max-width:65vh!important}.w-xxl-65px{width:65px!important}.mnw-xxl-65px{min-width:65px!important}.mnh-xxl-65vh{min-height:65vh!important}.h-xxl-65px{height:65px!important}.h-xxl-65vh{height:65vh!important}.mh-xxl-60vh{max-height:60vh!important}.mw-xxl-60vw{max-width:60vh!important}.w-xxl-60px{width:60px!important}.mnw-xxl-60px{min-width:60px!important}.mnh-xxl-60vh{min-height:60vh!important}.h-xxl-60px{height:60px!important}.h-xxl-60vh{height:60vh!important}.mh-xxl-55vh{max-height:55vh!important}.mw-xxl-55vw{max-width:55vh!important}.w-xxl-55px{width:55px!important}.mnw-xxl-55px{min-width:55px!important}.mnh-xxl-55vh{min-height:55vh!important}.h-xxl-55px{height:55px!important}.h-xxl-55vh{height:55vh!important}.mh-xxl-50vh{max-height:50vh!important}.mw-xxl-50vw{max-width:50vh!important}.w-xxl-50px{width:50px!important}.mnw-xxl-50px{min-width:50px!important}.mnh-xxl-50vh{min-height:50vh!important}.h-xxl-50px{height:50px!important}.h-xxl-50vh{height:50vh!important}.mh-xxl-45vh{max-height:45vh!important}.mw-xxl-45vw{max-width:45vh!important}.w-xxl-45px{width:45px!important}.mnw-xxl-45px{min-width:45px!important}.mnh-xxl-45vh{min-height:45vh!important}.h-xxl-45px{height:45px!important}.h-xxl-45vh{height:45vh!important}.mh-xxl-40vh{max-height:40vh!important}.mw-xxl-40vw{max-width:40vh!important}.w-xxl-40px{width:40px!important}.mnw-xxl-40px{min-width:40px!important}.mnh-xxl-40vh{min-height:40vh!important}.h-xxl-40px{height:40px!important}.h-xxl-40vh{height:40vh!important}.mh-xxl-35vh{max-height:35vh!important}.mw-xxl-35vw{max-width:35vh!important}.w-xxl-35px{width:35px!important}.mnw-xxl-35px{min-width:35px!important}.mnh-xxl-35vh{min-height:35vh!important}.h-xxl-35px{height:35px!important}.h-xxl-35vh{height:35vh!important}.mh-xxl-30vh{max-height:30vh!important}.mw-xxl-30vw{max-width:30vh!important}.w-xxl-30px{width:30px!important}.mnw-xxl-30px{min-width:30px!important}.mnh-xxl-30vh{min-height:30vh!important}.h-xxl-30px{height:30px!important}.h-xxl-30vh{height:30vh!important}.mh-xxl-25vh{max-height:25vh!important}.mw-xxl-25vw{max-width:25vh!important}.w-xxl-25px{width:25px!important}.mnw-xxl-25px{min-width:25px!important}.mnh-xxl-25vh{min-height:25vh!important}.h-xxl-25px{height:25px!important}.h-xxl-25vh{height:25vh!important}.mh-xxl-20vh{max-height:20vh!important}.mw-xxl-20vw{max-width:20vh!important}.w-xxl-20px{width:20px!important}.mnw-xxl-20px{min-width:20px!important}.mnh-xxl-20vh{min-height:20vh!important}.h-xxl-20px{height:20px!important}.h-xxl-20vh{height:20vh!important}.mh-xxl-15vh{max-height:15vh!important}.mw-xxl-15vw{max-width:15vh!important}.w-xxl-15px{width:15px!important}.mnw-xxl-15px{min-width:15px!important}.mnh-xxl-15vh{min-height:15vh!important}.h-xxl-15px{height:15px!important}.h-xxl-15vh{height:15vh!important}.mh-xxl-10vh{max-height:10vh!important}.mw-xxl-10vw{max-width:10vh!important}.w-xxl-10px{width:10px!important}.mnw-xxl-10px{min-width:10px!important}.mnh-xxl-10vh{min-height:10vh!important}.h-xxl-10px{height:10px!important}.h-xxl-10vh{height:10vh!important}.mh-xxl-7vh{max-height:7vh!important}.mw-xxl-7vw{max-width:7vh!important}.w-xxl-7px{width:7px!important}.mnw-xxl-7px{min-width:7px!important}.mnh-xxl-7vh{min-height:7vh!important}.h-xxl-7px{height:7px!important}.h-xxl-7vh{height:7vh!important}.mh-xxl-5vh{max-height:5vh!important}.mw-xxl-5vw{max-width:5vh!important}.w-xxl-5px{width:5px!important}.mnw-xxl-5px{min-width:5px!important}.mnh-xxl-5vh{min-height:5vh!important}.h-xxl-5px{height:5px!important}.h-xxl-5vh{height:5vh!important}.mh-xxl-0vh{max-height:0!important}.mw-xxl-0vw{max-width:0!important}.w-xxl-0px{width:0!important}.mnw-xxl-0px{min-width:0!important}.mnh-xxl-0vh{min-height:0!important}.h-xxl-0px,.h-xxl-0vh{height:0!important}.bg-xxl-primary{background-color:#9333ea}.bg-hover-xxl-primary:hover{background-color:#9333ea!important}.text-hover-xxl-primary:hover{color:#9333ea!important}.text-xxl-primary{color:#9333ea}.border-xxl-primary{border-color:#9333ea!important}.bg-xxl-secondary{background-color:#a855f7}.bg-hover-xxl-secondary:hover{background-color:#a855f7!important}.text-hover-xxl-secondary:hover{color:#a855f7!important}.text-xxl-secondary{color:#a855f7}.border-xxl-secondary{border-color:#a855f7!important}.bg-xxl-success{background-color:#16a34a}.bg-hover-xxl-success:hover{background-color:#16a34a!important}.text-hover-xxl-success:hover{color:#16a34a!important}.text-xxl-success{color:#16a34a}.border-xxl-success{border-color:#16a34a!important}.bg-xxl-info{background-color:#22c55e}.bg-hover-xxl-info:hover{background-color:#22c55e!important}.text-hover-xxl-info:hover{color:#22c55e!important}.text-xxl-info{color:#22c55e}.border-xxl-info{border-color:#22c55e!important}.bg-xxl-danger-100{background-color:#ef4444}.bg-hover-xxl-danger-100:hover{background-color:#ef4444!important}.text-hover-xxl-danger-100:hover{color:#ef4444!important}.text-xxl-danger-100{color:#ef4444}.border-xxl-danger-100{border-color:#ef4444!important}.bg-xxl-danger{background-color:#dc2626}.bg-hover-xxl-danger:hover{background-color:#dc2626!important}.text-hover-xxl-danger:hover{color:#dc2626!important}.text-xxl-danger{color:#dc2626}.border-xxl-danger{border-color:#dc2626!important}.bg-xxl-light{background-color:#f8fafc}.bg-hover-xxl-light:hover{background-color:#f8fafc!important}.text-hover-xxl-light:hover{color:#f8fafc!important}.text-xxl-light{color:#f8fafc}.border-xxl-light{border-color:#f8fafc!important}.bg-xxl-light-2{background-color:#f1f5f9}.bg-hover-xxl-light-2:hover{background-color:#f1f5f9!important}.text-hover-xxl-light-2:hover{color:#f1f5f9!important}.text-xxl-light-2{color:#f1f5f9}.border-xxl-light-2{border-color:#f1f5f9!important}.bg-xxl-light-3{background-color:#e4f3fe}.bg-hover-xxl-light-3:hover{background-color:#e4f3fe!important}.text-hover-xxl-light-3:hover{color:#e4f3fe!important}.text-xxl-light-3{color:#e4f3fe}.border-xxl-light-3{border-color:#e4f3fe!important}.bg-xxl-white{background-color:#fff}.bg-hover-xxl-white:hover{background-color:#fff!important}.text-hover-xxl-white:hover{color:#fff!important}.text-xxl-white{color:#fff}.border-xxl-white{border-color:#fff!important}.bg-xxl-grey{background-color:#64748b}.bg-hover-xxl-grey:hover{background-color:#64748b!important}.text-hover-xxl-grey:hover{color:#64748b!important}.text-xxl-grey{color:#64748b}.border-xxl-grey{border-color:#64748b!important}.bg-xxl-light-grey{background-color:#e2e8f0}.bg-hover-xxl-light-grey:hover{background-color:#e2e8f0!important}.text-hover-xxl-light-grey:hover{color:#e2e8f0!important}.text-xxl-light-grey{color:#e2e8f0}.border-xxl-light-grey{border-color:#e2e8f0!important}.bg-xxl-grey-md{background-color:#94a3b8}.bg-hover-xxl-grey-md:hover{background-color:#94a3b8!important}.text-hover-xxl-grey-md:hover{color:#94a3b8!important}.text-xxl-grey-md{color:#94a3b8}.border-xxl-grey-md{border-color:#94a3b8!important}.bg-xxl-grey-md-2{background-color:#b9c7db}.bg-hover-xxl-grey-md-2:hover{background-color:#b9c7db!important}.text-hover-xxl-grey-md-2:hover{color:#b9c7db!important}.text-xxl-grey-md-2{color:#b9c7db}.border-xxl-grey-md-2{border-color:#b9c7db!important}.bg-xxl-dark-grey{background-color:#252729}.bg-hover-xxl-dark-grey:hover{background-color:#252729!important}.text-hover-xxl-dark-grey:hover{color:#252729!important}.text-xxl-dark-grey{color:#252729}.border-xxl-dark-grey{border-color:#252729!important}.bg-xxl-black{background-color:#000}.bg-hover-xxl-black:hover{background-color:#000!important}.text-hover-xxl-black:hover{color:#000!important}.text-xxl-black{color:#000}.border-xxl-black{border-color:#000!important}.bg-xxl-oxford-blue{background-color:#1e293b}.bg-hover-xxl-oxford-blue:hover{background-color:#1e293b!important}.text-hover-xxl-oxford-blue:hover{color:#1e293b!important}.text-xxl-oxford-blue{color:#1e293b}.border-xxl-oxford-blue{border-color:#1e293b!important}.bg-xxl-navy-blue{background-color:#24106c}.bg-hover-xxl-navy-blue:hover{background-color:#24106c!important}.text-hover-xxl-navy-blue:hover{color:#24106c!important}.text-xxl-navy-blue{color:#24106c}.border-xxl-navy-blue{border-color:#24106c!important}.bg-xxl-transparent{background-color:transparent}.bg-hover-xxl-transparent:hover{background-color:transparent!important}.text-hover-xxl-transparent:hover{color:transparent!important}.text-xxl-transparent{color:transparent}.border-xxl-transparent{border-color:transparent!important}.bg-xxl-yellow{background-color:#facc15}.bg-hover-xxl-yellow:hover{background-color:#facc15!important}.text-hover-xxl-yellow:hover{color:#facc15!important}.text-xxl-yellow{color:#facc15}.border-xxl-yellow{border-color:#facc15!important}.bg-xxl-disabled{background-color:#e9ecef}.bg-hover-xxl-disabled:hover{background-color:#e9ecef!important}.text-hover-xxl-disabled:hover{color:#e9ecef!important}.text-xxl-disabled{color:#e9ecef}.border-xxl-disabled{border-color:#e9ecef!important}.text-xxl-center{text-align:center!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.position-xxl-fixed{position:fixed!important}.position-xxl-absolute{position:absolute!important}.position-xxl-relative{position:relative!important}.position-xxl-static{position:static!important}.rounded-bottom-xxl-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom-xxl-10{border-bottom-left-radius:10px!important;border-bottom-right-radius:10px!important}.rounded-bottom-xxl-15{border-bottom-left-radius:15px!important;border-bottom-right-radius:15px!important}.rounded-bottom-xxl-20{border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important}.rounded-bottom-xxl-30{border-bottom-left-radius:30px!important;border-bottom-right-radius:30px!important}.fs-xxl-8{font-size:8px!important}.fs-xxl-10{font-size:10px!important}.fs-xxl-12{font-size:12px!important}.fs-xxl-14{font-size:14px!important}.fs-xxl-16{font-size:16px!important}.fs-xxl-18{font-size:18px!important}.fs-xxl-20{font-size:20px!important}.fs-xxl-25{font-size:25px!important}.fs-xxl-30{font-size:30px!important}.shadow-xxl-none{box-shadow:none!important}.shadow-xxl-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-xxl-md{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-xxl-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-xxl-bottom{box-shadow:0 .5rem .5rem rgba(0,0,0,.1)!important}.zi-xxl-0{z-index:0!important}.zi-xxl-1{z-index:1!important}.zi-xxl-2,.zi-xxl-3{z-index:3!important}.zi-xxl-4{z-index:4!important}.zi-xxl-5{z-index:5!important}.zi-xxl-6{z-index:6!important}.zi-xxl-7{z-index:7!important}.zi-xxl-8{z-index:8!important}.zi-xxl-9{z-index:9!important}.zi-xxl-10{z-index:10!important}.zi-xxl-99{z-index:99!important}.zi-xxl-100{z-index:100!important}.zi-xxl-101{z-index:101!important}.zi-xxl-9999{z-index:9999!important}.zi-xxl-99999{z-index:99999!important}.fw-xxl-light{font-weight:300!important}.fw-xxl-regular{font-weight:400!important}.fw-xxl-semibold{font-weight:600!important}.fw-xxl-bold{font-weight:700!important}.rounded-xxl-{border-radius:5px!important}.rounded-xxl-0{border-radius:0!important}.rounded-xxl-1{border-radius:1rem!important}.rounded-xxl-5{border-radius:5px!important}.rounded-xxl-10{border-radius:10px!important}.rounded-xxl-15{border-radius:15px!important}.rounded-xxl-20{border-radius:20px!important}.rounded-xxl-30{border-radius:30px!important}.rounded-xxl-50{border-radius:50px!important}.rounded-xxl-circle{border-radius:50%!important}.rounded-xxl-pill{border-radius:50rem!important}}/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.nav-tabs-style{flex-wrap:nowrap!important;overflow-y:hidden}.nav-tabs-style button{width:-webkit-max-content;width:max-content}.nav-tabs-style li:first-of-type{margin-left:.5rem}.nav-tabs-style li:last-of-type{margin-right:.5rem}.nav-tabs-style .nav-item button{border-top-left-radius:.75rem!important;border-top-right-radius:.75rem!important}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#f8fafc!important;border-color:#f8fafc!important;color:#9333ea!important}.nav-tabs{border-bottom:0!important}.nav-tabs-style .nav-link:hover{color:#a855f7!important}.nav-tabs-style::-webkit-scrollbar{display:none}.nav-tabs-style{-ms-overflow-style:none;scrollbar-width:none}.nav-tabs-style.blur-left:before{background:linear-gradient(90deg,#e2e8f0,transparent);left:0}.nav-tabs-style.blur-left:before,.nav-tabs-style.blur-right:after{content:"​";display:inline-block;height:37px;position:absolute;width:20%}.nav-tabs-style.blur-right:after{background:linear-gradient(270deg,#e2e8f0,transparent);right:0}@media screen and (max-width:644px){.nav-tabs-style{flex-wrap:nowrap!important;overflow-y:hidden}.nav-tabs-style button{width:-webkit-max-content;width:max-content}}@media screen and (min-width:863px){.nav-tabs-style{overflow-y:initial}.nav-tabs-style button{font-weight:600}}.background-color-dark{background-color:#e5e5e5}.reset{margin-left:0!important;margin-right:0!important;max-width:none!important;padding-left:0!important;padding-right:0!important}@media screen and (min-width:0){.w--auto{width:auto!important}.h--auto{height:auto!important}.top--auto{top:auto!important}.bottom--auto{bottom:auto!important}.start--auto{left:auto!important}.end--auto{right:auto!important}.mnw--auto{min-width:auto!important}.mw-auto{max-width:auto!important}.mnh-auto{min-height:auto!important}.mh--auto{max-height:auto!important}.min-h--auto{min-height:auto!important}.w--100{width:100%!important}.h--100{height:100%!important}.top--100{top:100%!important}.bottom--100{bottom:100%!important}.start--100{left:100%!important}.end--100{right:100%!important}.mnw--100{min-width:100%!important}.mw-100{max-width:100%!important}.mnh-100{min-height:100%!important}.mh--100{max-height:100%!important}.min-h--100{min-height:100%!important}.w--95{width:95%!important}.h--95{height:95%!important}.top--95{top:95%!important}.bottom--95{bottom:95%!important}.start--95{left:95%!important}.end--95{right:95%!important}.mnw--95{min-width:95%!important}.mw-95{max-width:95%!important}.mnh-95{min-height:95%!important}.mh--95{max-height:95%!important}.min-h--95{min-height:95%!important}.w--90{width:90%!important}.h--90{height:90%!important}.top--90{top:90%!important}.bottom--90{bottom:90%!important}.start--90{left:90%!important}.end--90{right:90%!important}.mnw--90{min-width:90%!important}.mw-90{max-width:90%!important}.mnh-90{min-height:90%!important}.mh--90{max-height:90%!important}.min-h--90{min-height:90%!important}.w--85{width:85%!important}.h--85{height:85%!important}.top--85{top:85%!important}.bottom--85{bottom:85%!important}.start--85{left:85%!important}.end--85{right:85%!important}.mnw--85{min-width:85%!important}.mw-85{max-width:85%!important}.mnh-85{min-height:85%!important}.mh--85{max-height:85%!important}.min-h--85{min-height:85%!important}.w--80{width:80%!important}.h--80{height:80%!important}.top--80{top:80%!important}.bottom--80{bottom:80%!important}.start--80{left:80%!important}.end--80{right:80%!important}.mnw--80{min-width:80%!important}.mw-80{max-width:80%!important}.mnh-80{min-height:80%!important}.mh--80{max-height:80%!important}.min-h--80{min-height:80%!important}.w--75{width:75%!important}.h--75{height:75%!important}.top--75{top:75%!important}.bottom--75{bottom:75%!important}.start--75{left:75%!important}.end--75{right:75%!important}.mnw--75{min-width:75%!important}.mw-75{max-width:75%!important}.mnh-75{min-height:75%!important}.mh--75{max-height:75%!important}.min-h--75{min-height:75%!important}.w--70{width:70%!important}.h--70{height:70%!important}.top--70{top:70%!important}.bottom--70{bottom:70%!important}.start--70{left:70%!important}.end--70{right:70%!important}.mnw--70{min-width:70%!important}.mw-70{max-width:70%!important}.mnh-70{min-height:70%!important}.mh--70{max-height:70%!important}.min-h--70{min-height:70%!important}.w--65{width:65%!important}.h--65{height:65%!important}.top--65{top:65%!important}.bottom--65{bottom:65%!important}.start--65{left:65%!important}.end--65{right:65%!important}.mnw--65{min-width:65%!important}.mw-65{max-width:65%!important}.mnh-65{min-height:65%!important}.mh--65{max-height:65%!important}.min-h--65{min-height:65%!important}.w--64{width:64%!important}.h--64{height:64%!important}.top--64{top:64%!important}.bottom--64{bottom:64%!important}.start--64{left:64%!important}.end--64{right:64%!important}.mnw--64{min-width:64%!important}.mw-64{max-width:64%!important}.mnh-64{min-height:64%!important}.mh--64{max-height:64%!important}.min-h--64{min-height:64%!important}.w--60{width:60%!important}.h--60{height:60%!important}.top--60{top:60%!important}.bottom--60{bottom:60%!important}.start--60{left:60%!important}.end--60{right:60%!important}.mnw--60{min-width:60%!important}.mw-60{max-width:60%!important}.mnh-60{min-height:60%!important}.mh--60{max-height:60%!important}.min-h--60{min-height:60%!important}.w--55{width:55%!important}.h--55{height:55%!important}.top--55{top:55%!important}.bottom--55{bottom:55%!important}.start--55{left:55%!important}.end--55{right:55%!important}.mnw--55{min-width:55%!important}.mw-55{max-width:55%!important}.mnh-55{min-height:55%!important}.mh--55{max-height:55%!important}.min-h--55{min-height:55%!important}.w--50{width:50%!important}.h--50{height:50%!important}.top--50{top:50%!important}.bottom--50{bottom:50%!important}.start--50{left:50%!important}.end--50{right:50%!important}.mnw--50{min-width:50%!important}.mw-50{max-width:50%!important}.mnh-50{min-height:50%!important}.mh--50{max-height:50%!important}.min-h--50{min-height:50%!important}.w--52{width:52%!important}.h--52{height:52%!important}.top--52{top:52%!important}.bottom--52{bottom:52%!important}.start--52{left:52%!important}.end--52{right:52%!important}.mnw--52{min-width:52%!important}.mw-52{max-width:52%!important}.mnh-52{min-height:52%!important}.mh--52{max-height:52%!important}.min-h--52{min-height:52%!important}.w--45{width:45%!important}.h--45{height:45%!important}.top--45{top:45%!important}.bottom--45{bottom:45%!important}.start--45{left:45%!important}.end--45{right:45%!important}.mnw--45{min-width:45%!important}.mw-45{max-width:45%!important}.mnh-45{min-height:45%!important}.mh--45{max-height:45%!important}.min-h--45{min-height:45%!important}.w--40{width:40%!important}.h--40{height:40%!important}.top--40{top:40%!important}.bottom--40{bottom:40%!important}.start--40{left:40%!important}.end--40{right:40%!important}.mnw--40{min-width:40%!important}.mw-40{max-width:40%!important}.mnh-40{min-height:40%!important}.mh--40{max-height:40%!important}.min-h--40{min-height:40%!important}.w--35{width:35%!important}.h--35{height:35%!important}.top--35{top:35%!important}.bottom--35{bottom:35%!important}.start--35{left:35%!important}.end--35{right:35%!important}.mnw--35{min-width:35%!important}.mw-35{max-width:35%!important}.mnh-35{min-height:35%!important}.mh--35{max-height:35%!important}.min-h--35{min-height:35%!important}.w--30{width:30%!important}.h--30{height:30%!important}.top--30{top:30%!important}.bottom--30{bottom:30%!important}.start--30{left:30%!important}.end--30{right:30%!important}.mnw--30{min-width:30%!important}.mw-30{max-width:30%!important}.mnh-30{min-height:30%!important}.mh--30{max-height:30%!important}.min-h--30{min-height:30%!important}.w--25{width:25%!important}.h--25{height:25%!important}.top--25{top:25%!important}.bottom--25{bottom:25%!important}.start--25{left:25%!important}.end--25{right:25%!important}.mnw--25{min-width:25%!important}.mw-25{max-width:25%!important}.mnh-25{min-height:25%!important}.mh--25{max-height:25%!important}.min-h--25{min-height:25%!important}.w--20{width:20%!important}.h--20{height:20%!important}.top--20{top:20%!important}.bottom--20{bottom:20%!important}.start--20{left:20%!important}.end--20{right:20%!important}.mnw--20{min-width:20%!important}.mw-20{max-width:20%!important}.mnh-20{min-height:20%!important}.mh--20{max-height:20%!important}.min-h--20{min-height:20%!important}.w--15{width:15%!important}.h--15{height:15%!important}.top--15{top:15%!important}.bottom--15{bottom:15%!important}.start--15{left:15%!important}.end--15{right:15%!important}.mnw--15{min-width:15%!important}.mw-15{max-width:15%!important}.mnh-15{min-height:15%!important}.mh--15{max-height:15%!important}.min-h--15{min-height:15%!important}.w--10{width:10%!important}.h--10{height:10%!important}.top--10{top:10%!important}.bottom--10{bottom:10%!important}.start--10{left:10%!important}.end--10{right:10%!important}.mnw--10{min-width:10%!important}.mw-10{max-width:10%!important}.mnh-10{min-height:10%!important}.mh--10{max-height:10%!important}.min-h--10{min-height:10%!important}.w--7{width:7%!important}.h--7{height:7%!important}.top--7{top:7%!important}.bottom--7{bottom:7%!important}.start--7{left:7%!important}.end--7{right:7%!important}.mnw--7{min-width:7%!important}.mw-7{max-width:7%!important}.mnh-7{min-height:7%!important}.mh--7{max-height:7%!important}.min-h--7{min-height:7%!important}.w--5{width:5%!important}.h--5{height:5%!important}.top--5{top:5%!important}.bottom--5{bottom:5%!important}.start--5{left:5%!important}.end--5{right:5%!important}.mnw--5{min-width:5%!important}.mw-5{max-width:5%!important}.mnh-5{min-height:5%!important}.mh--5{max-height:5%!important}.min-h--5{min-height:5%!important}.w--0{width:0!important}.h--0{height:0!important}.top--0{top:0!important}.bottom--0{bottom:0!important}.start--0{left:0!important}.end--0{right:0!important}.mnw--0{min-width:0!important}.mw-0{max-width:0!important}.mnh-0{min-height:0!important}.mh--0{max-height:0!important}.min-h--0{min-height:0!important}.btn--filter-size{height:40px!important;min-width:40px}.mh--autovh{max-height:autovh!important}.mw--autovw{max-width:autovh!important}.w--autopx{width:autopx!important}.mnw--autopx{min-width:autopx!important}.mnh--autovh{min-height:autovh!important}.h--autopx{height:autopx!important}.h--autovh{height:autovh!important}.mh--300vh{max-height:300vh!important}.mw--300vw{max-width:300vh!important}.w--300px{width:300px!important}.mnw--300px{min-width:300px!important}.mnh--300vh{min-height:300vh!important}.h--300px{height:300px!important}.h--300vh{height:300vh!important}.mh--200vh{max-height:200vh!important}.mw--200vw{max-width:200vh!important}.w--200px{width:200px!important}.mnw--200px{min-width:200px!important}.mnh--200vh{min-height:200vh!important}.h--200px{height:200px!important}.h--200vh{height:200vh!important}.mh--150vh{max-height:150vh!important}.mw--150vw{max-width:150vh!important}.w--150px{width:150px!important}.mnw--150px{min-width:150px!important}.mnh--150vh{min-height:150vh!important}.h--150px{height:150px!important}.h--150vh{height:150vh!important}.mh--100vh{max-height:100vh!important}.mw--100vw{max-width:100vh!important}.w--100px{width:100px!important}.mnw--100px{min-width:100px!important}.mnh--100vh{min-height:100vh!important}.h--100px{height:100px!important}.h--100vh{height:100vh!important}.mh--95vh{max-height:95vh!important}.mw--95vw{max-width:95vh!important}.w--95px{width:95px!important}.mnw--95px{min-width:95px!important}.mnh--95vh{min-height:95vh!important}.h--95px{height:95px!important}.h--95vh{height:95vh!important}.mh--90vh{max-height:90vh!important}.mw--90vw{max-width:90vh!important}.w--90px{width:90px!important}.mnw--90px{min-width:90px!important}.mnh--90vh{min-height:90vh!important}.h--90px{height:90px!important}.h--90vh{height:90vh!important}.mh--85vh{max-height:85vh!important}.mw--85vw{max-width:85vh!important}.w--85px{width:85px!important}.mnw--85px{min-width:85px!important}.mnh--85vh{min-height:85vh!important}.h--85px{height:85px!important}.h--85vh{height:85vh!important}.mh--83vh{max-height:83vh!important}.mw--83vw{max-width:83vh!important}.w--83px{width:83px!important}.mnw--83px{min-width:83px!important}.mnh--83vh{min-height:83vh!important}.h--83px{height:83px!important}.h--83vh{height:83vh!important}.mh--80vh{max-height:80vh!important}.mw--80vw{max-width:80vh!important}.w--80px{width:80px!important}.mnw--80px{min-width:80px!important}.mnh--80vh{min-height:80vh!important}.h--80px{height:80px!important}.h--80vh{height:80vh!important}.mh--75vh{max-height:75vh!important}.mw--75vw{max-width:75vh!important}.w--75px{width:75px!important}.mnw--75px{min-width:75px!important}.mnh--75vh{min-height:75vh!important}.h--75px{height:75px!important}.h--75vh{height:75vh!important}.mh--70vh{max-height:70vh!important}.mw--70vw{max-width:70vh!important}.w--70px{width:70px!important}.mnw--70px{min-width:70px!important}.mnh--70vh{min-height:70vh!important}.h--70px{height:70px!important}.h--70vh{height:70vh!important}.mh--65vh{max-height:65vh!important}.mw--65vw{max-width:65vh!important}.w--65px{width:65px!important}.mnw--65px{min-width:65px!important}.mnh--65vh{min-height:65vh!important}.h--65px{height:65px!important}.h--65vh{height:65vh!important}.mh--60vh{max-height:60vh!important}.mw--60vw{max-width:60vh!important}.w--60px{width:60px!important}.mnw--60px{min-width:60px!important}.mnh--60vh{min-height:60vh!important}.h--60px{height:60px!important}.h--60vh{height:60vh!important}.mh--55vh{max-height:55vh!important}.mw--55vw{max-width:55vh!important}.w--55px{width:55px!important}.mnw--55px{min-width:55px!important}.mnh--55vh{min-height:55vh!important}.h--55px{height:55px!important}.h--55vh{height:55vh!important}.mh--50vh{max-height:50vh!important}.mw--50vw{max-width:50vh!important}.w--50px{width:50px!important}.mnw--50px{min-width:50px!important}.mnh--50vh{min-height:50vh!important}.h--50px{height:50px!important}.h--50vh{height:50vh!important}.mh--45vh{max-height:45vh!important}.mw--45vw{max-width:45vh!important}.w--45px{width:45px!important}.mnw--45px{min-width:45px!important}.mnh--45vh{min-height:45vh!important}.h--45px{height:45px!important}.h--45vh{height:45vh!important}.mh--40vh{max-height:40vh!important}.mw--40vw{max-width:40vh!important}.w--40px{width:40px!important}.mnw--40px{min-width:40px!important}.mnh--40vh{min-height:40vh!important}.h--40px{height:40px!important}.h--40vh{height:40vh!important}.mh--35vh{max-height:35vh!important}.mw--35vw{max-width:35vh!important}.w--35px{width:35px!important}.mnw--35px{min-width:35px!important}.mnh--35vh{min-height:35vh!important}.h--35px{height:35px!important}.h--35vh{height:35vh!important}.mh--30vh{max-height:30vh!important}.mw--30vw{max-width:30vh!important}.w--30px{width:30px!important}.mnw--30px{min-width:30px!important}.mnh--30vh{min-height:30vh!important}.h--30px{height:30px!important}.h--30vh{height:30vh!important}.mh--25vh{max-height:25vh!important}.mw--25vw{max-width:25vh!important}.w--25px{width:25px!important}.mnw--25px{min-width:25px!important}.mnh--25vh{min-height:25vh!important}.h--25px{height:25px!important}.h--25vh{height:25vh!important}.mh--20vh{max-height:20vh!important}.mw--20vw{max-width:20vh!important}.w--20px{width:20px!important}.mnw--20px{min-width:20px!important}.mnh--20vh{min-height:20vh!important}.h--20px{height:20px!important}.h--20vh{height:20vh!important}.mh--15vh{max-height:15vh!important}.mw--15vw{max-width:15vh!important}.w--15px{width:15px!important}.mnw--15px{min-width:15px!important}.mnh--15vh{min-height:15vh!important}.h--15px{height:15px!important}.h--15vh{height:15vh!important}.mh--10vh{max-height:10vh!important}.mw--10vw{max-width:10vh!important}.w--10px{width:10px!important}.mnw--10px{min-width:10px!important}.mnh--10vh{min-height:10vh!important}.h--10px{height:10px!important}.h--10vh{height:10vh!important}.mh--7vh{max-height:7vh!important}.mw--7vw{max-width:7vh!important}.w--7px{width:7px!important}.mnw--7px{min-width:7px!important}.mnh--7vh{min-height:7vh!important}.h--7px{height:7px!important}.h--7vh{height:7vh!important}.mh--5vh{max-height:5vh!important}.mw--5vw{max-width:5vh!important}.w--5px{width:5px!important}.mnw--5px{min-width:5px!important}.mnh--5vh{min-height:5vh!important}.h--5px{height:5px!important}.h--5vh{height:5vh!important}.mh--0vh{max-height:0!important}.mw--0vw{max-width:0!important}.w--0px{width:0!important}.mnw--0px{min-width:0!important}.mnh--0vh{min-height:0!important}.h--0px,.h--0vh{height:0!important}.bg--primary{background-color:#9333ea}.bg-hover--primary:hover{background-color:#9333ea!important}.text-hover--primary:hover{color:#9333ea!important}.text--primary{color:#9333ea}.border--primary{border-color:#9333ea!important}.bg--secondary{background-color:#a855f7}.bg-hover--secondary:hover{background-color:#a855f7!important}.text-hover--secondary:hover{color:#a855f7!important}.text--secondary{color:#a855f7}.border--secondary{border-color:#a855f7!important}.bg--success{background-color:#16a34a}.bg-hover--success:hover{background-color:#16a34a!important}.text-hover--success:hover{color:#16a34a!important}.text--success{color:#16a34a}.border--success{border-color:#16a34a!important}.bg--info{background-color:#22c55e}.bg-hover--info:hover{background-color:#22c55e!important}.text-hover--info:hover{color:#22c55e!important}.text--info{color:#22c55e}.border--info{border-color:#22c55e!important}.bg--danger-100{background-color:#ef4444}.bg-hover--danger-100:hover{background-color:#ef4444!important}.text-hover--danger-100:hover{color:#ef4444!important}.text--danger-100{color:#ef4444}.border--danger-100{border-color:#ef4444!important}.bg--danger{background-color:#dc2626}.bg-hover--danger:hover{background-color:#dc2626!important}.text-hover--danger:hover{color:#dc2626!important}.text--danger{color:#dc2626}.border--danger{border-color:#dc2626!important}.bg--light{background-color:#f8fafc}.bg-hover--light:hover{background-color:#f8fafc!important}.text-hover--light:hover{color:#f8fafc!important}.text--light{color:#f8fafc}.border--light{border-color:#f8fafc!important}.bg--light-2{background-color:#f1f5f9}.bg-hover--light-2:hover{background-color:#f1f5f9!important}.text-hover--light-2:hover{color:#f1f5f9!important}.text--light-2{color:#f1f5f9}.border--light-2{border-color:#f1f5f9!important}.bg--light-3{background-color:#e4f3fe}.bg-hover--light-3:hover{background-color:#e4f3fe!important}.text-hover--light-3:hover{color:#e4f3fe!important}.text--light-3{color:#e4f3fe}.border--light-3{border-color:#e4f3fe!important}.bg--white{background-color:#fff}.bg-hover--white:hover{background-color:#fff!important}.text-hover--white:hover{color:#fff!important}.text--white{color:#fff}.border--white{border-color:#fff!important}.bg--grey{background-color:#64748b}.bg-hover--grey:hover{background-color:#64748b!important}.text-hover--grey:hover{color:#64748b!important}.text--grey{color:#64748b}.border--grey{border-color:#64748b!important}.bg--light-grey{background-color:#e2e8f0}.bg-hover--light-grey:hover{background-color:#e2e8f0!important}.text-hover--light-grey:hover{color:#e2e8f0!important}.text--light-grey{color:#e2e8f0}.border--light-grey{border-color:#e2e8f0!important}.bg--grey-md{background-color:#94a3b8}.bg-hover--grey-md:hover{background-color:#94a3b8!important}.text-hover--grey-md:hover{color:#94a3b8!important}.text--grey-md{color:#94a3b8}.border--grey-md{border-color:#94a3b8!important}.bg--grey-md-2{background-color:#b9c7db}.bg-hover--grey-md-2:hover{background-color:#b9c7db!important}.text-hover--grey-md-2:hover{color:#b9c7db!important}.text--grey-md-2{color:#b9c7db}.border--grey-md-2{border-color:#b9c7db!important}.bg--dark-grey{background-color:#252729}.bg-hover--dark-grey:hover{background-color:#252729!important}.text-hover--dark-grey:hover{color:#252729!important}.text--dark-grey{color:#252729}.border--dark-grey{border-color:#252729!important}.bg--black{background-color:#000}.bg-hover--black:hover{background-color:#000!important}.text-hover--black:hover{color:#000!important}.text--black{color:#000}.border--black{border-color:#000!important}.bg--oxford-blue{background-color:#1e293b}.bg-hover--oxford-blue:hover{background-color:#1e293b!important}.text-hover--oxford-blue:hover{color:#1e293b!important}.text--oxford-blue{color:#1e293b}.border--oxford-blue{border-color:#1e293b!important}.bg--navy-blue{background-color:#24106c}.bg-hover--navy-blue:hover{background-color:#24106c!important}.text-hover--navy-blue:hover{color:#24106c!important}.text--navy-blue{color:#24106c}.border--navy-blue{border-color:#24106c!important}.bg--transparent{background-color:transparent}.bg-hover--transparent:hover{background-color:transparent!important}.text-hover--transparent:hover{color:transparent!important}.text--transparent{color:transparent}.border--transparent{border-color:transparent!important}.bg--yellow{background-color:#facc15}.bg-hover--yellow:hover{background-color:#facc15!important}.text-hover--yellow:hover{color:#facc15!important}.text--yellow{color:#facc15}.border--yellow{border-color:#facc15!important}.bg--disabled{background-color:#e9ecef}.bg-hover--disabled:hover{background-color:#e9ecef!important}.text-hover--disabled:hover{color:#e9ecef!important}.text--disabled{color:#e9ecef}.border--disabled{border-color:#e9ecef!important}.text--center{text-align:center!important}.text--start{text-align:left!important}.text--end{text-align:right!important}.position--fixed{position:fixed!important}.position--absolute{position:absolute!important}.position--relative{position:relative!important}.position--static{position:static!important}.rounded-bottom--0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom--10{border-bottom-left-radius:10px!important;border-bottom-right-radius:10px!important}.rounded-bottom--15{border-bottom-left-radius:15px!important;border-bottom-right-radius:15px!important}.rounded-bottom--20{border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important}.rounded-bottom--30{border-bottom-left-radius:30px!important;border-bottom-right-radius:30px!important}.fs--8{font-size:8px!important}.fs--10{font-size:10px!important}.fs--12{font-size:12px!important}.fs--14{font-size:14px!important}.fs--16{font-size:16px!important}.fs--18{font-size:18px!important}.fs--20{font-size:20px!important}.fs--25{font-size:25px!important}.fs--30{font-size:30px!important}.shadow--none{box-shadow:none!important}.shadow--sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow--md{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow--lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow--bottom{box-shadow:0 .5rem .5rem rgba(0,0,0,.1)!important}.zi--0{z-index:0!important}.zi--1{z-index:1!important}.zi--2,.zi--3{z-index:3!important}.zi--4{z-index:4!important}.zi--5{z-index:5!important}.zi--6{z-index:6!important}.zi--7{z-index:7!important}.zi--8{z-index:8!important}.zi--9{z-index:9!important}.zi--10{z-index:10!important}.zi--99{z-index:99!important}.zi--100{z-index:100!important}.zi--101{z-index:101!important}.zi--9999{z-index:9999!important}.zi--99999{z-index:99999!important}.fw--light{font-weight:300!important}.fw--regular{font-weight:400!important}.fw--semibold{font-weight:600!important}.fw--bold{font-weight:700!important}.rounded--{border-radius:5px!important}.rounded--0{border-radius:0!important}.rounded--1{border-radius:1rem!important}.rounded--5{border-radius:5px!important}.rounded--10{border-radius:10px!important}.rounded--15{border-radius:15px!important}.rounded--20{border-radius:20px!important}.rounded--30{border-radius:30px!important}.rounded--50{border-radius:50px!important}.rounded--circle{border-radius:50%!important}.rounded--pill{border-radius:50rem!important}.w-xs-auto{width:auto!important}.h-xs-auto{height:auto!important}.top-xs-auto{top:auto!important}.bottom-xs-auto{bottom:auto!important}.start-xs-auto{left:auto!important}.end-xs-auto{right:auto!important}.mnw-xs-auto{min-width:auto!important}.mwxs-auto{max-width:auto!important}.mnhxs-auto{min-height:auto!important}.mh-xs-auto{max-height:auto!important}.min-h-xs-auto{min-height:auto!important}.w-xs-100{width:100%!important}.h-xs-100{height:100%!important}.top-xs-100{top:100%!important}.bottom-xs-100{bottom:100%!important}.start-xs-100{left:100%!important}.end-xs-100{right:100%!important}.mnw-xs-100{min-width:100%!important}.mwxs-100{max-width:100%!important}.mnhxs-100{min-height:100%!important}.mh-xs-100{max-height:100%!important}.min-h-xs-100{min-height:100%!important}.w-xs-95{width:95%!important}.h-xs-95{height:95%!important}.top-xs-95{top:95%!important}.bottom-xs-95{bottom:95%!important}.start-xs-95{left:95%!important}.end-xs-95{right:95%!important}.mnw-xs-95{min-width:95%!important}.mwxs-95{max-width:95%!important}.mnhxs-95{min-height:95%!important}.mh-xs-95{max-height:95%!important}.min-h-xs-95{min-height:95%!important}.w-xs-90{width:90%!important}.h-xs-90{height:90%!important}.top-xs-90{top:90%!important}.bottom-xs-90{bottom:90%!important}.start-xs-90{left:90%!important}.end-xs-90{right:90%!important}.mnw-xs-90{min-width:90%!important}.mwxs-90{max-width:90%!important}.mnhxs-90{min-height:90%!important}.mh-xs-90{max-height:90%!important}.min-h-xs-90{min-height:90%!important}.w-xs-85{width:85%!important}.h-xs-85{height:85%!important}.top-xs-85{top:85%!important}.bottom-xs-85{bottom:85%!important}.start-xs-85{left:85%!important}.end-xs-85{right:85%!important}.mnw-xs-85{min-width:85%!important}.mwxs-85{max-width:85%!important}.mnhxs-85{min-height:85%!important}.mh-xs-85{max-height:85%!important}.min-h-xs-85{min-height:85%!important}.w-xs-80{width:80%!important}.h-xs-80{height:80%!important}.top-xs-80{top:80%!important}.bottom-xs-80{bottom:80%!important}.start-xs-80{left:80%!important}.end-xs-80{right:80%!important}.mnw-xs-80{min-width:80%!important}.mwxs-80{max-width:80%!important}.mnhxs-80{min-height:80%!important}.mh-xs-80{max-height:80%!important}.min-h-xs-80{min-height:80%!important}.w-xs-75{width:75%!important}.h-xs-75{height:75%!important}.top-xs-75{top:75%!important}.bottom-xs-75{bottom:75%!important}.start-xs-75{left:75%!important}.end-xs-75{right:75%!important}.mnw-xs-75{min-width:75%!important}.mwxs-75{max-width:75%!important}.mnhxs-75{min-height:75%!important}.mh-xs-75{max-height:75%!important}.min-h-xs-75{min-height:75%!important}.w-xs-70{width:70%!important}.h-xs-70{height:70%!important}.top-xs-70{top:70%!important}.bottom-xs-70{bottom:70%!important}.start-xs-70{left:70%!important}.end-xs-70{right:70%!important}.mnw-xs-70{min-width:70%!important}.mwxs-70{max-width:70%!important}.mnhxs-70{min-height:70%!important}.mh-xs-70{max-height:70%!important}.min-h-xs-70{min-height:70%!important}.w-xs-65{width:65%!important}.h-xs-65{height:65%!important}.top-xs-65{top:65%!important}.bottom-xs-65{bottom:65%!important}.start-xs-65{left:65%!important}.end-xs-65{right:65%!important}.mnw-xs-65{min-width:65%!important}.mwxs-65{max-width:65%!important}.mnhxs-65{min-height:65%!important}.mh-xs-65{max-height:65%!important}.min-h-xs-65{min-height:65%!important}.w-xs-64{width:64%!important}.h-xs-64{height:64%!important}.top-xs-64{top:64%!important}.bottom-xs-64{bottom:64%!important}.start-xs-64{left:64%!important}.end-xs-64{right:64%!important}.mnw-xs-64{min-width:64%!important}.mwxs-64{max-width:64%!important}.mnhxs-64{min-height:64%!important}.mh-xs-64{max-height:64%!important}.min-h-xs-64{min-height:64%!important}.w-xs-60{width:60%!important}.h-xs-60{height:60%!important}.top-xs-60{top:60%!important}.bottom-xs-60{bottom:60%!important}.start-xs-60{left:60%!important}.end-xs-60{right:60%!important}.mnw-xs-60{min-width:60%!important}.mwxs-60{max-width:60%!important}.mnhxs-60{min-height:60%!important}.mh-xs-60{max-height:60%!important}.min-h-xs-60{min-height:60%!important}.w-xs-55{width:55%!important}.h-xs-55{height:55%!important}.top-xs-55{top:55%!important}.bottom-xs-55{bottom:55%!important}.start-xs-55{left:55%!important}.end-xs-55{right:55%!important}.mnw-xs-55{min-width:55%!important}.mwxs-55{max-width:55%!important}.mnhxs-55{min-height:55%!important}.mh-xs-55{max-height:55%!important}.min-h-xs-55{min-height:55%!important}.w-xs-50{width:50%!important}.h-xs-50{height:50%!important}.top-xs-50{top:50%!important}.bottom-xs-50{bottom:50%!important}.start-xs-50{left:50%!important}.end-xs-50{right:50%!important}.mnw-xs-50{min-width:50%!important}.mwxs-50{max-width:50%!important}.mnhxs-50{min-height:50%!important}.mh-xs-50{max-height:50%!important}.min-h-xs-50{min-height:50%!important}.w-xs-52{width:52%!important}.h-xs-52{height:52%!important}.top-xs-52{top:52%!important}.bottom-xs-52{bottom:52%!important}.start-xs-52{left:52%!important}.end-xs-52{right:52%!important}.mnw-xs-52{min-width:52%!important}.mwxs-52{max-width:52%!important}.mnhxs-52{min-height:52%!important}.mh-xs-52{max-height:52%!important}.min-h-xs-52{min-height:52%!important}.w-xs-45{width:45%!important}.h-xs-45{height:45%!important}.top-xs-45{top:45%!important}.bottom-xs-45{bottom:45%!important}.start-xs-45{left:45%!important}.end-xs-45{right:45%!important}.mnw-xs-45{min-width:45%!important}.mwxs-45{max-width:45%!important}.mnhxs-45{min-height:45%!important}.mh-xs-45{max-height:45%!important}.min-h-xs-45{min-height:45%!important}.w-xs-40{width:40%!important}.h-xs-40{height:40%!important}.top-xs-40{top:40%!important}.bottom-xs-40{bottom:40%!important}.start-xs-40{left:40%!important}.end-xs-40{right:40%!important}.mnw-xs-40{min-width:40%!important}.mwxs-40{max-width:40%!important}.mnhxs-40{min-height:40%!important}.mh-xs-40{max-height:40%!important}.min-h-xs-40{min-height:40%!important}.w-xs-35{width:35%!important}.h-xs-35{height:35%!important}.top-xs-35{top:35%!important}.bottom-xs-35{bottom:35%!important}.start-xs-35{left:35%!important}.end-xs-35{right:35%!important}.mnw-xs-35{min-width:35%!important}.mwxs-35{max-width:35%!important}.mnhxs-35{min-height:35%!important}.mh-xs-35{max-height:35%!important}.min-h-xs-35{min-height:35%!important}.w-xs-30{width:30%!important}.h-xs-30{height:30%!important}.top-xs-30{top:30%!important}.bottom-xs-30{bottom:30%!important}.start-xs-30{left:30%!important}.end-xs-30{right:30%!important}.mnw-xs-30{min-width:30%!important}.mwxs-30{max-width:30%!important}.mnhxs-30{min-height:30%!important}.mh-xs-30{max-height:30%!important}.min-h-xs-30{min-height:30%!important}.w-xs-25{width:25%!important}.h-xs-25{height:25%!important}.top-xs-25{top:25%!important}.bottom-xs-25{bottom:25%!important}.start-xs-25{left:25%!important}.end-xs-25{right:25%!important}.mnw-xs-25{min-width:25%!important}.mwxs-25{max-width:25%!important}.mnhxs-25{min-height:25%!important}.mh-xs-25{max-height:25%!important}.min-h-xs-25{min-height:25%!important}.w-xs-20{width:20%!important}.h-xs-20{height:20%!important}.top-xs-20{top:20%!important}.bottom-xs-20{bottom:20%!important}.start-xs-20{left:20%!important}.end-xs-20{right:20%!important}.mnw-xs-20{min-width:20%!important}.mwxs-20{max-width:20%!important}.mnhxs-20{min-height:20%!important}.mh-xs-20{max-height:20%!important}.min-h-xs-20{min-height:20%!important}.w-xs-15{width:15%!important}.h-xs-15{height:15%!important}.top-xs-15{top:15%!important}.bottom-xs-15{bottom:15%!important}.start-xs-15{left:15%!important}.end-xs-15{right:15%!important}.mnw-xs-15{min-width:15%!important}.mwxs-15{max-width:15%!important}.mnhxs-15{min-height:15%!important}.mh-xs-15{max-height:15%!important}.min-h-xs-15{min-height:15%!important}.w-xs-10{width:10%!important}.h-xs-10{height:10%!important}.top-xs-10{top:10%!important}.bottom-xs-10{bottom:10%!important}.start-xs-10{left:10%!important}.end-xs-10{right:10%!important}.mnw-xs-10{min-width:10%!important}.mwxs-10{max-width:10%!important}.mnhxs-10{min-height:10%!important}.mh-xs-10{max-height:10%!important}.min-h-xs-10{min-height:10%!important}.w-xs-7{width:7%!important}.h-xs-7{height:7%!important}.top-xs-7{top:7%!important}.bottom-xs-7{bottom:7%!important}.start-xs-7{left:7%!important}.end-xs-7{right:7%!important}.mnw-xs-7{min-width:7%!important}.mwxs-7{max-width:7%!important}.mnhxs-7{min-height:7%!important}.mh-xs-7{max-height:7%!important}.min-h-xs-7{min-height:7%!important}.w-xs-5{width:5%!important}.h-xs-5{height:5%!important}.top-xs-5{top:5%!important}.bottom-xs-5{bottom:5%!important}.start-xs-5{left:5%!important}.end-xs-5{right:5%!important}.mnw-xs-5{min-width:5%!important}.mwxs-5{max-width:5%!important}.mnhxs-5{min-height:5%!important}.mh-xs-5{max-height:5%!important}.min-h-xs-5{min-height:5%!important}.w-xs-0{width:0!important}.h-xs-0{height:0!important}.top-xs-0{top:0!important}.bottom-xs-0{bottom:0!important}.start-xs-0{left:0!important}.end-xs-0{right:0!important}.mnw-xs-0{min-width:0!important}.mwxs-0{max-width:0!important}.mnhxs-0{min-height:0!important}.mh-xs-0{max-height:0!important}.min-h-xs-0{min-height:0!important}.btn-xs-filter-size{height:40px!important;min-width:40px}.mh-xs-autovh{max-height:autovh!important}.mw-xs-autovw{max-width:autovh!important}.w-xs-autopx{width:autopx!important}.mnw-xs-autopx{min-width:autopx!important}.mnh-xs-autovh{min-height:autovh!important}.h-xs-autopx{height:autopx!important}.h-xs-autovh{height:autovh!important}.mh-xs-300vh{max-height:300vh!important}.mw-xs-300vw{max-width:300vh!important}.w-xs-300px{width:300px!important}.mnw-xs-300px{min-width:300px!important}.mnh-xs-300vh{min-height:300vh!important}.h-xs-300px{height:300px!important}.h-xs-300vh{height:300vh!important}.mh-xs-200vh{max-height:200vh!important}.mw-xs-200vw{max-width:200vh!important}.w-xs-200px{width:200px!important}.mnw-xs-200px{min-width:200px!important}.mnh-xs-200vh{min-height:200vh!important}.h-xs-200px{height:200px!important}.h-xs-200vh{height:200vh!important}.mh-xs-150vh{max-height:150vh!important}.mw-xs-150vw{max-width:150vh!important}.w-xs-150px{width:150px!important}.mnw-xs-150px{min-width:150px!important}.mnh-xs-150vh{min-height:150vh!important}.h-xs-150px{height:150px!important}.h-xs-150vh{height:150vh!important}.mh-xs-100vh{max-height:100vh!important}.mw-xs-100vw{max-width:100vh!important}.w-xs-100px{width:100px!important}.mnw-xs-100px{min-width:100px!important}.mnh-xs-100vh{min-height:100vh!important}.h-xs-100px{height:100px!important}.h-xs-100vh{height:100vh!important}.mh-xs-95vh{max-height:95vh!important}.mw-xs-95vw{max-width:95vh!important}.w-xs-95px{width:95px!important}.mnw-xs-95px{min-width:95px!important}.mnh-xs-95vh{min-height:95vh!important}.h-xs-95px{height:95px!important}.h-xs-95vh{height:95vh!important}.mh-xs-90vh{max-height:90vh!important}.mw-xs-90vw{max-width:90vh!important}.w-xs-90px{width:90px!important}.mnw-xs-90px{min-width:90px!important}.mnh-xs-90vh{min-height:90vh!important}.h-xs-90px{height:90px!important}.h-xs-90vh{height:90vh!important}.mh-xs-85vh{max-height:85vh!important}.mw-xs-85vw{max-width:85vh!important}.w-xs-85px{width:85px!important}.mnw-xs-85px{min-width:85px!important}.mnh-xs-85vh{min-height:85vh!important}.h-xs-85px{height:85px!important}.h-xs-85vh{height:85vh!important}.mh-xs-83vh{max-height:83vh!important}.mw-xs-83vw{max-width:83vh!important}.w-xs-83px{width:83px!important}.mnw-xs-83px{min-width:83px!important}.mnh-xs-83vh{min-height:83vh!important}.h-xs-83px{height:83px!important}.h-xs-83vh{height:83vh!important}.mh-xs-80vh{max-height:80vh!important}.mw-xs-80vw{max-width:80vh!important}.w-xs-80px{width:80px!important}.mnw-xs-80px{min-width:80px!important}.mnh-xs-80vh{min-height:80vh!important}.h-xs-80px{height:80px!important}.h-xs-80vh{height:80vh!important}.mh-xs-75vh{max-height:75vh!important}.mw-xs-75vw{max-width:75vh!important}.w-xs-75px{width:75px!important}.mnw-xs-75px{min-width:75px!important}.mnh-xs-75vh{min-height:75vh!important}.h-xs-75px{height:75px!important}.h-xs-75vh{height:75vh!important}.mh-xs-70vh{max-height:70vh!important}.mw-xs-70vw{max-width:70vh!important}.w-xs-70px{width:70px!important}.mnw-xs-70px{min-width:70px!important}.mnh-xs-70vh{min-height:70vh!important}.h-xs-70px{height:70px!important}.h-xs-70vh{height:70vh!important}.mh-xs-65vh{max-height:65vh!important}.mw-xs-65vw{max-width:65vh!important}.w-xs-65px{width:65px!important}.mnw-xs-65px{min-width:65px!important}.mnh-xs-65vh{min-height:65vh!important}.h-xs-65px{height:65px!important}.h-xs-65vh{height:65vh!important}.mh-xs-60vh{max-height:60vh!important}.mw-xs-60vw{max-width:60vh!important}.w-xs-60px{width:60px!important}.mnw-xs-60px{min-width:60px!important}.mnh-xs-60vh{min-height:60vh!important}.h-xs-60px{height:60px!important}.h-xs-60vh{height:60vh!important}.mh-xs-55vh{max-height:55vh!important}.mw-xs-55vw{max-width:55vh!important}.w-xs-55px{width:55px!important}.mnw-xs-55px{min-width:55px!important}.mnh-xs-55vh{min-height:55vh!important}.h-xs-55px{height:55px!important}.h-xs-55vh{height:55vh!important}.mh-xs-50vh{max-height:50vh!important}.mw-xs-50vw{max-width:50vh!important}.w-xs-50px{width:50px!important}.mnw-xs-50px{min-width:50px!important}.mnh-xs-50vh{min-height:50vh!important}.h-xs-50px{height:50px!important}.h-xs-50vh{height:50vh!important}.mh-xs-45vh{max-height:45vh!important}.mw-xs-45vw{max-width:45vh!important}.w-xs-45px{width:45px!important}.mnw-xs-45px{min-width:45px!important}.mnh-xs-45vh{min-height:45vh!important}.h-xs-45px{height:45px!important}.h-xs-45vh{height:45vh!important}.mh-xs-40vh{max-height:40vh!important}.mw-xs-40vw{max-width:40vh!important}.w-xs-40px{width:40px!important}.mnw-xs-40px{min-width:40px!important}.mnh-xs-40vh{min-height:40vh!important}.h-xs-40px{height:40px!important}.h-xs-40vh{height:40vh!important}.mh-xs-35vh{max-height:35vh!important}.mw-xs-35vw{max-width:35vh!important}.w-xs-35px{width:35px!important}.mnw-xs-35px{min-width:35px!important}.mnh-xs-35vh{min-height:35vh!important}.h-xs-35px{height:35px!important}.h-xs-35vh{height:35vh!important}.mh-xs-30vh{max-height:30vh!important}.mw-xs-30vw{max-width:30vh!important}.w-xs-30px{width:30px!important}.mnw-xs-30px{min-width:30px!important}.mnh-xs-30vh{min-height:30vh!important}.h-xs-30px{height:30px!important}.h-xs-30vh{height:30vh!important}.mh-xs-25vh{max-height:25vh!important}.mw-xs-25vw{max-width:25vh!important}.w-xs-25px{width:25px!important}.mnw-xs-25px{min-width:25px!important}.mnh-xs-25vh{min-height:25vh!important}.h-xs-25px{height:25px!important}.h-xs-25vh{height:25vh!important}.mh-xs-20vh{max-height:20vh!important}.mw-xs-20vw{max-width:20vh!important}.w-xs-20px{width:20px!important}.mnw-xs-20px{min-width:20px!important}.mnh-xs-20vh{min-height:20vh!important}.h-xs-20px{height:20px!important}.h-xs-20vh{height:20vh!important}.mh-xs-15vh{max-height:15vh!important}.mw-xs-15vw{max-width:15vh!important}.w-xs-15px{width:15px!important}.mnw-xs-15px{min-width:15px!important}.mnh-xs-15vh{min-height:15vh!important}.h-xs-15px{height:15px!important}.h-xs-15vh{height:15vh!important}.mh-xs-10vh{max-height:10vh!important}.mw-xs-10vw{max-width:10vh!important}.w-xs-10px{width:10px!important}.mnw-xs-10px{min-width:10px!important}.mnh-xs-10vh{min-height:10vh!important}.h-xs-10px{height:10px!important}.h-xs-10vh{height:10vh!important}.mh-xs-7vh{max-height:7vh!important}.mw-xs-7vw{max-width:7vh!important}.w-xs-7px{width:7px!important}.mnw-xs-7px{min-width:7px!important}.mnh-xs-7vh{min-height:7vh!important}.h-xs-7px{height:7px!important}.h-xs-7vh{height:7vh!important}.mh-xs-5vh{max-height:5vh!important}.mw-xs-5vw{max-width:5vh!important}.w-xs-5px{width:5px!important}.mnw-xs-5px{min-width:5px!important}.mnh-xs-5vh{min-height:5vh!important}.h-xs-5px{height:5px!important}.h-xs-5vh{height:5vh!important}.mh-xs-0vh{max-height:0!important}.mw-xs-0vw{max-width:0!important}.w-xs-0px{width:0!important}.mnw-xs-0px{min-width:0!important}.mnh-xs-0vh{min-height:0!important}.h-xs-0px,.h-xs-0vh{height:0!important}.bg-xs-primary{background-color:#9333ea}.bg-hover-xs-primary:hover{background-color:#9333ea!important}.text-hover-xs-primary:hover{color:#9333ea!important}.text-xs-primary{color:#9333ea}.border-xs-primary{border-color:#9333ea!important}.bg-xs-secondary{background-color:#a855f7}.bg-hover-xs-secondary:hover{background-color:#a855f7!important}.text-hover-xs-secondary:hover{color:#a855f7!important}.text-xs-secondary{color:#a855f7}.border-xs-secondary{border-color:#a855f7!important}.bg-xs-success{background-color:#16a34a}.bg-hover-xs-success:hover{background-color:#16a34a!important}.text-hover-xs-success:hover{color:#16a34a!important}.text-xs-success{color:#16a34a}.border-xs-success{border-color:#16a34a!important}.bg-xs-info{background-color:#22c55e}.bg-hover-xs-info:hover{background-color:#22c55e!important}.text-hover-xs-info:hover{color:#22c55e!important}.text-xs-info{color:#22c55e}.border-xs-info{border-color:#22c55e!important}.bg-xs-danger-100{background-color:#ef4444}.bg-hover-xs-danger-100:hover{background-color:#ef4444!important}.text-hover-xs-danger-100:hover{color:#ef4444!important}.text-xs-danger-100{color:#ef4444}.border-xs-danger-100{border-color:#ef4444!important}.bg-xs-danger{background-color:#dc2626}.bg-hover-xs-danger:hover{background-color:#dc2626!important}.text-hover-xs-danger:hover{color:#dc2626!important}.text-xs-danger{color:#dc2626}.border-xs-danger{border-color:#dc2626!important}.bg-xs-light{background-color:#f8fafc}.bg-hover-xs-light:hover{background-color:#f8fafc!important}.text-hover-xs-light:hover{color:#f8fafc!important}.text-xs-light{color:#f8fafc}.border-xs-light{border-color:#f8fafc!important}.bg-xs-light-2{background-color:#f1f5f9}.bg-hover-xs-light-2:hover{background-color:#f1f5f9!important}.text-hover-xs-light-2:hover{color:#f1f5f9!important}.text-xs-light-2{color:#f1f5f9}.border-xs-light-2{border-color:#f1f5f9!important}.bg-xs-light-3{background-color:#e4f3fe}.bg-hover-xs-light-3:hover{background-color:#e4f3fe!important}.text-hover-xs-light-3:hover{color:#e4f3fe!important}.text-xs-light-3{color:#e4f3fe}.border-xs-light-3{border-color:#e4f3fe!important}.bg-xs-white{background-color:#fff}.bg-hover-xs-white:hover{background-color:#fff!important}.text-hover-xs-white:hover{color:#fff!important}.text-xs-white{color:#fff}.border-xs-white{border-color:#fff!important}.bg-xs-grey{background-color:#64748b}.bg-hover-xs-grey:hover{background-color:#64748b!important}.text-hover-xs-grey:hover{color:#64748b!important}.text-xs-grey{color:#64748b}.border-xs-grey{border-color:#64748b!important}.bg-xs-light-grey{background-color:#e2e8f0}.bg-hover-xs-light-grey:hover{background-color:#e2e8f0!important}.text-hover-xs-light-grey:hover{color:#e2e8f0!important}.text-xs-light-grey{color:#e2e8f0}.border-xs-light-grey{border-color:#e2e8f0!important}.bg-xs-grey-md{background-color:#94a3b8}.bg-hover-xs-grey-md:hover{background-color:#94a3b8!important}.text-hover-xs-grey-md:hover{color:#94a3b8!important}.text-xs-grey-md{color:#94a3b8}.border-xs-grey-md{border-color:#94a3b8!important}.bg-xs-grey-md-2{background-color:#b9c7db}.bg-hover-xs-grey-md-2:hover{background-color:#b9c7db!important}.text-hover-xs-grey-md-2:hover{color:#b9c7db!important}.text-xs-grey-md-2{color:#b9c7db}.border-xs-grey-md-2{border-color:#b9c7db!important}.bg-xs-dark-grey{background-color:#252729}.bg-hover-xs-dark-grey:hover{background-color:#252729!important}.text-hover-xs-dark-grey:hover{color:#252729!important}.text-xs-dark-grey{color:#252729}.border-xs-dark-grey{border-color:#252729!important}.bg-xs-black{background-color:#000}.bg-hover-xs-black:hover{background-color:#000!important}.text-hover-xs-black:hover{color:#000!important}.text-xs-black{color:#000}.border-xs-black{border-color:#000!important}.bg-xs-oxford-blue{background-color:#1e293b}.bg-hover-xs-oxford-blue:hover{background-color:#1e293b!important}.text-hover-xs-oxford-blue:hover{color:#1e293b!important}.text-xs-oxford-blue{color:#1e293b}.border-xs-oxford-blue{border-color:#1e293b!important}.bg-xs-navy-blue{background-color:#24106c}.bg-hover-xs-navy-blue:hover{background-color:#24106c!important}.text-hover-xs-navy-blue:hover{color:#24106c!important}.text-xs-navy-blue{color:#24106c}.border-xs-navy-blue{border-color:#24106c!important}.bg-xs-transparent{background-color:transparent}.bg-hover-xs-transparent:hover{background-color:transparent!important}.text-hover-xs-transparent:hover{color:transparent!important}.text-xs-transparent{color:transparent}.border-xs-transparent{border-color:transparent!important}.bg-xs-yellow{background-color:#facc15}.bg-hover-xs-yellow:hover{background-color:#facc15!important}.text-hover-xs-yellow:hover{color:#facc15!important}.text-xs-yellow{color:#facc15}.border-xs-yellow{border-color:#facc15!important}.bg-xs-disabled{background-color:#e9ecef}.bg-hover-xs-disabled:hover{background-color:#e9ecef!important}.text-hover-xs-disabled:hover{color:#e9ecef!important}.text-xs-disabled{color:#e9ecef}.border-xs-disabled{border-color:#e9ecef!important}.text-xs-center{text-align:center!important}.text-xs-start{text-align:left!important}.text-xs-end{text-align:right!important}.position-xs-fixed{position:fixed!important}.position-xs-absolute{position:absolute!important}.position-xs-relative{position:relative!important}.position-xs-static{position:static!important}.rounded-bottom-xs-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom-xs-10{border-bottom-left-radius:10px!important;border-bottom-right-radius:10px!important}.rounded-bottom-xs-15{border-bottom-left-radius:15px!important;border-bottom-right-radius:15px!important}.rounded-bottom-xs-20{border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important}.rounded-bottom-xs-30{border-bottom-left-radius:30px!important;border-bottom-right-radius:30px!important}.fs-xs-8{font-size:8px!important}.fs-xs-10{font-size:10px!important}.fs-xs-12{font-size:12px!important}.fs-xs-14{font-size:14px!important}.fs-xs-16{font-size:16px!important}.fs-xs-18{font-size:18px!important}.fs-xs-20{font-size:20px!important}.fs-xs-25{font-size:25px!important}.fs-xs-30{font-size:30px!important}.shadow-xs-none{box-shadow:none!important}.shadow-xs-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-xs-md{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-xs-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-xs-bottom{box-shadow:0 .5rem .5rem rgba(0,0,0,.1)!important}.zi-xs-0{z-index:0!important}.zi-xs-1{z-index:1!important}.zi-xs-2,.zi-xs-3{z-index:3!important}.zi-xs-4{z-index:4!important}.zi-xs-5{z-index:5!important}.zi-xs-6{z-index:6!important}.zi-xs-7{z-index:7!important}.zi-xs-8{z-index:8!important}.zi-xs-9{z-index:9!important}.zi-xs-10{z-index:10!important}.zi-xs-99{z-index:99!important}.zi-xs-100{z-index:100!important}.zi-xs-101{z-index:101!important}.zi-xs-9999{z-index:9999!important}.zi-xs-99999{z-index:99999!important}.fw-xs-light{font-weight:300!important}.fw-xs-regular{font-weight:400!important}.fw-xs-semibold{font-weight:600!important}.fw-xs-bold{font-weight:700!important}.rounded-xs-{border-radius:5px!important}.rounded-xs-0{border-radius:0!important}.rounded-xs-1{border-radius:1rem!important}.rounded-xs-5{border-radius:5px!important}.rounded-xs-10{border-radius:10px!important}.rounded-xs-15{border-radius:15px!important}.rounded-xs-20{border-radius:20px!important}.rounded-xs-30{border-radius:30px!important}.rounded-xs-50{border-radius:50px!important}.rounded-xs-circle{border-radius:50%!important}.rounded-xs-pill{border-radius:50rem!important}}@media screen and (min-width:576px){.w-sm-auto{width:auto!important}.h-sm-auto{height:auto!important}.top-sm-auto{top:auto!important}.bottom-sm-auto{bottom:auto!important}.start-sm-auto{left:auto!important}.end-sm-auto{right:auto!important}.mnw-sm-auto{min-width:auto!important}.mwsm-auto{max-width:auto!important}.mnhsm-auto{min-height:auto!important}.mh-sm-auto{max-height:auto!important}.min-h-sm-auto{min-height:auto!important}.w-sm-100{width:100%!important}.h-sm-100{height:100%!important}.top-sm-100{top:100%!important}.bottom-sm-100{bottom:100%!important}.start-sm-100{left:100%!important}.end-sm-100{right:100%!important}.mnw-sm-100{min-width:100%!important}.mwsm-100{max-width:100%!important}.mnhsm-100{min-height:100%!important}.mh-sm-100{max-height:100%!important}.min-h-sm-100{min-height:100%!important}.w-sm-95{width:95%!important}.h-sm-95{height:95%!important}.top-sm-95{top:95%!important}.bottom-sm-95{bottom:95%!important}.start-sm-95{left:95%!important}.end-sm-95{right:95%!important}.mnw-sm-95{min-width:95%!important}.mwsm-95{max-width:95%!important}.mnhsm-95{min-height:95%!important}.mh-sm-95{max-height:95%!important}.min-h-sm-95{min-height:95%!important}.w-sm-90{width:90%!important}.h-sm-90{height:90%!important}.top-sm-90{top:90%!important}.bottom-sm-90{bottom:90%!important}.start-sm-90{left:90%!important}.end-sm-90{right:90%!important}.mnw-sm-90{min-width:90%!important}.mwsm-90{max-width:90%!important}.mnhsm-90{min-height:90%!important}.mh-sm-90{max-height:90%!important}.min-h-sm-90{min-height:90%!important}.w-sm-85{width:85%!important}.h-sm-85{height:85%!important}.top-sm-85{top:85%!important}.bottom-sm-85{bottom:85%!important}.start-sm-85{left:85%!important}.end-sm-85{right:85%!important}.mnw-sm-85{min-width:85%!important}.mwsm-85{max-width:85%!important}.mnhsm-85{min-height:85%!important}.mh-sm-85{max-height:85%!important}.min-h-sm-85{min-height:85%!important}.w-sm-80{width:80%!important}.h-sm-80{height:80%!important}.top-sm-80{top:80%!important}.bottom-sm-80{bottom:80%!important}.start-sm-80{left:80%!important}.end-sm-80{right:80%!important}.mnw-sm-80{min-width:80%!important}.mwsm-80{max-width:80%!important}.mnhsm-80{min-height:80%!important}.mh-sm-80{max-height:80%!important}.min-h-sm-80{min-height:80%!important}.w-sm-75{width:75%!important}.h-sm-75{height:75%!important}.top-sm-75{top:75%!important}.bottom-sm-75{bottom:75%!important}.start-sm-75{left:75%!important}.end-sm-75{right:75%!important}.mnw-sm-75{min-width:75%!important}.mwsm-75{max-width:75%!important}.mnhsm-75{min-height:75%!important}.mh-sm-75{max-height:75%!important}.min-h-sm-75{min-height:75%!important}.w-sm-70{width:70%!important}.h-sm-70{height:70%!important}.top-sm-70{top:70%!important}.bottom-sm-70{bottom:70%!important}.start-sm-70{left:70%!important}.end-sm-70{right:70%!important}.mnw-sm-70{min-width:70%!important}.mwsm-70{max-width:70%!important}.mnhsm-70{min-height:70%!important}.mh-sm-70{max-height:70%!important}.min-h-sm-70{min-height:70%!important}.w-sm-65{width:65%!important}.h-sm-65{height:65%!important}.top-sm-65{top:65%!important}.bottom-sm-65{bottom:65%!important}.start-sm-65{left:65%!important}.end-sm-65{right:65%!important}.mnw-sm-65{min-width:65%!important}.mwsm-65{max-width:65%!important}.mnhsm-65{min-height:65%!important}.mh-sm-65{max-height:65%!important}.min-h-sm-65{min-height:65%!important}.w-sm-64{width:64%!important}.h-sm-64{height:64%!important}.top-sm-64{top:64%!important}.bottom-sm-64{bottom:64%!important}.start-sm-64{left:64%!important}.end-sm-64{right:64%!important}.mnw-sm-64{min-width:64%!important}.mwsm-64{max-width:64%!important}.mnhsm-64{min-height:64%!important}.mh-sm-64{max-height:64%!important}.min-h-sm-64{min-height:64%!important}.w-sm-60{width:60%!important}.h-sm-60{height:60%!important}.top-sm-60{top:60%!important}.bottom-sm-60{bottom:60%!important}.start-sm-60{left:60%!important}.end-sm-60{right:60%!important}.mnw-sm-60{min-width:60%!important}.mwsm-60{max-width:60%!important}.mnhsm-60{min-height:60%!important}.mh-sm-60{max-height:60%!important}.min-h-sm-60{min-height:60%!important}.w-sm-55{width:55%!important}.h-sm-55{height:55%!important}.top-sm-55{top:55%!important}.bottom-sm-55{bottom:55%!important}.start-sm-55{left:55%!important}.end-sm-55{right:55%!important}.mnw-sm-55{min-width:55%!important}.mwsm-55{max-width:55%!important}.mnhsm-55{min-height:55%!important}.mh-sm-55{max-height:55%!important}.min-h-sm-55{min-height:55%!important}.w-sm-50{width:50%!important}.h-sm-50{height:50%!important}.top-sm-50{top:50%!important}.bottom-sm-50{bottom:50%!important}.start-sm-50{left:50%!important}.end-sm-50{right:50%!important}.mnw-sm-50{min-width:50%!important}.mwsm-50{max-width:50%!important}.mnhsm-50{min-height:50%!important}.mh-sm-50{max-height:50%!important}.min-h-sm-50{min-height:50%!important}.w-sm-52{width:52%!important}.h-sm-52{height:52%!important}.top-sm-52{top:52%!important}.bottom-sm-52{bottom:52%!important}.start-sm-52{left:52%!important}.end-sm-52{right:52%!important}.mnw-sm-52{min-width:52%!important}.mwsm-52{max-width:52%!important}.mnhsm-52{min-height:52%!important}.mh-sm-52{max-height:52%!important}.min-h-sm-52{min-height:52%!important}.w-sm-45{width:45%!important}.h-sm-45{height:45%!important}.top-sm-45{top:45%!important}.bottom-sm-45{bottom:45%!important}.start-sm-45{left:45%!important}.end-sm-45{right:45%!important}.mnw-sm-45{min-width:45%!important}.mwsm-45{max-width:45%!important}.mnhsm-45{min-height:45%!important}.mh-sm-45{max-height:45%!important}.min-h-sm-45{min-height:45%!important}.w-sm-40{width:40%!important}.h-sm-40{height:40%!important}.top-sm-40{top:40%!important}.bottom-sm-40{bottom:40%!important}.start-sm-40{left:40%!important}.end-sm-40{right:40%!important}.mnw-sm-40{min-width:40%!important}.mwsm-40{max-width:40%!important}.mnhsm-40{min-height:40%!important}.mh-sm-40{max-height:40%!important}.min-h-sm-40{min-height:40%!important}.w-sm-35{width:35%!important}.h-sm-35{height:35%!important}.top-sm-35{top:35%!important}.bottom-sm-35{bottom:35%!important}.start-sm-35{left:35%!important}.end-sm-35{right:35%!important}.mnw-sm-35{min-width:35%!important}.mwsm-35{max-width:35%!important}.mnhsm-35{min-height:35%!important}.mh-sm-35{max-height:35%!important}.min-h-sm-35{min-height:35%!important}.w-sm-30{width:30%!important}.h-sm-30{height:30%!important}.top-sm-30{top:30%!important}.bottom-sm-30{bottom:30%!important}.start-sm-30{left:30%!important}.end-sm-30{right:30%!important}.mnw-sm-30{min-width:30%!important}.mwsm-30{max-width:30%!important}.mnhsm-30{min-height:30%!important}.mh-sm-30{max-height:30%!important}.min-h-sm-30{min-height:30%!important}.w-sm-25{width:25%!important}.h-sm-25{height:25%!important}.top-sm-25{top:25%!important}.bottom-sm-25{bottom:25%!important}.start-sm-25{left:25%!important}.end-sm-25{right:25%!important}.mnw-sm-25{min-width:25%!important}.mwsm-25{max-width:25%!important}.mnhsm-25{min-height:25%!important}.mh-sm-25{max-height:25%!important}.min-h-sm-25{min-height:25%!important}.w-sm-20{width:20%!important}.h-sm-20{height:20%!important}.top-sm-20{top:20%!important}.bottom-sm-20{bottom:20%!important}.start-sm-20{left:20%!important}.end-sm-20{right:20%!important}.mnw-sm-20{min-width:20%!important}.mwsm-20{max-width:20%!important}.mnhsm-20{min-height:20%!important}.mh-sm-20{max-height:20%!important}.min-h-sm-20{min-height:20%!important}.w-sm-15{width:15%!important}.h-sm-15{height:15%!important}.top-sm-15{top:15%!important}.bottom-sm-15{bottom:15%!important}.start-sm-15{left:15%!important}.end-sm-15{right:15%!important}.mnw-sm-15{min-width:15%!important}.mwsm-15{max-width:15%!important}.mnhsm-15{min-height:15%!important}.mh-sm-15{max-height:15%!important}.min-h-sm-15{min-height:15%!important}.w-sm-10{width:10%!important}.h-sm-10{height:10%!important}.top-sm-10{top:10%!important}.bottom-sm-10{bottom:10%!important}.start-sm-10{left:10%!important}.end-sm-10{right:10%!important}.mnw-sm-10{min-width:10%!important}.mwsm-10{max-width:10%!important}.mnhsm-10{min-height:10%!important}.mh-sm-10{max-height:10%!important}.min-h-sm-10{min-height:10%!important}.w-sm-7{width:7%!important}.h-sm-7{height:7%!important}.top-sm-7{top:7%!important}.bottom-sm-7{bottom:7%!important}.start-sm-7{left:7%!important}.end-sm-7{right:7%!important}.mnw-sm-7{min-width:7%!important}.mwsm-7{max-width:7%!important}.mnhsm-7{min-height:7%!important}.mh-sm-7{max-height:7%!important}.min-h-sm-7{min-height:7%!important}.w-sm-5{width:5%!important}.h-sm-5{height:5%!important}.top-sm-5{top:5%!important}.bottom-sm-5{bottom:5%!important}.start-sm-5{left:5%!important}.end-sm-5{right:5%!important}.mnw-sm-5{min-width:5%!important}.mwsm-5{max-width:5%!important}.mnhsm-5{min-height:5%!important}.mh-sm-5{max-height:5%!important}.min-h-sm-5{min-height:5%!important}.w-sm-0{width:0!important}.h-sm-0{height:0!important}.top-sm-0{top:0!important}.bottom-sm-0{bottom:0!important}.start-sm-0{left:0!important}.end-sm-0{right:0!important}.mnw-sm-0{min-width:0!important}.mwsm-0{max-width:0!important}.mnhsm-0{min-height:0!important}.mh-sm-0{max-height:0!important}.min-h-sm-0{min-height:0!important}.btn-sm-filter-size{height:40px!important;min-width:40px}.mh-sm-autovh{max-height:autovh!important}.mw-sm-autovw{max-width:autovh!important}.w-sm-autopx{width:autopx!important}.mnw-sm-autopx{min-width:autopx!important}.mnh-sm-autovh{min-height:autovh!important}.h-sm-autopx{height:autopx!important}.h-sm-autovh{height:autovh!important}.mh-sm-300vh{max-height:300vh!important}.mw-sm-300vw{max-width:300vh!important}.w-sm-300px{width:300px!important}.mnw-sm-300px{min-width:300px!important}.mnh-sm-300vh{min-height:300vh!important}.h-sm-300px{height:300px!important}.h-sm-300vh{height:300vh!important}.mh-sm-200vh{max-height:200vh!important}.mw-sm-200vw{max-width:200vh!important}.w-sm-200px{width:200px!important}.mnw-sm-200px{min-width:200px!important}.mnh-sm-200vh{min-height:200vh!important}.h-sm-200px{height:200px!important}.h-sm-200vh{height:200vh!important}.mh-sm-150vh{max-height:150vh!important}.mw-sm-150vw{max-width:150vh!important}.w-sm-150px{width:150px!important}.mnw-sm-150px{min-width:150px!important}.mnh-sm-150vh{min-height:150vh!important}.h-sm-150px{height:150px!important}.h-sm-150vh{height:150vh!important}.mh-sm-100vh{max-height:100vh!important}.mw-sm-100vw{max-width:100vh!important}.w-sm-100px{width:100px!important}.mnw-sm-100px{min-width:100px!important}.mnh-sm-100vh{min-height:100vh!important}.h-sm-100px{height:100px!important}.h-sm-100vh{height:100vh!important}.mh-sm-95vh{max-height:95vh!important}.mw-sm-95vw{max-width:95vh!important}.w-sm-95px{width:95px!important}.mnw-sm-95px{min-width:95px!important}.mnh-sm-95vh{min-height:95vh!important}.h-sm-95px{height:95px!important}.h-sm-95vh{height:95vh!important}.mh-sm-90vh{max-height:90vh!important}.mw-sm-90vw{max-width:90vh!important}.w-sm-90px{width:90px!important}.mnw-sm-90px{min-width:90px!important}.mnh-sm-90vh{min-height:90vh!important}.h-sm-90px{height:90px!important}.h-sm-90vh{height:90vh!important}.mh-sm-85vh{max-height:85vh!important}.mw-sm-85vw{max-width:85vh!important}.w-sm-85px{width:85px!important}.mnw-sm-85px{min-width:85px!important}.mnh-sm-85vh{min-height:85vh!important}.h-sm-85px{height:85px!important}.h-sm-85vh{height:85vh!important}.mh-sm-83vh{max-height:83vh!important}.mw-sm-83vw{max-width:83vh!important}.w-sm-83px{width:83px!important}.mnw-sm-83px{min-width:83px!important}.mnh-sm-83vh{min-height:83vh!important}.h-sm-83px{height:83px!important}.h-sm-83vh{height:83vh!important}.mh-sm-80vh{max-height:80vh!important}.mw-sm-80vw{max-width:80vh!important}.w-sm-80px{width:80px!important}.mnw-sm-80px{min-width:80px!important}.mnh-sm-80vh{min-height:80vh!important}.h-sm-80px{height:80px!important}.h-sm-80vh{height:80vh!important}.mh-sm-75vh{max-height:75vh!important}.mw-sm-75vw{max-width:75vh!important}.w-sm-75px{width:75px!important}.mnw-sm-75px{min-width:75px!important}.mnh-sm-75vh{min-height:75vh!important}.h-sm-75px{height:75px!important}.h-sm-75vh{height:75vh!important}.mh-sm-70vh{max-height:70vh!important}.mw-sm-70vw{max-width:70vh!important}.w-sm-70px{width:70px!important}.mnw-sm-70px{min-width:70px!important}.mnh-sm-70vh{min-height:70vh!important}.h-sm-70px{height:70px!important}.h-sm-70vh{height:70vh!important}.mh-sm-65vh{max-height:65vh!important}.mw-sm-65vw{max-width:65vh!important}.w-sm-65px{width:65px!important}.mnw-sm-65px{min-width:65px!important}.mnh-sm-65vh{min-height:65vh!important}.h-sm-65px{height:65px!important}.h-sm-65vh{height:65vh!important}.mh-sm-60vh{max-height:60vh!important}.mw-sm-60vw{max-width:60vh!important}.w-sm-60px{width:60px!important}.mnw-sm-60px{min-width:60px!important}.mnh-sm-60vh{min-height:60vh!important}.h-sm-60px{height:60px!important}.h-sm-60vh{height:60vh!important}.mh-sm-55vh{max-height:55vh!important}.mw-sm-55vw{max-width:55vh!important}.w-sm-55px{width:55px!important}.mnw-sm-55px{min-width:55px!important}.mnh-sm-55vh{min-height:55vh!important}.h-sm-55px{height:55px!important}.h-sm-55vh{height:55vh!important}.mh-sm-50vh{max-height:50vh!important}.mw-sm-50vw{max-width:50vh!important}.w-sm-50px{width:50px!important}.mnw-sm-50px{min-width:50px!important}.mnh-sm-50vh{min-height:50vh!important}.h-sm-50px{height:50px!important}.h-sm-50vh{height:50vh!important}.mh-sm-45vh{max-height:45vh!important}.mw-sm-45vw{max-width:45vh!important}.w-sm-45px{width:45px!important}.mnw-sm-45px{min-width:45px!important}.mnh-sm-45vh{min-height:45vh!important}.h-sm-45px{height:45px!important}.h-sm-45vh{height:45vh!important}.mh-sm-40vh{max-height:40vh!important}.mw-sm-40vw{max-width:40vh!important}.w-sm-40px{width:40px!important}.mnw-sm-40px{min-width:40px!important}.mnh-sm-40vh{min-height:40vh!important}.h-sm-40px{height:40px!important}.h-sm-40vh{height:40vh!important}.mh-sm-35vh{max-height:35vh!important}.mw-sm-35vw{max-width:35vh!important}.w-sm-35px{width:35px!important}.mnw-sm-35px{min-width:35px!important}.mnh-sm-35vh{min-height:35vh!important}.h-sm-35px{height:35px!important}.h-sm-35vh{height:35vh!important}.mh-sm-30vh{max-height:30vh!important}.mw-sm-30vw{max-width:30vh!important}.w-sm-30px{width:30px!important}.mnw-sm-30px{min-width:30px!important}.mnh-sm-30vh{min-height:30vh!important}.h-sm-30px{height:30px!important}.h-sm-30vh{height:30vh!important}.mh-sm-25vh{max-height:25vh!important}.mw-sm-25vw{max-width:25vh!important}.w-sm-25px{width:25px!important}.mnw-sm-25px{min-width:25px!important}.mnh-sm-25vh{min-height:25vh!important}.h-sm-25px{height:25px!important}.h-sm-25vh{height:25vh!important}.mh-sm-20vh{max-height:20vh!important}.mw-sm-20vw{max-width:20vh!important}.w-sm-20px{width:20px!important}.mnw-sm-20px{min-width:20px!important}.mnh-sm-20vh{min-height:20vh!important}.h-sm-20px{height:20px!important}.h-sm-20vh{height:20vh!important}.mh-sm-15vh{max-height:15vh!important}.mw-sm-15vw{max-width:15vh!important}.w-sm-15px{width:15px!important}.mnw-sm-15px{min-width:15px!important}.mnh-sm-15vh{min-height:15vh!important}.h-sm-15px{height:15px!important}.h-sm-15vh{height:15vh!important}.mh-sm-10vh{max-height:10vh!important}.mw-sm-10vw{max-width:10vh!important}.w-sm-10px{width:10px!important}.mnw-sm-10px{min-width:10px!important}.mnh-sm-10vh{min-height:10vh!important}.h-sm-10px{height:10px!important}.h-sm-10vh{height:10vh!important}.mh-sm-7vh{max-height:7vh!important}.mw-sm-7vw{max-width:7vh!important}.w-sm-7px{width:7px!important}.mnw-sm-7px{min-width:7px!important}.mnh-sm-7vh{min-height:7vh!important}.h-sm-7px{height:7px!important}.h-sm-7vh{height:7vh!important}.mh-sm-5vh{max-height:5vh!important}.mw-sm-5vw{max-width:5vh!important}.w-sm-5px{width:5px!important}.mnw-sm-5px{min-width:5px!important}.mnh-sm-5vh{min-height:5vh!important}.h-sm-5px{height:5px!important}.h-sm-5vh{height:5vh!important}.mh-sm-0vh{max-height:0!important}.mw-sm-0vw{max-width:0!important}.w-sm-0px{width:0!important}.mnw-sm-0px{min-width:0!important}.mnh-sm-0vh{min-height:0!important}.h-sm-0px,.h-sm-0vh{height:0!important}.bg-sm-primary{background-color:#9333ea}.bg-hover-sm-primary:hover{background-color:#9333ea!important}.text-hover-sm-primary:hover{color:#9333ea!important}.text-sm-primary{color:#9333ea}.border-sm-primary{border-color:#9333ea!important}.bg-sm-secondary{background-color:#a855f7}.bg-hover-sm-secondary:hover{background-color:#a855f7!important}.text-hover-sm-secondary:hover{color:#a855f7!important}.text-sm-secondary{color:#a855f7}.border-sm-secondary{border-color:#a855f7!important}.bg-sm-success{background-color:#16a34a}.bg-hover-sm-success:hover{background-color:#16a34a!important}.text-hover-sm-success:hover{color:#16a34a!important}.text-sm-success{color:#16a34a}.border-sm-success{border-color:#16a34a!important}.bg-sm-info{background-color:#22c55e}.bg-hover-sm-info:hover{background-color:#22c55e!important}.text-hover-sm-info:hover{color:#22c55e!important}.text-sm-info{color:#22c55e}.border-sm-info{border-color:#22c55e!important}.bg-sm-danger-100{background-color:#ef4444}.bg-hover-sm-danger-100:hover{background-color:#ef4444!important}.text-hover-sm-danger-100:hover{color:#ef4444!important}.text-sm-danger-100{color:#ef4444}.border-sm-danger-100{border-color:#ef4444!important}.bg-sm-danger{background-color:#dc2626}.bg-hover-sm-danger:hover{background-color:#dc2626!important}.text-hover-sm-danger:hover{color:#dc2626!important}.text-sm-danger{color:#dc2626}.border-sm-danger{border-color:#dc2626!important}.bg-sm-light{background-color:#f8fafc}.bg-hover-sm-light:hover{background-color:#f8fafc!important}.text-hover-sm-light:hover{color:#f8fafc!important}.text-sm-light{color:#f8fafc}.border-sm-light{border-color:#f8fafc!important}.bg-sm-light-2{background-color:#f1f5f9}.bg-hover-sm-light-2:hover{background-color:#f1f5f9!important}.text-hover-sm-light-2:hover{color:#f1f5f9!important}.text-sm-light-2{color:#f1f5f9}.border-sm-light-2{border-color:#f1f5f9!important}.bg-sm-light-3{background-color:#e4f3fe}.bg-hover-sm-light-3:hover{background-color:#e4f3fe!important}.text-hover-sm-light-3:hover{color:#e4f3fe!important}.text-sm-light-3{color:#e4f3fe}.border-sm-light-3{border-color:#e4f3fe!important}.bg-sm-white{background-color:#fff}.bg-hover-sm-white:hover{background-color:#fff!important}.text-hover-sm-white:hover{color:#fff!important}.text-sm-white{color:#fff}.border-sm-white{border-color:#fff!important}.bg-sm-grey{background-color:#64748b}.bg-hover-sm-grey:hover{background-color:#64748b!important}.text-hover-sm-grey:hover{color:#64748b!important}.text-sm-grey{color:#64748b}.border-sm-grey{border-color:#64748b!important}.bg-sm-light-grey{background-color:#e2e8f0}.bg-hover-sm-light-grey:hover{background-color:#e2e8f0!important}.text-hover-sm-light-grey:hover{color:#e2e8f0!important}.text-sm-light-grey{color:#e2e8f0}.border-sm-light-grey{border-color:#e2e8f0!important}.bg-sm-grey-md{background-color:#94a3b8}.bg-hover-sm-grey-md:hover{background-color:#94a3b8!important}.text-hover-sm-grey-md:hover{color:#94a3b8!important}.text-sm-grey-md{color:#94a3b8}.border-sm-grey-md{border-color:#94a3b8!important}.bg-sm-grey-md-2{background-color:#b9c7db}.bg-hover-sm-grey-md-2:hover{background-color:#b9c7db!important}.text-hover-sm-grey-md-2:hover{color:#b9c7db!important}.text-sm-grey-md-2{color:#b9c7db}.border-sm-grey-md-2{border-color:#b9c7db!important}.bg-sm-dark-grey{background-color:#252729}.bg-hover-sm-dark-grey:hover{background-color:#252729!important}.text-hover-sm-dark-grey:hover{color:#252729!important}.text-sm-dark-grey{color:#252729}.border-sm-dark-grey{border-color:#252729!important}.bg-sm-black{background-color:#000}.bg-hover-sm-black:hover{background-color:#000!important}.text-hover-sm-black:hover{color:#000!important}.text-sm-black{color:#000}.border-sm-black{border-color:#000!important}.bg-sm-oxford-blue{background-color:#1e293b}.bg-hover-sm-oxford-blue:hover{background-color:#1e293b!important}.text-hover-sm-oxford-blue:hover{color:#1e293b!important}.text-sm-oxford-blue{color:#1e293b}.border-sm-oxford-blue{border-color:#1e293b!important}.bg-sm-navy-blue{background-color:#24106c}.bg-hover-sm-navy-blue:hover{background-color:#24106c!important}.text-hover-sm-navy-blue:hover{color:#24106c!important}.text-sm-navy-blue{color:#24106c}.border-sm-navy-blue{border-color:#24106c!important}.bg-sm-transparent{background-color:transparent}.bg-hover-sm-transparent:hover{background-color:transparent!important}.text-hover-sm-transparent:hover{color:transparent!important}.text-sm-transparent{color:transparent}.border-sm-transparent{border-color:transparent!important}.bg-sm-yellow{background-color:#facc15}.bg-hover-sm-yellow:hover{background-color:#facc15!important}.text-hover-sm-yellow:hover{color:#facc15!important}.text-sm-yellow{color:#facc15}.border-sm-yellow{border-color:#facc15!important}.bg-sm-disabled{background-color:#e9ecef}.bg-hover-sm-disabled:hover{background-color:#e9ecef!important}.text-hover-sm-disabled:hover{color:#e9ecef!important}.text-sm-disabled{color:#e9ecef}.border-sm-disabled{border-color:#e9ecef!important}.text-sm-center{text-align:center!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.position-sm-fixed{position:fixed!important}.position-sm-absolute{position:absolute!important}.position-sm-relative{position:relative!important}.position-sm-static{position:static!important}.rounded-bottom-sm-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom-sm-10{border-bottom-left-radius:10px!important;border-bottom-right-radius:10px!important}.rounded-bottom-sm-15{border-bottom-left-radius:15px!important;border-bottom-right-radius:15px!important}.rounded-bottom-sm-20{border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important}.rounded-bottom-sm-30{border-bottom-left-radius:30px!important;border-bottom-right-radius:30px!important}.fs-sm-8{font-size:8px!important}.fs-sm-10{font-size:10px!important}.fs-sm-12{font-size:12px!important}.fs-sm-14{font-size:14px!important}.fs-sm-16{font-size:16px!important}.fs-sm-18{font-size:18px!important}.fs-sm-20{font-size:20px!important}.fs-sm-25{font-size:25px!important}.fs-sm-30{font-size:30px!important}.shadow-sm-none{box-shadow:none!important}.shadow-sm-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-sm-md{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-sm-bottom{box-shadow:0 .5rem .5rem rgba(0,0,0,.1)!important}.zi-sm-0{z-index:0!important}.zi-sm-1{z-index:1!important}.zi-sm-2,.zi-sm-3{z-index:3!important}.zi-sm-4{z-index:4!important}.zi-sm-5{z-index:5!important}.zi-sm-6{z-index:6!important}.zi-sm-7{z-index:7!important}.zi-sm-8{z-index:8!important}.zi-sm-9{z-index:9!important}.zi-sm-10{z-index:10!important}.zi-sm-99{z-index:99!important}.zi-sm-100{z-index:100!important}.zi-sm-101{z-index:101!important}.zi-sm-9999{z-index:9999!important}.zi-sm-99999{z-index:99999!important}.fw-sm-light{font-weight:300!important}.fw-sm-regular{font-weight:400!important}.fw-sm-semibold{font-weight:600!important}.fw-sm-bold{font-weight:700!important}.rounded-sm-{border-radius:5px!important}.rounded-sm-0{border-radius:0!important}.rounded-sm-1{border-radius:1rem!important}.rounded-sm-5{border-radius:5px!important}.rounded-sm-10{border-radius:10px!important}.rounded-sm-15{border-radius:15px!important}.rounded-sm-20{border-radius:20px!important}.rounded-sm-30{border-radius:30px!important}.rounded-sm-50{border-radius:50px!important}.rounded-sm-circle{border-radius:50%!important}.rounded-sm-pill{border-radius:50rem!important}}@media screen and (min-width:768px){.w-md-auto{width:auto!important}.h-md-auto{height:auto!important}.top-md-auto{top:auto!important}.bottom-md-auto{bottom:auto!important}.start-md-auto{left:auto!important}.end-md-auto{right:auto!important}.mnw-md-auto{min-width:auto!important}.mwmd-auto{max-width:auto!important}.mnhmd-auto{min-height:auto!important}.mh-md-auto{max-height:auto!important}.min-h-md-auto{min-height:auto!important}.w-md-100{width:100%!important}.h-md-100{height:100%!important}.top-md-100{top:100%!important}.bottom-md-100{bottom:100%!important}.start-md-100{left:100%!important}.end-md-100{right:100%!important}.mnw-md-100{min-width:100%!important}.mwmd-100{max-width:100%!important}.mnhmd-100{min-height:100%!important}.mh-md-100{max-height:100%!important}.min-h-md-100{min-height:100%!important}.w-md-95{width:95%!important}.h-md-95{height:95%!important}.top-md-95{top:95%!important}.bottom-md-95{bottom:95%!important}.start-md-95{left:95%!important}.end-md-95{right:95%!important}.mnw-md-95{min-width:95%!important}.mwmd-95{max-width:95%!important}.mnhmd-95{min-height:95%!important}.mh-md-95{max-height:95%!important}.min-h-md-95{min-height:95%!important}.w-md-90{width:90%!important}.h-md-90{height:90%!important}.top-md-90{top:90%!important}.bottom-md-90{bottom:90%!important}.start-md-90{left:90%!important}.end-md-90{right:90%!important}.mnw-md-90{min-width:90%!important}.mwmd-90{max-width:90%!important}.mnhmd-90{min-height:90%!important}.mh-md-90{max-height:90%!important}.min-h-md-90{min-height:90%!important}.w-md-85{width:85%!important}.h-md-85{height:85%!important}.top-md-85{top:85%!important}.bottom-md-85{bottom:85%!important}.start-md-85{left:85%!important}.end-md-85{right:85%!important}.mnw-md-85{min-width:85%!important}.mwmd-85{max-width:85%!important}.mnhmd-85{min-height:85%!important}.mh-md-85{max-height:85%!important}.min-h-md-85{min-height:85%!important}.w-md-80{width:80%!important}.h-md-80{height:80%!important}.top-md-80{top:80%!important}.bottom-md-80{bottom:80%!important}.start-md-80{left:80%!important}.end-md-80{right:80%!important}.mnw-md-80{min-width:80%!important}.mwmd-80{max-width:80%!important}.mnhmd-80{min-height:80%!important}.mh-md-80{max-height:80%!important}.min-h-md-80{min-height:80%!important}.w-md-75{width:75%!important}.h-md-75{height:75%!important}.top-md-75{top:75%!important}.bottom-md-75{bottom:75%!important}.start-md-75{left:75%!important}.end-md-75{right:75%!important}.mnw-md-75{min-width:75%!important}.mwmd-75{max-width:75%!important}.mnhmd-75{min-height:75%!important}.mh-md-75{max-height:75%!important}.min-h-md-75{min-height:75%!important}.w-md-70{width:70%!important}.h-md-70{height:70%!important}.top-md-70{top:70%!important}.bottom-md-70{bottom:70%!important}.start-md-70{left:70%!important}.end-md-70{right:70%!important}.mnw-md-70{min-width:70%!important}.mwmd-70{max-width:70%!important}.mnhmd-70{min-height:70%!important}.mh-md-70{max-height:70%!important}.min-h-md-70{min-height:70%!important}.w-md-65{width:65%!important}.h-md-65{height:65%!important}.top-md-65{top:65%!important}.bottom-md-65{bottom:65%!important}.start-md-65{left:65%!important}.end-md-65{right:65%!important}.mnw-md-65{min-width:65%!important}.mwmd-65{max-width:65%!important}.mnhmd-65{min-height:65%!important}.mh-md-65{max-height:65%!important}.min-h-md-65{min-height:65%!important}.w-md-64{width:64%!important}.h-md-64{height:64%!important}.top-md-64{top:64%!important}.bottom-md-64{bottom:64%!important}.start-md-64{left:64%!important}.end-md-64{right:64%!important}.mnw-md-64{min-width:64%!important}.mwmd-64{max-width:64%!important}.mnhmd-64{min-height:64%!important}.mh-md-64{max-height:64%!important}.min-h-md-64{min-height:64%!important}.w-md-60{width:60%!important}.h-md-60{height:60%!important}.top-md-60{top:60%!important}.bottom-md-60{bottom:60%!important}.start-md-60{left:60%!important}.end-md-60{right:60%!important}.mnw-md-60{min-width:60%!important}.mwmd-60{max-width:60%!important}.mnhmd-60{min-height:60%!important}.mh-md-60{max-height:60%!important}.min-h-md-60{min-height:60%!important}.w-md-55{width:55%!important}.h-md-55{height:55%!important}.top-md-55{top:55%!important}.bottom-md-55{bottom:55%!important}.start-md-55{left:55%!important}.end-md-55{right:55%!important}.mnw-md-55{min-width:55%!important}.mwmd-55{max-width:55%!important}.mnhmd-55{min-height:55%!important}.mh-md-55{max-height:55%!important}.min-h-md-55{min-height:55%!important}.w-md-50{width:50%!important}.h-md-50{height:50%!important}.top-md-50{top:50%!important}.bottom-md-50{bottom:50%!important}.start-md-50{left:50%!important}.end-md-50{right:50%!important}.mnw-md-50{min-width:50%!important}.mwmd-50{max-width:50%!important}.mnhmd-50{min-height:50%!important}.mh-md-50{max-height:50%!important}.min-h-md-50{min-height:50%!important}.w-md-52{width:52%!important}.h-md-52{height:52%!important}.top-md-52{top:52%!important}.bottom-md-52{bottom:52%!important}.start-md-52{left:52%!important}.end-md-52{right:52%!important}.mnw-md-52{min-width:52%!important}.mwmd-52{max-width:52%!important}.mnhmd-52{min-height:52%!important}.mh-md-52{max-height:52%!important}.min-h-md-52{min-height:52%!important}.w-md-45{width:45%!important}.h-md-45{height:45%!important}.top-md-45{top:45%!important}.bottom-md-45{bottom:45%!important}.start-md-45{left:45%!important}.end-md-45{right:45%!important}.mnw-md-45{min-width:45%!important}.mwmd-45{max-width:45%!important}.mnhmd-45{min-height:45%!important}.mh-md-45{max-height:45%!important}.min-h-md-45{min-height:45%!important}.w-md-40{width:40%!important}.h-md-40{height:40%!important}.top-md-40{top:40%!important}.bottom-md-40{bottom:40%!important}.start-md-40{left:40%!important}.end-md-40{right:40%!important}.mnw-md-40{min-width:40%!important}.mwmd-40{max-width:40%!important}.mnhmd-40{min-height:40%!important}.mh-md-40{max-height:40%!important}.min-h-md-40{min-height:40%!important}.w-md-35{width:35%!important}.h-md-35{height:35%!important}.top-md-35{top:35%!important}.bottom-md-35{bottom:35%!important}.start-md-35{left:35%!important}.end-md-35{right:35%!important}.mnw-md-35{min-width:35%!important}.mwmd-35{max-width:35%!important}.mnhmd-35{min-height:35%!important}.mh-md-35{max-height:35%!important}.min-h-md-35{min-height:35%!important}.w-md-30{width:30%!important}.h-md-30{height:30%!important}.top-md-30{top:30%!important}.bottom-md-30{bottom:30%!important}.start-md-30{left:30%!important}.end-md-30{right:30%!important}.mnw-md-30{min-width:30%!important}.mwmd-30{max-width:30%!important}.mnhmd-30{min-height:30%!important}.mh-md-30{max-height:30%!important}.min-h-md-30{min-height:30%!important}.w-md-25{width:25%!important}.h-md-25{height:25%!important}.top-md-25{top:25%!important}.bottom-md-25{bottom:25%!important}.start-md-25{left:25%!important}.end-md-25{right:25%!important}.mnw-md-25{min-width:25%!important}.mwmd-25{max-width:25%!important}.mnhmd-25{min-height:25%!important}.mh-md-25{max-height:25%!important}.min-h-md-25{min-height:25%!important}.w-md-20{width:20%!important}.h-md-20{height:20%!important}.top-md-20{top:20%!important}.bottom-md-20{bottom:20%!important}.start-md-20{left:20%!important}.end-md-20{right:20%!important}.mnw-md-20{min-width:20%!important}.mwmd-20{max-width:20%!important}.mnhmd-20{min-height:20%!important}.mh-md-20{max-height:20%!important}.min-h-md-20{min-height:20%!important}.w-md-15{width:15%!important}.h-md-15{height:15%!important}.top-md-15{top:15%!important}.bottom-md-15{bottom:15%!important}.start-md-15{left:15%!important}.end-md-15{right:15%!important}.mnw-md-15{min-width:15%!important}.mwmd-15{max-width:15%!important}.mnhmd-15{min-height:15%!important}.mh-md-15{max-height:15%!important}.min-h-md-15{min-height:15%!important}.w-md-10{width:10%!important}.h-md-10{height:10%!important}.top-md-10{top:10%!important}.bottom-md-10{bottom:10%!important}.start-md-10{left:10%!important}.end-md-10{right:10%!important}.mnw-md-10{min-width:10%!important}.mwmd-10{max-width:10%!important}.mnhmd-10{min-height:10%!important}.mh-md-10{max-height:10%!important}.min-h-md-10{min-height:10%!important}.w-md-7{width:7%!important}.h-md-7{height:7%!important}.top-md-7{top:7%!important}.bottom-md-7{bottom:7%!important}.start-md-7{left:7%!important}.end-md-7{right:7%!important}.mnw-md-7{min-width:7%!important}.mwmd-7{max-width:7%!important}.mnhmd-7{min-height:7%!important}.mh-md-7{max-height:7%!important}.min-h-md-7{min-height:7%!important}.w-md-5{width:5%!important}.h-md-5{height:5%!important}.top-md-5{top:5%!important}.bottom-md-5{bottom:5%!important}.start-md-5{left:5%!important}.end-md-5{right:5%!important}.mnw-md-5{min-width:5%!important}.mwmd-5{max-width:5%!important}.mnhmd-5{min-height:5%!important}.mh-md-5{max-height:5%!important}.min-h-md-5{min-height:5%!important}.w-md-0{width:0!important}.h-md-0{height:0!important}.top-md-0{top:0!important}.bottom-md-0{bottom:0!important}.start-md-0{left:0!important}.end-md-0{right:0!important}.mnw-md-0{min-width:0!important}.mwmd-0{max-width:0!important}.mnhmd-0{min-height:0!important}.mh-md-0{max-height:0!important}.min-h-md-0{min-height:0!important}.btn-md-filter-size{height:40px!important;min-width:40px}.mh-md-autovh{max-height:autovh!important}.mw-md-autovw{max-width:autovh!important}.w-md-autopx{width:autopx!important}.mnw-md-autopx{min-width:autopx!important}.mnh-md-autovh{min-height:autovh!important}.h-md-autopx{height:autopx!important}.h-md-autovh{height:autovh!important}.mh-md-300vh{max-height:300vh!important}.mw-md-300vw{max-width:300vh!important}.w-md-300px{width:300px!important}.mnw-md-300px{min-width:300px!important}.mnh-md-300vh{min-height:300vh!important}.h-md-300px{height:300px!important}.h-md-300vh{height:300vh!important}.mh-md-200vh{max-height:200vh!important}.mw-md-200vw{max-width:200vh!important}.w-md-200px{width:200px!important}.mnw-md-200px{min-width:200px!important}.mnh-md-200vh{min-height:200vh!important}.h-md-200px{height:200px!important}.h-md-200vh{height:200vh!important}.mh-md-150vh{max-height:150vh!important}.mw-md-150vw{max-width:150vh!important}.w-md-150px{width:150px!important}.mnw-md-150px{min-width:150px!important}.mnh-md-150vh{min-height:150vh!important}.h-md-150px{height:150px!important}.h-md-150vh{height:150vh!important}.mh-md-100vh{max-height:100vh!important}.mw-md-100vw{max-width:100vh!important}.w-md-100px{width:100px!important}.mnw-md-100px{min-width:100px!important}.mnh-md-100vh{min-height:100vh!important}.h-md-100px{height:100px!important}.h-md-100vh{height:100vh!important}.mh-md-95vh{max-height:95vh!important}.mw-md-95vw{max-width:95vh!important}.w-md-95px{width:95px!important}.mnw-md-95px{min-width:95px!important}.mnh-md-95vh{min-height:95vh!important}.h-md-95px{height:95px!important}.h-md-95vh{height:95vh!important}.mh-md-90vh{max-height:90vh!important}.mw-md-90vw{max-width:90vh!important}.w-md-90px{width:90px!important}.mnw-md-90px{min-width:90px!important}.mnh-md-90vh{min-height:90vh!important}.h-md-90px{height:90px!important}.h-md-90vh{height:90vh!important}.mh-md-85vh{max-height:85vh!important}.mw-md-85vw{max-width:85vh!important}.w-md-85px{width:85px!important}.mnw-md-85px{min-width:85px!important}.mnh-md-85vh{min-height:85vh!important}.h-md-85px{height:85px!important}.h-md-85vh{height:85vh!important}.mh-md-83vh{max-height:83vh!important}.mw-md-83vw{max-width:83vh!important}.w-md-83px{width:83px!important}.mnw-md-83px{min-width:83px!important}.mnh-md-83vh{min-height:83vh!important}.h-md-83px{height:83px!important}.h-md-83vh{height:83vh!important}.mh-md-80vh{max-height:80vh!important}.mw-md-80vw{max-width:80vh!important}.w-md-80px{width:80px!important}.mnw-md-80px{min-width:80px!important}.mnh-md-80vh{min-height:80vh!important}.h-md-80px{height:80px!important}.h-md-80vh{height:80vh!important}.mh-md-75vh{max-height:75vh!important}.mw-md-75vw{max-width:75vh!important}.w-md-75px{width:75px!important}.mnw-md-75px{min-width:75px!important}.mnh-md-75vh{min-height:75vh!important}.h-md-75px{height:75px!important}.h-md-75vh{height:75vh!important}.mh-md-70vh{max-height:70vh!important}.mw-md-70vw{max-width:70vh!important}.w-md-70px{width:70px!important}.mnw-md-70px{min-width:70px!important}.mnh-md-70vh{min-height:70vh!important}.h-md-70px{height:70px!important}.h-md-70vh{height:70vh!important}.mh-md-65vh{max-height:65vh!important}.mw-md-65vw{max-width:65vh!important}.w-md-65px{width:65px!important}.mnw-md-65px{min-width:65px!important}.mnh-md-65vh{min-height:65vh!important}.h-md-65px{height:65px!important}.h-md-65vh{height:65vh!important}.mh-md-60vh{max-height:60vh!important}.mw-md-60vw{max-width:60vh!important}.w-md-60px{width:60px!important}.mnw-md-60px{min-width:60px!important}.mnh-md-60vh{min-height:60vh!important}.h-md-60px{height:60px!important}.h-md-60vh{height:60vh!important}.mh-md-55vh{max-height:55vh!important}.mw-md-55vw{max-width:55vh!important}.w-md-55px{width:55px!important}.mnw-md-55px{min-width:55px!important}.mnh-md-55vh{min-height:55vh!important}.h-md-55px{height:55px!important}.h-md-55vh{height:55vh!important}.mh-md-50vh{max-height:50vh!important}.mw-md-50vw{max-width:50vh!important}.w-md-50px{width:50px!important}.mnw-md-50px{min-width:50px!important}.mnh-md-50vh{min-height:50vh!important}.h-md-50px{height:50px!important}.h-md-50vh{height:50vh!important}.mh-md-45vh{max-height:45vh!important}.mw-md-45vw{max-width:45vh!important}.w-md-45px{width:45px!important}.mnw-md-45px{min-width:45px!important}.mnh-md-45vh{min-height:45vh!important}.h-md-45px{height:45px!important}.h-md-45vh{height:45vh!important}.mh-md-40vh{max-height:40vh!important}.mw-md-40vw{max-width:40vh!important}.w-md-40px{width:40px!important}.mnw-md-40px{min-width:40px!important}.mnh-md-40vh{min-height:40vh!important}.h-md-40px{height:40px!important}.h-md-40vh{height:40vh!important}.mh-md-35vh{max-height:35vh!important}.mw-md-35vw{max-width:35vh!important}.w-md-35px{width:35px!important}.mnw-md-35px{min-width:35px!important}.mnh-md-35vh{min-height:35vh!important}.h-md-35px{height:35px!important}.h-md-35vh{height:35vh!important}.mh-md-30vh{max-height:30vh!important}.mw-md-30vw{max-width:30vh!important}.w-md-30px{width:30px!important}.mnw-md-30px{min-width:30px!important}.mnh-md-30vh{min-height:30vh!important}.h-md-30px{height:30px!important}.h-md-30vh{height:30vh!important}.mh-md-25vh{max-height:25vh!important}.mw-md-25vw{max-width:25vh!important}.w-md-25px{width:25px!important}.mnw-md-25px{min-width:25px!important}.mnh-md-25vh{min-height:25vh!important}.h-md-25px{height:25px!important}.h-md-25vh{height:25vh!important}.mh-md-20vh{max-height:20vh!important}.mw-md-20vw{max-width:20vh!important}.w-md-20px{width:20px!important}.mnw-md-20px{min-width:20px!important}.mnh-md-20vh{min-height:20vh!important}.h-md-20px{height:20px!important}.h-md-20vh{height:20vh!important}.mh-md-15vh{max-height:15vh!important}.mw-md-15vw{max-width:15vh!important}.w-md-15px{width:15px!important}.mnw-md-15px{min-width:15px!important}.mnh-md-15vh{min-height:15vh!important}.h-md-15px{height:15px!important}.h-md-15vh{height:15vh!important}.mh-md-10vh{max-height:10vh!important}.mw-md-10vw{max-width:10vh!important}.w-md-10px{width:10px!important}.mnw-md-10px{min-width:10px!important}.mnh-md-10vh{min-height:10vh!important}.h-md-10px{height:10px!important}.h-md-10vh{height:10vh!important}.mh-md-7vh{max-height:7vh!important}.mw-md-7vw{max-width:7vh!important}.w-md-7px{width:7px!important}.mnw-md-7px{min-width:7px!important}.mnh-md-7vh{min-height:7vh!important}.h-md-7px{height:7px!important}.h-md-7vh{height:7vh!important}.mh-md-5vh{max-height:5vh!important}.mw-md-5vw{max-width:5vh!important}.w-md-5px{width:5px!important}.mnw-md-5px{min-width:5px!important}.mnh-md-5vh{min-height:5vh!important}.h-md-5px{height:5px!important}.h-md-5vh{height:5vh!important}.mh-md-0vh{max-height:0!important}.mw-md-0vw{max-width:0!important}.w-md-0px{width:0!important}.mnw-md-0px{min-width:0!important}.mnh-md-0vh{min-height:0!important}.h-md-0px,.h-md-0vh{height:0!important}.bg-md-primary{background-color:#9333ea}.bg-hover-md-primary:hover{background-color:#9333ea!important}.text-hover-md-primary:hover{color:#9333ea!important}.text-md-primary{color:#9333ea}.border-md-primary{border-color:#9333ea!important}.bg-md-secondary{background-color:#a855f7}.bg-hover-md-secondary:hover{background-color:#a855f7!important}.text-hover-md-secondary:hover{color:#a855f7!important}.text-md-secondary{color:#a855f7}.border-md-secondary{border-color:#a855f7!important}.bg-md-success{background-color:#16a34a}.bg-hover-md-success:hover{background-color:#16a34a!important}.text-hover-md-success:hover{color:#16a34a!important}.text-md-success{color:#16a34a}.border-md-success{border-color:#16a34a!important}.bg-md-info{background-color:#22c55e}.bg-hover-md-info:hover{background-color:#22c55e!important}.text-hover-md-info:hover{color:#22c55e!important}.text-md-info{color:#22c55e}.border-md-info{border-color:#22c55e!important}.bg-md-danger-100{background-color:#ef4444}.bg-hover-md-danger-100:hover{background-color:#ef4444!important}.text-hover-md-danger-100:hover{color:#ef4444!important}.text-md-danger-100{color:#ef4444}.border-md-danger-100{border-color:#ef4444!important}.bg-md-danger{background-color:#dc2626}.bg-hover-md-danger:hover{background-color:#dc2626!important}.text-hover-md-danger:hover{color:#dc2626!important}.text-md-danger{color:#dc2626}.border-md-danger{border-color:#dc2626!important}.bg-md-light{background-color:#f8fafc}.bg-hover-md-light:hover{background-color:#f8fafc!important}.text-hover-md-light:hover{color:#f8fafc!important}.text-md-light{color:#f8fafc}.border-md-light{border-color:#f8fafc!important}.bg-md-light-2{background-color:#f1f5f9}.bg-hover-md-light-2:hover{background-color:#f1f5f9!important}.text-hover-md-light-2:hover{color:#f1f5f9!important}.text-md-light-2{color:#f1f5f9}.border-md-light-2{border-color:#f1f5f9!important}.bg-md-light-3{background-color:#e4f3fe}.bg-hover-md-light-3:hover{background-color:#e4f3fe!important}.text-hover-md-light-3:hover{color:#e4f3fe!important}.text-md-light-3{color:#e4f3fe}.border-md-light-3{border-color:#e4f3fe!important}.bg-md-white{background-color:#fff}.bg-hover-md-white:hover{background-color:#fff!important}.text-hover-md-white:hover{color:#fff!important}.text-md-white{color:#fff}.border-md-white{border-color:#fff!important}.bg-md-grey{background-color:#64748b}.bg-hover-md-grey:hover{background-color:#64748b!important}.text-hover-md-grey:hover{color:#64748b!important}.text-md-grey{color:#64748b}.border-md-grey{border-color:#64748b!important}.bg-md-light-grey{background-color:#e2e8f0}.bg-hover-md-light-grey:hover{background-color:#e2e8f0!important}.text-hover-md-light-grey:hover{color:#e2e8f0!important}.text-md-light-grey{color:#e2e8f0}.border-md-light-grey{border-color:#e2e8f0!important}.bg-md-grey-md{background-color:#94a3b8}.bg-hover-md-grey-md:hover{background-color:#94a3b8!important}.text-hover-md-grey-md:hover{color:#94a3b8!important}.text-md-grey-md{color:#94a3b8}.border-md-grey-md{border-color:#94a3b8!important}.bg-md-grey-md-2{background-color:#b9c7db}.bg-hover-md-grey-md-2:hover{background-color:#b9c7db!important}.text-hover-md-grey-md-2:hover{color:#b9c7db!important}.text-md-grey-md-2{color:#b9c7db}.border-md-grey-md-2{border-color:#b9c7db!important}.bg-md-dark-grey{background-color:#252729}.bg-hover-md-dark-grey:hover{background-color:#252729!important}.text-hover-md-dark-grey:hover{color:#252729!important}.text-md-dark-grey{color:#252729}.border-md-dark-grey{border-color:#252729!important}.bg-md-black{background-color:#000}.bg-hover-md-black:hover{background-color:#000!important}.text-hover-md-black:hover{color:#000!important}.text-md-black{color:#000}.border-md-black{border-color:#000!important}.bg-md-oxford-blue{background-color:#1e293b}.bg-hover-md-oxford-blue:hover{background-color:#1e293b!important}.text-hover-md-oxford-blue:hover{color:#1e293b!important}.text-md-oxford-blue{color:#1e293b}.border-md-oxford-blue{border-color:#1e293b!important}.bg-md-navy-blue{background-color:#24106c}.bg-hover-md-navy-blue:hover{background-color:#24106c!important}.text-hover-md-navy-blue:hover{color:#24106c!important}.text-md-navy-blue{color:#24106c}.border-md-navy-blue{border-color:#24106c!important}.bg-md-transparent{background-color:transparent}.bg-hover-md-transparent:hover{background-color:transparent!important}.text-hover-md-transparent:hover{color:transparent!important}.text-md-transparent{color:transparent}.border-md-transparent{border-color:transparent!important}.bg-md-yellow{background-color:#facc15}.bg-hover-md-yellow:hover{background-color:#facc15!important}.text-hover-md-yellow:hover{color:#facc15!important}.text-md-yellow{color:#facc15}.border-md-yellow{border-color:#facc15!important}.bg-md-disabled{background-color:#e9ecef}.bg-hover-md-disabled:hover{background-color:#e9ecef!important}.text-hover-md-disabled:hover{color:#e9ecef!important}.text-md-disabled{color:#e9ecef}.border-md-disabled{border-color:#e9ecef!important}.text-md-center{text-align:center!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.position-md-fixed{position:fixed!important}.position-md-absolute{position:absolute!important}.position-md-relative{position:relative!important}.position-md-static{position:static!important}.rounded-bottom-md-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom-md-10{border-bottom-left-radius:10px!important;border-bottom-right-radius:10px!important}.rounded-bottom-md-15{border-bottom-left-radius:15px!important;border-bottom-right-radius:15px!important}.rounded-bottom-md-20{border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important}.rounded-bottom-md-30{border-bottom-left-radius:30px!important;border-bottom-right-radius:30px!important}.fs-md-8{font-size:8px!important}.fs-md-10{font-size:10px!important}.fs-md-12{font-size:12px!important}.fs-md-14{font-size:14px!important}.fs-md-16{font-size:16px!important}.fs-md-18{font-size:18px!important}.fs-md-20{font-size:20px!important}.fs-md-25{font-size:25px!important}.fs-md-30{font-size:30px!important}.shadow-md-none{box-shadow:none!important}.shadow-md-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-md-md{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-md-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-md-bottom{box-shadow:0 .5rem .5rem rgba(0,0,0,.1)!important}.zi-md-0{z-index:0!important}.zi-md-1{z-index:1!important}.zi-md-2,.zi-md-3{z-index:3!important}.zi-md-4{z-index:4!important}.zi-md-5{z-index:5!important}.zi-md-6{z-index:6!important}.zi-md-7{z-index:7!important}.zi-md-8{z-index:8!important}.zi-md-9{z-index:9!important}.zi-md-10{z-index:10!important}.zi-md-99{z-index:99!important}.zi-md-100{z-index:100!important}.zi-md-101{z-index:101!important}.zi-md-9999{z-index:9999!important}.zi-md-99999{z-index:99999!important}.fw-md-light{font-weight:300!important}.fw-md-regular{font-weight:400!important}.fw-md-semibold{font-weight:600!important}.fw-md-bold{font-weight:700!important}.rounded-md-{border-radius:5px!important}.rounded-md-0{border-radius:0!important}.rounded-md-1{border-radius:1rem!important}.rounded-md-5{border-radius:5px!important}.rounded-md-10{border-radius:10px!important}.rounded-md-15{border-radius:15px!important}.rounded-md-20{border-radius:20px!important}.rounded-md-30{border-radius:30px!important}.rounded-md-50{border-radius:50px!important}.rounded-md-circle{border-radius:50%!important}.rounded-md-pill{border-radius:50rem!important}}@media screen and (min-width:992px){.w-lg-auto{width:auto!important}.h-lg-auto{height:auto!important}.top-lg-auto{top:auto!important}.bottom-lg-auto{bottom:auto!important}.start-lg-auto{left:auto!important}.end-lg-auto{right:auto!important}.mnw-lg-auto{min-width:auto!important}.mwlg-auto{max-width:auto!important}.mnhlg-auto{min-height:auto!important}.mh-lg-auto{max-height:auto!important}.min-h-lg-auto{min-height:auto!important}.w-lg-100{width:100%!important}.h-lg-100{height:100%!important}.top-lg-100{top:100%!important}.bottom-lg-100{bottom:100%!important}.start-lg-100{left:100%!important}.end-lg-100{right:100%!important}.mnw-lg-100{min-width:100%!important}.mwlg-100{max-width:100%!important}.mnhlg-100{min-height:100%!important}.mh-lg-100{max-height:100%!important}.min-h-lg-100{min-height:100%!important}.w-lg-95{width:95%!important}.h-lg-95{height:95%!important}.top-lg-95{top:95%!important}.bottom-lg-95{bottom:95%!important}.start-lg-95{left:95%!important}.end-lg-95{right:95%!important}.mnw-lg-95{min-width:95%!important}.mwlg-95{max-width:95%!important}.mnhlg-95{min-height:95%!important}.mh-lg-95{max-height:95%!important}.min-h-lg-95{min-height:95%!important}.w-lg-90{width:90%!important}.h-lg-90{height:90%!important}.top-lg-90{top:90%!important}.bottom-lg-90{bottom:90%!important}.start-lg-90{left:90%!important}.end-lg-90{right:90%!important}.mnw-lg-90{min-width:90%!important}.mwlg-90{max-width:90%!important}.mnhlg-90{min-height:90%!important}.mh-lg-90{max-height:90%!important}.min-h-lg-90{min-height:90%!important}.w-lg-85{width:85%!important}.h-lg-85{height:85%!important}.top-lg-85{top:85%!important}.bottom-lg-85{bottom:85%!important}.start-lg-85{left:85%!important}.end-lg-85{right:85%!important}.mnw-lg-85{min-width:85%!important}.mwlg-85{max-width:85%!important}.mnhlg-85{min-height:85%!important}.mh-lg-85{max-height:85%!important}.min-h-lg-85{min-height:85%!important}.w-lg-80{width:80%!important}.h-lg-80{height:80%!important}.top-lg-80{top:80%!important}.bottom-lg-80{bottom:80%!important}.start-lg-80{left:80%!important}.end-lg-80{right:80%!important}.mnw-lg-80{min-width:80%!important}.mwlg-80{max-width:80%!important}.mnhlg-80{min-height:80%!important}.mh-lg-80{max-height:80%!important}.min-h-lg-80{min-height:80%!important}.w-lg-75{width:75%!important}.h-lg-75{height:75%!important}.top-lg-75{top:75%!important}.bottom-lg-75{bottom:75%!important}.start-lg-75{left:75%!important}.end-lg-75{right:75%!important}.mnw-lg-75{min-width:75%!important}.mwlg-75{max-width:75%!important}.mnhlg-75{min-height:75%!important}.mh-lg-75{max-height:75%!important}.min-h-lg-75{min-height:75%!important}.w-lg-70{width:70%!important}.h-lg-70{height:70%!important}.top-lg-70{top:70%!important}.bottom-lg-70{bottom:70%!important}.start-lg-70{left:70%!important}.end-lg-70{right:70%!important}.mnw-lg-70{min-width:70%!important}.mwlg-70{max-width:70%!important}.mnhlg-70{min-height:70%!important}.mh-lg-70{max-height:70%!important}.min-h-lg-70{min-height:70%!important}.w-lg-65{width:65%!important}.h-lg-65{height:65%!important}.top-lg-65{top:65%!important}.bottom-lg-65{bottom:65%!important}.start-lg-65{left:65%!important}.end-lg-65{right:65%!important}.mnw-lg-65{min-width:65%!important}.mwlg-65{max-width:65%!important}.mnhlg-65{min-height:65%!important}.mh-lg-65{max-height:65%!important}.min-h-lg-65{min-height:65%!important}.w-lg-64{width:64%!important}.h-lg-64{height:64%!important}.top-lg-64{top:64%!important}.bottom-lg-64{bottom:64%!important}.start-lg-64{left:64%!important}.end-lg-64{right:64%!important}.mnw-lg-64{min-width:64%!important}.mwlg-64{max-width:64%!important}.mnhlg-64{min-height:64%!important}.mh-lg-64{max-height:64%!important}.min-h-lg-64{min-height:64%!important}.w-lg-60{width:60%!important}.h-lg-60{height:60%!important}.top-lg-60{top:60%!important}.bottom-lg-60{bottom:60%!important}.start-lg-60{left:60%!important}.end-lg-60{right:60%!important}.mnw-lg-60{min-width:60%!important}.mwlg-60{max-width:60%!important}.mnhlg-60{min-height:60%!important}.mh-lg-60{max-height:60%!important}.min-h-lg-60{min-height:60%!important}.w-lg-55{width:55%!important}.h-lg-55{height:55%!important}.top-lg-55{top:55%!important}.bottom-lg-55{bottom:55%!important}.start-lg-55{left:55%!important}.end-lg-55{right:55%!important}.mnw-lg-55{min-width:55%!important}.mwlg-55{max-width:55%!important}.mnhlg-55{min-height:55%!important}.mh-lg-55{max-height:55%!important}.min-h-lg-55{min-height:55%!important}.w-lg-50{width:50%!important}.h-lg-50{height:50%!important}.top-lg-50{top:50%!important}.bottom-lg-50{bottom:50%!important}.start-lg-50{left:50%!important}.end-lg-50{right:50%!important}.mnw-lg-50{min-width:50%!important}.mwlg-50{max-width:50%!important}.mnhlg-50{min-height:50%!important}.mh-lg-50{max-height:50%!important}.min-h-lg-50{min-height:50%!important}.w-lg-52{width:52%!important}.h-lg-52{height:52%!important}.top-lg-52{top:52%!important}.bottom-lg-52{bottom:52%!important}.start-lg-52{left:52%!important}.end-lg-52{right:52%!important}.mnw-lg-52{min-width:52%!important}.mwlg-52{max-width:52%!important}.mnhlg-52{min-height:52%!important}.mh-lg-52{max-height:52%!important}.min-h-lg-52{min-height:52%!important}.w-lg-45{width:45%!important}.h-lg-45{height:45%!important}.top-lg-45{top:45%!important}.bottom-lg-45{bottom:45%!important}.start-lg-45{left:45%!important}.end-lg-45{right:45%!important}.mnw-lg-45{min-width:45%!important}.mwlg-45{max-width:45%!important}.mnhlg-45{min-height:45%!important}.mh-lg-45{max-height:45%!important}.min-h-lg-45{min-height:45%!important}.w-lg-40{width:40%!important}.h-lg-40{height:40%!important}.top-lg-40{top:40%!important}.bottom-lg-40{bottom:40%!important}.start-lg-40{left:40%!important}.end-lg-40{right:40%!important}.mnw-lg-40{min-width:40%!important}.mwlg-40{max-width:40%!important}.mnhlg-40{min-height:40%!important}.mh-lg-40{max-height:40%!important}.min-h-lg-40{min-height:40%!important}.w-lg-35{width:35%!important}.h-lg-35{height:35%!important}.top-lg-35{top:35%!important}.bottom-lg-35{bottom:35%!important}.start-lg-35{left:35%!important}.end-lg-35{right:35%!important}.mnw-lg-35{min-width:35%!important}.mwlg-35{max-width:35%!important}.mnhlg-35{min-height:35%!important}.mh-lg-35{max-height:35%!important}.min-h-lg-35{min-height:35%!important}.w-lg-30{width:30%!important}.h-lg-30{height:30%!important}.top-lg-30{top:30%!important}.bottom-lg-30{bottom:30%!important}.start-lg-30{left:30%!important}.end-lg-30{right:30%!important}.mnw-lg-30{min-width:30%!important}.mwlg-30{max-width:30%!important}.mnhlg-30{min-height:30%!important}.mh-lg-30{max-height:30%!important}.min-h-lg-30{min-height:30%!important}.w-lg-25{width:25%!important}.h-lg-25{height:25%!important}.top-lg-25{top:25%!important}.bottom-lg-25{bottom:25%!important}.start-lg-25{left:25%!important}.end-lg-25{right:25%!important}.mnw-lg-25{min-width:25%!important}.mwlg-25{max-width:25%!important}.mnhlg-25{min-height:25%!important}.mh-lg-25{max-height:25%!important}.min-h-lg-25{min-height:25%!important}.w-lg-20{width:20%!important}.h-lg-20{height:20%!important}.top-lg-20{top:20%!important}.bottom-lg-20{bottom:20%!important}.start-lg-20{left:20%!important}.end-lg-20{right:20%!important}.mnw-lg-20{min-width:20%!important}.mwlg-20{max-width:20%!important}.mnhlg-20{min-height:20%!important}.mh-lg-20{max-height:20%!important}.min-h-lg-20{min-height:20%!important}.w-lg-15{width:15%!important}.h-lg-15{height:15%!important}.top-lg-15{top:15%!important}.bottom-lg-15{bottom:15%!important}.start-lg-15{left:15%!important}.end-lg-15{right:15%!important}.mnw-lg-15{min-width:15%!important}.mwlg-15{max-width:15%!important}.mnhlg-15{min-height:15%!important}.mh-lg-15{max-height:15%!important}.min-h-lg-15{min-height:15%!important}.w-lg-10{width:10%!important}.h-lg-10{height:10%!important}.top-lg-10{top:10%!important}.bottom-lg-10{bottom:10%!important}.start-lg-10{left:10%!important}.end-lg-10{right:10%!important}.mnw-lg-10{min-width:10%!important}.mwlg-10{max-width:10%!important}.mnhlg-10{min-height:10%!important}.mh-lg-10{max-height:10%!important}.min-h-lg-10{min-height:10%!important}.w-lg-7{width:7%!important}.h-lg-7{height:7%!important}.top-lg-7{top:7%!important}.bottom-lg-7{bottom:7%!important}.start-lg-7{left:7%!important}.end-lg-7{right:7%!important}.mnw-lg-7{min-width:7%!important}.mwlg-7{max-width:7%!important}.mnhlg-7{min-height:7%!important}.mh-lg-7{max-height:7%!important}.min-h-lg-7{min-height:7%!important}.w-lg-5{width:5%!important}.h-lg-5{height:5%!important}.top-lg-5{top:5%!important}.bottom-lg-5{bottom:5%!important}.start-lg-5{left:5%!important}.end-lg-5{right:5%!important}.mnw-lg-5{min-width:5%!important}.mwlg-5{max-width:5%!important}.mnhlg-5{min-height:5%!important}.mh-lg-5{max-height:5%!important}.min-h-lg-5{min-height:5%!important}.w-lg-0{width:0!important}.h-lg-0{height:0!important}.top-lg-0{top:0!important}.bottom-lg-0{bottom:0!important}.start-lg-0{left:0!important}.end-lg-0{right:0!important}.mnw-lg-0{min-width:0!important}.mwlg-0{max-width:0!important}.mnhlg-0{min-height:0!important}.mh-lg-0{max-height:0!important}.min-h-lg-0{min-height:0!important}.btn-lg-filter-size{height:40px!important;min-width:40px}.mh-lg-autovh{max-height:autovh!important}.mw-lg-autovw{max-width:autovh!important}.w-lg-autopx{width:autopx!important}.mnw-lg-autopx{min-width:autopx!important}.mnh-lg-autovh{min-height:autovh!important}.h-lg-autopx{height:autopx!important}.h-lg-autovh{height:autovh!important}.mh-lg-300vh{max-height:300vh!important}.mw-lg-300vw{max-width:300vh!important}.w-lg-300px{width:300px!important}.mnw-lg-300px{min-width:300px!important}.mnh-lg-300vh{min-height:300vh!important}.h-lg-300px{height:300px!important}.h-lg-300vh{height:300vh!important}.mh-lg-200vh{max-height:200vh!important}.mw-lg-200vw{max-width:200vh!important}.w-lg-200px{width:200px!important}.mnw-lg-200px{min-width:200px!important}.mnh-lg-200vh{min-height:200vh!important}.h-lg-200px{height:200px!important}.h-lg-200vh{height:200vh!important}.mh-lg-150vh{max-height:150vh!important}.mw-lg-150vw{max-width:150vh!important}.w-lg-150px{width:150px!important}.mnw-lg-150px{min-width:150px!important}.mnh-lg-150vh{min-height:150vh!important}.h-lg-150px{height:150px!important}.h-lg-150vh{height:150vh!important}.mh-lg-100vh{max-height:100vh!important}.mw-lg-100vw{max-width:100vh!important}.w-lg-100px{width:100px!important}.mnw-lg-100px{min-width:100px!important}.mnh-lg-100vh{min-height:100vh!important}.h-lg-100px{height:100px!important}.h-lg-100vh{height:100vh!important}.mh-lg-95vh{max-height:95vh!important}.mw-lg-95vw{max-width:95vh!important}.w-lg-95px{width:95px!important}.mnw-lg-95px{min-width:95px!important}.mnh-lg-95vh{min-height:95vh!important}.h-lg-95px{height:95px!important}.h-lg-95vh{height:95vh!important}.mh-lg-90vh{max-height:90vh!important}.mw-lg-90vw{max-width:90vh!important}.w-lg-90px{width:90px!important}.mnw-lg-90px{min-width:90px!important}.mnh-lg-90vh{min-height:90vh!important}.h-lg-90px{height:90px!important}.h-lg-90vh{height:90vh!important}.mh-lg-85vh{max-height:85vh!important}.mw-lg-85vw{max-width:85vh!important}.w-lg-85px{width:85px!important}.mnw-lg-85px{min-width:85px!important}.mnh-lg-85vh{min-height:85vh!important}.h-lg-85px{height:85px!important}.h-lg-85vh{height:85vh!important}.mh-lg-83vh{max-height:83vh!important}.mw-lg-83vw{max-width:83vh!important}.w-lg-83px{width:83px!important}.mnw-lg-83px{min-width:83px!important}.mnh-lg-83vh{min-height:83vh!important}.h-lg-83px{height:83px!important}.h-lg-83vh{height:83vh!important}.mh-lg-80vh{max-height:80vh!important}.mw-lg-80vw{max-width:80vh!important}.w-lg-80px{width:80px!important}.mnw-lg-80px{min-width:80px!important}.mnh-lg-80vh{min-height:80vh!important}.h-lg-80px{height:80px!important}.h-lg-80vh{height:80vh!important}.mh-lg-75vh{max-height:75vh!important}.mw-lg-75vw{max-width:75vh!important}.w-lg-75px{width:75px!important}.mnw-lg-75px{min-width:75px!important}.mnh-lg-75vh{min-height:75vh!important}.h-lg-75px{height:75px!important}.h-lg-75vh{height:75vh!important}.mh-lg-70vh{max-height:70vh!important}.mw-lg-70vw{max-width:70vh!important}.w-lg-70px{width:70px!important}.mnw-lg-70px{min-width:70px!important}.mnh-lg-70vh{min-height:70vh!important}.h-lg-70px{height:70px!important}.h-lg-70vh{height:70vh!important}.mh-lg-65vh{max-height:65vh!important}.mw-lg-65vw{max-width:65vh!important}.w-lg-65px{width:65px!important}.mnw-lg-65px{min-width:65px!important}.mnh-lg-65vh{min-height:65vh!important}.h-lg-65px{height:65px!important}.h-lg-65vh{height:65vh!important}.mh-lg-60vh{max-height:60vh!important}.mw-lg-60vw{max-width:60vh!important}.w-lg-60px{width:60px!important}.mnw-lg-60px{min-width:60px!important}.mnh-lg-60vh{min-height:60vh!important}.h-lg-60px{height:60px!important}.h-lg-60vh{height:60vh!important}.mh-lg-55vh{max-height:55vh!important}.mw-lg-55vw{max-width:55vh!important}.w-lg-55px{width:55px!important}.mnw-lg-55px{min-width:55px!important}.mnh-lg-55vh{min-height:55vh!important}.h-lg-55px{height:55px!important}.h-lg-55vh{height:55vh!important}.mh-lg-50vh{max-height:50vh!important}.mw-lg-50vw{max-width:50vh!important}.w-lg-50px{width:50px!important}.mnw-lg-50px{min-width:50px!important}.mnh-lg-50vh{min-height:50vh!important}.h-lg-50px{height:50px!important}.h-lg-50vh{height:50vh!important}.mh-lg-45vh{max-height:45vh!important}.mw-lg-45vw{max-width:45vh!important}.w-lg-45px{width:45px!important}.mnw-lg-45px{min-width:45px!important}.mnh-lg-45vh{min-height:45vh!important}.h-lg-45px{height:45px!important}.h-lg-45vh{height:45vh!important}.mh-lg-40vh{max-height:40vh!important}.mw-lg-40vw{max-width:40vh!important}.w-lg-40px{width:40px!important}.mnw-lg-40px{min-width:40px!important}.mnh-lg-40vh{min-height:40vh!important}.h-lg-40px{height:40px!important}.h-lg-40vh{height:40vh!important}.mh-lg-35vh{max-height:35vh!important}.mw-lg-35vw{max-width:35vh!important}.w-lg-35px{width:35px!important}.mnw-lg-35px{min-width:35px!important}.mnh-lg-35vh{min-height:35vh!important}.h-lg-35px{height:35px!important}.h-lg-35vh{height:35vh!important}.mh-lg-30vh{max-height:30vh!important}.mw-lg-30vw{max-width:30vh!important}.w-lg-30px{width:30px!important}.mnw-lg-30px{min-width:30px!important}.mnh-lg-30vh{min-height:30vh!important}.h-lg-30px{height:30px!important}.h-lg-30vh{height:30vh!important}.mh-lg-25vh{max-height:25vh!important}.mw-lg-25vw{max-width:25vh!important}.w-lg-25px{width:25px!important}.mnw-lg-25px{min-width:25px!important}.mnh-lg-25vh{min-height:25vh!important}.h-lg-25px{height:25px!important}.h-lg-25vh{height:25vh!important}.mh-lg-20vh{max-height:20vh!important}.mw-lg-20vw{max-width:20vh!important}.w-lg-20px{width:20px!important}.mnw-lg-20px{min-width:20px!important}.mnh-lg-20vh{min-height:20vh!important}.h-lg-20px{height:20px!important}.h-lg-20vh{height:20vh!important}.mh-lg-15vh{max-height:15vh!important}.mw-lg-15vw{max-width:15vh!important}.w-lg-15px{width:15px!important}.mnw-lg-15px{min-width:15px!important}.mnh-lg-15vh{min-height:15vh!important}.h-lg-15px{height:15px!important}.h-lg-15vh{height:15vh!important}.mh-lg-10vh{max-height:10vh!important}.mw-lg-10vw{max-width:10vh!important}.w-lg-10px{width:10px!important}.mnw-lg-10px{min-width:10px!important}.mnh-lg-10vh{min-height:10vh!important}.h-lg-10px{height:10px!important}.h-lg-10vh{height:10vh!important}.mh-lg-7vh{max-height:7vh!important}.mw-lg-7vw{max-width:7vh!important}.w-lg-7px{width:7px!important}.mnw-lg-7px{min-width:7px!important}.mnh-lg-7vh{min-height:7vh!important}.h-lg-7px{height:7px!important}.h-lg-7vh{height:7vh!important}.mh-lg-5vh{max-height:5vh!important}.mw-lg-5vw{max-width:5vh!important}.w-lg-5px{width:5px!important}.mnw-lg-5px{min-width:5px!important}.mnh-lg-5vh{min-height:5vh!important}.h-lg-5px{height:5px!important}.h-lg-5vh{height:5vh!important}.mh-lg-0vh{max-height:0!important}.mw-lg-0vw{max-width:0!important}.w-lg-0px{width:0!important}.mnw-lg-0px{min-width:0!important}.mnh-lg-0vh{min-height:0!important}.h-lg-0px,.h-lg-0vh{height:0!important}.bg-lg-primary{background-color:#9333ea}.bg-hover-lg-primary:hover{background-color:#9333ea!important}.text-hover-lg-primary:hover{color:#9333ea!important}.text-lg-primary{color:#9333ea}.border-lg-primary{border-color:#9333ea!important}.bg-lg-secondary{background-color:#a855f7}.bg-hover-lg-secondary:hover{background-color:#a855f7!important}.text-hover-lg-secondary:hover{color:#a855f7!important}.text-lg-secondary{color:#a855f7}.border-lg-secondary{border-color:#a855f7!important}.bg-lg-success{background-color:#16a34a}.bg-hover-lg-success:hover{background-color:#16a34a!important}.text-hover-lg-success:hover{color:#16a34a!important}.text-lg-success{color:#16a34a}.border-lg-success{border-color:#16a34a!important}.bg-lg-info{background-color:#22c55e}.bg-hover-lg-info:hover{background-color:#22c55e!important}.text-hover-lg-info:hover{color:#22c55e!important}.text-lg-info{color:#22c55e}.border-lg-info{border-color:#22c55e!important}.bg-lg-danger-100{background-color:#ef4444}.bg-hover-lg-danger-100:hover{background-color:#ef4444!important}.text-hover-lg-danger-100:hover{color:#ef4444!important}.text-lg-danger-100{color:#ef4444}.border-lg-danger-100{border-color:#ef4444!important}.bg-lg-danger{background-color:#dc2626}.bg-hover-lg-danger:hover{background-color:#dc2626!important}.text-hover-lg-danger:hover{color:#dc2626!important}.text-lg-danger{color:#dc2626}.border-lg-danger{border-color:#dc2626!important}.bg-lg-light{background-color:#f8fafc}.bg-hover-lg-light:hover{background-color:#f8fafc!important}.text-hover-lg-light:hover{color:#f8fafc!important}.text-lg-light{color:#f8fafc}.border-lg-light{border-color:#f8fafc!important}.bg-lg-light-2{background-color:#f1f5f9}.bg-hover-lg-light-2:hover{background-color:#f1f5f9!important}.text-hover-lg-light-2:hover{color:#f1f5f9!important}.text-lg-light-2{color:#f1f5f9}.border-lg-light-2{border-color:#f1f5f9!important}.bg-lg-light-3{background-color:#e4f3fe}.bg-hover-lg-light-3:hover{background-color:#e4f3fe!important}.text-hover-lg-light-3:hover{color:#e4f3fe!important}.text-lg-light-3{color:#e4f3fe}.border-lg-light-3{border-color:#e4f3fe!important}.bg-lg-white{background-color:#fff}.bg-hover-lg-white:hover{background-color:#fff!important}.text-hover-lg-white:hover{color:#fff!important}.text-lg-white{color:#fff}.border-lg-white{border-color:#fff!important}.bg-lg-grey{background-color:#64748b}.bg-hover-lg-grey:hover{background-color:#64748b!important}.text-hover-lg-grey:hover{color:#64748b!important}.text-lg-grey{color:#64748b}.border-lg-grey{border-color:#64748b!important}.bg-lg-light-grey{background-color:#e2e8f0}.bg-hover-lg-light-grey:hover{background-color:#e2e8f0!important}.text-hover-lg-light-grey:hover{color:#e2e8f0!important}.text-lg-light-grey{color:#e2e8f0}.border-lg-light-grey{border-color:#e2e8f0!important}.bg-lg-grey-md{background-color:#94a3b8}.bg-hover-lg-grey-md:hover{background-color:#94a3b8!important}.text-hover-lg-grey-md:hover{color:#94a3b8!important}.text-lg-grey-md{color:#94a3b8}.border-lg-grey-md{border-color:#94a3b8!important}.bg-lg-grey-md-2{background-color:#b9c7db}.bg-hover-lg-grey-md-2:hover{background-color:#b9c7db!important}.text-hover-lg-grey-md-2:hover{color:#b9c7db!important}.text-lg-grey-md-2{color:#b9c7db}.border-lg-grey-md-2{border-color:#b9c7db!important}.bg-lg-dark-grey{background-color:#252729}.bg-hover-lg-dark-grey:hover{background-color:#252729!important}.text-hover-lg-dark-grey:hover{color:#252729!important}.text-lg-dark-grey{color:#252729}.border-lg-dark-grey{border-color:#252729!important}.bg-lg-black{background-color:#000}.bg-hover-lg-black:hover{background-color:#000!important}.text-hover-lg-black:hover{color:#000!important}.text-lg-black{color:#000}.border-lg-black{border-color:#000!important}.bg-lg-oxford-blue{background-color:#1e293b}.bg-hover-lg-oxford-blue:hover{background-color:#1e293b!important}.text-hover-lg-oxford-blue:hover{color:#1e293b!important}.text-lg-oxford-blue{color:#1e293b}.border-lg-oxford-blue{border-color:#1e293b!important}.bg-lg-navy-blue{background-color:#24106c}.bg-hover-lg-navy-blue:hover{background-color:#24106c!important}.text-hover-lg-navy-blue:hover{color:#24106c!important}.text-lg-navy-blue{color:#24106c}.border-lg-navy-blue{border-color:#24106c!important}.bg-lg-transparent{background-color:transparent}.bg-hover-lg-transparent:hover{background-color:transparent!important}.text-hover-lg-transparent:hover{color:transparent!important}.text-lg-transparent{color:transparent}.border-lg-transparent{border-color:transparent!important}.bg-lg-yellow{background-color:#facc15}.bg-hover-lg-yellow:hover{background-color:#facc15!important}.text-hover-lg-yellow:hover{color:#facc15!important}.text-lg-yellow{color:#facc15}.border-lg-yellow{border-color:#facc15!important}.bg-lg-disabled{background-color:#e9ecef}.bg-hover-lg-disabled:hover{background-color:#e9ecef!important}.text-hover-lg-disabled:hover{color:#e9ecef!important}.text-lg-disabled{color:#e9ecef}.border-lg-disabled{border-color:#e9ecef!important}.text-lg-center{text-align:center!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.position-lg-fixed{position:fixed!important}.position-lg-absolute{position:absolute!important}.position-lg-relative{position:relative!important}.position-lg-static{position:static!important}.rounded-bottom-lg-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom-lg-10{border-bottom-left-radius:10px!important;border-bottom-right-radius:10px!important}.rounded-bottom-lg-15{border-bottom-left-radius:15px!important;border-bottom-right-radius:15px!important}.rounded-bottom-lg-20{border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important}.rounded-bottom-lg-30{border-bottom-left-radius:30px!important;border-bottom-right-radius:30px!important}.fs-lg-8{font-size:8px!important}.fs-lg-10{font-size:10px!important}.fs-lg-12{font-size:12px!important}.fs-lg-14{font-size:14px!important}.fs-lg-16{font-size:16px!important}.fs-lg-18{font-size:18px!important}.fs-lg-20{font-size:20px!important}.fs-lg-25{font-size:25px!important}.fs-lg-30{font-size:30px!important}.shadow-lg-none{box-shadow:none!important}.shadow-lg-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg-md{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-lg-bottom{box-shadow:0 .5rem .5rem rgba(0,0,0,.1)!important}.zi-lg-0{z-index:0!important}.zi-lg-1{z-index:1!important}.zi-lg-2,.zi-lg-3{z-index:3!important}.zi-lg-4{z-index:4!important}.zi-lg-5{z-index:5!important}.zi-lg-6{z-index:6!important}.zi-lg-7{z-index:7!important}.zi-lg-8{z-index:8!important}.zi-lg-9{z-index:9!important}.zi-lg-10{z-index:10!important}.zi-lg-99{z-index:99!important}.zi-lg-100{z-index:100!important}.zi-lg-101{z-index:101!important}.zi-lg-9999{z-index:9999!important}.zi-lg-99999{z-index:99999!important}.fw-lg-light{font-weight:300!important}.fw-lg-regular{font-weight:400!important}.fw-lg-semibold{font-weight:600!important}.fw-lg-bold{font-weight:700!important}.rounded-lg-{border-radius:5px!important}.rounded-lg-0{border-radius:0!important}.rounded-lg-1{border-radius:1rem!important}.rounded-lg-5{border-radius:5px!important}.rounded-lg-10{border-radius:10px!important}.rounded-lg-15{border-radius:15px!important}.rounded-lg-20{border-radius:20px!important}.rounded-lg-30{border-radius:30px!important}.rounded-lg-50{border-radius:50px!important}.rounded-lg-circle{border-radius:50%!important}.rounded-lg-pill{border-radius:50rem!important}}@media screen and (min-width:1200px){.w-xl-auto{width:auto!important}.h-xl-auto{height:auto!important}.top-xl-auto{top:auto!important}.bottom-xl-auto{bottom:auto!important}.start-xl-auto{left:auto!important}.end-xl-auto{right:auto!important}.mnw-xl-auto{min-width:auto!important}.mwxl-auto{max-width:auto!important}.mnhxl-auto{min-height:auto!important}.mh-xl-auto{max-height:auto!important}.min-h-xl-auto{min-height:auto!important}.w-xl-100{width:100%!important}.h-xl-100{height:100%!important}.top-xl-100{top:100%!important}.bottom-xl-100{bottom:100%!important}.start-xl-100{left:100%!important}.end-xl-100{right:100%!important}.mnw-xl-100{min-width:100%!important}.mwxl-100{max-width:100%!important}.mnhxl-100{min-height:100%!important}.mh-xl-100{max-height:100%!important}.min-h-xl-100{min-height:100%!important}.w-xl-95{width:95%!important}.h-xl-95{height:95%!important}.top-xl-95{top:95%!important}.bottom-xl-95{bottom:95%!important}.start-xl-95{left:95%!important}.end-xl-95{right:95%!important}.mnw-xl-95{min-width:95%!important}.mwxl-95{max-width:95%!important}.mnhxl-95{min-height:95%!important}.mh-xl-95{max-height:95%!important}.min-h-xl-95{min-height:95%!important}.w-xl-90{width:90%!important}.h-xl-90{height:90%!important}.top-xl-90{top:90%!important}.bottom-xl-90{bottom:90%!important}.start-xl-90{left:90%!important}.end-xl-90{right:90%!important}.mnw-xl-90{min-width:90%!important}.mwxl-90{max-width:90%!important}.mnhxl-90{min-height:90%!important}.mh-xl-90{max-height:90%!important}.min-h-xl-90{min-height:90%!important}.w-xl-85{width:85%!important}.h-xl-85{height:85%!important}.top-xl-85{top:85%!important}.bottom-xl-85{bottom:85%!important}.start-xl-85{left:85%!important}.end-xl-85{right:85%!important}.mnw-xl-85{min-width:85%!important}.mwxl-85{max-width:85%!important}.mnhxl-85{min-height:85%!important}.mh-xl-85{max-height:85%!important}.min-h-xl-85{min-height:85%!important}.w-xl-80{width:80%!important}.h-xl-80{height:80%!important}.top-xl-80{top:80%!important}.bottom-xl-80{bottom:80%!important}.start-xl-80{left:80%!important}.end-xl-80{right:80%!important}.mnw-xl-80{min-width:80%!important}.mwxl-80{max-width:80%!important}.mnhxl-80{min-height:80%!important}.mh-xl-80{max-height:80%!important}.min-h-xl-80{min-height:80%!important}.w-xl-75{width:75%!important}.h-xl-75{height:75%!important}.top-xl-75{top:75%!important}.bottom-xl-75{bottom:75%!important}.start-xl-75{left:75%!important}.end-xl-75{right:75%!important}.mnw-xl-75{min-width:75%!important}.mwxl-75{max-width:75%!important}.mnhxl-75{min-height:75%!important}.mh-xl-75{max-height:75%!important}.min-h-xl-75{min-height:75%!important}.w-xl-70{width:70%!important}.h-xl-70{height:70%!important}.top-xl-70{top:70%!important}.bottom-xl-70{bottom:70%!important}.start-xl-70{left:70%!important}.end-xl-70{right:70%!important}.mnw-xl-70{min-width:70%!important}.mwxl-70{max-width:70%!important}.mnhxl-70{min-height:70%!important}.mh-xl-70{max-height:70%!important}.min-h-xl-70{min-height:70%!important}.w-xl-65{width:65%!important}.h-xl-65{height:65%!important}.top-xl-65{top:65%!important}.bottom-xl-65{bottom:65%!important}.start-xl-65{left:65%!important}.end-xl-65{right:65%!important}.mnw-xl-65{min-width:65%!important}.mwxl-65{max-width:65%!important}.mnhxl-65{min-height:65%!important}.mh-xl-65{max-height:65%!important}.min-h-xl-65{min-height:65%!important}.w-xl-64{width:64%!important}.h-xl-64{height:64%!important}.top-xl-64{top:64%!important}.bottom-xl-64{bottom:64%!important}.start-xl-64{left:64%!important}.end-xl-64{right:64%!important}.mnw-xl-64{min-width:64%!important}.mwxl-64{max-width:64%!important}.mnhxl-64{min-height:64%!important}.mh-xl-64{max-height:64%!important}.min-h-xl-64{min-height:64%!important}.w-xl-60{width:60%!important}.h-xl-60{height:60%!important}.top-xl-60{top:60%!important}.bottom-xl-60{bottom:60%!important}.start-xl-60{left:60%!important}.end-xl-60{right:60%!important}.mnw-xl-60{min-width:60%!important}.mwxl-60{max-width:60%!important}.mnhxl-60{min-height:60%!important}.mh-xl-60{max-height:60%!important}.min-h-xl-60{min-height:60%!important}.w-xl-55{width:55%!important}.h-xl-55{height:55%!important}.top-xl-55{top:55%!important}.bottom-xl-55{bottom:55%!important}.start-xl-55{left:55%!important}.end-xl-55{right:55%!important}.mnw-xl-55{min-width:55%!important}.mwxl-55{max-width:55%!important}.mnhxl-55{min-height:55%!important}.mh-xl-55{max-height:55%!important}.min-h-xl-55{min-height:55%!important}.w-xl-50{width:50%!important}.h-xl-50{height:50%!important}.top-xl-50{top:50%!important}.bottom-xl-50{bottom:50%!important}.start-xl-50{left:50%!important}.end-xl-50{right:50%!important}.mnw-xl-50{min-width:50%!important}.mwxl-50{max-width:50%!important}.mnhxl-50{min-height:50%!important}.mh-xl-50{max-height:50%!important}.min-h-xl-50{min-height:50%!important}.w-xl-52{width:52%!important}.h-xl-52{height:52%!important}.top-xl-52{top:52%!important}.bottom-xl-52{bottom:52%!important}.start-xl-52{left:52%!important}.end-xl-52{right:52%!important}.mnw-xl-52{min-width:52%!important}.mwxl-52{max-width:52%!important}.mnhxl-52{min-height:52%!important}.mh-xl-52{max-height:52%!important}.min-h-xl-52{min-height:52%!important}.w-xl-45{width:45%!important}.h-xl-45{height:45%!important}.top-xl-45{top:45%!important}.bottom-xl-45{bottom:45%!important}.start-xl-45{left:45%!important}.end-xl-45{right:45%!important}.mnw-xl-45{min-width:45%!important}.mwxl-45{max-width:45%!important}.mnhxl-45{min-height:45%!important}.mh-xl-45{max-height:45%!important}.min-h-xl-45{min-height:45%!important}.w-xl-40{width:40%!important}.h-xl-40{height:40%!important}.top-xl-40{top:40%!important}.bottom-xl-40{bottom:40%!important}.start-xl-40{left:40%!important}.end-xl-40{right:40%!important}.mnw-xl-40{min-width:40%!important}.mwxl-40{max-width:40%!important}.mnhxl-40{min-height:40%!important}.mh-xl-40{max-height:40%!important}.min-h-xl-40{min-height:40%!important}.w-xl-35{width:35%!important}.h-xl-35{height:35%!important}.top-xl-35{top:35%!important}.bottom-xl-35{bottom:35%!important}.start-xl-35{left:35%!important}.end-xl-35{right:35%!important}.mnw-xl-35{min-width:35%!important}.mwxl-35{max-width:35%!important}.mnhxl-35{min-height:35%!important}.mh-xl-35{max-height:35%!important}.min-h-xl-35{min-height:35%!important}.w-xl-30{width:30%!important}.h-xl-30{height:30%!important}.top-xl-30{top:30%!important}.bottom-xl-30{bottom:30%!important}.start-xl-30{left:30%!important}.end-xl-30{right:30%!important}.mnw-xl-30{min-width:30%!important}.mwxl-30{max-width:30%!important}.mnhxl-30{min-height:30%!important}.mh-xl-30{max-height:30%!important}.min-h-xl-30{min-height:30%!important}.w-xl-25{width:25%!important}.h-xl-25{height:25%!important}.top-xl-25{top:25%!important}.bottom-xl-25{bottom:25%!important}.start-xl-25{left:25%!important}.end-xl-25{right:25%!important}.mnw-xl-25{min-width:25%!important}.mwxl-25{max-width:25%!important}.mnhxl-25{min-height:25%!important}.mh-xl-25{max-height:25%!important}.min-h-xl-25{min-height:25%!important}.w-xl-20{width:20%!important}.h-xl-20{height:20%!important}.top-xl-20{top:20%!important}.bottom-xl-20{bottom:20%!important}.start-xl-20{left:20%!important}.end-xl-20{right:20%!important}.mnw-xl-20{min-width:20%!important}.mwxl-20{max-width:20%!important}.mnhxl-20{min-height:20%!important}.mh-xl-20{max-height:20%!important}.min-h-xl-20{min-height:20%!important}.w-xl-15{width:15%!important}.h-xl-15{height:15%!important}.top-xl-15{top:15%!important}.bottom-xl-15{bottom:15%!important}.start-xl-15{left:15%!important}.end-xl-15{right:15%!important}.mnw-xl-15{min-width:15%!important}.mwxl-15{max-width:15%!important}.mnhxl-15{min-height:15%!important}.mh-xl-15{max-height:15%!important}.min-h-xl-15{min-height:15%!important}.w-xl-10{width:10%!important}.h-xl-10{height:10%!important}.top-xl-10{top:10%!important}.bottom-xl-10{bottom:10%!important}.start-xl-10{left:10%!important}.end-xl-10{right:10%!important}.mnw-xl-10{min-width:10%!important}.mwxl-10{max-width:10%!important}.mnhxl-10{min-height:10%!important}.mh-xl-10{max-height:10%!important}.min-h-xl-10{min-height:10%!important}.w-xl-7{width:7%!important}.h-xl-7{height:7%!important}.top-xl-7{top:7%!important}.bottom-xl-7{bottom:7%!important}.start-xl-7{left:7%!important}.end-xl-7{right:7%!important}.mnw-xl-7{min-width:7%!important}.mwxl-7{max-width:7%!important}.mnhxl-7{min-height:7%!important}.mh-xl-7{max-height:7%!important}.min-h-xl-7{min-height:7%!important}.w-xl-5{width:5%!important}.h-xl-5{height:5%!important}.top-xl-5{top:5%!important}.bottom-xl-5{bottom:5%!important}.start-xl-5{left:5%!important}.end-xl-5{right:5%!important}.mnw-xl-5{min-width:5%!important}.mwxl-5{max-width:5%!important}.mnhxl-5{min-height:5%!important}.mh-xl-5{max-height:5%!important}.min-h-xl-5{min-height:5%!important}.w-xl-0{width:0!important}.h-xl-0{height:0!important}.top-xl-0{top:0!important}.bottom-xl-0{bottom:0!important}.start-xl-0{left:0!important}.end-xl-0{right:0!important}.mnw-xl-0{min-width:0!important}.mwxl-0{max-width:0!important}.mnhxl-0{min-height:0!important}.mh-xl-0{max-height:0!important}.min-h-xl-0{min-height:0!important}.btn-xl-filter-size{height:40px!important;min-width:40px}.mh-xl-autovh{max-height:autovh!important}.mw-xl-autovw{max-width:autovh!important}.w-xl-autopx{width:autopx!important}.mnw-xl-autopx{min-width:autopx!important}.mnh-xl-autovh{min-height:autovh!important}.h-xl-autopx{height:autopx!important}.h-xl-autovh{height:autovh!important}.mh-xl-300vh{max-height:300vh!important}.mw-xl-300vw{max-width:300vh!important}.w-xl-300px{width:300px!important}.mnw-xl-300px{min-width:300px!important}.mnh-xl-300vh{min-height:300vh!important}.h-xl-300px{height:300px!important}.h-xl-300vh{height:300vh!important}.mh-xl-200vh{max-height:200vh!important}.mw-xl-200vw{max-width:200vh!important}.w-xl-200px{width:200px!important}.mnw-xl-200px{min-width:200px!important}.mnh-xl-200vh{min-height:200vh!important}.h-xl-200px{height:200px!important}.h-xl-200vh{height:200vh!important}.mh-xl-150vh{max-height:150vh!important}.mw-xl-150vw{max-width:150vh!important}.w-xl-150px{width:150px!important}.mnw-xl-150px{min-width:150px!important}.mnh-xl-150vh{min-height:150vh!important}.h-xl-150px{height:150px!important}.h-xl-150vh{height:150vh!important}.mh-xl-100vh{max-height:100vh!important}.mw-xl-100vw{max-width:100vh!important}.w-xl-100px{width:100px!important}.mnw-xl-100px{min-width:100px!important}.mnh-xl-100vh{min-height:100vh!important}.h-xl-100px{height:100px!important}.h-xl-100vh{height:100vh!important}.mh-xl-95vh{max-height:95vh!important}.mw-xl-95vw{max-width:95vh!important}.w-xl-95px{width:95px!important}.mnw-xl-95px{min-width:95px!important}.mnh-xl-95vh{min-height:95vh!important}.h-xl-95px{height:95px!important}.h-xl-95vh{height:95vh!important}.mh-xl-90vh{max-height:90vh!important}.mw-xl-90vw{max-width:90vh!important}.w-xl-90px{width:90px!important}.mnw-xl-90px{min-width:90px!important}.mnh-xl-90vh{min-height:90vh!important}.h-xl-90px{height:90px!important}.h-xl-90vh{height:90vh!important}.mh-xl-85vh{max-height:85vh!important}.mw-xl-85vw{max-width:85vh!important}.w-xl-85px{width:85px!important}.mnw-xl-85px{min-width:85px!important}.mnh-xl-85vh{min-height:85vh!important}.h-xl-85px{height:85px!important}.h-xl-85vh{height:85vh!important}.mh-xl-83vh{max-height:83vh!important}.mw-xl-83vw{max-width:83vh!important}.w-xl-83px{width:83px!important}.mnw-xl-83px{min-width:83px!important}.mnh-xl-83vh{min-height:83vh!important}.h-xl-83px{height:83px!important}.h-xl-83vh{height:83vh!important}.mh-xl-80vh{max-height:80vh!important}.mw-xl-80vw{max-width:80vh!important}.w-xl-80px{width:80px!important}.mnw-xl-80px{min-width:80px!important}.mnh-xl-80vh{min-height:80vh!important}.h-xl-80px{height:80px!important}.h-xl-80vh{height:80vh!important}.mh-xl-75vh{max-height:75vh!important}.mw-xl-75vw{max-width:75vh!important}.w-xl-75px{width:75px!important}.mnw-xl-75px{min-width:75px!important}.mnh-xl-75vh{min-height:75vh!important}.h-xl-75px{height:75px!important}.h-xl-75vh{height:75vh!important}.mh-xl-70vh{max-height:70vh!important}.mw-xl-70vw{max-width:70vh!important}.w-xl-70px{width:70px!important}.mnw-xl-70px{min-width:70px!important}.mnh-xl-70vh{min-height:70vh!important}.h-xl-70px{height:70px!important}.h-xl-70vh{height:70vh!important}.mh-xl-65vh{max-height:65vh!important}.mw-xl-65vw{max-width:65vh!important}.w-xl-65px{width:65px!important}.mnw-xl-65px{min-width:65px!important}.mnh-xl-65vh{min-height:65vh!important}.h-xl-65px{height:65px!important}.h-xl-65vh{height:65vh!important}.mh-xl-60vh{max-height:60vh!important}.mw-xl-60vw{max-width:60vh!important}.w-xl-60px{width:60px!important}.mnw-xl-60px{min-width:60px!important}.mnh-xl-60vh{min-height:60vh!important}.h-xl-60px{height:60px!important}.h-xl-60vh{height:60vh!important}.mh-xl-55vh{max-height:55vh!important}.mw-xl-55vw{max-width:55vh!important}.w-xl-55px{width:55px!important}.mnw-xl-55px{min-width:55px!important}.mnh-xl-55vh{min-height:55vh!important}.h-xl-55px{height:55px!important}.h-xl-55vh{height:55vh!important}.mh-xl-50vh{max-height:50vh!important}.mw-xl-50vw{max-width:50vh!important}.w-xl-50px{width:50px!important}.mnw-xl-50px{min-width:50px!important}.mnh-xl-50vh{min-height:50vh!important}.h-xl-50px{height:50px!important}.h-xl-50vh{height:50vh!important}.mh-xl-45vh{max-height:45vh!important}.mw-xl-45vw{max-width:45vh!important}.w-xl-45px{width:45px!important}.mnw-xl-45px{min-width:45px!important}.mnh-xl-45vh{min-height:45vh!important}.h-xl-45px{height:45px!important}.h-xl-45vh{height:45vh!important}.mh-xl-40vh{max-height:40vh!important}.mw-xl-40vw{max-width:40vh!important}.w-xl-40px{width:40px!important}.mnw-xl-40px{min-width:40px!important}.mnh-xl-40vh{min-height:40vh!important}.h-xl-40px{height:40px!important}.h-xl-40vh{height:40vh!important}.mh-xl-35vh{max-height:35vh!important}.mw-xl-35vw{max-width:35vh!important}.w-xl-35px{width:35px!important}.mnw-xl-35px{min-width:35px!important}.mnh-xl-35vh{min-height:35vh!important}.h-xl-35px{height:35px!important}.h-xl-35vh{height:35vh!important}.mh-xl-30vh{max-height:30vh!important}.mw-xl-30vw{max-width:30vh!important}.w-xl-30px{width:30px!important}.mnw-xl-30px{min-width:30px!important}.mnh-xl-30vh{min-height:30vh!important}.h-xl-30px{height:30px!important}.h-xl-30vh{height:30vh!important}.mh-xl-25vh{max-height:25vh!important}.mw-xl-25vw{max-width:25vh!important}.w-xl-25px{width:25px!important}.mnw-xl-25px{min-width:25px!important}.mnh-xl-25vh{min-height:25vh!important}.h-xl-25px{height:25px!important}.h-xl-25vh{height:25vh!important}.mh-xl-20vh{max-height:20vh!important}.mw-xl-20vw{max-width:20vh!important}.w-xl-20px{width:20px!important}.mnw-xl-20px{min-width:20px!important}.mnh-xl-20vh{min-height:20vh!important}.h-xl-20px{height:20px!important}.h-xl-20vh{height:20vh!important}.mh-xl-15vh{max-height:15vh!important}.mw-xl-15vw{max-width:15vh!important}.w-xl-15px{width:15px!important}.mnw-xl-15px{min-width:15px!important}.mnh-xl-15vh{min-height:15vh!important}.h-xl-15px{height:15px!important}.h-xl-15vh{height:15vh!important}.mh-xl-10vh{max-height:10vh!important}.mw-xl-10vw{max-width:10vh!important}.w-xl-10px{width:10px!important}.mnw-xl-10px{min-width:10px!important}.mnh-xl-10vh{min-height:10vh!important}.h-xl-10px{height:10px!important}.h-xl-10vh{height:10vh!important}.mh-xl-7vh{max-height:7vh!important}.mw-xl-7vw{max-width:7vh!important}.w-xl-7px{width:7px!important}.mnw-xl-7px{min-width:7px!important}.mnh-xl-7vh{min-height:7vh!important}.h-xl-7px{height:7px!important}.h-xl-7vh{height:7vh!important}.mh-xl-5vh{max-height:5vh!important}.mw-xl-5vw{max-width:5vh!important}.w-xl-5px{width:5px!important}.mnw-xl-5px{min-width:5px!important}.mnh-xl-5vh{min-height:5vh!important}.h-xl-5px{height:5px!important}.h-xl-5vh{height:5vh!important}.mh-xl-0vh{max-height:0!important}.mw-xl-0vw{max-width:0!important}.w-xl-0px{width:0!important}.mnw-xl-0px{min-width:0!important}.mnh-xl-0vh{min-height:0!important}.h-xl-0px,.h-xl-0vh{height:0!important}.bg-xl-primary{background-color:#9333ea}.bg-hover-xl-primary:hover{background-color:#9333ea!important}.text-hover-xl-primary:hover{color:#9333ea!important}.text-xl-primary{color:#9333ea}.border-xl-primary{border-color:#9333ea!important}.bg-xl-secondary{background-color:#a855f7}.bg-hover-xl-secondary:hover{background-color:#a855f7!important}.text-hover-xl-secondary:hover{color:#a855f7!important}.text-xl-secondary{color:#a855f7}.border-xl-secondary{border-color:#a855f7!important}.bg-xl-success{background-color:#16a34a}.bg-hover-xl-success:hover{background-color:#16a34a!important}.text-hover-xl-success:hover{color:#16a34a!important}.text-xl-success{color:#16a34a}.border-xl-success{border-color:#16a34a!important}.bg-xl-info{background-color:#22c55e}.bg-hover-xl-info:hover{background-color:#22c55e!important}.text-hover-xl-info:hover{color:#22c55e!important}.text-xl-info{color:#22c55e}.border-xl-info{border-color:#22c55e!important}.bg-xl-danger-100{background-color:#ef4444}.bg-hover-xl-danger-100:hover{background-color:#ef4444!important}.text-hover-xl-danger-100:hover{color:#ef4444!important}.text-xl-danger-100{color:#ef4444}.border-xl-danger-100{border-color:#ef4444!important}.bg-xl-danger{background-color:#dc2626}.bg-hover-xl-danger:hover{background-color:#dc2626!important}.text-hover-xl-danger:hover{color:#dc2626!important}.text-xl-danger{color:#dc2626}.border-xl-danger{border-color:#dc2626!important}.bg-xl-light{background-color:#f8fafc}.bg-hover-xl-light:hover{background-color:#f8fafc!important}.text-hover-xl-light:hover{color:#f8fafc!important}.text-xl-light{color:#f8fafc}.border-xl-light{border-color:#f8fafc!important}.bg-xl-light-2{background-color:#f1f5f9}.bg-hover-xl-light-2:hover{background-color:#f1f5f9!important}.text-hover-xl-light-2:hover{color:#f1f5f9!important}.text-xl-light-2{color:#f1f5f9}.border-xl-light-2{border-color:#f1f5f9!important}.bg-xl-light-3{background-color:#e4f3fe}.bg-hover-xl-light-3:hover{background-color:#e4f3fe!important}.text-hover-xl-light-3:hover{color:#e4f3fe!important}.text-xl-light-3{color:#e4f3fe}.border-xl-light-3{border-color:#e4f3fe!important}.bg-xl-white{background-color:#fff}.bg-hover-xl-white:hover{background-color:#fff!important}.text-hover-xl-white:hover{color:#fff!important}.text-xl-white{color:#fff}.border-xl-white{border-color:#fff!important}.bg-xl-grey{background-color:#64748b}.bg-hover-xl-grey:hover{background-color:#64748b!important}.text-hover-xl-grey:hover{color:#64748b!important}.text-xl-grey{color:#64748b}.border-xl-grey{border-color:#64748b!important}.bg-xl-light-grey{background-color:#e2e8f0}.bg-hover-xl-light-grey:hover{background-color:#e2e8f0!important}.text-hover-xl-light-grey:hover{color:#e2e8f0!important}.text-xl-light-grey{color:#e2e8f0}.border-xl-light-grey{border-color:#e2e8f0!important}.bg-xl-grey-md{background-color:#94a3b8}.bg-hover-xl-grey-md:hover{background-color:#94a3b8!important}.text-hover-xl-grey-md:hover{color:#94a3b8!important}.text-xl-grey-md{color:#94a3b8}.border-xl-grey-md{border-color:#94a3b8!important}.bg-xl-grey-md-2{background-color:#b9c7db}.bg-hover-xl-grey-md-2:hover{background-color:#b9c7db!important}.text-hover-xl-grey-md-2:hover{color:#b9c7db!important}.text-xl-grey-md-2{color:#b9c7db}.border-xl-grey-md-2{border-color:#b9c7db!important}.bg-xl-dark-grey{background-color:#252729}.bg-hover-xl-dark-grey:hover{background-color:#252729!important}.text-hover-xl-dark-grey:hover{color:#252729!important}.text-xl-dark-grey{color:#252729}.border-xl-dark-grey{border-color:#252729!important}.bg-xl-black{background-color:#000}.bg-hover-xl-black:hover{background-color:#000!important}.text-hover-xl-black:hover{color:#000!important}.text-xl-black{color:#000}.border-xl-black{border-color:#000!important}.bg-xl-oxford-blue{background-color:#1e293b}.bg-hover-xl-oxford-blue:hover{background-color:#1e293b!important}.text-hover-xl-oxford-blue:hover{color:#1e293b!important}.text-xl-oxford-blue{color:#1e293b}.border-xl-oxford-blue{border-color:#1e293b!important}.bg-xl-navy-blue{background-color:#24106c}.bg-hover-xl-navy-blue:hover{background-color:#24106c!important}.text-hover-xl-navy-blue:hover{color:#24106c!important}.text-xl-navy-blue{color:#24106c}.border-xl-navy-blue{border-color:#24106c!important}.bg-xl-transparent{background-color:transparent}.bg-hover-xl-transparent:hover{background-color:transparent!important}.text-hover-xl-transparent:hover{color:transparent!important}.text-xl-transparent{color:transparent}.border-xl-transparent{border-color:transparent!important}.bg-xl-yellow{background-color:#facc15}.bg-hover-xl-yellow:hover{background-color:#facc15!important}.text-hover-xl-yellow:hover{color:#facc15!important}.text-xl-yellow{color:#facc15}.border-xl-yellow{border-color:#facc15!important}.bg-xl-disabled{background-color:#e9ecef}.bg-hover-xl-disabled:hover{background-color:#e9ecef!important}.text-hover-xl-disabled:hover{color:#e9ecef!important}.text-xl-disabled{color:#e9ecef}.border-xl-disabled{border-color:#e9ecef!important}.text-xl-center{text-align:center!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.position-xl-fixed{position:fixed!important}.position-xl-absolute{position:absolute!important}.position-xl-relative{position:relative!important}.position-xl-static{position:static!important}.rounded-bottom-xl-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom-xl-10{border-bottom-left-radius:10px!important;border-bottom-right-radius:10px!important}.rounded-bottom-xl-15{border-bottom-left-radius:15px!important;border-bottom-right-radius:15px!important}.rounded-bottom-xl-20{border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important}.rounded-bottom-xl-30{border-bottom-left-radius:30px!important;border-bottom-right-radius:30px!important}.fs-xl-8{font-size:8px!important}.fs-xl-10{font-size:10px!important}.fs-xl-12{font-size:12px!important}.fs-xl-14{font-size:14px!important}.fs-xl-16{font-size:16px!important}.fs-xl-18{font-size:18px!important}.fs-xl-20{font-size:20px!important}.fs-xl-25{font-size:25px!important}.fs-xl-30{font-size:30px!important}.shadow-xl-none{box-shadow:none!important}.shadow-xl-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-xl-md{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-xl-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-xl-bottom{box-shadow:0 .5rem .5rem rgba(0,0,0,.1)!important}.zi-xl-0{z-index:0!important}.zi-xl-1{z-index:1!important}.zi-xl-2,.zi-xl-3{z-index:3!important}.zi-xl-4{z-index:4!important}.zi-xl-5{z-index:5!important}.zi-xl-6{z-index:6!important}.zi-xl-7{z-index:7!important}.zi-xl-8{z-index:8!important}.zi-xl-9{z-index:9!important}.zi-xl-10{z-index:10!important}.zi-xl-99{z-index:99!important}.zi-xl-100{z-index:100!important}.zi-xl-101{z-index:101!important}.zi-xl-9999{z-index:9999!important}.zi-xl-99999{z-index:99999!important}.fw-xl-light{font-weight:300!important}.fw-xl-regular{font-weight:400!important}.fw-xl-semibold{font-weight:600!important}.fw-xl-bold{font-weight:700!important}.rounded-xl-{border-radius:5px!important}.rounded-xl-0{border-radius:0!important}.rounded-xl-1{border-radius:1rem!important}.rounded-xl-5{border-radius:5px!important}.rounded-xl-10{border-radius:10px!important}.rounded-xl-15{border-radius:15px!important}.rounded-xl-20{border-radius:20px!important}.rounded-xl-30{border-radius:30px!important}.rounded-xl-50{border-radius:50px!important}.rounded-xl-circle{border-radius:50%!important}.rounded-xl-pill{border-radius:50rem!important}}@media screen and (min-width:1400px){.w-xxl-auto{width:auto!important}.h-xxl-auto{height:auto!important}.top-xxl-auto{top:auto!important}.bottom-xxl-auto{bottom:auto!important}.start-xxl-auto{left:auto!important}.end-xxl-auto{right:auto!important}.mnw-xxl-auto{min-width:auto!important}.mwxxl-auto{max-width:auto!important}.mnhxxl-auto{min-height:auto!important}.mh-xxl-auto{max-height:auto!important}.min-h-xxl-auto{min-height:auto!important}.w-xxl-100{width:100%!important}.h-xxl-100{height:100%!important}.top-xxl-100{top:100%!important}.bottom-xxl-100{bottom:100%!important}.start-xxl-100{left:100%!important}.end-xxl-100{right:100%!important}.mnw-xxl-100{min-width:100%!important}.mwxxl-100{max-width:100%!important}.mnhxxl-100{min-height:100%!important}.mh-xxl-100{max-height:100%!important}.min-h-xxl-100{min-height:100%!important}.w-xxl-95{width:95%!important}.h-xxl-95{height:95%!important}.top-xxl-95{top:95%!important}.bottom-xxl-95{bottom:95%!important}.start-xxl-95{left:95%!important}.end-xxl-95{right:95%!important}.mnw-xxl-95{min-width:95%!important}.mwxxl-95{max-width:95%!important}.mnhxxl-95{min-height:95%!important}.mh-xxl-95{max-height:95%!important}.min-h-xxl-95{min-height:95%!important}.w-xxl-90{width:90%!important}.h-xxl-90{height:90%!important}.top-xxl-90{top:90%!important}.bottom-xxl-90{bottom:90%!important}.start-xxl-90{left:90%!important}.end-xxl-90{right:90%!important}.mnw-xxl-90{min-width:90%!important}.mwxxl-90{max-width:90%!important}.mnhxxl-90{min-height:90%!important}.mh-xxl-90{max-height:90%!important}.min-h-xxl-90{min-height:90%!important}.w-xxl-85{width:85%!important}.h-xxl-85{height:85%!important}.top-xxl-85{top:85%!important}.bottom-xxl-85{bottom:85%!important}.start-xxl-85{left:85%!important}.end-xxl-85{right:85%!important}.mnw-xxl-85{min-width:85%!important}.mwxxl-85{max-width:85%!important}.mnhxxl-85{min-height:85%!important}.mh-xxl-85{max-height:85%!important}.min-h-xxl-85{min-height:85%!important}.w-xxl-80{width:80%!important}.h-xxl-80{height:80%!important}.top-xxl-80{top:80%!important}.bottom-xxl-80{bottom:80%!important}.start-xxl-80{left:80%!important}.end-xxl-80{right:80%!important}.mnw-xxl-80{min-width:80%!important}.mwxxl-80{max-width:80%!important}.mnhxxl-80{min-height:80%!important}.mh-xxl-80{max-height:80%!important}.min-h-xxl-80{min-height:80%!important}.w-xxl-75{width:75%!important}.h-xxl-75{height:75%!important}.top-xxl-75{top:75%!important}.bottom-xxl-75{bottom:75%!important}.start-xxl-75{left:75%!important}.end-xxl-75{right:75%!important}.mnw-xxl-75{min-width:75%!important}.mwxxl-75{max-width:75%!important}.mnhxxl-75{min-height:75%!important}.mh-xxl-75{max-height:75%!important}.min-h-xxl-75{min-height:75%!important}.w-xxl-70{width:70%!important}.h-xxl-70{height:70%!important}.top-xxl-70{top:70%!important}.bottom-xxl-70{bottom:70%!important}.start-xxl-70{left:70%!important}.end-xxl-70{right:70%!important}.mnw-xxl-70{min-width:70%!important}.mwxxl-70{max-width:70%!important}.mnhxxl-70{min-height:70%!important}.mh-xxl-70{max-height:70%!important}.min-h-xxl-70{min-height:70%!important}.w-xxl-65{width:65%!important}.h-xxl-65{height:65%!important}.top-xxl-65{top:65%!important}.bottom-xxl-65{bottom:65%!important}.start-xxl-65{left:65%!important}.end-xxl-65{right:65%!important}.mnw-xxl-65{min-width:65%!important}.mwxxl-65{max-width:65%!important}.mnhxxl-65{min-height:65%!important}.mh-xxl-65{max-height:65%!important}.min-h-xxl-65{min-height:65%!important}.w-xxl-64{width:64%!important}.h-xxl-64{height:64%!important}.top-xxl-64{top:64%!important}.bottom-xxl-64{bottom:64%!important}.start-xxl-64{left:64%!important}.end-xxl-64{right:64%!important}.mnw-xxl-64{min-width:64%!important}.mwxxl-64{max-width:64%!important}.mnhxxl-64{min-height:64%!important}.mh-xxl-64{max-height:64%!important}.min-h-xxl-64{min-height:64%!important}.w-xxl-60{width:60%!important}.h-xxl-60{height:60%!important}.top-xxl-60{top:60%!important}.bottom-xxl-60{bottom:60%!important}.start-xxl-60{left:60%!important}.end-xxl-60{right:60%!important}.mnw-xxl-60{min-width:60%!important}.mwxxl-60{max-width:60%!important}.mnhxxl-60{min-height:60%!important}.mh-xxl-60{max-height:60%!important}.min-h-xxl-60{min-height:60%!important}.w-xxl-55{width:55%!important}.h-xxl-55{height:55%!important}.top-xxl-55{top:55%!important}.bottom-xxl-55{bottom:55%!important}.start-xxl-55{left:55%!important}.end-xxl-55{right:55%!important}.mnw-xxl-55{min-width:55%!important}.mwxxl-55{max-width:55%!important}.mnhxxl-55{min-height:55%!important}.mh-xxl-55{max-height:55%!important}.min-h-xxl-55{min-height:55%!important}.w-xxl-50{width:50%!important}.h-xxl-50{height:50%!important}.top-xxl-50{top:50%!important}.bottom-xxl-50{bottom:50%!important}.start-xxl-50{left:50%!important}.end-xxl-50{right:50%!important}.mnw-xxl-50{min-width:50%!important}.mwxxl-50{max-width:50%!important}.mnhxxl-50{min-height:50%!important}.mh-xxl-50{max-height:50%!important}.min-h-xxl-50{min-height:50%!important}.w-xxl-52{width:52%!important}.h-xxl-52{height:52%!important}.top-xxl-52{top:52%!important}.bottom-xxl-52{bottom:52%!important}.start-xxl-52{left:52%!important}.end-xxl-52{right:52%!important}.mnw-xxl-52{min-width:52%!important}.mwxxl-52{max-width:52%!important}.mnhxxl-52{min-height:52%!important}.mh-xxl-52{max-height:52%!important}.min-h-xxl-52{min-height:52%!important}.w-xxl-45{width:45%!important}.h-xxl-45{height:45%!important}.top-xxl-45{top:45%!important}.bottom-xxl-45{bottom:45%!important}.start-xxl-45{left:45%!important}.end-xxl-45{right:45%!important}.mnw-xxl-45{min-width:45%!important}.mwxxl-45{max-width:45%!important}.mnhxxl-45{min-height:45%!important}.mh-xxl-45{max-height:45%!important}.min-h-xxl-45{min-height:45%!important}.w-xxl-40{width:40%!important}.h-xxl-40{height:40%!important}.top-xxl-40{top:40%!important}.bottom-xxl-40{bottom:40%!important}.start-xxl-40{left:40%!important}.end-xxl-40{right:40%!important}.mnw-xxl-40{min-width:40%!important}.mwxxl-40{max-width:40%!important}.mnhxxl-40{min-height:40%!important}.mh-xxl-40{max-height:40%!important}.min-h-xxl-40{min-height:40%!important}.w-xxl-35{width:35%!important}.h-xxl-35{height:35%!important}.top-xxl-35{top:35%!important}.bottom-xxl-35{bottom:35%!important}.start-xxl-35{left:35%!important}.end-xxl-35{right:35%!important}.mnw-xxl-35{min-width:35%!important}.mwxxl-35{max-width:35%!important}.mnhxxl-35{min-height:35%!important}.mh-xxl-35{max-height:35%!important}.min-h-xxl-35{min-height:35%!important}.w-xxl-30{width:30%!important}.h-xxl-30{height:30%!important}.top-xxl-30{top:30%!important}.bottom-xxl-30{bottom:30%!important}.start-xxl-30{left:30%!important}.end-xxl-30{right:30%!important}.mnw-xxl-30{min-width:30%!important}.mwxxl-30{max-width:30%!important}.mnhxxl-30{min-height:30%!important}.mh-xxl-30{max-height:30%!important}.min-h-xxl-30{min-height:30%!important}.w-xxl-25{width:25%!important}.h-xxl-25{height:25%!important}.top-xxl-25{top:25%!important}.bottom-xxl-25{bottom:25%!important}.start-xxl-25{left:25%!important}.end-xxl-25{right:25%!important}.mnw-xxl-25{min-width:25%!important}.mwxxl-25{max-width:25%!important}.mnhxxl-25{min-height:25%!important}.mh-xxl-25{max-height:25%!important}.min-h-xxl-25{min-height:25%!important}.w-xxl-20{width:20%!important}.h-xxl-20{height:20%!important}.top-xxl-20{top:20%!important}.bottom-xxl-20{bottom:20%!important}.start-xxl-20{left:20%!important}.end-xxl-20{right:20%!important}.mnw-xxl-20{min-width:20%!important}.mwxxl-20{max-width:20%!important}.mnhxxl-20{min-height:20%!important}.mh-xxl-20{max-height:20%!important}.min-h-xxl-20{min-height:20%!important}.w-xxl-15{width:15%!important}.h-xxl-15{height:15%!important}.top-xxl-15{top:15%!important}.bottom-xxl-15{bottom:15%!important}.start-xxl-15{left:15%!important}.end-xxl-15{right:15%!important}.mnw-xxl-15{min-width:15%!important}.mwxxl-15{max-width:15%!important}.mnhxxl-15{min-height:15%!important}.mh-xxl-15{max-height:15%!important}.min-h-xxl-15{min-height:15%!important}.w-xxl-10{width:10%!important}.h-xxl-10{height:10%!important}.top-xxl-10{top:10%!important}.bottom-xxl-10{bottom:10%!important}.start-xxl-10{left:10%!important}.end-xxl-10{right:10%!important}.mnw-xxl-10{min-width:10%!important}.mwxxl-10{max-width:10%!important}.mnhxxl-10{min-height:10%!important}.mh-xxl-10{max-height:10%!important}.min-h-xxl-10{min-height:10%!important}.w-xxl-7{width:7%!important}.h-xxl-7{height:7%!important}.top-xxl-7{top:7%!important}.bottom-xxl-7{bottom:7%!important}.start-xxl-7{left:7%!important}.end-xxl-7{right:7%!important}.mnw-xxl-7{min-width:7%!important}.mwxxl-7{max-width:7%!important}.mnhxxl-7{min-height:7%!important}.mh-xxl-7{max-height:7%!important}.min-h-xxl-7{min-height:7%!important}.w-xxl-5{width:5%!important}.h-xxl-5{height:5%!important}.top-xxl-5{top:5%!important}.bottom-xxl-5{bottom:5%!important}.start-xxl-5{left:5%!important}.end-xxl-5{right:5%!important}.mnw-xxl-5{min-width:5%!important}.mwxxl-5{max-width:5%!important}.mnhxxl-5{min-height:5%!important}.mh-xxl-5{max-height:5%!important}.min-h-xxl-5{min-height:5%!important}.w-xxl-0{width:0!important}.h-xxl-0{height:0!important}.top-xxl-0{top:0!important}.bottom-xxl-0{bottom:0!important}.start-xxl-0{left:0!important}.end-xxl-0{right:0!important}.mnw-xxl-0{min-width:0!important}.mwxxl-0{max-width:0!important}.mnhxxl-0{min-height:0!important}.mh-xxl-0{max-height:0!important}.min-h-xxl-0{min-height:0!important}.btn-xxl-filter-size{height:40px!important;min-width:40px}.mh-xxl-autovh{max-height:autovh!important}.mw-xxl-autovw{max-width:autovh!important}.w-xxl-autopx{width:autopx!important}.mnw-xxl-autopx{min-width:autopx!important}.mnh-xxl-autovh{min-height:autovh!important}.h-xxl-autopx{height:autopx!important}.h-xxl-autovh{height:autovh!important}.mh-xxl-300vh{max-height:300vh!important}.mw-xxl-300vw{max-width:300vh!important}.w-xxl-300px{width:300px!important}.mnw-xxl-300px{min-width:300px!important}.mnh-xxl-300vh{min-height:300vh!important}.h-xxl-300px{height:300px!important}.h-xxl-300vh{height:300vh!important}.mh-xxl-200vh{max-height:200vh!important}.mw-xxl-200vw{max-width:200vh!important}.w-xxl-200px{width:200px!important}.mnw-xxl-200px{min-width:200px!important}.mnh-xxl-200vh{min-height:200vh!important}.h-xxl-200px{height:200px!important}.h-xxl-200vh{height:200vh!important}.mh-xxl-150vh{max-height:150vh!important}.mw-xxl-150vw{max-width:150vh!important}.w-xxl-150px{width:150px!important}.mnw-xxl-150px{min-width:150px!important}.mnh-xxl-150vh{min-height:150vh!important}.h-xxl-150px{height:150px!important}.h-xxl-150vh{height:150vh!important}.mh-xxl-100vh{max-height:100vh!important}.mw-xxl-100vw{max-width:100vh!important}.w-xxl-100px{width:100px!important}.mnw-xxl-100px{min-width:100px!important}.mnh-xxl-100vh{min-height:100vh!important}.h-xxl-100px{height:100px!important}.h-xxl-100vh{height:100vh!important}.mh-xxl-95vh{max-height:95vh!important}.mw-xxl-95vw{max-width:95vh!important}.w-xxl-95px{width:95px!important}.mnw-xxl-95px{min-width:95px!important}.mnh-xxl-95vh{min-height:95vh!important}.h-xxl-95px{height:95px!important}.h-xxl-95vh{height:95vh!important}.mh-xxl-90vh{max-height:90vh!important}.mw-xxl-90vw{max-width:90vh!important}.w-xxl-90px{width:90px!important}.mnw-xxl-90px{min-width:90px!important}.mnh-xxl-90vh{min-height:90vh!important}.h-xxl-90px{height:90px!important}.h-xxl-90vh{height:90vh!important}.mh-xxl-85vh{max-height:85vh!important}.mw-xxl-85vw{max-width:85vh!important}.w-xxl-85px{width:85px!important}.mnw-xxl-85px{min-width:85px!important}.mnh-xxl-85vh{min-height:85vh!important}.h-xxl-85px{height:85px!important}.h-xxl-85vh{height:85vh!important}.mh-xxl-83vh{max-height:83vh!important}.mw-xxl-83vw{max-width:83vh!important}.w-xxl-83px{width:83px!important}.mnw-xxl-83px{min-width:83px!important}.mnh-xxl-83vh{min-height:83vh!important}.h-xxl-83px{height:83px!important}.h-xxl-83vh{height:83vh!important}.mh-xxl-80vh{max-height:80vh!important}.mw-xxl-80vw{max-width:80vh!important}.w-xxl-80px{width:80px!important}.mnw-xxl-80px{min-width:80px!important}.mnh-xxl-80vh{min-height:80vh!important}.h-xxl-80px{height:80px!important}.h-xxl-80vh{height:80vh!important}.mh-xxl-75vh{max-height:75vh!important}.mw-xxl-75vw{max-width:75vh!important}.w-xxl-75px{width:75px!important}.mnw-xxl-75px{min-width:75px!important}.mnh-xxl-75vh{min-height:75vh!important}.h-xxl-75px{height:75px!important}.h-xxl-75vh{height:75vh!important}.mh-xxl-70vh{max-height:70vh!important}.mw-xxl-70vw{max-width:70vh!important}.w-xxl-70px{width:70px!important}.mnw-xxl-70px{min-width:70px!important}.mnh-xxl-70vh{min-height:70vh!important}.h-xxl-70px{height:70px!important}.h-xxl-70vh{height:70vh!important}.mh-xxl-65vh{max-height:65vh!important}.mw-xxl-65vw{max-width:65vh!important}.w-xxl-65px{width:65px!important}.mnw-xxl-65px{min-width:65px!important}.mnh-xxl-65vh{min-height:65vh!important}.h-xxl-65px{height:65px!important}.h-xxl-65vh{height:65vh!important}.mh-xxl-60vh{max-height:60vh!important}.mw-xxl-60vw{max-width:60vh!important}.w-xxl-60px{width:60px!important}.mnw-xxl-60px{min-width:60px!important}.mnh-xxl-60vh{min-height:60vh!important}.h-xxl-60px{height:60px!important}.h-xxl-60vh{height:60vh!important}.mh-xxl-55vh{max-height:55vh!important}.mw-xxl-55vw{max-width:55vh!important}.w-xxl-55px{width:55px!important}.mnw-xxl-55px{min-width:55px!important}.mnh-xxl-55vh{min-height:55vh!important}.h-xxl-55px{height:55px!important}.h-xxl-55vh{height:55vh!important}.mh-xxl-50vh{max-height:50vh!important}.mw-xxl-50vw{max-width:50vh!important}.w-xxl-50px{width:50px!important}.mnw-xxl-50px{min-width:50px!important}.mnh-xxl-50vh{min-height:50vh!important}.h-xxl-50px{height:50px!important}.h-xxl-50vh{height:50vh!important}.mh-xxl-45vh{max-height:45vh!important}.mw-xxl-45vw{max-width:45vh!important}.w-xxl-45px{width:45px!important}.mnw-xxl-45px{min-width:45px!important}.mnh-xxl-45vh{min-height:45vh!important}.h-xxl-45px{height:45px!important}.h-xxl-45vh{height:45vh!important}.mh-xxl-40vh{max-height:40vh!important}.mw-xxl-40vw{max-width:40vh!important}.w-xxl-40px{width:40px!important}.mnw-xxl-40px{min-width:40px!important}.mnh-xxl-40vh{min-height:40vh!important}.h-xxl-40px{height:40px!important}.h-xxl-40vh{height:40vh!important}.mh-xxl-35vh{max-height:35vh!important}.mw-xxl-35vw{max-width:35vh!important}.w-xxl-35px{width:35px!important}.mnw-xxl-35px{min-width:35px!important}.mnh-xxl-35vh{min-height:35vh!important}.h-xxl-35px{height:35px!important}.h-xxl-35vh{height:35vh!important}.mh-xxl-30vh{max-height:30vh!important}.mw-xxl-30vw{max-width:30vh!important}.w-xxl-30px{width:30px!important}.mnw-xxl-30px{min-width:30px!important}.mnh-xxl-30vh{min-height:30vh!important}.h-xxl-30px{height:30px!important}.h-xxl-30vh{height:30vh!important}.mh-xxl-25vh{max-height:25vh!important}.mw-xxl-25vw{max-width:25vh!important}.w-xxl-25px{width:25px!important}.mnw-xxl-25px{min-width:25px!important}.mnh-xxl-25vh{min-height:25vh!important}.h-xxl-25px{height:25px!important}.h-xxl-25vh{height:25vh!important}.mh-xxl-20vh{max-height:20vh!important}.mw-xxl-20vw{max-width:20vh!important}.w-xxl-20px{width:20px!important}.mnw-xxl-20px{min-width:20px!important}.mnh-xxl-20vh{min-height:20vh!important}.h-xxl-20px{height:20px!important}.h-xxl-20vh{height:20vh!important}.mh-xxl-15vh{max-height:15vh!important}.mw-xxl-15vw{max-width:15vh!important}.w-xxl-15px{width:15px!important}.mnw-xxl-15px{min-width:15px!important}.mnh-xxl-15vh{min-height:15vh!important}.h-xxl-15px{height:15px!important}.h-xxl-15vh{height:15vh!important}.mh-xxl-10vh{max-height:10vh!important}.mw-xxl-10vw{max-width:10vh!important}.w-xxl-10px{width:10px!important}.mnw-xxl-10px{min-width:10px!important}.mnh-xxl-10vh{min-height:10vh!important}.h-xxl-10px{height:10px!important}.h-xxl-10vh{height:10vh!important}.mh-xxl-7vh{max-height:7vh!important}.mw-xxl-7vw{max-width:7vh!important}.w-xxl-7px{width:7px!important}.mnw-xxl-7px{min-width:7px!important}.mnh-xxl-7vh{min-height:7vh!important}.h-xxl-7px{height:7px!important}.h-xxl-7vh{height:7vh!important}.mh-xxl-5vh{max-height:5vh!important}.mw-xxl-5vw{max-width:5vh!important}.w-xxl-5px{width:5px!important}.mnw-xxl-5px{min-width:5px!important}.mnh-xxl-5vh{min-height:5vh!important}.h-xxl-5px{height:5px!important}.h-xxl-5vh{height:5vh!important}.mh-xxl-0vh{max-height:0!important}.mw-xxl-0vw{max-width:0!important}.w-xxl-0px{width:0!important}.mnw-xxl-0px{min-width:0!important}.mnh-xxl-0vh{min-height:0!important}.h-xxl-0px,.h-xxl-0vh{height:0!important}.bg-xxl-primary{background-color:#9333ea}.bg-hover-xxl-primary:hover{background-color:#9333ea!important}.text-hover-xxl-primary:hover{color:#9333ea!important}.text-xxl-primary{color:#9333ea}.border-xxl-primary{border-color:#9333ea!important}.bg-xxl-secondary{background-color:#a855f7}.bg-hover-xxl-secondary:hover{background-color:#a855f7!important}.text-hover-xxl-secondary:hover{color:#a855f7!important}.text-xxl-secondary{color:#a855f7}.border-xxl-secondary{border-color:#a855f7!important}.bg-xxl-success{background-color:#16a34a}.bg-hover-xxl-success:hover{background-color:#16a34a!important}.text-hover-xxl-success:hover{color:#16a34a!important}.text-xxl-success{color:#16a34a}.border-xxl-success{border-color:#16a34a!important}.bg-xxl-info{background-color:#22c55e}.bg-hover-xxl-info:hover{background-color:#22c55e!important}.text-hover-xxl-info:hover{color:#22c55e!important}.text-xxl-info{color:#22c55e}.border-xxl-info{border-color:#22c55e!important}.bg-xxl-danger-100{background-color:#ef4444}.bg-hover-xxl-danger-100:hover{background-color:#ef4444!important}.text-hover-xxl-danger-100:hover{color:#ef4444!important}.text-xxl-danger-100{color:#ef4444}.border-xxl-danger-100{border-color:#ef4444!important}.bg-xxl-danger{background-color:#dc2626}.bg-hover-xxl-danger:hover{background-color:#dc2626!important}.text-hover-xxl-danger:hover{color:#dc2626!important}.text-xxl-danger{color:#dc2626}.border-xxl-danger{border-color:#dc2626!important}.bg-xxl-light{background-color:#f8fafc}.bg-hover-xxl-light:hover{background-color:#f8fafc!important}.text-hover-xxl-light:hover{color:#f8fafc!important}.text-xxl-light{color:#f8fafc}.border-xxl-light{border-color:#f8fafc!important}.bg-xxl-light-2{background-color:#f1f5f9}.bg-hover-xxl-light-2:hover{background-color:#f1f5f9!important}.text-hover-xxl-light-2:hover{color:#f1f5f9!important}.text-xxl-light-2{color:#f1f5f9}.border-xxl-light-2{border-color:#f1f5f9!important}.bg-xxl-light-3{background-color:#e4f3fe}.bg-hover-xxl-light-3:hover{background-color:#e4f3fe!important}.text-hover-xxl-light-3:hover{color:#e4f3fe!important}.text-xxl-light-3{color:#e4f3fe}.border-xxl-light-3{border-color:#e4f3fe!important}.bg-xxl-white{background-color:#fff}.bg-hover-xxl-white:hover{background-color:#fff!important}.text-hover-xxl-white:hover{color:#fff!important}.text-xxl-white{color:#fff}.border-xxl-white{border-color:#fff!important}.bg-xxl-grey{background-color:#64748b}.bg-hover-xxl-grey:hover{background-color:#64748b!important}.text-hover-xxl-grey:hover{color:#64748b!important}.text-xxl-grey{color:#64748b}.border-xxl-grey{border-color:#64748b!important}.bg-xxl-light-grey{background-color:#e2e8f0}.bg-hover-xxl-light-grey:hover{background-color:#e2e8f0!important}.text-hover-xxl-light-grey:hover{color:#e2e8f0!important}.text-xxl-light-grey{color:#e2e8f0}.border-xxl-light-grey{border-color:#e2e8f0!important}.bg-xxl-grey-md{background-color:#94a3b8}.bg-hover-xxl-grey-md:hover{background-color:#94a3b8!important}.text-hover-xxl-grey-md:hover{color:#94a3b8!important}.text-xxl-grey-md{color:#94a3b8}.border-xxl-grey-md{border-color:#94a3b8!important}.bg-xxl-grey-md-2{background-color:#b9c7db}.bg-hover-xxl-grey-md-2:hover{background-color:#b9c7db!important}.text-hover-xxl-grey-md-2:hover{color:#b9c7db!important}.text-xxl-grey-md-2{color:#b9c7db}.border-xxl-grey-md-2{border-color:#b9c7db!important}.bg-xxl-dark-grey{background-color:#252729}.bg-hover-xxl-dark-grey:hover{background-color:#252729!important}.text-hover-xxl-dark-grey:hover{color:#252729!important}.text-xxl-dark-grey{color:#252729}.border-xxl-dark-grey{border-color:#252729!important}.bg-xxl-black{background-color:#000}.bg-hover-xxl-black:hover{background-color:#000!important}.text-hover-xxl-black:hover{color:#000!important}.text-xxl-black{color:#000}.border-xxl-black{border-color:#000!important}.bg-xxl-oxford-blue{background-color:#1e293b}.bg-hover-xxl-oxford-blue:hover{background-color:#1e293b!important}.text-hover-xxl-oxford-blue:hover{color:#1e293b!important}.text-xxl-oxford-blue{color:#1e293b}.border-xxl-oxford-blue{border-color:#1e293b!important}.bg-xxl-navy-blue{background-color:#24106c}.bg-hover-xxl-navy-blue:hover{background-color:#24106c!important}.text-hover-xxl-navy-blue:hover{color:#24106c!important}.text-xxl-navy-blue{color:#24106c}.border-xxl-navy-blue{border-color:#24106c!important}.bg-xxl-transparent{background-color:transparent}.bg-hover-xxl-transparent:hover{background-color:transparent!important}.text-hover-xxl-transparent:hover{color:transparent!important}.text-xxl-transparent{color:transparent}.border-xxl-transparent{border-color:transparent!important}.bg-xxl-yellow{background-color:#facc15}.bg-hover-xxl-yellow:hover{background-color:#facc15!important}.text-hover-xxl-yellow:hover{color:#facc15!important}.text-xxl-yellow{color:#facc15}.border-xxl-yellow{border-color:#facc15!important}.bg-xxl-disabled{background-color:#e9ecef}.bg-hover-xxl-disabled:hover{background-color:#e9ecef!important}.text-hover-xxl-disabled:hover{color:#e9ecef!important}.text-xxl-disabled{color:#e9ecef}.border-xxl-disabled{border-color:#e9ecef!important}.text-xxl-center{text-align:center!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.position-xxl-fixed{position:fixed!important}.position-xxl-absolute{position:absolute!important}.position-xxl-relative{position:relative!important}.position-xxl-static{position:static!important}.rounded-bottom-xxl-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom-xxl-10{border-bottom-left-radius:10px!important;border-bottom-right-radius:10px!important}.rounded-bottom-xxl-15{border-bottom-left-radius:15px!important;border-bottom-right-radius:15px!important}.rounded-bottom-xxl-20{border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important}.rounded-bottom-xxl-30{border-bottom-left-radius:30px!important;border-bottom-right-radius:30px!important}.fs-xxl-8{font-size:8px!important}.fs-xxl-10{font-size:10px!important}.fs-xxl-12{font-size:12px!important}.fs-xxl-14{font-size:14px!important}.fs-xxl-16{font-size:16px!important}.fs-xxl-18{font-size:18px!important}.fs-xxl-20{font-size:20px!important}.fs-xxl-25{font-size:25px!important}.fs-xxl-30{font-size:30px!important}.shadow-xxl-none{box-shadow:none!important}.shadow-xxl-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-xxl-md{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-xxl-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-xxl-bottom{box-shadow:0 .5rem .5rem rgba(0,0,0,.1)!important}.zi-xxl-0{z-index:0!important}.zi-xxl-1{z-index:1!important}.zi-xxl-2,.zi-xxl-3{z-index:3!important}.zi-xxl-4{z-index:4!important}.zi-xxl-5{z-index:5!important}.zi-xxl-6{z-index:6!important}.zi-xxl-7{z-index:7!important}.zi-xxl-8{z-index:8!important}.zi-xxl-9{z-index:9!important}.zi-xxl-10{z-index:10!important}.zi-xxl-99{z-index:99!important}.zi-xxl-100{z-index:100!important}.zi-xxl-101{z-index:101!important}.zi-xxl-9999{z-index:9999!important}.zi-xxl-99999{z-index:99999!important}.fw-xxl-light{font-weight:300!important}.fw-xxl-regular{font-weight:400!important}.fw-xxl-semibold{font-weight:600!important}.fw-xxl-bold{font-weight:700!important}.rounded-xxl-{border-radius:5px!important}.rounded-xxl-0{border-radius:0!important}.rounded-xxl-1{border-radius:1rem!important}.rounded-xxl-5{border-radius:5px!important}.rounded-xxl-10{border-radius:10px!important}.rounded-xxl-15{border-radius:15px!important}.rounded-xxl-20{border-radius:20px!important}.rounded-xxl-30{border-radius:30px!important}.rounded-xxl-50{border-radius:50px!important}.rounded-xxl-circle{border-radius:50%!important}.rounded-xxl-pill{border-radius:50rem!important}}/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#9333ea;--bs-secondary:#a855f7;--bs-success:#16a34a;--bs-info:#22c55e;--bs-danger-100:#ef4444;--bs-danger:#dc2626;--bs-light:#f8fafc;--bs-light-2:#f1f5f9;--bs-light-3:#e4f3fe;--bs-white:#fff;--bs-grey:#64748b;--bs-light-grey:#e2e8f0;--bs-grey-md:#94a3b8;--bs-grey-md-2:#b9c7db;--bs-dark-grey:#252729;--bs-black:#000;--bs-oxford-blue:#1e293b;--bs-navy-blue:#24106c;--bs-transparent:transparent;--bs-yellow:#facc15;--bs-disabled:#e9ecef;--bs-primary-rgb:147,51,234;--bs-secondary-rgb:168,85,247;--bs-success-rgb:22,163,74;--bs-info-rgb:34,197,94;--bs-danger-100-rgb:239,68,68;--bs-danger-rgb:220,38,38;--bs-light-rgb:248,250,252;--bs-light-2-rgb:241,245,249;--bs-light-3-rgb:228,243,254;--bs-grey-rgb:100,116,139;--bs-light-grey-rgb:226,232,240;--bs-grey-md-rgb:148,163,184;--bs-grey-md-2-rgb:185,199,219;--bs-dark-grey-rgb:37,39,41;--bs-oxford-blue-rgb:30,41,59;--bs-navy-blue-rgb:36,16,108;--bs-transparent-rgb:0,0,0;--bs-yellow-rgb:250,204,21;--bs-disabled-rgb:233,236,239;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,:after,:before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;background-color:var(--bs-body-bg);color:#212529;color:var(--bs-body-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-family:var(--bs-body-font-family);font-size:1rem;font-size:var(--bs-body-font-size);font-weight:400;font-weight:var(--bs-body-font-weight);line-height:1.5;line-height:var(--bs-body-line-height);text-align:var(--bs-body-text-align)}hr{background-color:currentColor;border:0;color:inherit;margin:1rem 0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media(min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-bottom:1rem;margin-top:0}abbr[data-bs-original-title],abbr[title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{background-color:#fcf8e3;padding:.2em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{direction:ltr;font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-family:var(--bs-font-monospace);font-size:1em;unicode-bidi:bidi-override}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{word-wrap:break-word;color:#d63384;font-size:.875em}a>code{color:inherit}kbd{background-color:#212529;border-radius:.2rem;color:#fff;font-size:.875em;padding:.2rem .4rem}kbd kbd{font-size:1em;font-weight:700;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:#6c757d;padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:initial}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{color:#6c757d;font-size:.875em;margin-bottom:1rem;margin-top:-1rem}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#6c757d;font-size:.875em}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{margin-left:auto;margin-right:auto;padding-left:.75rem;padding-left:var(--bs-gutter-x,.75rem);padding-right:.75rem;padding-right:var(--bs-gutter-x,.75rem);width:100%}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-left:calc(var(--bs-gutter-x)*-.5);margin-right:calc(var(--bs-gutter-x)*-.5);margin-top:calc(var(--bs-gutter-y)*-1)}.row>*{flex-shrink:0;margin-top:var(--bs-gutter-y);max-width:100%;padding-left:calc(var(--bs-gutter-x)*.5);padding-right:calc(var(--bs-gutter-x)*.5);width:100%}.col{flex:1 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-0-5,.gx-0-5{--bs-gutter-x:0.125rem}.g-0-5,.gy-0-5{--bs-gutter-y:0.125rem}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-1-5,.gx-1-5{--bs-gutter-x:0.375rem}.g-1-5,.gy-1-5{--bs-gutter-y:0.375rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-2-5,.gx-2-5{--bs-gutter-x:0.75rem}.g-2-5,.gy-2-5{--bs-gutter-y:0.75rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-3-5,.gx-3-5{--bs-gutter-x:1.25rem}.g-3-5,.gy-3-5{--bs-gutter-y:1.25rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-4-5,.gx-4-5{--bs-gutter-x:1.875rem}.g-4-5,.gy-4-5{--bs-gutter-y:1.875rem}.g-4-6,.gx-4-6{--bs-gutter-x:2rem}.g-4-6,.gy-4-6{--bs-gutter-y:2rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}.g-6,.gx-6{--bs-gutter-x:4rem}.g-6,.gy-6{--bs-gutter-y:4rem}.g-8,.gx-8{--bs-gutter-x:6rem}.g-8,.gy-8{--bs-gutter-y:6rem}.g-9,.gx-9{--bs-gutter-x:7rem}.g-9,.gy-9{--bs-gutter-y:7rem}.g-10,.gx-10{--bs-gutter-x:8rem}.g-10,.gy-10{--bs-gutter-y:8rem}.g-11,.gx-11{--bs-gutter-x:9rem}.g-11,.gy-11{--bs-gutter-y:9rem}.g-12,.gx-12{--bs-gutter-x:10rem}.g-12,.gy-12{--bs-gutter-y:10rem}.g-13,.gx-13{--bs-gutter-x:11rem}.g-13,.gy-13{--bs-gutter-y:11rem}@media(min-width:576px){.col-sm{flex:1 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-0-5,.gx-sm-0-5{--bs-gutter-x:0.125rem}.g-sm-0-5,.gy-sm-0-5{--bs-gutter-y:0.125rem}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-1-5,.gx-sm-1-5{--bs-gutter-x:0.375rem}.g-sm-1-5,.gy-sm-1-5{--bs-gutter-y:0.375rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-2-5,.gx-sm-2-5{--bs-gutter-x:0.75rem}.g-sm-2-5,.gy-sm-2-5{--bs-gutter-y:0.75rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-3-5,.gx-sm-3-5{--bs-gutter-x:1.25rem}.g-sm-3-5,.gy-sm-3-5{--bs-gutter-y:1.25rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-4-5,.gx-sm-4-5{--bs-gutter-x:1.875rem}.g-sm-4-5,.gy-sm-4-5{--bs-gutter-y:1.875rem}.g-sm-4-6,.gx-sm-4-6{--bs-gutter-x:2rem}.g-sm-4-6,.gy-sm-4-6{--bs-gutter-y:2rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}.g-sm-6,.gx-sm-6{--bs-gutter-x:4rem}.g-sm-6,.gy-sm-6{--bs-gutter-y:4rem}.g-sm-8,.gx-sm-8{--bs-gutter-x:6rem}.g-sm-8,.gy-sm-8{--bs-gutter-y:6rem}.g-sm-9,.gx-sm-9{--bs-gutter-x:7rem}.g-sm-9,.gy-sm-9{--bs-gutter-y:7rem}.g-sm-10,.gx-sm-10{--bs-gutter-x:8rem}.g-sm-10,.gy-sm-10{--bs-gutter-y:8rem}.g-sm-11,.gx-sm-11{--bs-gutter-x:9rem}.g-sm-11,.gy-sm-11{--bs-gutter-y:9rem}.g-sm-12,.gx-sm-12{--bs-gutter-x:10rem}.g-sm-12,.gy-sm-12{--bs-gutter-y:10rem}.g-sm-13,.gx-sm-13{--bs-gutter-x:11rem}.g-sm-13,.gy-sm-13{--bs-gutter-y:11rem}}@media(min-width:768px){.col-md{flex:1 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-0-5,.gx-md-0-5{--bs-gutter-x:0.125rem}.g-md-0-5,.gy-md-0-5{--bs-gutter-y:0.125rem}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-1-5,.gx-md-1-5{--bs-gutter-x:0.375rem}.g-md-1-5,.gy-md-1-5{--bs-gutter-y:0.375rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-2-5,.gx-md-2-5{--bs-gutter-x:0.75rem}.g-md-2-5,.gy-md-2-5{--bs-gutter-y:0.75rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-3-5,.gx-md-3-5{--bs-gutter-x:1.25rem}.g-md-3-5,.gy-md-3-5{--bs-gutter-y:1.25rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-4-5,.gx-md-4-5{--bs-gutter-x:1.875rem}.g-md-4-5,.gy-md-4-5{--bs-gutter-y:1.875rem}.g-md-4-6,.gx-md-4-6{--bs-gutter-x:2rem}.g-md-4-6,.gy-md-4-6{--bs-gutter-y:2rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}.g-md-6,.gx-md-6{--bs-gutter-x:4rem}.g-md-6,.gy-md-6{--bs-gutter-y:4rem}.g-md-8,.gx-md-8{--bs-gutter-x:6rem}.g-md-8,.gy-md-8{--bs-gutter-y:6rem}.g-md-9,.gx-md-9{--bs-gutter-x:7rem}.g-md-9,.gy-md-9{--bs-gutter-y:7rem}.g-md-10,.gx-md-10{--bs-gutter-x:8rem}.g-md-10,.gy-md-10{--bs-gutter-y:8rem}.g-md-11,.gx-md-11{--bs-gutter-x:9rem}.g-md-11,.gy-md-11{--bs-gutter-y:9rem}.g-md-12,.gx-md-12{--bs-gutter-x:10rem}.g-md-12,.gy-md-12{--bs-gutter-y:10rem}.g-md-13,.gx-md-13{--bs-gutter-x:11rem}.g-md-13,.gy-md-13{--bs-gutter-y:11rem}}@media(min-width:992px){.col-lg{flex:1 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-0-5,.gx-lg-0-5{--bs-gutter-x:0.125rem}.g-lg-0-5,.gy-lg-0-5{--bs-gutter-y:0.125rem}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-1-5,.gx-lg-1-5{--bs-gutter-x:0.375rem}.g-lg-1-5,.gy-lg-1-5{--bs-gutter-y:0.375rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-2-5,.gx-lg-2-5{--bs-gutter-x:0.75rem}.g-lg-2-5,.gy-lg-2-5{--bs-gutter-y:0.75rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-3-5,.gx-lg-3-5{--bs-gutter-x:1.25rem}.g-lg-3-5,.gy-lg-3-5{--bs-gutter-y:1.25rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-4-5,.gx-lg-4-5{--bs-gutter-x:1.875rem}.g-lg-4-5,.gy-lg-4-5{--bs-gutter-y:1.875rem}.g-lg-4-6,.gx-lg-4-6{--bs-gutter-x:2rem}.g-lg-4-6,.gy-lg-4-6{--bs-gutter-y:2rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}.g-lg-6,.gx-lg-6{--bs-gutter-x:4rem}.g-lg-6,.gy-lg-6{--bs-gutter-y:4rem}.g-lg-8,.gx-lg-8{--bs-gutter-x:6rem}.g-lg-8,.gy-lg-8{--bs-gutter-y:6rem}.g-lg-9,.gx-lg-9{--bs-gutter-x:7rem}.g-lg-9,.gy-lg-9{--bs-gutter-y:7rem}.g-lg-10,.gx-lg-10{--bs-gutter-x:8rem}.g-lg-10,.gy-lg-10{--bs-gutter-y:8rem}.g-lg-11,.gx-lg-11{--bs-gutter-x:9rem}.g-lg-11,.gy-lg-11{--bs-gutter-y:9rem}.g-lg-12,.gx-lg-12{--bs-gutter-x:10rem}.g-lg-12,.gy-lg-12{--bs-gutter-y:10rem}.g-lg-13,.gx-lg-13{--bs-gutter-x:11rem}.g-lg-13,.gy-lg-13{--bs-gutter-y:11rem}}@media(min-width:1200px){.col-xl{flex:1 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-0-5,.gx-xl-0-5{--bs-gutter-x:0.125rem}.g-xl-0-5,.gy-xl-0-5{--bs-gutter-y:0.125rem}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-1-5,.gx-xl-1-5{--bs-gutter-x:0.375rem}.g-xl-1-5,.gy-xl-1-5{--bs-gutter-y:0.375rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-2-5,.gx-xl-2-5{--bs-gutter-x:0.75rem}.g-xl-2-5,.gy-xl-2-5{--bs-gutter-y:0.75rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-3-5,.gx-xl-3-5{--bs-gutter-x:1.25rem}.g-xl-3-5,.gy-xl-3-5{--bs-gutter-y:1.25rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-4-5,.gx-xl-4-5{--bs-gutter-x:1.875rem}.g-xl-4-5,.gy-xl-4-5{--bs-gutter-y:1.875rem}.g-xl-4-6,.gx-xl-4-6{--bs-gutter-x:2rem}.g-xl-4-6,.gy-xl-4-6{--bs-gutter-y:2rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}.g-xl-6,.gx-xl-6{--bs-gutter-x:4rem}.g-xl-6,.gy-xl-6{--bs-gutter-y:4rem}.g-xl-8,.gx-xl-8{--bs-gutter-x:6rem}.g-xl-8,.gy-xl-8{--bs-gutter-y:6rem}.g-xl-9,.gx-xl-9{--bs-gutter-x:7rem}.g-xl-9,.gy-xl-9{--bs-gutter-y:7rem}.g-xl-10,.gx-xl-10{--bs-gutter-x:8rem}.g-xl-10,.gy-xl-10{--bs-gutter-y:8rem}.g-xl-11,.gx-xl-11{--bs-gutter-x:9rem}.g-xl-11,.gy-xl-11{--bs-gutter-y:9rem}.g-xl-12,.gx-xl-12{--bs-gutter-x:10rem}.g-xl-12,.gy-xl-12{--bs-gutter-y:10rem}.g-xl-13,.gx-xl-13{--bs-gutter-x:11rem}.g-xl-13,.gy-xl-13{--bs-gutter-y:11rem}}@media(min-width:1400px){.col-xxl{flex:1 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-0-5,.gx-xxl-0-5{--bs-gutter-x:0.125rem}.g-xxl-0-5,.gy-xxl-0-5{--bs-gutter-y:0.125rem}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-1-5,.gx-xxl-1-5{--bs-gutter-x:0.375rem}.g-xxl-1-5,.gy-xxl-1-5{--bs-gutter-y:0.375rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-2-5,.gx-xxl-2-5{--bs-gutter-x:0.75rem}.g-xxl-2-5,.gy-xxl-2-5{--bs-gutter-y:0.75rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-3-5,.gx-xxl-3-5{--bs-gutter-x:1.25rem}.g-xxl-3-5,.gy-xxl-3-5{--bs-gutter-y:1.25rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-4-5,.gx-xxl-4-5{--bs-gutter-x:1.875rem}.g-xxl-4-5,.gy-xxl-4-5{--bs-gutter-y:1.875rem}.g-xxl-4-6,.gx-xxl-4-6{--bs-gutter-x:2rem}.g-xxl-4-6,.gy-xxl-4-6{--bs-gutter-y:2rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}.g-xxl-6,.gx-xxl-6{--bs-gutter-x:4rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y:4rem}.g-xxl-8,.gx-xxl-8{--bs-gutter-x:6rem}.g-xxl-8,.gy-xxl-8{--bs-gutter-y:6rem}.g-xxl-9,.gx-xxl-9{--bs-gutter-x:7rem}.g-xxl-9,.gy-xxl-9{--bs-gutter-y:7rem}.g-xxl-10,.gx-xxl-10{--bs-gutter-x:8rem}.g-xxl-10,.gy-xxl-10{--bs-gutter-y:8rem}.g-xxl-11,.gx-xxl-11{--bs-gutter-x:9rem}.g-xxl-11,.gy-xxl-11{--bs-gutter-y:9rem}.g-xxl-12,.gx-xxl-12{--bs-gutter-x:10rem}.g-xxl-12,.gy-xxl-12{--bs-gutter-y:10rem}.g-xxl-13,.gx-xxl-13{--bs-gutter-x:11rem}.g-xxl-13,.gy-xxl-13{--bs-gutter-y:11rem}}.table{--bs-table-bg:transparent;--bs-table-accent-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0,0,0,.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0,0,0,.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0,0,0,.075);border-color:#dee2e6;color:#212529;margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*{background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg);padding:.5rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:first-child){border-top:2px solid}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;border-color:#bacbe6;color:#000}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;border-color:#cbccce;color:#000}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;border-color:#bcd0c7;color:#000}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;border-color:#badce3;color:#000}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;border-color:#e6dbb9;color:#000}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;border-color:#dfc2c4;color:#000}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;border-color:#dfe0e1;color:#000}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;border-color:#373b3e;color:#fff}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}@media(max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:1399.98px){.table-responsive-xxl{-webkit-overflow-scrolling:touch;overflow-x:auto}}.form-label{margin-bottom:.5rem}.col-form-label{font-size:inherit;line-height:1.5;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.25rem;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.875rem;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-text{color:#6c757d;font-size:.875em;margin-top:.25rem}.form-control{-webkit-appearance:none;appearance:none;background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#212529;display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{background-color:#fff;border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(147,51,234,.25);color:#212529;outline:0}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{-webkit-margin-end:.75rem;background-color:#e9ecef;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#212529;margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{-webkit-margin-end:.75rem;background-color:#e9ecef;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;color:#212529;margin:-.375rem -.75rem;margin-inline-end:.75rem;padding:.375rem .75rem;pointer-events:none;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#212529;display:block;line-height:1.5;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.2rem;font-size:.875rem;min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem}.form-control-sm::file-selector-button{-webkit-margin-end:.5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-sm::-webkit-file-upload-button{-webkit-margin-end:.5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem;padding:.25rem .5rem}.form-control-lg{border-radius:.3rem;font-size:1.25rem;min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem}.form-control-lg::file-selector-button{-webkit-margin-end:1rem;margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}.form-control-lg::-webkit-file-upload-button{-webkit-margin-end:1rem;margin:-.5rem -1rem;margin-inline-end:1rem;padding:.5rem 1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{height:auto;padding:.375rem;width:3rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border-radius:.25rem;height:1.5em}.form-control-color::-webkit-color-swatch{border-radius:.25rem;height:1.5em}.form-select{-moz-padding-start:calc(.75rem - 3px);-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;color:#212529;display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem 2.25rem .375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(147,51,234,.25);outline:0}.form-select[multiple],.form-select[size]:not([size="1"]){background-image:none;padding-right:.75rem}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{border-radius:.2rem;font-size:.875rem;padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.form-select-lg{border-radius:.3rem;font-size:1.25rem;padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.form-check{display:block;margin-bottom:.125rem;min-height:1.5rem;padding-left:1.5em}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{color-adjust:exact;-webkit-appearance:none;appearance:none;background-color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid rgba(0,0,0,.25);height:1em;margin-top:.25em;-webkit-print-color-adjust:exact;vertical-align:top;width:1em}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{-webkit-filter:brightness(90%);filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(147,51,234,.25);outline:0}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");border-color:#0d6efd}.form-check-input:disabled{-webkit-filter:none;filter:none;opacity:.5;pointer-events:none}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-position:0;border-radius:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}@media(prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");background-position:100%}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{-webkit-filter:none;filter:none;opacity:.65;pointer-events:none}.form-range{-webkit-appearance:none;appearance:none;background-color:transparent;height:1.5rem;padding:0;width:100%}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(147,51,234,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(147,51,234,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{background-color:#dee2e6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range::-moz-range-thumb{appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media(prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{background-color:#dee2e6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{border:1px solid transparent;height:100%;left:0;padding:1rem .75rem;pointer-events:none;position:absolute;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;transition:opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out;transition:opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out}@media(prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem .75rem}.form-floating>.form-control::-webkit-input-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control:-webkit-autofill{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-select{padding-bottom:.625rem;padding-top:1.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;-webkit-transform:scale(.85) translateY(-.5rem) translateX(.15rem);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;-webkit-transform:scale(.85) translateY(-.5rem) translateX(.15rem);transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.form-control,.input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{align-items:center;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem;color:#212529;display:flex;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{border-radius:.3rem;font-size:1.25rem;padding:.5rem 1rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{border-radius:.2rem;font-size:.875rem;padding:.25rem .5rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-bottom-right-radius:0;border-top-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.valid-feedback{color:#198754;display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:rgba(25,135,84,.9);border-radius:.25rem;color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#198754;padding-right:calc(1.5em + .75rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-control.is-valid:focus,.input-group .form-select.is-valid:focus,.was-validated .input-group .form-control:valid:focus,.was-validated .input-group .form-select:valid:focus{z-index:3}.invalid-feedback{color:#dc3545;display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:rgba(220,53,69,.9);border-radius:.25rem;color:#fff;display:none;font-size:.875rem;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc3545;padding-right:calc(1.5em + .75rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem);padding-right:4.125rem}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-control.is-invalid:focus,.input-group .form-select.is-invalid:focus,.was-validated .input-group .form-control:invalid:focus,.was-validated .input-group .form-select:invalid:focus{z-index:3}.btn{background-color:transparent;border:1px solid transparent;border-radius:.25rem;color:#212529;cursor:pointer;display:inline-block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{box-shadow:0 0 0 .25rem rgba(147,51,234,.25);outline:0}.btn.disabled,.btn:disabled,fieldset:disabled .btn{opacity:.65;pointer-events:none}.btn-primary{background-color:#9333ea;border-color:#9333ea;color:#fff}.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover{background-color:#7d2bc7;border-color:#7629bb;color:#fff}.btn-check:focus+.btn-primary,.btn-primary:focus{box-shadow:0 0 0 .25rem rgba(163,82,237,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{background-color:#7629bb;border-color:#6e26b0;color:#fff}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(163,82,237,.5)}.btn-primary.disabled,.btn-primary:disabled{background-color:#9333ea;border-color:#9333ea;color:#fff}.btn-secondary{background-color:#a855f7;border-color:#a855f7;color:#000}.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover{background-color:#b56ff8;border-color:#b166f8;color:#000}.btn-check:focus+.btn-secondary,.btn-secondary:focus{box-shadow:0 0 0 .25rem rgba(143,72,210,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{background-color:#b977f9;border-color:#b166f8;color:#000}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(143,72,210,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#a855f7;border-color:#a855f7;color:#000}.btn-success{background-color:#16a34a;border-color:#16a34a;color:#000}.btn-check:focus+.btn-success,.btn-success:focus,.btn-success:hover{background-color:#39b165;border-color:#2dac5c;color:#000}.btn-check:focus+.btn-success,.btn-success:focus{box-shadow:0 0 0 .25rem rgba(19,139,63,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{background-color:#45b56e;border-color:#2dac5c;color:#000}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(19,139,63,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#16a34a;border-color:#16a34a;color:#000}.btn-info{background-color:#22c55e;border-color:#22c55e;color:#000}.btn-check:focus+.btn-info,.btn-info:focus,.btn-info:hover{background-color:#43ce76;border-color:#38cb6e;color:#000}.btn-check:focus+.btn-info,.btn-info:focus{box-shadow:0 0 0 .25rem rgba(29,167,80,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{background-color:#4ed17e;border-color:#38cb6e;color:#000}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(29,167,80,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#22c55e;border-color:#22c55e;color:#000}.btn-danger-100{background-color:#ef4444;border-color:#ef4444;color:#000}.btn-check:focus+.btn-danger-100,.btn-danger-100:focus,.btn-danger-100:hover{background-color:#f16060;border-color:#f15757;color:#000}.btn-check:focus+.btn-danger-100,.btn-danger-100:focus{box-shadow:0 0 0 .25rem rgba(203,58,58,.5)}.btn-check:active+.btn-danger-100,.btn-check:checked+.btn-danger-100,.btn-danger-100.active,.btn-danger-100:active,.show>.btn-danger-100.dropdown-toggle{background-color:#f26969;border-color:#f15757;color:#000}.btn-check:active+.btn-danger-100:focus,.btn-check:checked+.btn-danger-100:focus,.btn-danger-100.active:focus,.btn-danger-100:active:focus,.show>.btn-danger-100.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(203,58,58,.5)}.btn-danger-100.disabled,.btn-danger-100:disabled{background-color:#ef4444;border-color:#ef4444;color:#000}.btn-danger{background-color:#dc2626;border-color:#dc2626;color:#fff}.btn-check:focus+.btn-danger,.btn-danger:focus,.btn-danger:hover{background-color:#bb2020;border-color:#b01e1e;color:#fff}.btn-check:focus+.btn-danger,.btn-danger:focus{box-shadow:0 0 0 .25rem rgba(225,71,71,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{background-color:#b01e1e;border-color:#a51d1d;color:#fff}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,71,71,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#dc2626;border-color:#dc2626;color:#fff}.btn-light{background-color:#f8fafc;border-color:#f8fafc;color:#000}.btn-check:focus+.btn-light,.btn-light:focus,.btn-light:hover{background-color:#f9fbfc;border-color:#f9fbfc;color:#000}.btn-check:focus+.btn-light,.btn-light:focus{box-shadow:0 0 0 .25rem hsla(200,4%,83%,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{background-color:#f9fbfd;border-color:#f9fbfc;color:#000}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(200,4%,83%,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#f8fafc;border-color:#f8fafc;color:#000}.btn-light-2{background-color:#f1f5f9;border-color:#f1f5f9;color:#000}.btn-check:focus+.btn-light-2,.btn-light-2:focus,.btn-light-2:hover{background-color:#f3f7fa;border-color:#f2f6fa;color:#000}.btn-check:focus+.btn-light-2,.btn-light-2:focus{box-shadow:0 0 0 .25rem hsla(214,8%,82%,.5)}.btn-check:active+.btn-light-2,.btn-check:checked+.btn-light-2,.btn-light-2.active,.btn-light-2:active,.show>.btn-light-2.dropdown-toggle{background-color:#f4f7fa;border-color:#f2f6fa;color:#000}.btn-check:active+.btn-light-2:focus,.btn-check:checked+.btn-light-2:focus,.btn-light-2.active:focus,.btn-light-2:active:focus,.show>.btn-light-2.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(214,8%,82%,.5)}.btn-light-2.disabled,.btn-light-2:disabled{background-color:#f1f5f9;border-color:#f1f5f9;color:#000}.btn-light-3{background-color:#e4f3fe;border-color:#e4f3fe;color:#000}.btn-check:focus+.btn-light-3,.btn-light-3:focus,.btn-light-3:hover{background-color:#e8f5fe;border-color:#e7f4fe;color:#000}.btn-check:focus+.btn-light-3,.btn-light-3:focus{box-shadow:0 0 0 .25rem rgba(194,207,216,.5)}.btn-check:active+.btn-light-3,.btn-check:checked+.btn-light-3,.btn-light-3.active,.btn-light-3:active,.show>.btn-light-3.dropdown-toggle{background-color:#e9f5fe;border-color:#e7f4fe;color:#000}.btn-check:active+.btn-light-3:focus,.btn-check:checked+.btn-light-3:focus,.btn-light-3.active:focus,.btn-light-3:active:focus,.show>.btn-light-3.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(194,207,216,.5)}.btn-light-3.disabled,.btn-light-3:disabled{background-color:#e4f3fe;border-color:#e4f3fe;color:#000}.btn-check:focus+.btn-white,.btn-white,.btn-white:focus,.btn-white:hover{background-color:#fff;border-color:#fff;color:#000}.btn-check:focus+.btn-white,.btn-white:focus{box-shadow:0 0 0 .25rem hsla(0,0%,85%,.5)}.btn-check:active+.btn-white,.btn-check:checked+.btn-white,.btn-white.active,.btn-white:active,.show>.btn-white.dropdown-toggle{background-color:#fff;border-color:#fff;color:#000}.btn-check:active+.btn-white:focus,.btn-check:checked+.btn-white:focus,.btn-white.active:focus,.btn-white:active:focus,.show>.btn-white.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,0%,85%,.5)}.btn-white.disabled,.btn-white:disabled{background-color:#fff;border-color:#fff;color:#000}.btn-grey{background-color:#64748b;border-color:#64748b;color:#fff}.btn-check:focus+.btn-grey,.btn-grey:focus,.btn-grey:hover{background-color:#556376;border-color:#505d6f;color:#fff}.btn-check:focus+.btn-grey,.btn-grey:focus{box-shadow:0 0 0 .25rem rgba(123,137,156,.5)}.btn-check:active+.btn-grey,.btn-check:checked+.btn-grey,.btn-grey.active,.btn-grey:active,.show>.btn-grey.dropdown-toggle{background-color:#505d6f;border-color:#4b5768;color:#fff}.btn-check:active+.btn-grey:focus,.btn-check:checked+.btn-grey:focus,.btn-grey.active:focus,.btn-grey:active:focus,.show>.btn-grey.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(123,137,156,.5)}.btn-grey.disabled,.btn-grey:disabled{background-color:#64748b;border-color:#64748b;color:#fff}.btn-light-grey{background-color:#e2e8f0;border-color:#e2e8f0;color:#000}.btn-check:focus+.btn-light-grey,.btn-light-grey:focus,.btn-light-grey:hover{background-color:#e6ebf2;border-color:#e5eaf2;color:#000}.btn-check:focus+.btn-light-grey,.btn-light-grey:focus{box-shadow:0 0 0 .25rem rgba(192,197,204,.5)}.btn-check:active+.btn-light-grey,.btn-check:checked+.btn-light-grey,.btn-light-grey.active,.btn-light-grey:active,.show>.btn-light-grey.dropdown-toggle{background-color:#e8edf3;border-color:#e5eaf2;color:#000}.btn-check:active+.btn-light-grey:focus,.btn-check:checked+.btn-light-grey:focus,.btn-light-grey.active:focus,.btn-light-grey:active:focus,.show>.btn-light-grey.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(192,197,204,.5)}.btn-light-grey.disabled,.btn-light-grey:disabled{background-color:#e2e8f0;border-color:#e2e8f0;color:#000}.btn-grey-md{background-color:#94a3b8;border-color:#94a3b8;color:#000}.btn-check:focus+.btn-grey-md,.btn-grey-md:focus,.btn-grey-md:hover{background-color:#a4b1c3;border-color:#9facbf;color:#000}.btn-check:focus+.btn-grey-md,.btn-grey-md:focus{box-shadow:0 0 0 .25rem rgba(126,139,156,.5)}.btn-check:active+.btn-grey-md,.btn-check:checked+.btn-grey-md,.btn-grey-md.active,.btn-grey-md:active,.show>.btn-grey-md.dropdown-toggle{background-color:#a9b5c6;border-color:#9facbf;color:#000}.btn-check:active+.btn-grey-md:focus,.btn-check:checked+.btn-grey-md:focus,.btn-grey-md.active:focus,.btn-grey-md:active:focus,.show>.btn-grey-md.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(126,139,156,.5)}.btn-grey-md.disabled,.btn-grey-md:disabled{background-color:#94a3b8;border-color:#94a3b8;color:#000}.btn-grey-md-2{background-color:#b9c7db;border-color:#b9c7db;color:#000}.btn-check:focus+.btn-grey-md-2,.btn-grey-md-2:focus,.btn-grey-md-2:hover{background-color:#c4cfe0;border-color:#c0cddf;color:#000}.btn-check:focus+.btn-grey-md-2,.btn-grey-md-2:focus{box-shadow:0 0 0 .25rem rgba(157,169,186,.5)}.btn-check:active+.btn-grey-md-2,.btn-check:checked+.btn-grey-md-2,.btn-grey-md-2.active,.btn-grey-md-2:active,.show>.btn-grey-md-2.dropdown-toggle{background-color:#c7d2e2;border-color:#c0cddf;color:#000}.btn-check:active+.btn-grey-md-2:focus,.btn-check:checked+.btn-grey-md-2:focus,.btn-grey-md-2.active:focus,.btn-grey-md-2:active:focus,.show>.btn-grey-md-2.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(157,169,186,.5)}.btn-grey-md-2.disabled,.btn-grey-md-2:disabled{background-color:#b9c7db;border-color:#b9c7db;color:#000}.btn-dark-grey{background-color:#252729;border-color:#252729;color:#fff}.btn-check:focus+.btn-dark-grey,.btn-dark-grey:focus,.btn-dark-grey:hover{background-color:#1f2123;border-color:#1e1f21;color:#fff}.btn-check:focus+.btn-dark-grey,.btn-dark-grey:focus{box-shadow:0 0 0 .25rem rgba(70,71,73,.5)}.btn-check:active+.btn-dark-grey,.btn-check:checked+.btn-dark-grey,.btn-dark-grey.active,.btn-dark-grey:active,.show>.btn-dark-grey.dropdown-toggle{background-color:#1e1f21;border-color:#1c1d1f;color:#fff}.btn-check:active+.btn-dark-grey:focus,.btn-check:checked+.btn-dark-grey:focus,.btn-dark-grey.active:focus,.btn-dark-grey:active:focus,.show>.btn-dark-grey.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(70,71,73,.5)}.btn-dark-grey.disabled,.btn-dark-grey:disabled{background-color:#252729;border-color:#252729;color:#fff}.btn-black,.btn-black:focus,.btn-black:hover,.btn-check:focus+.btn-black{background-color:#000;border-color:#000;color:#fff}.btn-black:focus,.btn-check:focus+.btn-black{box-shadow:0 0 0 .25rem rgba(38,38,38,.5)}.btn-black.active,.btn-black:active,.btn-check:active+.btn-black,.btn-check:checked+.btn-black,.show>.btn-black.dropdown-toggle{background-color:#000;border-color:#000;color:#fff}.btn-black.active:focus,.btn-black:active:focus,.btn-check:active+.btn-black:focus,.btn-check:checked+.btn-black:focus,.show>.btn-black.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(38,38,38,.5)}.btn-black.disabled,.btn-black:disabled{background-color:#000;border-color:#000;color:#fff}.btn-oxford-blue{background-color:#1e293b;border-color:#1e293b;color:#fff}.btn-oxford-blue:hover{background-color:#1a2332;border-color:#18212f;color:#fff}.btn-check:focus+.btn-oxford-blue,.btn-oxford-blue:focus{background-color:#1a2332;border-color:#18212f;box-shadow:0 0 0 .25rem rgba(64,73,88,.5);color:#fff}.btn-check:active+.btn-oxford-blue,.btn-check:checked+.btn-oxford-blue,.btn-oxford-blue.active,.btn-oxford-blue:active,.show>.btn-oxford-blue.dropdown-toggle{background-color:#18212f;border-color:#171f2c;color:#fff}.btn-check:active+.btn-oxford-blue:focus,.btn-check:checked+.btn-oxford-blue:focus,.btn-oxford-blue.active:focus,.btn-oxford-blue:active:focus,.show>.btn-oxford-blue.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(64,73,88,.5)}.btn-oxford-blue.disabled,.btn-oxford-blue:disabled{background-color:#1e293b;border-color:#1e293b;color:#fff}.btn-navy-blue{background-color:#24106c;border-color:#24106c;color:#fff}.btn-check:focus+.btn-navy-blue,.btn-navy-blue:focus,.btn-navy-blue:hover{background-color:#1f0e5c;border-color:#1d0d56;color:#fff}.btn-check:focus+.btn-navy-blue,.btn-navy-blue:focus{box-shadow:0 0 0 .25rem rgba(69,52,130,.5)}.btn-check:active+.btn-navy-blue,.btn-check:checked+.btn-navy-blue,.btn-navy-blue.active,.btn-navy-blue:active,.show>.btn-navy-blue.dropdown-toggle{background-color:#1d0d56;border-color:#1b0c51;color:#fff}.btn-check:active+.btn-navy-blue:focus,.btn-check:checked+.btn-navy-blue:focus,.btn-navy-blue.active:focus,.btn-navy-blue:active:focus,.show>.btn-navy-blue.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(69,52,130,.5)}.btn-navy-blue.disabled,.btn-navy-blue:disabled{background-color:#24106c;border-color:#24106c;color:#fff}.btn-transparent{border-color:transparent;color:#fff}.btn-check:focus+.btn-transparent,.btn-transparent:focus,.btn-transparent:hover{background-color:rgba(0,0,0,.15);border-color:rgba(0,0,0,.2);color:#fff}.btn-check:focus+.btn-transparent,.btn-transparent:focus{box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-check:active+.btn-transparent,.btn-check:checked+.btn-transparent,.btn-transparent.active,.btn-transparent:active,.show>.btn-transparent.dropdown-toggle{background-color:rgba(0,0,0,.2);border-color:rgba(0,0,0,.25);color:#fff}.btn-check:active+.btn-transparent:focus,.btn-check:checked+.btn-transparent:focus,.btn-transparent.active:focus,.btn-transparent:active:focus,.show>.btn-transparent.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-transparent.disabled,.btn-transparent:disabled{background-color:transparent;border-color:transparent;color:#fff}.btn-yellow{background-color:#facc15;border-color:#facc15;color:#000}.btn-check:focus+.btn-yellow,.btn-yellow:focus,.btn-yellow:hover{background-color:#fbd438;border-color:#fbd12c;color:#000}.btn-check:focus+.btn-yellow,.btn-yellow:focus{box-shadow:0 0 0 .25rem rgba(213,173,18,.5)}.btn-check:active+.btn-yellow,.btn-check:checked+.btn-yellow,.btn-yellow.active,.btn-yellow:active,.show>.btn-yellow.dropdown-toggle{background-color:#fbd644;border-color:#fbd12c;color:#000}.btn-check:active+.btn-yellow:focus,.btn-check:checked+.btn-yellow:focus,.btn-yellow.active:focus,.btn-yellow:active:focus,.show>.btn-yellow.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(213,173,18,.5)}.btn-yellow.disabled,.btn-yellow:disabled{background-color:#facc15;border-color:#facc15;color:#000}.btn-disabled{background-color:#e9ecef;border-color:#e9ecef;color:#000}.btn-check:focus+.btn-disabled,.btn-disabled:focus,.btn-disabled:hover{background-color:#eceff1;border-color:#ebeef1;color:#000}.btn-check:focus+.btn-disabled,.btn-disabled:focus{box-shadow:0 0 0 .25rem hsla(204,5%,79%,.5)}.btn-check:active+.btn-disabled,.btn-check:checked+.btn-disabled,.btn-disabled.active,.btn-disabled:active,.show>.btn-disabled.dropdown-toggle{background-color:#edf0f2;border-color:#ebeef1;color:#000}.btn-check:active+.btn-disabled:focus,.btn-check:checked+.btn-disabled:focus,.btn-disabled.active:focus,.btn-disabled:active:focus,.show>.btn-disabled.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(204,5%,79%,.5)}.btn-disabled.disabled,.btn-disabled:disabled{background-color:#e9ecef;border-color:#e9ecef;color:#000}.btn-outline-primary{border-color:#9333ea;color:#9333ea}.btn-outline-primary:hover{background-color:#9333ea;border-color:#9333ea;color:#fff}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(147,51,234,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{background-color:#9333ea;border-color:#9333ea;color:#fff}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(147,51,234,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:transparent;color:#9333ea}.btn-outline-secondary{border-color:#a855f7;color:#a855f7}.btn-outline-secondary:hover{background-color:#a855f7;border-color:#a855f7;color:#000}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(168,85,247,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{background-color:#a855f7;border-color:#a855f7;color:#000}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(168,85,247,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:transparent;color:#a855f7}.btn-outline-success{border-color:#16a34a;color:#16a34a}.btn-outline-success:hover{background-color:#16a34a;border-color:#16a34a;color:#000}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(22,163,74,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{background-color:#16a34a;border-color:#16a34a;color:#000}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(22,163,74,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:transparent;color:#16a34a}.btn-outline-info{border-color:#22c55e;color:#22c55e}.btn-outline-info:hover{background-color:#22c55e;border-color:#22c55e;color:#000}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(34,197,94,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{background-color:#22c55e;border-color:#22c55e;color:#000}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(34,197,94,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:transparent;color:#22c55e}.btn-outline-danger-100{border-color:#ef4444;color:#ef4444}.btn-outline-danger-100:hover{background-color:#ef4444;border-color:#ef4444;color:#000}.btn-check:focus+.btn-outline-danger-100,.btn-outline-danger-100:focus{box-shadow:0 0 0 .25rem rgba(239,68,68,.5)}.btn-check:active+.btn-outline-danger-100,.btn-check:checked+.btn-outline-danger-100,.btn-outline-danger-100.active,.btn-outline-danger-100.dropdown-toggle.show,.btn-outline-danger-100:active{background-color:#ef4444;border-color:#ef4444;color:#000}.btn-check:active+.btn-outline-danger-100:focus,.btn-check:checked+.btn-outline-danger-100:focus,.btn-outline-danger-100.active:focus,.btn-outline-danger-100.dropdown-toggle.show:focus,.btn-outline-danger-100:active:focus{box-shadow:0 0 0 .25rem rgba(239,68,68,.5)}.btn-outline-danger-100.disabled,.btn-outline-danger-100:disabled{background-color:transparent;color:#ef4444}.btn-outline-danger{border-color:#dc2626;color:#dc2626}.btn-outline-danger:hover{background-color:#dc2626;border-color:#dc2626;color:#fff}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,38,38,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{background-color:#dc2626;border-color:#dc2626;color:#fff}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,38,38,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:transparent;color:#dc2626}.btn-outline-light{border-color:#f8fafc;color:#f8fafc}.btn-outline-light:hover{background-color:#f8fafc;border-color:#f8fafc;color:#000}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,250,252,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{background-color:#f8fafc;border-color:#f8fafc;color:#000}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,250,252,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:transparent;color:#f8fafc}.btn-outline-light-2{border-color:#f1f5f9;color:#f1f5f9}.btn-outline-light-2:hover{background-color:#f1f5f9;border-color:#f1f5f9;color:#000}.btn-check:focus+.btn-outline-light-2,.btn-outline-light-2:focus{box-shadow:0 0 0 .25rem rgba(241,245,249,.5)}.btn-check:active+.btn-outline-light-2,.btn-check:checked+.btn-outline-light-2,.btn-outline-light-2.active,.btn-outline-light-2.dropdown-toggle.show,.btn-outline-light-2:active{background-color:#f1f5f9;border-color:#f1f5f9;color:#000}.btn-check:active+.btn-outline-light-2:focus,.btn-check:checked+.btn-outline-light-2:focus,.btn-outline-light-2.active:focus,.btn-outline-light-2.dropdown-toggle.show:focus,.btn-outline-light-2:active:focus{box-shadow:0 0 0 .25rem rgba(241,245,249,.5)}.btn-outline-light-2.disabled,.btn-outline-light-2:disabled{background-color:transparent;color:#f1f5f9}.btn-outline-light-3{border-color:#e4f3fe;color:#e4f3fe}.btn-outline-light-3:hover{background-color:#e4f3fe;border-color:#e4f3fe;color:#000}.btn-check:focus+.btn-outline-light-3,.btn-outline-light-3:focus{box-shadow:0 0 0 .25rem rgba(228,243,254,.5)}.btn-check:active+.btn-outline-light-3,.btn-check:checked+.btn-outline-light-3,.btn-outline-light-3.active,.btn-outline-light-3.dropdown-toggle.show,.btn-outline-light-3:active{background-color:#e4f3fe;border-color:#e4f3fe;color:#000}.btn-check:active+.btn-outline-light-3:focus,.btn-check:checked+.btn-outline-light-3:focus,.btn-outline-light-3.active:focus,.btn-outline-light-3.dropdown-toggle.show:focus,.btn-outline-light-3:active:focus{box-shadow:0 0 0 .25rem rgba(228,243,254,.5)}.btn-outline-light-3.disabled,.btn-outline-light-3:disabled{background-color:transparent;color:#e4f3fe}.btn-outline-white{border-color:#fff;color:#fff}.btn-outline-white:hover{background-color:#fff;border-color:#fff;color:#000}.btn-check:focus+.btn-outline-white,.btn-outline-white:focus{box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-check:active+.btn-outline-white,.btn-check:checked+.btn-outline-white,.btn-outline-white.active,.btn-outline-white.dropdown-toggle.show,.btn-outline-white:active{background-color:#fff;border-color:#fff;color:#000}.btn-check:active+.btn-outline-white:focus,.btn-check:checked+.btn-outline-white:focus,.btn-outline-white.active:focus,.btn-outline-white.dropdown-toggle.show:focus,.btn-outline-white:active:focus{box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-outline-white.disabled,.btn-outline-white:disabled{background-color:transparent;color:#fff}.btn-outline-grey{border-color:#64748b;color:#64748b}.btn-outline-grey:hover{background-color:#64748b;border-color:#64748b;color:#fff}.btn-check:focus+.btn-outline-grey,.btn-outline-grey:focus{box-shadow:0 0 0 .25rem rgba(100,116,139,.5)}.btn-check:active+.btn-outline-grey,.btn-check:checked+.btn-outline-grey,.btn-outline-grey.active,.btn-outline-grey.dropdown-toggle.show,.btn-outline-grey:active{background-color:#64748b;border-color:#64748b;color:#fff}.btn-check:active+.btn-outline-grey:focus,.btn-check:checked+.btn-outline-grey:focus,.btn-outline-grey.active:focus,.btn-outline-grey.dropdown-toggle.show:focus,.btn-outline-grey:active:focus{box-shadow:0 0 0 .25rem rgba(100,116,139,.5)}.btn-outline-grey.disabled,.btn-outline-grey:disabled{background-color:transparent;color:#64748b}.btn-outline-light-grey{border-color:#e2e8f0;color:#e2e8f0}.btn-outline-light-grey:hover{background-color:#e2e8f0;border-color:#e2e8f0;color:#000}.btn-check:focus+.btn-outline-light-grey,.btn-outline-light-grey:focus{box-shadow:0 0 0 .25rem rgba(226,232,240,.5)}.btn-check:active+.btn-outline-light-grey,.btn-check:checked+.btn-outline-light-grey,.btn-outline-light-grey.active,.btn-outline-light-grey.dropdown-toggle.show,.btn-outline-light-grey:active{background-color:#e2e8f0;border-color:#e2e8f0;color:#000}.btn-check:active+.btn-outline-light-grey:focus,.btn-check:checked+.btn-outline-light-grey:focus,.btn-outline-light-grey.active:focus,.btn-outline-light-grey.dropdown-toggle.show:focus,.btn-outline-light-grey:active:focus{box-shadow:0 0 0 .25rem rgba(226,232,240,.5)}.btn-outline-light-grey.disabled,.btn-outline-light-grey:disabled{background-color:transparent;color:#e2e8f0}.btn-outline-grey-md{border-color:#94a3b8;color:#94a3b8}.btn-outline-grey-md:hover{background-color:#94a3b8;border-color:#94a3b8;color:#000}.btn-check:focus+.btn-outline-grey-md,.btn-outline-grey-md:focus{box-shadow:0 0 0 .25rem rgba(148,163,184,.5)}.btn-check:active+.btn-outline-grey-md,.btn-check:checked+.btn-outline-grey-md,.btn-outline-grey-md.active,.btn-outline-grey-md.dropdown-toggle.show,.btn-outline-grey-md:active{background-color:#94a3b8;border-color:#94a3b8;color:#000}.btn-check:active+.btn-outline-grey-md:focus,.btn-check:checked+.btn-outline-grey-md:focus,.btn-outline-grey-md.active:focus,.btn-outline-grey-md.dropdown-toggle.show:focus,.btn-outline-grey-md:active:focus{box-shadow:0 0 0 .25rem rgba(148,163,184,.5)}.btn-outline-grey-md.disabled,.btn-outline-grey-md:disabled{background-color:transparent;color:#94a3b8}.btn-outline-grey-md-2{border-color:#b9c7db;color:#b9c7db}.btn-outline-grey-md-2:hover{background-color:#b9c7db;border-color:#b9c7db;color:#000}.btn-check:focus+.btn-outline-grey-md-2,.btn-outline-grey-md-2:focus{box-shadow:0 0 0 .25rem rgba(185,199,219,.5)}.btn-check:active+.btn-outline-grey-md-2,.btn-check:checked+.btn-outline-grey-md-2,.btn-outline-grey-md-2.active,.btn-outline-grey-md-2.dropdown-toggle.show,.btn-outline-grey-md-2:active{background-color:#b9c7db;border-color:#b9c7db;color:#000}.btn-check:active+.btn-outline-grey-md-2:focus,.btn-check:checked+.btn-outline-grey-md-2:focus,.btn-outline-grey-md-2.active:focus,.btn-outline-grey-md-2.dropdown-toggle.show:focus,.btn-outline-grey-md-2:active:focus{box-shadow:0 0 0 .25rem rgba(185,199,219,.5)}.btn-outline-grey-md-2.disabled,.btn-outline-grey-md-2:disabled{background-color:transparent;color:#b9c7db}.btn-outline-dark-grey{border-color:#252729;color:#252729}.btn-outline-dark-grey:hover{background-color:#252729;border-color:#252729;color:#fff}.btn-check:focus+.btn-outline-dark-grey,.btn-outline-dark-grey:focus{box-shadow:0 0 0 .25rem rgba(37,39,41,.5)}.btn-check:active+.btn-outline-dark-grey,.btn-check:checked+.btn-outline-dark-grey,.btn-outline-dark-grey.active,.btn-outline-dark-grey.dropdown-toggle.show,.btn-outline-dark-grey:active{background-color:#252729;border-color:#252729;color:#fff}.btn-check:active+.btn-outline-dark-grey:focus,.btn-check:checked+.btn-outline-dark-grey:focus,.btn-outline-dark-grey.active:focus,.btn-outline-dark-grey.dropdown-toggle.show:focus,.btn-outline-dark-grey:active:focus{box-shadow:0 0 0 .25rem rgba(37,39,41,.5)}.btn-outline-dark-grey.disabled,.btn-outline-dark-grey:disabled{background-color:transparent;color:#252729}.btn-outline-black{border-color:#000;color:#000}.btn-outline-black:hover{background-color:#000;border-color:#000;color:#fff}.btn-check:focus+.btn-outline-black,.btn-outline-black:focus{box-shadow:0 0 0 .25rem rgba(0,0,0,.5)}.btn-check:active+.btn-outline-black,.btn-check:checked+.btn-outline-black,.btn-outline-black.active,.btn-outline-black.dropdown-toggle.show,.btn-outline-black:active{background-color:#000;border-color:#000;color:#fff}.btn-check:active+.btn-outline-black:focus,.btn-check:checked+.btn-outline-black:focus,.btn-outline-black.active:focus,.btn-outline-black.dropdown-toggle.show:focus,.btn-outline-black:active:focus{box-shadow:0 0 0 .25rem rgba(0,0,0,.5)}.btn-outline-black.disabled,.btn-outline-black:disabled{background-color:transparent;color:#000}.btn-outline-oxford-blue{border-color:#1e293b;color:#1e293b}.btn-outline-oxford-blue:hover{background-color:#1e293b;border-color:#1e293b;color:#fff}.btn-check:focus+.btn-outline-oxford-blue,.btn-outline-oxford-blue:focus{box-shadow:0 0 0 .25rem rgba(30,41,59,.5)}.btn-check:active+.btn-outline-oxford-blue,.btn-check:checked+.btn-outline-oxford-blue,.btn-outline-oxford-blue.active,.btn-outline-oxford-blue.dropdown-toggle.show,.btn-outline-oxford-blue:active{background-color:#1e293b;border-color:#1e293b;color:#fff}.btn-check:active+.btn-outline-oxford-blue:focus,.btn-check:checked+.btn-outline-oxford-blue:focus,.btn-outline-oxford-blue.active:focus,.btn-outline-oxford-blue.dropdown-toggle.show:focus,.btn-outline-oxford-blue:active:focus{box-shadow:0 0 0 .25rem rgba(30,41,59,.5)}.btn-outline-oxford-blue.disabled,.btn-outline-oxford-blue:disabled{background-color:transparent;color:#1e293b}.btn-outline-navy-blue{border-color:#24106c;color:#24106c}.btn-outline-navy-blue:hover{background-color:#24106c;border-color:#24106c;color:#fff}.btn-check:focus+.btn-outline-navy-blue,.btn-outline-navy-blue:focus{box-shadow:0 0 0 .25rem rgba(36,16,108,.5)}.btn-check:active+.btn-outline-navy-blue,.btn-check:checked+.btn-outline-navy-blue,.btn-outline-navy-blue.active,.btn-outline-navy-blue.dropdown-toggle.show,.btn-outline-navy-blue:active{background-color:#24106c;border-color:#24106c;color:#fff}.btn-check:active+.btn-outline-navy-blue:focus,.btn-check:checked+.btn-outline-navy-blue:focus,.btn-outline-navy-blue.active:focus,.btn-outline-navy-blue.dropdown-toggle.show:focus,.btn-outline-navy-blue:active:focus{box-shadow:0 0 0 .25rem rgba(36,16,108,.5)}.btn-outline-navy-blue.disabled,.btn-outline-navy-blue:disabled{background-color:transparent;color:#24106c}.btn-outline-transparent{border-color:transparent;color:transparent}.btn-outline-transparent:hover{background-color:transparent;border-color:transparent;color:#fff}.btn-check:focus+.btn-outline-transparent,.btn-outline-transparent:focus{box-shadow:0 0 0 .25rem rgba(0,0,0,.5)}.btn-check:active+.btn-outline-transparent,.btn-check:checked+.btn-outline-transparent,.btn-outline-transparent.active,.btn-outline-transparent.dropdown-toggle.show,.btn-outline-transparent:active{background-color:transparent;border-color:transparent;color:#fff}.btn-check:active+.btn-outline-transparent:focus,.btn-check:checked+.btn-outline-transparent:focus,.btn-outline-transparent.active:focus,.btn-outline-transparent.dropdown-toggle.show:focus,.btn-outline-transparent:active:focus{box-shadow:0 0 0 .25rem rgba(0,0,0,.5)}.btn-outline-transparent.disabled,.btn-outline-transparent:disabled{background-color:transparent;color:transparent}.btn-outline-yellow{border-color:#facc15;color:#facc15}.btn-outline-yellow:hover{background-color:#facc15;border-color:#facc15;color:#000}.btn-check:focus+.btn-outline-yellow,.btn-outline-yellow:focus{box-shadow:0 0 0 .25rem rgba(250,204,21,.5)}.btn-check:active+.btn-outline-yellow,.btn-check:checked+.btn-outline-yellow,.btn-outline-yellow.active,.btn-outline-yellow.dropdown-toggle.show,.btn-outline-yellow:active{background-color:#facc15;border-color:#facc15;color:#000}.btn-check:active+.btn-outline-yellow:focus,.btn-check:checked+.btn-outline-yellow:focus,.btn-outline-yellow.active:focus,.btn-outline-yellow.dropdown-toggle.show:focus,.btn-outline-yellow:active:focus{box-shadow:0 0 0 .25rem rgba(250,204,21,.5)}.btn-outline-yellow.disabled,.btn-outline-yellow:disabled{background-color:transparent;color:#facc15}.btn-outline-disabled{border-color:#e9ecef;color:#e9ecef}.btn-outline-disabled:hover{background-color:#e9ecef;border-color:#e9ecef;color:#000}.btn-check:focus+.btn-outline-disabled,.btn-outline-disabled:focus{box-shadow:0 0 0 .25rem rgba(233,236,239,.5)}.btn-check:active+.btn-outline-disabled,.btn-check:checked+.btn-outline-disabled,.btn-outline-disabled.active,.btn-outline-disabled.dropdown-toggle.show,.btn-outline-disabled:active{background-color:#e9ecef;border-color:#e9ecef;color:#000}.btn-check:active+.btn-outline-disabled:focus,.btn-check:checked+.btn-outline-disabled:focus,.btn-outline-disabled.active:focus,.btn-outline-disabled.dropdown-toggle.show:focus,.btn-outline-disabled:active:focus{box-shadow:0 0 0 .25rem rgba(233,236,239,.5)}.btn-outline-disabled.disabled,.btn-outline-disabled:disabled{background-color:transparent;color:#e9ecef}.btn-link{color:#0d6efd;font-weight:400;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{border-radius:.3rem;font-size:1.25rem;padding:.5rem 1rem}.btn-group-sm>.btn,.btn-sm{border-radius:.2rem;font-size:.875rem;padding:.25rem .5rem}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{height:auto;transition:width .35s ease;width:0}@media(prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;color:#212529;display:none;font-size:1rem;list-style:none;margin:0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;z-index:1000}.dropdown-menu[data-bs-popper]{left:0;margin-top:.125rem;top:100%}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{left:auto;right:0}@media(min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{left:auto;right:0}}@media(min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{left:auto;right:0}}@media(min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{left:auto;right:0}}@media(min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{left:auto;right:0}}@media(min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{left:0;right:auto}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{left:auto;right:0}}.dropup .dropdown-menu[data-bs-popper]{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropend .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropstart .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{border-top:1px solid rgba(0,0,0,.15);height:0;margin:.5rem 0;overflow:hidden}.dropdown-item{background-color:transparent;border:0;clear:both;color:#212529;display:block;font-weight:400;padding:.25rem 1rem;text-align:inherit;text-decoration:none;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:#e9ecef;color:#1e2125}.dropdown-item.active,.dropdown-item:active{background-color:#0d6efd;color:#fff;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:#adb5bd;pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:#6c757d;display:block;font-size:.875rem;margin-bottom:0;padding:.5rem 1rem;white-space:nowrap}.dropdown-item-text{color:#212529;display:block;padding:.25rem 1rem}.dropdown-menu-dark{background-color:#343a40;border-color:rgba(0,0,0,.15);color:#dee2e6}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{background-color:hsla(0,0%,100%,.15);color:#fff}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{background-color:#0d6efd;color:#fff}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{color:#0d6efd;display:block;padding:.5rem 1rem;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.nav-link.disabled{color:#6c757d;cursor:default;pointer-events:none}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{background:none;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem;margin-bottom:-1px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#6c757d}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#fff;border-color:#dee2e6 #dee2e6 #fff;color:#495057}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#0d6efd;color:#fff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:.5rem;padding-top:.5rem;position:relative}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{align-items:center;display:flex;flex-wrap:inherit;justify-content:space-between}.navbar-brand{font-size:1.25rem;margin-right:1rem;padding-bottom:.3125rem;padding-top:.3125rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:1px solid transparent;border-radius:.25rem;font-size:1.25rem;line-height:1;padding:.25rem .75rem;transition:box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{box-shadow:0 0 0 .25rem;outline:0;text-decoration:none}.navbar-toggler-icon{height:1.5em;width:1.5em}.navbar-nav-scroll{max-height:75vh;max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media(min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler,.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;-webkit-transform:none;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-sm .offcanvas-bottom,.navbar-expand-sm .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler,.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;-webkit-transform:none;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-md .offcanvas-bottom,.navbar-expand-md .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler,.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;-webkit-transform:none;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-lg .offcanvas-bottom,.navbar-expand-lg .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler,.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;-webkit-transform:none;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-xl .offcanvas-bottom,.navbar-expand-xl .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}@media(min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler,.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;-webkit-transform:none;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand-xxl .offcanvas-bottom,.navbar-expand-xxl .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler,.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{background-color:transparent;border-left:0;border-right:0;bottom:0;flex-grow:1;position:inherit;-webkit-transform:none;transform:none;transition:none;visibility:visible!important;z-index:1000}.navbar-expand .offcanvas-bottom,.navbar-expand .offcanvas-top{border-bottom:0;border-top:0;height:auto}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;overflow-y:visible;padding:0}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.55)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{border-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{word-wrap:break-word;background-clip:initial;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;display:flex;flex-direction:column;min-width:0;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:1rem}.card-header{background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125);margin-bottom:0;padding:.5rem 1rem}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125);padding:.5rem 1rem}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{border-bottom:0;margin-bottom:-.5rem}.card-header-pills,.card-header-tabs{margin-left:-.5rem;margin-right:-.5rem}.card-img-overlay{border-radius:calc(.25rem - 1px);bottom:0;left:0;padding:1rem;position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{background-color:#fff;color:#212529}@media(prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){background-color:#e7f1ff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.125);color:#0c63e4}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.accordion-button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:1.25rem;content:"";flex-shrink:0;height:1.25rem;margin-left:auto;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:1.25rem}@media(prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{border-color:#86b7fe;box-shadow:0 0 0 .25rem rgba(147,51,234,.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#fff;border:1px solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-left:0;border-radius:0;border-right:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:0}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{color:#6c757d;content:"/";content:var(--bs-breadcrumb-divider,"/");float:left;padding-right:.5rem}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;list-style:none;padding-left:0}.page-link{background-color:#fff;border:1px solid #dee2e6;color:#0d6efd;display:block;position:relative;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{border-color:#dee2e6;z-index:2}.page-link:focus,.page-link:hover{background-color:#e9ecef;color:#0a58ca}.page-link:focus{box-shadow:0 0 0 .25rem rgba(147,51,234,.25);outline:0;z-index:3}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{background-color:#0d6efd;border-color:#0d6efd;color:#fff;z-index:3}.page-item.disabled .page-link{background-color:#fff;border-color:#dee2e6;color:#6c757d;pointer-events:none}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.pagination-lg .page-link{font-size:1.25rem;padding:.75rem 1.5rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{font-size:.875rem;padding:.25rem .5rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.badge{border-radius:.25rem;color:#fff;display:inline-block;font-size:.75em;font-weight:700;line-height:1;padding:.35em .65em;text-align:center;vertical-align:initial;white-space:nowrap}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{border:1px solid transparent;border-radius:.25rem;margin-bottom:1rem;padding:1rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{padding:1.25rem 1rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{background-color:#e9d6fb;border-color:#dfc2f9;color:#581f8c}.alert-primary .alert-link{color:#461970}.alert-secondary{background-color:#eeddfd;border-color:#e5ccfd;color:#653394}.alert-secondary .alert-link{color:#512976}.alert-success{background-color:#d0eddb;border-color:#b9e3c9;color:#0d622c}.alert-success .alert-link{color:#0a4e23}.alert-info{background-color:#d3f3df;border-color:#bdeecf;color:#147638}.alert-info .alert-link{color:#105e2d}.alert-danger-100{background-color:#fcdada;border-color:#fac7c7;color:#8f2929}.alert-danger-100 .alert-link{color:#722121}.alert-danger{background-color:#f8d4d4;border-color:#f5bebe;color:#841717}.alert-danger .alert-link{color:#6a1212}.alert-light{background-color:#fefefe;border-color:#fdfefe;color:#636465}.alert-light .alert-link{color:#4f5051}.alert-light-2{background-color:#fcfdfe;border-color:#fbfcfd;color:#606264}.alert-light-2 .alert-link{color:#4d4e50}.alert-light-3{background-color:#fafdff;border-color:#f7fbff;color:#5b6166}.alert-light-3 .alert-link{color:#494e52}.alert-white{background-color:#fff;border-color:#fff;color:#666}.alert-white .alert-link{color:#525252}.alert-grey{background-color:#e0e3e8;border-color:#d1d5dc;color:#3c4653}.alert-grey .alert-link{color:#303842}.alert-light-grey{background-color:#f9fafc;border-color:#f6f8fb;color:#5a5d60}.alert-light-grey .alert-link{color:#484a4d}.alert-grey-md{background-color:#eaedf1;border-color:#dfe3ea;color:#59626e}.alert-grey-md .alert-link{color:#474e58}.alert-grey-md-2{background-color:#f1f4f8;border-color:#eaeef4;color:#4a5058}.alert-grey-md-2 .alert-link{color:#3b4046}.alert-dark-grey{background-color:#d3d4d4;border-color:#bebebf;color:#161719}.alert-dark-grey .alert-link{color:#121214}.alert-black{background-color:#ccc;border-color:#b3b3b3;color:#000}.alert-black .alert-link{color:#000}.alert-oxford-blue{background-color:#d2d4d8;border-color:#bcbfc4;color:#121923}.alert-oxford-blue .alert-link{color:#0e141c}.alert-navy-blue{background-color:#d3cfe2;border-color:#bdb7d3;color:#160a41}.alert-navy-blue .alert-link{color:#120834}.alert-transparent{background-color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.7);color:rgba(0,0,0,.6)}.alert-transparent .alert-link{color:rgba(0,0,0,.68)}.alert-yellow{background-color:#fef5d0;border-color:#fef0b9;color:#645208}.alert-yellow .alert-link{color:#504206}.alert-disabled{background-color:#fbfbfc;border-color:#f8f9fa;color:#5d5e60}.alert-disabled .alert-link{color:#4a4b4d}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{background-color:#e9ecef;border-radius:.25rem;font-size:.75rem;height:1rem}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{background-color:#0d6efd;color:#fff;flex-direction:column;justify-content:center;text-align:center;transition:width .6s ease;white-space:nowrap}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{border-radius:.25rem;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-numbered{counter-reset:section;list-style-type:none}.list-group-numbered>li:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{color:#495057;text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:#f8f9fa;color:#495057;text-decoration:none;z-index:1}.list-group-item-action:active{background-color:#e9ecef;color:#212529}.list-group-item{background-color:#fff;border:1px solid rgba(0,0,0,.125);color:#212529;display:block;padding:.5rem 1rem;position:relative;text-decoration:none}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:#fff;color:#6c757d;pointer-events:none}.list-group-item.active{background-color:#0d6efd;border-color:#0d6efd;color:#fff;z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:1px;margin-top:-1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media(min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{background-color:#e9d6fb;color:#581f8c}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#d2c1e2;color:#581f8c}.list-group-item-primary.list-group-item-action.active{background-color:#581f8c;border-color:#581f8c;color:#fff}.list-group-item-secondary{background-color:#eeddfd;color:#653394}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#d6c7e4;color:#653394}.list-group-item-secondary.list-group-item-action.active{background-color:#653394;border-color:#653394;color:#fff}.list-group-item-success{background-color:#d0eddb;color:#0d622c}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#bbd5c5;color:#0d622c}.list-group-item-success.list-group-item-action.active{background-color:#0d622c;border-color:#0d622c;color:#fff}.list-group-item-info{background-color:#d3f3df;color:#147638}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#bedbc9;color:#147638}.list-group-item-info.list-group-item-action.active{background-color:#147638;border-color:#147638;color:#fff}.list-group-item-danger-100{background-color:#fcdada;color:#8f2929}.list-group-item-danger-100.list-group-item-action:focus,.list-group-item-danger-100.list-group-item-action:hover{background-color:#e3c4c4;color:#8f2929}.list-group-item-danger-100.list-group-item-action.active{background-color:#8f2929;border-color:#8f2929;color:#fff}.list-group-item-danger{background-color:#f8d4d4;color:#841717}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#dfbfbf;color:#841717}.list-group-item-danger.list-group-item-action.active{background-color:#841717;border-color:#841717;color:#fff}.list-group-item-light{background-color:#fefefe;color:#636465}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#e5e5e5;color:#636465}.list-group-item-light.list-group-item-action.active{background-color:#636465;border-color:#636465;color:#fff}.list-group-item-light-2{background-color:#fcfdfe;color:#606264}.list-group-item-light-2.list-group-item-action:focus,.list-group-item-light-2.list-group-item-action:hover{background-color:#e3e4e5;color:#606264}.list-group-item-light-2.list-group-item-action.active{background-color:#606264;border-color:#606264;color:#fff}.list-group-item-light-3{background-color:#fafdff;color:#5b6166}.list-group-item-light-3.list-group-item-action:focus,.list-group-item-light-3.list-group-item-action:hover{background-color:#e1e4e6;color:#5b6166}.list-group-item-light-3.list-group-item-action.active{background-color:#5b6166;border-color:#5b6166;color:#fff}.list-group-item-white{background-color:#fff;color:#666}.list-group-item-white.list-group-item-action:focus,.list-group-item-white.list-group-item-action:hover{background-color:#e6e6e6;color:#666}.list-group-item-white.list-group-item-action.active{background-color:#666;border-color:#666;color:#fff}.list-group-item-grey{background-color:#e0e3e8;color:#3c4653}.list-group-item-grey.list-group-item-action:focus,.list-group-item-grey.list-group-item-action:hover{background-color:#caccd1;color:#3c4653}.list-group-item-grey.list-group-item-action.active{background-color:#3c4653;border-color:#3c4653;color:#fff}.list-group-item-light-grey{background-color:#f9fafc;color:#5a5d60}.list-group-item-light-grey.list-group-item-action:focus,.list-group-item-light-grey.list-group-item-action:hover{background-color:#e0e1e3;color:#5a5d60}.list-group-item-light-grey.list-group-item-action.active{background-color:#5a5d60;border-color:#5a5d60;color:#fff}.list-group-item-grey-md{background-color:#eaedf1;color:#59626e}.list-group-item-grey-md.list-group-item-action:focus,.list-group-item-grey-md.list-group-item-action:hover{background-color:#d3d5d9;color:#59626e}.list-group-item-grey-md.list-group-item-action.active{background-color:#59626e;border-color:#59626e;color:#fff}.list-group-item-grey-md-2{background-color:#f1f4f8;color:#4a5058}.list-group-item-grey-md-2.list-group-item-action:focus,.list-group-item-grey-md-2.list-group-item-action:hover{background-color:#d9dcdf;color:#4a5058}.list-group-item-grey-md-2.list-group-item-action.active{background-color:#4a5058;border-color:#4a5058;color:#fff}.list-group-item-dark-grey{background-color:#d3d4d4;color:#161719}.list-group-item-dark-grey.list-group-item-action:focus,.list-group-item-dark-grey.list-group-item-action:hover{background-color:#bebfbf;color:#161719}.list-group-item-dark-grey.list-group-item-action.active{background-color:#161719;border-color:#161719;color:#fff}.list-group-item-black{background-color:#ccc;color:#000}.list-group-item-black.list-group-item-action:focus,.list-group-item-black.list-group-item-action:hover{background-color:#b8b8b8;color:#000}.list-group-item-black.list-group-item-action.active{background-color:#000;border-color:#000;color:#fff}.list-group-item-oxford-blue{background-color:#d2d4d8;color:#121923}.list-group-item-oxford-blue.list-group-item-action:focus,.list-group-item-oxford-blue.list-group-item-action:hover{background-color:#bdbfc2;color:#121923}.list-group-item-oxford-blue.list-group-item-action.active{background-color:#121923;border-color:#121923;color:#fff}.list-group-item-navy-blue{background-color:#d3cfe2;color:#160a41}.list-group-item-navy-blue.list-group-item-action:focus,.list-group-item-navy-blue.list-group-item-action:hover{background-color:#bebacb;color:#160a41}.list-group-item-navy-blue.list-group-item-action.active{background-color:#160a41;border-color:#160a41;color:#fff}.list-group-item-transparent{background-color:hsla(0,0%,100%,.8);color:rgba(0,0,0,.6)}.list-group-item-transparent.list-group-item-action:focus,.list-group-item-transparent.list-group-item-action:hover{background-color:hsla(0,0%,86%,.82);color:rgba(0,0,0,.6)}.list-group-item-transparent.list-group-item-action.active{background-color:rgba(0,0,0,.6);border-color:rgba(0,0,0,.6);color:#fff}.list-group-item-yellow{background-color:#fef5d0;color:#645208}.list-group-item-yellow.list-group-item-action:focus,.list-group-item-yellow.list-group-item-action:hover{background-color:#e5ddbb;color:#645208}.list-group-item-yellow.list-group-item-action.active{background-color:#645208;border-color:#645208;color:#fff}.list-group-item-disabled{background-color:#fbfbfc;color:#5d5e60}.list-group-item-disabled.list-group-item-action:focus,.list-group-item-disabled.list-group-item-action:hover{background-color:#e2e2e3;color:#5d5e60}.list-group-item-disabled.list-group-item-action.active{background-color:#5d5e60;border-color:#5d5e60;color:#fff}.btn-close{background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;border:0;border-radius:.25rem;box-sizing:initial;color:#000;height:1em;opacity:.5;padding:.25em;width:1em}.btn-close:hover{color:#000;opacity:.75;text-decoration:none}.btn-close:focus{box-shadow:0 0 0 .25rem rgba(147,51,234,.25);opacity:1;outline:0}.btn-close.disabled,.btn-close:disabled{opacity:.25;pointer-events:none;-webkit-user-select:none;user-select:none}.btn-close-white{-webkit-filter:invert(1) grayscale(100%) brightness(200%);filter:invert(1) grayscale(100%) brightness(200%)}.toast{background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border:1px solid rgba(0,0,0,.1);border-radius:.25rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);font-size:.875rem;max-width:100%;pointer-events:auto;width:350px}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{max-width:100%;pointer-events:none;width:-webkit-max-content;width:max-content}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{align-items:center;background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);color:#6c757d;display:flex;padding:.5rem .75rem}.toast-header .btn-close{margin-left:.75rem;margin-right:-.375rem}.toast-body{word-wrap:break-word;padding:.75rem}.modal{display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:1055}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{-webkit-transform:translateY(-50px);transform:translateY(-50px);transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-content{border-radius:.3rem}.modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1050}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{align-items:center;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);display:flex;flex-shrink:0;justify-content:space-between;padding:1rem}.modal-header .btn-close{margin:-.5rem -.5rem -.5rem auto;padding:.5rem}.modal-title{line-height:1.5;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-footer{align-items:center;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);border-top:1px solid #dee2e6;display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.modal-footer>*{margin:.25rem}@media(min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media(max-width:575.98px){.modal-fullscreen-sm-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-sm-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media(max-width:767.98px){.modal-fullscreen-md-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-md-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media(max-width:991.98px){.modal-fullscreen-lg-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-lg-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media(max-width:1199.98px){.modal-fullscreen-xl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media(max-width:1399.98px){.modal-fullscreen-xxl-down{height:100%;margin:0;max-width:none;width:100vw}.modal-fullscreen-xxl-down .modal-content{border:0;border-radius:0;height:100%}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{word-wrap:break-word;display:block;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-family:var(--bs-font-sans-serif);font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1080}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{display:block;height:.4rem;position:absolute;width:.8rem}.tooltip .tooltip-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-top-color:#000;border-width:.4rem .4rem 0;top:-1px}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{height:.8rem;left:0;width:.4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{border-right-color:#000;border-width:.4rem .4rem .4rem 0;right:-1px}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:#000;border-width:0 .4rem .4rem;bottom:-1px}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{height:.8rem;right:0;width:.4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-left-color:#000;border-width:.4rem 0 .4rem .4rem;left:-1px}.tooltip-inner{background-color:#000;border-radius:.25rem;color:#fff;max-width:200px;padding:.25rem .5rem;text-align:center}.popover{word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;display:block;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-family:var(--bs-font-sans-serif);font-size:.875rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:276px;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.popover .popover-arrow{display:block;height:.5rem;position:absolute;width:1rem}.popover .popover-arrow:after,.popover .popover-arrow:before{border-color:transparent;border-style:solid;content:"";display:block;position:absolute}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{border-top-color:rgba(0,0,0,.25);border-width:.5rem .5rem 0;bottom:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{border-top-color:#fff;border-width:.5rem .5rem 0;bottom:1px}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{height:1rem;left:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{border-right-color:rgba(0,0,0,.25);border-width:.5rem .5rem .5rem 0;left:0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{border-bottom-color:rgba(0,0,0,.25);border-width:0 .5rem .5rem;top:0}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{border-bottom-color:#fff;border-width:0 .5rem .5rem;top:1px}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #f0f0f0;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{height:1rem;right:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{border-left-color:rgba(0,0,0,.25);border-width:.5rem 0 .5rem .5rem;right:0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;right:1px}.popover-header{background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);font-size:1rem;margin-bottom:0;padding:.5rem 1rem}.popover-header:empty{display:none}.popover-body{color:#212529;padding:1rem}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out;width:100%}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){-webkit-transform:translateX(100%);transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){-webkit-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;-webkit-transform:none;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{opacity:0;transition:opacity 0s .6s;z-index:0}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:inline-block;height:2rem;width:2rem}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin-bottom:1rem;margin-left:15%;margin-right:15%;padding:0;position:absolute;right:0;z-index:2}.carousel-indicators [data-bs-target]{background-clip:padding-box;background-color:#fff;border:0;border-bottom:10px solid transparent;border-top:10px solid transparent;box-sizing:initial;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;padding:0;text-indent:-999px;transition:opacity .6s ease;width:30px}@media(prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:1.25rem;color:#fff;left:15%;padding-bottom:1.25rem;padding-top:1.25rem;position:absolute;right:15%;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{-webkit-filter:invert(1) grayscale(100);filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spinner-border{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.spinner-border{-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite;border:.25em solid;border-radius:50%;border-right:.25em solid transparent;display:inline-block;height:2rem;vertical-align:-.125em;width:2rem}.spinner-border-sm{border-width:.2em;height:1rem;width:1rem}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite;background-color:currentColor;border-radius:50%;display:inline-block;height:2rem;opacity:0;vertical-align:-.125em;width:2rem}.spinner-grow-sm{height:1rem;width:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{background-clip:padding-box;background-color:#fff;bottom:0;display:flex;flex-direction:column;max-width:100%;outline:0;position:fixed;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;visibility:hidden;z-index:1045}@media(prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{align-items:center;display:flex;justify-content:space-between;padding:1rem}.offcanvas-header .btn-close{margin-bottom:-.5rem;margin-right:-.5rem;margin-top:-.5rem;padding:.5rem}.offcanvas-title{line-height:1.5;margin-bottom:0}.offcanvas-body{flex-grow:1;overflow-y:auto;padding:1rem}.offcanvas-start{border-right:1px solid rgba(0,0,0,.2);left:0;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);width:400px}.offcanvas-end{border-left:1px solid rgba(0,0,0,.2);right:0;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);width:400px}.offcanvas-top{border-bottom:1px solid rgba(0,0,0,.2);top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.offcanvas-bottom,.offcanvas-top{height:30vh;left:0;max-height:100%;right:0}.offcanvas-bottom{border-top:1px solid rgba(0,0,0,.2);-webkit-transform:translateY(100%);transform:translateY(100%)}.offcanvas.show{-webkit-transform:none;transform:none}.placeholder{background-color:currentColor;cursor:wait;display:inline-block;min-height:1em;opacity:.5;vertical-align:middle}.placeholder.btn:before{content:"";display:inline-block}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite;-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%}@-webkit-keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}@keyframes placeholder-wave{to{-webkit-mask-position:-200% 0;mask-position:-200% 0}}.clearfix:after{clear:both;content:"";display:block}.link-primary{color:#9333ea}.link-primary:focus,.link-primary:hover{color:#7629bb}.link-secondary{color:#a855f7}.link-secondary:focus,.link-secondary:hover{color:#b977f9}.link-success{color:#16a34a}.link-success:focus,.link-success:hover{color:#45b56e}.link-info{color:#22c55e}.link-info:focus,.link-info:hover{color:#4ed17e}.link-danger-100{color:#ef4444}.link-danger-100:focus,.link-danger-100:hover{color:#f26969}.link-danger{color:#dc2626}.link-danger:focus,.link-danger:hover{color:#b01e1e}.link-light{color:#f8fafc}.link-light:focus,.link-light:hover{color:#f9fbfd}.link-light-2{color:#f1f5f9}.link-light-2:focus,.link-light-2:hover{color:#f4f7fa}.link-light-3{color:#e4f3fe}.link-light-3:focus,.link-light-3:hover{color:#e9f5fe}.link-white,.link-white:focus,.link-white:hover{color:#fff}.link-grey{color:#64748b}.link-grey:focus,.link-grey:hover{color:#505d6f}.link-light-grey{color:#e2e8f0}.link-light-grey:focus,.link-light-grey:hover{color:#e8edf3}.link-grey-md{color:#94a3b8}.link-grey-md:focus,.link-grey-md:hover{color:#a9b5c6}.link-grey-md-2{color:#b9c7db}.link-grey-md-2:focus,.link-grey-md-2:hover{color:#c7d2e2}.link-dark-grey{color:#252729}.link-dark-grey:focus,.link-dark-grey:hover{color:#1e1f21}.link-black,.link-black:focus,.link-black:hover{color:#000}.link-oxford-blue{color:#1e293b}.link-oxford-blue:focus,.link-oxford-blue:hover{color:#18212f}.link-navy-blue{color:#24106c}.link-navy-blue:focus,.link-navy-blue:hover{color:#1d0d56}.link-transparent{color:transparent}.link-transparent:focus,.link-transparent:hover{color:rgba(0,0,0,.2)}.link-yellow{color:#facc15}.link-yellow:focus,.link-yellow:hover{color:#fbd644}.link-disabled{color:#e9ecef}.link-disabled:focus,.link-disabled:hover{color:#edf0f2}.ratio{position:relative;width:100%}.ratio:before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.ratio>*{height:100%;left:0;position:absolute;top:0;width:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media(min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{align-items:center;flex-direction:row}.hstack,.vstack{align-self:stretch;display:flex}.vstack{flex:1 1 auto;flex-direction:column}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.stretched-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{align-self:stretch;background-color:currentColor;display:inline-block;min-height:1em;opacity:.25;width:1px}.align-baseline{vertical-align:initial!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow-none{box-shadow:none!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-md{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-bottom{box-shadow:0 .5rem .5rem rgba(0,0,0,.1)!important}.position-fixed{position:fixed!important}.position-absolute{position:absolute!important}.position-relative{position:relative!important}.position-static{position:static!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.translate-middle{-webkit-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important}.translate-middle-x{-webkit-transform:translateX(-50%)!important;transform:translateX(-50%)!important}.translate-middle-y{-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#9333ea!important}.border-secondary{border-color:#a855f7!important}.border-success{border-color:#16a34a!important}.border-info{border-color:#22c55e!important}.border-danger-100{border-color:#ef4444!important}.border-danger{border-color:#dc2626!important}.border-light{border-color:#f8fafc!important}.border-light-2{border-color:#f1f5f9!important}.border-light-3{border-color:#e4f3fe!important}.border-white{border-color:#fff!important}.border-grey{border-color:#64748b!important}.border-light-grey{border-color:#e2e8f0!important}.border-grey-md{border-color:#94a3b8!important}.border-grey-md-2{border-color:#b9c7db!important}.border-dark-grey{border-color:#252729!important}.border-black{border-color:#000!important}.border-oxford-blue{border-color:#1e293b!important}.border-navy-blue{border-color:#24106c!important}.border-transparent{border-color:transparent!important}.border-yellow{border-color:#facc15!important}.border-disabled{border-color:#e9ecef!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-auto{width:auto!important}.w-100{width:100%!important}.w-95{width:95%!important}.w-90{width:90%!important}.w-85{width:85%!important}.w-80{width:80%!important}.w-75{width:75%!important}.w-70{width:70%!important}.w-65{width:65%!important}.w-64{width:64%!important}.w-60{width:60%!important}.w-55{width:55%!important}.w-50{width:50%!important}.w-52{width:52%!important}.w-45{width:45%!important}.w-40{width:40%!important}.w-35{width:35%!important}.w-30{width:30%!important}.w-25{width:25%!important}.w-20{width:20%!important}.w-15{width:15%!important}.w-10{width:10%!important}.w-7{width:7%!important}.w-5{width:5%!important}.w-0{width:0!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-0-5{gap:.125rem!important}.gap-1{gap:.25rem!important}.gap-1-5{gap:.375rem!important}.gap-2{gap:.5rem!important}.gap-2-5{gap:.75rem!important}.gap-3{gap:1rem!important}.gap-3-5{gap:1.25rem!important}.gap-4{gap:1.5rem!important}.gap-4-5{gap:1.875rem!important}.gap-4-6{gap:2rem!important}.gap-5{gap:3rem!important}.gap-6{gap:4rem!important}.gap-8{gap:6rem!important}.gap-9{gap:7rem!important}.gap-10{gap:8rem!important}.gap-11{gap:9rem!important}.gap-12{gap:10rem!important}.gap-13{gap:11rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-0-5{margin:.125rem!important}.m-1{margin:.25rem!important}.m-1-5{margin:.375rem!important}.m-2{margin:.5rem!important}.m-2-5{margin:.75rem!important}.m-3{margin:1rem!important}.m-3-5{margin:1.25rem!important}.m-4{margin:1.5rem!important}.m-4-5{margin:1.875rem!important}.m-4-6{margin:2rem!important}.m-5{margin:3rem!important}.m-6{margin:4rem!important}.m-8{margin:6rem!important}.m-9{margin:7rem!important}.m-10{margin:8rem!important}.m-11{margin:9rem!important}.m-12{margin:10rem!important}.m-13{margin:11rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-0-5{margin-left:.125rem!important;margin-right:.125rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-1-5{margin-left:.375rem!important;margin-right:.375rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-2-5{margin-left:.75rem!important;margin-right:.75rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-3-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-4-5{margin-left:1.875rem!important;margin-right:1.875rem!important}.mx-4-6{margin-left:2rem!important;margin-right:2rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.mx-6{margin-left:4rem!important;margin-right:4rem!important}.mx-8{margin-left:6rem!important;margin-right:6rem!important}.mx-9{margin-left:7rem!important;margin-right:7rem!important}.mx-10{margin-left:8rem!important;margin-right:8rem!important}.mx-11{margin-left:9rem!important;margin-right:9rem!important}.mx-12{margin-left:10rem!important;margin-right:10rem!important}.mx-13{margin-left:11rem!important;margin-right:11rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-0-5{margin-bottom:.125rem!important;margin-top:.125rem!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-1-5{margin-bottom:.375rem!important;margin-top:.375rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-2-5{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-3-5{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-4-5{margin-bottom:1.875rem!important;margin-top:1.875rem!important}.my-4-6{margin-bottom:2rem!important;margin-top:2rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-6{margin-bottom:4rem!important;margin-top:4rem!important}.my-8{margin-bottom:6rem!important;margin-top:6rem!important}.my-9{margin-bottom:7rem!important;margin-top:7rem!important}.my-10{margin-bottom:8rem!important;margin-top:8rem!important}.my-11{margin-bottom:9rem!important;margin-top:9rem!important}.my-12{margin-bottom:10rem!important;margin-top:10rem!important}.my-13{margin-bottom:11rem!important;margin-top:11rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-0-5{margin-top:.125rem!important}.mt-1{margin-top:.25rem!important}.mt-1-5{margin-top:.375rem!important}.mt-2{margin-top:.5rem!important}.mt-2-5{margin-top:.875rem!important}.mt-3{margin-top:1rem!important}.mt-3-5{margin-top:1.25rem!important}.mt-4{margin-top:1.5rem!important}.mt-4-5{margin-top:1.875rem!important}.mt-4-6{margin-top:2rem!important}.mt-5{margin-top:3rem!important}.mt-6{margin-top:4rem!important}.mt-8{margin-top:6rem!important}.mt-9{margin-top:7rem!important}.mt-10{margin-top:8rem!important}.mt-11{margin-top:9rem!important}.mt-12{margin-top:10rem!important}.mt-13{margin-top:11rem!important}.me-0{margin-right:0!important}.me-0-5{margin-right:.125rem!important}.me-1{margin-right:.25rem!important}.me-1-5{margin-right:.375rem!important}.me-2{margin-right:.5rem!important}.me-2-5{margin-right:.75rem!important}.me-3{margin-right:1rem!important}.me-3-5{margin-right:1.25rem!important}.me-4{margin-right:1.5rem!important}.me-4-5{margin-right:1.875rem!important}.me-4-6{margin-right:2rem!important}.me-5{margin-right:3rem!important}.me-6{margin-right:4rem!important}.me-8{margin-right:6rem!important}.me-9{margin-right:7rem!important}.me-10{margin-right:8rem!important}.me-11{margin-right:9rem!important}.me-12{margin-right:10rem!important}.me-13{margin-right:11rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-0-5{margin-bottom:.125rem!important}.mb-1{margin-bottom:.25rem!important}.mb-1-5{margin-bottom:.375rem!important}.mb-2{margin-bottom:.5rem!important}.mb-2-5{margin-bottom:.875rem!important}.mb-3{margin-bottom:1rem!important}.mb-3-5{margin-bottom:1.25rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-4-5{margin-bottom:1.875rem!important}.mb-4-6{margin-bottom:2rem!important}.mb-5{margin-bottom:3rem!important}.mb-6{margin-bottom:4rem!important}.mb-8{margin-bottom:6rem!important}.mb-9{margin-bottom:7rem!important}.mb-10{margin-bottom:8rem!important}.mb-11{margin-bottom:9rem!important}.mb-12{margin-bottom:10rem!important}.mb-13{margin-bottom:11rem!important}.ms-0{margin-left:0!important}.ms-0-5{margin-left:.125rem!important}.ms-1{margin-left:.25rem!important}.ms-1-5{margin-left:.375rem!important}.ms-2{margin-left:.5rem!important}.ms-2-5{margin-left:.75rem!important}.ms-3{margin-left:1rem!important}.ms-3-5{margin-left:1.25rem!important}.ms-4{margin-left:1.5rem!important}.ms-4-5{margin-left:1.875rem!important}.ms-4-6{margin-left:2rem!important}.ms-5{margin-left:3rem!important}.ms-6{margin-left:4rem!important}.ms-8{margin-left:6rem!important}.ms-9{margin-left:7rem!important}.ms-10{margin-left:8rem!important}.ms-11{margin-left:9rem!important}.ms-12{margin-left:10rem!important}.ms-13{margin-left:11rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-0-5{padding:.125rem!important}.p-1{padding:.25rem!important}.p-1-5{padding:.375rem!important}.p-2{padding:.5rem!important}.p-2-5{padding:.875rem!important}.p-3{padding:1rem!important}.p-3-5{padding:1.25rem!important}.p-4{padding:1.5rem!important}.p-4-5{padding:2.25rem!important}.p-4-6{padding:2rem!important}.p-5{padding:3rem!important}.p-6{padding:4rem!important}.p-8{padding:6rem!important}.p-9{padding:7rem!important}.p-10{padding:8rem!important}.p-11{padding:9rem!important}.p-12{padding:10rem!important}.p-13{padding:11rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-0-5{padding-left:.125rem!important;padding-right:.125rem!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-1-5{padding-left:.375rem!important;padding-right:.375rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-2-5{padding-left:.75rem!important;padding-right:.75rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-3-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-4-5{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-4-6{padding-left:2rem!important;padding-right:2rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.px-6{padding-left:4rem!important;padding-right:4rem!important}.px-8{padding-left:6rem!important;padding-right:6rem!important}.px-9{padding-left:7rem!important;padding-right:7rem!important}.px-10{padding-left:8rem!important;padding-right:8rem!important}.px-11{padding-left:9rem!important;padding-right:9rem!important}.px-12{padding-left:10rem!important;padding-right:10rem!important}.px-13{padding-left:11rem!important;padding-right:11rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-0-5{padding-bottom:.125rem!important;padding-top:.125rem!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-1-5{padding-bottom:.375rem!important;padding-top:.375rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-2-5{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-3-5{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-4-5{padding-bottom:1.875rem!important;padding-top:1.875rem!important}.py-4-6{padding-bottom:2rem!important;padding-top:2rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-6{padding-bottom:4rem!important;padding-top:4rem!important}.py-8{padding-bottom:6rem!important;padding-top:6rem!important}.py-9{padding-bottom:7rem!important;padding-top:7rem!important}.py-10{padding-bottom:8rem!important;padding-top:8rem!important}.py-11{padding-bottom:9rem!important;padding-top:9rem!important}.py-12{padding-bottom:10rem!important;padding-top:10rem!important}.py-13{padding-bottom:11rem!important;padding-top:11rem!important}.pt-0{padding-top:0!important}.pt-0-5{padding-top:.125rem!important}.pt-1{padding-top:.25rem!important}.pt-1-5{padding-top:.375rem!important}.pt-2{padding-top:.5rem!important}.pt-2-5{padding-top:.875rem!important}.pt-3{padding-top:1rem!important}.pt-3-5{padding-top:1.25rem!important}.pt-4{padding-top:1.5rem!important}.pt-4-5{padding-top:1.875rem!important}.pt-4-6{padding-top:2rem!important}.pt-5{padding-top:3rem!important}.pt-6{padding-top:4rem!important}.pt-8{padding-top:6rem!important}.pt-9{padding-top:7rem!important}.pt-10{padding-top:8rem!important}.pt-11{padding-top:9rem!important}.pt-12{padding-top:10rem!important}.pt-13{padding-top:11rem!important}.pe-0{padding-right:0!important}.pe-0-5{padding-right:.125rem!important}.pe-1{padding-right:.25rem!important}.pe-1-5{padding-right:.375rem!important}.pe-2{padding-right:.5rem!important}.pe-2-5{padding-right:.75rem!important}.pe-3{padding-right:1rem!important}.pe-3-5{padding-right:1.25rem!important}.pe-4{padding-right:1.5rem!important}.pe-4-5{padding-right:1.875rem!important}.pe-4-6{padding-right:2rem!important}.pe-5{padding-right:3rem!important}.pe-6{padding-right:4rem!important}.pe-8{padding-right:6rem!important}.pe-9{padding-right:7rem!important}.pe-10{padding-right:8rem!important}.pe-11{padding-right:9rem!important}.pe-12{padding-right:10rem!important}.pe-13{padding-right:11rem!important}.pb-0{padding-bottom:0!important}.pb-0-5{padding-bottom:.125rem!important}.pb-1{padding-bottom:.25rem!important}.pb-1-5{padding-bottom:.375rem!important}.pb-2{padding-bottom:.5rem!important}.pb-2-5{padding-bottom:.875rem!important}.pb-3{padding-bottom:1rem!important}.pb-3-5{padding-bottom:1.25rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-4-5{padding-bottom:1.875rem!important}.pb-4-6{padding-bottom:2rem!important}.pb-5{padding-bottom:3rem!important}.pb-6{padding-bottom:4rem!important}.pb-8{padding-bottom:6rem!important}.pb-9{padding-bottom:7rem!important}.pb-10{padding-bottom:8rem!important}.pb-11{padding-bottom:9rem!important}.pb-12{padding-bottom:10rem!important}.pb-13{padding-bottom:11rem!important}.ps-0{padding-left:0!important}.ps-0-5{padding-left:.125rem!important}.ps-1{padding-left:.25rem!important}.ps-1-5{padding-left:.375rem!important}.ps-2{padding-left:.5rem!important}.ps-2-5{padding-left:.875rem!important}.ps-3{padding-left:1rem!important}.ps-3-5{padding-left:1.25rem!important}.ps-4{padding-left:1.5rem!important}.ps-4-5{padding-left:1.875rem!important}.ps-4-6{padding-left:2rem!important}.ps-5{padding-left:3rem!important}.ps-6{padding-left:4rem!important}.ps-8{padding-left:6rem!important}.ps-9{padding-left:7rem!important}.ps-10{padding-left:8rem!important}.ps-11{padding-left:9rem!important}.ps-12{padding-left:10rem!important}.ps-13{padding-left:11rem!important}.font-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important;font-family:var(--bs-font-monospace)!important}.fs-8{font-size:8px!important}.fs-10{font-size:10px!important}.fs-12{font-size:12px!important}.fs-14{font-size:14px!important}.fs-16{font-size:16px!important}.fs-18{font-size:18px!important}.fs-20{font-size:20px!important}.fs-25{font-size:25px!important}.fs-30{font-size:30px!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-regular{font-weight:400!important}.fw-semibold{font-weight:600!important}.fw-bold{font-weight:700!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-center{text-align:center!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(147,51,234,var(--bs-text-opacity))!important;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(168,85,247,var(--bs-text-opacity))!important;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(22,163,74,var(--bs-text-opacity))!important;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(34,197,94,var(--bs-text-opacity))!important;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-danger-100{--bs-text-opacity:1;color:rgba(239,68,68,var(--bs-text-opacity))!important;color:rgba(var(--bs-danger-100-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(220,38,38,var(--bs-text-opacity))!important;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(248,250,252,var(--bs-text-opacity))!important;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-light-2{--bs-text-opacity:1;color:rgba(241,245,249,var(--bs-text-opacity))!important;color:rgba(var(--bs-light-2-rgb),var(--bs-text-opacity))!important}.text-light-3{--bs-text-opacity:1;color:rgba(228,243,254,var(--bs-text-opacity))!important;color:rgba(var(--bs-light-3-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(255,255,255,var(--bs-text-opacity))!important;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-grey{--bs-text-opacity:1;color:rgba(100,116,139,var(--bs-text-opacity))!important;color:rgba(var(--bs-grey-rgb),var(--bs-text-opacity))!important}.text-light-grey{--bs-text-opacity:1;color:rgba(226,232,240,var(--bs-text-opacity))!important;color:rgba(var(--bs-light-grey-rgb),var(--bs-text-opacity))!important}.text-grey-md{--bs-text-opacity:1;color:rgba(148,163,184,var(--bs-text-opacity))!important;color:rgba(var(--bs-grey-md-rgb),var(--bs-text-opacity))!important}.text-grey-md-2{--bs-text-opacity:1;color:rgba(185,199,219,var(--bs-text-opacity))!important;color:rgba(var(--bs-grey-md-2-rgb),var(--bs-text-opacity))!important}.text-dark-grey{--bs-text-opacity:1;color:rgba(37,39,41,var(--bs-text-opacity))!important;color:rgba(var(--bs-dark-grey-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(0,0,0,var(--bs-text-opacity))!important;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-oxford-blue{--bs-text-opacity:1;color:rgba(30,41,59,var(--bs-text-opacity))!important;color:rgba(var(--bs-oxford-blue-rgb),var(--bs-text-opacity))!important}.text-navy-blue{--bs-text-opacity:1;color:rgba(36,16,108,var(--bs-text-opacity))!important;color:rgba(var(--bs-navy-blue-rgb),var(--bs-text-opacity))!important}.text-transparent{--bs-text-opacity:1;color:rgba(0,0,0,var(--bs-text-opacity))!important;color:rgba(var(--bs-transparent-rgb),var(--bs-text-opacity))!important}.text-yellow{--bs-text-opacity:1;color:rgba(250,204,21,var(--bs-text-opacity))!important;color:rgba(var(--bs-yellow-rgb),var(--bs-text-opacity))!important}.text-disabled{--bs-text-opacity:1;color:rgba(233,236,239,var(--bs-text-opacity))!important;color:rgba(var(--bs-disabled-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(33,37,41,var(--bs-text-opacity))!important;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:hsla(0,0%,100%,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(147,51,234,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(168,85,247,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(22,163,74,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(34,197,94,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-danger-100{--bs-bg-opacity:1;background-color:rgba(239,68,68,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-danger-100-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(220,38,38,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(248,250,252,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-light-2{--bs-bg-opacity:1;background-color:rgba(241,245,249,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-light-2-rgb),var(--bs-bg-opacity))!important}.bg-light-3{--bs-bg-opacity:1;background-color:rgba(228,243,254,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-light-3-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(255,255,255,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-grey{--bs-bg-opacity:1;background-color:rgba(100,116,139,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-grey-rgb),var(--bs-bg-opacity))!important}.bg-light-grey{--bs-bg-opacity:1;background-color:rgba(226,232,240,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-light-grey-rgb),var(--bs-bg-opacity))!important}.bg-grey-md{--bs-bg-opacity:1;background-color:rgba(148,163,184,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-grey-md-rgb),var(--bs-bg-opacity))!important}.bg-grey-md-2{--bs-bg-opacity:1;background-color:rgba(185,199,219,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-grey-md-2-rgb),var(--bs-bg-opacity))!important}.bg-dark-grey{--bs-bg-opacity:1;background-color:rgba(37,39,41,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-dark-grey-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(0,0,0,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-oxford-blue{--bs-bg-opacity:1;background-color:rgba(30,41,59,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-oxford-blue-rgb),var(--bs-bg-opacity))!important}.bg-navy-blue{--bs-bg-opacity:1;background-color:rgba(36,16,108,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-navy-blue-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-yellow{--bs-bg-opacity:1;background-color:rgba(250,204,21,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-yellow-rgb),var(--bs-bg-opacity))!important}.bg-disabled{--bs-bg-opacity:1;background-color:rgba(233,236,239,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-disabled-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(255,255,255,var(--bs-bg-opacity))!important;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0))!important;background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-bottom-left-radius:5px!important;border-bottom-right-radius:5px!important;border-top-left-radius:5px!important;border-top-right-radius:5px!important}.rounded-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-1{border-bottom-left-radius:1rem!important;border-bottom-right-radius:1rem!important;border-top-left-radius:1rem!important;border-top-right-radius:1rem!important}.rounded-5{border-bottom-left-radius:5px!important;border-bottom-right-radius:5px!important;border-top-left-radius:5px!important;border-top-right-radius:5px!important}.rounded-10{border-bottom-left-radius:10px!important;border-bottom-right-radius:10px!important;border-top-left-radius:10px!important;border-top-right-radius:10px!important}.rounded-15{border-bottom-left-radius:15px!important;border-bottom-right-radius:15px!important;border-top-left-radius:15px!important;border-top-right-radius:15px!important}.rounded-20{border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important;border-top-left-radius:20px!important;border-top-right-radius:20px!important}.rounded-30{border-bottom-left-radius:30px!important;border-bottom-right-radius:30px!important;border-top-left-radius:30px!important;border-top-right-radius:30px!important}.rounded-50{border-bottom-left-radius:50px!important;border-bottom-right-radius:50px!important;border-top-left-radius:50px!important;border-top-right-radius:50px!important}.rounded-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important;border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-pill{border-bottom-left-radius:50rem!important;border-bottom-right-radius:50rem!important;border-top-left-radius:50rem!important;border-top-right-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-end,.rounded-top{border-top-right-radius:.25rem!important}.rounded-end{border-bottom-right-radius:.25rem!important}.rounded-bottom-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-bottom-10{border-bottom-left-radius:10px!important;border-bottom-right-radius:10px!important}.rounded-bottom-15{border-bottom-left-radius:15px!important;border-bottom-right-radius:15px!important}.rounded-bottom-20{border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important}.rounded-bottom-30{border-bottom-left-radius:30px!important;border-bottom-right-radius:30px!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.of-cover{object-fit:cover!important}.of-contain{object-fit:contain!important}.zi-0{z-index:0!important}.zi-1{z-index:1!important}.zi-2,.zi-3{z-index:3!important}.zi-4{z-index:4!important}.zi-5{z-index:5!important}.zi-6{z-index:6!important}.zi-7{z-index:7!important}.zi-8{z-index:8!important}.zi-9{z-index:9!important}.zi-10{z-index:10!important}.zi-99{z-index:99!important}.zi-100{z-index:100!important}.zi-101{z-index:101!important}.zi-9999{z-index:9999!important}.zi-99999{z-index:99999!important}.end-100{right:100%!important}.end-90{right:90%!important}.end-75{right:75%!important}.end-50{right:50%!important}.end-25{right:25%!important}.end-10{right:10%!important}.end-5{right:5%!important}.end-0{right:0!important}.cursor-auto{cursor:auto!important}.cursor-default{cursor:default!important}.cursor-pointer{cursor:pointer!important}.cursor-wait{cursor:wait!important}.cursor-text{cursor:text!important}.cursor-move{cursor:move!important}.cursor-help{cursor:help!important}.cursor-not-allowed{cursor:not-allowed!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-0-5{gap:.125rem!important}.gap-sm-1{gap:.25rem!important}.gap-sm-1-5{gap:.375rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-2-5{gap:.75rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-3-5{gap:1.25rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-4-5{gap:1.875rem!important}.gap-sm-4-6{gap:2rem!important}.gap-sm-5{gap:3rem!important}.gap-sm-6{gap:4rem!important}.gap-sm-8{gap:6rem!important}.gap-sm-9{gap:7rem!important}.gap-sm-10{gap:8rem!important}.gap-sm-11{gap:9rem!important}.gap-sm-12{gap:10rem!important}.gap-sm-13{gap:11rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-0-5{margin:.125rem!important}.m-sm-1{margin:.25rem!important}.m-sm-1-5{margin:.375rem!important}.m-sm-2{margin:.5rem!important}.m-sm-2-5{margin:.75rem!important}.m-sm-3{margin:1rem!important}.m-sm-3-5{margin:1.25rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-4-5{margin:1.875rem!important}.m-sm-4-6{margin:2rem!important}.m-sm-5{margin:3rem!important}.m-sm-6{margin:4rem!important}.m-sm-8{margin:6rem!important}.m-sm-9{margin:7rem!important}.m-sm-10{margin:8rem!important}.m-sm-11{margin:9rem!important}.m-sm-12{margin:10rem!important}.m-sm-13{margin:11rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-left:0!important;margin-right:0!important}.mx-sm-0-5{margin-left:.125rem!important;margin-right:.125rem!important}.mx-sm-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-sm-1-5{margin-left:.375rem!important;margin-right:.375rem!important}.mx-sm-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-sm-2-5{margin-left:.75rem!important;margin-right:.75rem!important}.mx-sm-3{margin-left:1rem!important;margin-right:1rem!important}.mx-sm-3-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-sm-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-sm-4-5{margin-left:1.875rem!important;margin-right:1.875rem!important}.mx-sm-4-6{margin-left:2rem!important;margin-right:2rem!important}.mx-sm-5{margin-left:3rem!important;margin-right:3rem!important}.mx-sm-6{margin-left:4rem!important;margin-right:4rem!important}.mx-sm-8{margin-left:6rem!important;margin-right:6rem!important}.mx-sm-9{margin-left:7rem!important;margin-right:7rem!important}.mx-sm-10{margin-left:8rem!important;margin-right:8rem!important}.mx-sm-11{margin-left:9rem!important;margin-right:9rem!important}.mx-sm-12{margin-left:10rem!important;margin-right:10rem!important}.mx-sm-13{margin-left:11rem!important;margin-right:11rem!important}.mx-sm-auto{margin-left:auto!important;margin-right:auto!important}.my-sm-0{margin-bottom:0!important;margin-top:0!important}.my-sm-0-5{margin-bottom:.125rem!important;margin-top:.125rem!important}.my-sm-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-sm-1-5{margin-bottom:.375rem!important;margin-top:.375rem!important}.my-sm-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-sm-2-5{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-sm-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-sm-3-5{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-sm-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-sm-4-5{margin-bottom:1.875rem!important;margin-top:1.875rem!important}.my-sm-4-6{margin-bottom:2rem!important;margin-top:2rem!important}.my-sm-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-sm-6{margin-bottom:4rem!important;margin-top:4rem!important}.my-sm-8{margin-bottom:6rem!important;margin-top:6rem!important}.my-sm-9{margin-bottom:7rem!important;margin-top:7rem!important}.my-sm-10{margin-bottom:8rem!important;margin-top:8rem!important}.my-sm-11{margin-bottom:9rem!important;margin-top:9rem!important}.my-sm-12{margin-bottom:10rem!important;margin-top:10rem!important}.my-sm-13{margin-bottom:11rem!important;margin-top:11rem!important}.my-sm-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-0-5{margin-top:.125rem!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-1-5{margin-top:.375rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-2-5{margin-top:.875rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-3-5{margin-top:1.25rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-4-5{margin-top:1.875rem!important}.mt-sm-4-6{margin-top:2rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-6{margin-top:4rem!important}.mt-sm-8{margin-top:6rem!important}.mt-sm-9{margin-top:7rem!important}.mt-sm-10{margin-top:8rem!important}.mt-sm-11{margin-top:9rem!important}.mt-sm-12{margin-top:10rem!important}.mt-sm-13{margin-top:11rem!important}.me-sm-0{margin-right:0!important}.me-sm-0-5{margin-right:.125rem!important}.me-sm-1{margin-right:.25rem!important}.me-sm-1-5{margin-right:.375rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-2-5{margin-right:.75rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-3-5{margin-right:1.25rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-4-5{margin-right:1.875rem!important}.me-sm-4-6{margin-right:2rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-6{margin-right:4rem!important}.me-sm-8{margin-right:6rem!important}.me-sm-9{margin-right:7rem!important}.me-sm-10{margin-right:8rem!important}.me-sm-11{margin-right:9rem!important}.me-sm-12{margin-right:10rem!important}.me-sm-13{margin-right:11rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-0-5{margin-bottom:.125rem!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-1-5{margin-bottom:.375rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-2-5{margin-bottom:.875rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-3-5{margin-bottom:1.25rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-4-5{margin-bottom:1.875rem!important}.mb-sm-4-6{margin-bottom:2rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-6{margin-bottom:4rem!important}.mb-sm-8{margin-bottom:6rem!important}.mb-sm-9{margin-bottom:7rem!important}.mb-sm-10{margin-bottom:8rem!important}.mb-sm-11{margin-bottom:9rem!important}.mb-sm-12{margin-bottom:10rem!important}.mb-sm-13{margin-bottom:11rem!important}.ms-sm-0{margin-left:0!important}.ms-sm-0-5{margin-left:.125rem!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-1-5{margin-left:.375rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-2-5{margin-left:.75rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-3-5{margin-left:1.25rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-4-5{margin-left:1.875rem!important}.ms-sm-4-6{margin-left:2rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-6{margin-left:4rem!important}.ms-sm-8{margin-left:6rem!important}.ms-sm-9{margin-left:7rem!important}.ms-sm-10{margin-left:8rem!important}.ms-sm-11{margin-left:9rem!important}.ms-sm-12{margin-left:10rem!important}.ms-sm-13{margin-left:11rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-0-5{padding:.125rem!important}.p-sm-1{padding:.25rem!important}.p-sm-1-5{padding:.375rem!important}.p-sm-2{padding:.5rem!important}.p-sm-2-5{padding:.875rem!important}.p-sm-3{padding:1rem!important}.p-sm-3-5{padding:1.25rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-4-5{padding:2.25rem!important}.p-sm-4-6{padding:2rem!important}.p-sm-5{padding:3rem!important}.p-sm-6{padding:4rem!important}.p-sm-8{padding:6rem!important}.p-sm-9{padding:7rem!important}.p-sm-10{padding:8rem!important}.p-sm-11{padding:9rem!important}.p-sm-12{padding:10rem!important}.p-sm-13{padding:11rem!important}.px-sm-0{padding-left:0!important;padding-right:0!important}.px-sm-0-5{padding-left:.125rem!important;padding-right:.125rem!important}.px-sm-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-sm-1-5{padding-left:.375rem!important;padding-right:.375rem!important}.px-sm-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-sm-2-5{padding-left:.75rem!important;padding-right:.75rem!important}.px-sm-3{padding-left:1rem!important;padding-right:1rem!important}.px-sm-3-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-sm-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-sm-4-5{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-sm-4-6{padding-left:2rem!important;padding-right:2rem!important}.px-sm-5{padding-left:3rem!important;padding-right:3rem!important}.px-sm-6{padding-left:4rem!important;padding-right:4rem!important}.px-sm-8{padding-left:6rem!important;padding-right:6rem!important}.px-sm-9{padding-left:7rem!important;padding-right:7rem!important}.px-sm-10{padding-left:8rem!important;padding-right:8rem!important}.px-sm-11{padding-left:9rem!important;padding-right:9rem!important}.px-sm-12{padding-left:10rem!important;padding-right:10rem!important}.px-sm-13{padding-left:11rem!important;padding-right:11rem!important}.py-sm-0{padding-bottom:0!important;padding-top:0!important}.py-sm-0-5{padding-bottom:.125rem!important;padding-top:.125rem!important}.py-sm-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-sm-1-5{padding-bottom:.375rem!important;padding-top:.375rem!important}.py-sm-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-sm-2-5{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-sm-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-sm-3-5{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-sm-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-sm-4-5{padding-bottom:1.875rem!important;padding-top:1.875rem!important}.py-sm-4-6{padding-bottom:2rem!important;padding-top:2rem!important}.py-sm-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-sm-6{padding-bottom:4rem!important;padding-top:4rem!important}.py-sm-8{padding-bottom:6rem!important;padding-top:6rem!important}.py-sm-9{padding-bottom:7rem!important;padding-top:7rem!important}.py-sm-10{padding-bottom:8rem!important;padding-top:8rem!important}.py-sm-11{padding-bottom:9rem!important;padding-top:9rem!important}.py-sm-12{padding-bottom:10rem!important;padding-top:10rem!important}.py-sm-13{padding-bottom:11rem!important;padding-top:11rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-0-5{padding-top:.125rem!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-1-5{padding-top:.375rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-2-5{padding-top:.875rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-3-5{padding-top:1.25rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-4-5{padding-top:1.875rem!important}.pt-sm-4-6{padding-top:2rem!important}.pt-sm-5{padding-top:3rem!important}.pt-sm-6{padding-top:4rem!important}.pt-sm-8{padding-top:6rem!important}.pt-sm-9{padding-top:7rem!important}.pt-sm-10{padding-top:8rem!important}.pt-sm-11{padding-top:9rem!important}.pt-sm-12{padding-top:10rem!important}.pt-sm-13{padding-top:11rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-0-5{padding-right:.125rem!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-1-5{padding-right:.375rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-2-5{padding-right:.75rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-3-5{padding-right:1.25rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-4-5{padding-right:1.875rem!important}.pe-sm-4-6{padding-right:2rem!important}.pe-sm-5{padding-right:3rem!important}.pe-sm-6{padding-right:4rem!important}.pe-sm-8{padding-right:6rem!important}.pe-sm-9{padding-right:7rem!important}.pe-sm-10{padding-right:8rem!important}.pe-sm-11{padding-right:9rem!important}.pe-sm-12{padding-right:10rem!important}.pe-sm-13{padding-right:11rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-0-5{padding-bottom:.125rem!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-1-5{padding-bottom:.375rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-2-5{padding-bottom:.875rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-3-5{padding-bottom:1.25rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-4-5{padding-bottom:1.875rem!important}.pb-sm-4-6{padding-bottom:2rem!important}.pb-sm-5{padding-bottom:3rem!important}.pb-sm-6{padding-bottom:4rem!important}.pb-sm-8{padding-bottom:6rem!important}.pb-sm-9{padding-bottom:7rem!important}.pb-sm-10{padding-bottom:8rem!important}.pb-sm-11{padding-bottom:9rem!important}.pb-sm-12{padding-bottom:10rem!important}.pb-sm-13{padding-bottom:11rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-0-5{padding-left:.125rem!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-1-5{padding-left:.375rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-2-5{padding-left:.875rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-3-5{padding-left:1.25rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-4-5{padding-left:1.875rem!important}.ps-sm-4-6{padding-left:2rem!important}.ps-sm-5{padding-left:3rem!important}.ps-sm-6{padding-left:4rem!important}.ps-sm-8{padding-left:6rem!important}.ps-sm-9{padding-left:7rem!important}.ps-sm-10{padding-left:8rem!important}.ps-sm-11{padding-left:9rem!important}.ps-sm-12{padding-left:10rem!important}.ps-sm-13{padding-left:11rem!important}}@media(min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-0-5{gap:.125rem!important}.gap-md-1{gap:.25rem!important}.gap-md-1-5{gap:.375rem!important}.gap-md-2{gap:.5rem!important}.gap-md-2-5{gap:.75rem!important}.gap-md-3{gap:1rem!important}.gap-md-3-5{gap:1.25rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-4-5{gap:1.875rem!important}.gap-md-4-6{gap:2rem!important}.gap-md-5{gap:3rem!important}.gap-md-6{gap:4rem!important}.gap-md-8{gap:6rem!important}.gap-md-9{gap:7rem!important}.gap-md-10{gap:8rem!important}.gap-md-11{gap:9rem!important}.gap-md-12{gap:10rem!important}.gap-md-13{gap:11rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-0-5{margin:.125rem!important}.m-md-1{margin:.25rem!important}.m-md-1-5{margin:.375rem!important}.m-md-2{margin:.5rem!important}.m-md-2-5{margin:.75rem!important}.m-md-3{margin:1rem!important}.m-md-3-5{margin:1.25rem!important}.m-md-4{margin:1.5rem!important}.m-md-4-5{margin:1.875rem!important}.m-md-4-6{margin:2rem!important}.m-md-5{margin:3rem!important}.m-md-6{margin:4rem!important}.m-md-8{margin:6rem!important}.m-md-9{margin:7rem!important}.m-md-10{margin:8rem!important}.m-md-11{margin:9rem!important}.m-md-12{margin:10rem!important}.m-md-13{margin:11rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-left:0!important;margin-right:0!important}.mx-md-0-5{margin-left:.125rem!important;margin-right:.125rem!important}.mx-md-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-md-1-5{margin-left:.375rem!important;margin-right:.375rem!important}.mx-md-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-md-2-5{margin-left:.75rem!important;margin-right:.75rem!important}.mx-md-3{margin-left:1rem!important;margin-right:1rem!important}.mx-md-3-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-md-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-md-4-5{margin-left:1.875rem!important;margin-right:1.875rem!important}.mx-md-4-6{margin-left:2rem!important;margin-right:2rem!important}.mx-md-5{margin-left:3rem!important;margin-right:3rem!important}.mx-md-6{margin-left:4rem!important;margin-right:4rem!important}.mx-md-8{margin-left:6rem!important;margin-right:6rem!important}.mx-md-9{margin-left:7rem!important;margin-right:7rem!important}.mx-md-10{margin-left:8rem!important;margin-right:8rem!important}.mx-md-11{margin-left:9rem!important;margin-right:9rem!important}.mx-md-12{margin-left:10rem!important;margin-right:10rem!important}.mx-md-13{margin-left:11rem!important;margin-right:11rem!important}.mx-md-auto{margin-left:auto!important;margin-right:auto!important}.my-md-0{margin-bottom:0!important;margin-top:0!important}.my-md-0-5{margin-bottom:.125rem!important;margin-top:.125rem!important}.my-md-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-md-1-5{margin-bottom:.375rem!important;margin-top:.375rem!important}.my-md-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-md-2-5{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-md-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-md-3-5{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-md-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-md-4-5{margin-bottom:1.875rem!important;margin-top:1.875rem!important}.my-md-4-6{margin-bottom:2rem!important;margin-top:2rem!important}.my-md-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-md-6{margin-bottom:4rem!important;margin-top:4rem!important}.my-md-8{margin-bottom:6rem!important;margin-top:6rem!important}.my-md-9{margin-bottom:7rem!important;margin-top:7rem!important}.my-md-10{margin-bottom:8rem!important;margin-top:8rem!important}.my-md-11{margin-bottom:9rem!important;margin-top:9rem!important}.my-md-12{margin-bottom:10rem!important;margin-top:10rem!important}.my-md-13{margin-bottom:11rem!important;margin-top:11rem!important}.my-md-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-md-0{margin-top:0!important}.mt-md-0-5{margin-top:.125rem!important}.mt-md-1{margin-top:.25rem!important}.mt-md-1-5{margin-top:.375rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-2-5{margin-top:.875rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-3-5{margin-top:1.25rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-4-5{margin-top:1.875rem!important}.mt-md-4-6{margin-top:2rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-6{margin-top:4rem!important}.mt-md-8{margin-top:6rem!important}.mt-md-9{margin-top:7rem!important}.mt-md-10{margin-top:8rem!important}.mt-md-11{margin-top:9rem!important}.mt-md-12{margin-top:10rem!important}.mt-md-13{margin-top:11rem!important}.me-md-0{margin-right:0!important}.me-md-0-5{margin-right:.125rem!important}.me-md-1{margin-right:.25rem!important}.me-md-1-5{margin-right:.375rem!important}.me-md-2{margin-right:.5rem!important}.me-md-2-5{margin-right:.75rem!important}.me-md-3{margin-right:1rem!important}.me-md-3-5{margin-right:1.25rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-4-5{margin-right:1.875rem!important}.me-md-4-6{margin-right:2rem!important}.me-md-5{margin-right:3rem!important}.me-md-6{margin-right:4rem!important}.me-md-8{margin-right:6rem!important}.me-md-9{margin-right:7rem!important}.me-md-10{margin-right:8rem!important}.me-md-11{margin-right:9rem!important}.me-md-12{margin-right:10rem!important}.me-md-13{margin-right:11rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-0-5{margin-bottom:.125rem!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-1-5{margin-bottom:.375rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-2-5{margin-bottom:.875rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-3-5{margin-bottom:1.25rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-4-5{margin-bottom:1.875rem!important}.mb-md-4-6{margin-bottom:2rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-6{margin-bottom:4rem!important}.mb-md-8{margin-bottom:6rem!important}.mb-md-9{margin-bottom:7rem!important}.mb-md-10{margin-bottom:8rem!important}.mb-md-11{margin-bottom:9rem!important}.mb-md-12{margin-bottom:10rem!important}.mb-md-13{margin-bottom:11rem!important}.ms-md-0{margin-left:0!important}.ms-md-0-5{margin-left:.125rem!important}.ms-md-1{margin-left:.25rem!important}.ms-md-1-5{margin-left:.375rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-2-5{margin-left:.75rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-3-5{margin-left:1.25rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-4-5{margin-left:1.875rem!important}.ms-md-4-6{margin-left:2rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-6{margin-left:4rem!important}.ms-md-8{margin-left:6rem!important}.ms-md-9{margin-left:7rem!important}.ms-md-10{margin-left:8rem!important}.ms-md-11{margin-left:9rem!important}.ms-md-12{margin-left:10rem!important}.ms-md-13{margin-left:11rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-0-5{padding:.125rem!important}.p-md-1{padding:.25rem!important}.p-md-1-5{padding:.375rem!important}.p-md-2{padding:.5rem!important}.p-md-2-5{padding:.875rem!important}.p-md-3{padding:1rem!important}.p-md-3-5{padding:1.25rem!important}.p-md-4{padding:1.5rem!important}.p-md-4-5{padding:2.25rem!important}.p-md-4-6{padding:2rem!important}.p-md-5{padding:3rem!important}.p-md-6{padding:4rem!important}.p-md-8{padding:6rem!important}.p-md-9{padding:7rem!important}.p-md-10{padding:8rem!important}.p-md-11{padding:9rem!important}.p-md-12{padding:10rem!important}.p-md-13{padding:11rem!important}.px-md-0{padding-left:0!important;padding-right:0!important}.px-md-0-5{padding-left:.125rem!important;padding-right:.125rem!important}.px-md-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-md-1-5{padding-left:.375rem!important;padding-right:.375rem!important}.px-md-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-md-2-5{padding-left:.75rem!important;padding-right:.75rem!important}.px-md-3{padding-left:1rem!important;padding-right:1rem!important}.px-md-3-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-md-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-md-4-5{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-md-4-6{padding-left:2rem!important;padding-right:2rem!important}.px-md-5{padding-left:3rem!important;padding-right:3rem!important}.px-md-6{padding-left:4rem!important;padding-right:4rem!important}.px-md-8{padding-left:6rem!important;padding-right:6rem!important}.px-md-9{padding-left:7rem!important;padding-right:7rem!important}.px-md-10{padding-left:8rem!important;padding-right:8rem!important}.px-md-11{padding-left:9rem!important;padding-right:9rem!important}.px-md-12{padding-left:10rem!important;padding-right:10rem!important}.px-md-13{padding-left:11rem!important;padding-right:11rem!important}.py-md-0{padding-bottom:0!important;padding-top:0!important}.py-md-0-5{padding-bottom:.125rem!important;padding-top:.125rem!important}.py-md-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-md-1-5{padding-bottom:.375rem!important;padding-top:.375rem!important}.py-md-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-md-2-5{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-md-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-md-3-5{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-md-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-md-4-5{padding-bottom:1.875rem!important;padding-top:1.875rem!important}.py-md-4-6{padding-bottom:2rem!important;padding-top:2rem!important}.py-md-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-md-6{padding-bottom:4rem!important;padding-top:4rem!important}.py-md-8{padding-bottom:6rem!important;padding-top:6rem!important}.py-md-9{padding-bottom:7rem!important;padding-top:7rem!important}.py-md-10{padding-bottom:8rem!important;padding-top:8rem!important}.py-md-11{padding-bottom:9rem!important;padding-top:9rem!important}.py-md-12{padding-bottom:10rem!important;padding-top:10rem!important}.py-md-13{padding-bottom:11rem!important;padding-top:11rem!important}.pt-md-0{padding-top:0!important}.pt-md-0-5{padding-top:.125rem!important}.pt-md-1{padding-top:.25rem!important}.pt-md-1-5{padding-top:.375rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-2-5{padding-top:.875rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-3-5{padding-top:1.25rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-4-5{padding-top:1.875rem!important}.pt-md-4-6{padding-top:2rem!important}.pt-md-5{padding-top:3rem!important}.pt-md-6{padding-top:4rem!important}.pt-md-8{padding-top:6rem!important}.pt-md-9{padding-top:7rem!important}.pt-md-10{padding-top:8rem!important}.pt-md-11{padding-top:9rem!important}.pt-md-12{padding-top:10rem!important}.pt-md-13{padding-top:11rem!important}.pe-md-0{padding-right:0!important}.pe-md-0-5{padding-right:.125rem!important}.pe-md-1{padding-right:.25rem!important}.pe-md-1-5{padding-right:.375rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-2-5{padding-right:.75rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-3-5{padding-right:1.25rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-4-5{padding-right:1.875rem!important}.pe-md-4-6{padding-right:2rem!important}.pe-md-5{padding-right:3rem!important}.pe-md-6{padding-right:4rem!important}.pe-md-8{padding-right:6rem!important}.pe-md-9{padding-right:7rem!important}.pe-md-10{padding-right:8rem!important}.pe-md-11{padding-right:9rem!important}.pe-md-12{padding-right:10rem!important}.pe-md-13{padding-right:11rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-0-5{padding-bottom:.125rem!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-1-5{padding-bottom:.375rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-2-5{padding-bottom:.875rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-3-5{padding-bottom:1.25rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-4-5{padding-bottom:1.875rem!important}.pb-md-4-6{padding-bottom:2rem!important}.pb-md-5{padding-bottom:3rem!important}.pb-md-6{padding-bottom:4rem!important}.pb-md-8{padding-bottom:6rem!important}.pb-md-9{padding-bottom:7rem!important}.pb-md-10{padding-bottom:8rem!important}.pb-md-11{padding-bottom:9rem!important}.pb-md-12{padding-bottom:10rem!important}.pb-md-13{padding-bottom:11rem!important}.ps-md-0{padding-left:0!important}.ps-md-0-5{padding-left:.125rem!important}.ps-md-1{padding-left:.25rem!important}.ps-md-1-5{padding-left:.375rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-2-5{padding-left:.875rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-3-5{padding-left:1.25rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-4-5{padding-left:1.875rem!important}.ps-md-4-6{padding-left:2rem!important}.ps-md-5{padding-left:3rem!important}.ps-md-6{padding-left:4rem!important}.ps-md-8{padding-left:6rem!important}.ps-md-9{padding-left:7rem!important}.ps-md-10{padding-left:8rem!important}.ps-md-11{padding-left:9rem!important}.ps-md-12{padding-left:10rem!important}.ps-md-13{padding-left:11rem!important}}@media(min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-0-5{gap:.125rem!important}.gap-lg-1{gap:.25rem!important}.gap-lg-1-5{gap:.375rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-2-5{gap:.75rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-3-5{gap:1.25rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-4-5{gap:1.875rem!important}.gap-lg-4-6{gap:2rem!important}.gap-lg-5{gap:3rem!important}.gap-lg-6{gap:4rem!important}.gap-lg-8{gap:6rem!important}.gap-lg-9{gap:7rem!important}.gap-lg-10{gap:8rem!important}.gap-lg-11{gap:9rem!important}.gap-lg-12{gap:10rem!important}.gap-lg-13{gap:11rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-0-5{margin:.125rem!important}.m-lg-1{margin:.25rem!important}.m-lg-1-5{margin:.375rem!important}.m-lg-2{margin:.5rem!important}.m-lg-2-5{margin:.75rem!important}.m-lg-3{margin:1rem!important}.m-lg-3-5{margin:1.25rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-4-5{margin:1.875rem!important}.m-lg-4-6{margin:2rem!important}.m-lg-5{margin:3rem!important}.m-lg-6{margin:4rem!important}.m-lg-8{margin:6rem!important}.m-lg-9{margin:7rem!important}.m-lg-10{margin:8rem!important}.m-lg-11{margin:9rem!important}.m-lg-12{margin:10rem!important}.m-lg-13{margin:11rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-left:0!important;margin-right:0!important}.mx-lg-0-5{margin-left:.125rem!important;margin-right:.125rem!important}.mx-lg-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-lg-1-5{margin-left:.375rem!important;margin-right:.375rem!important}.mx-lg-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-lg-2-5{margin-left:.75rem!important;margin-right:.75rem!important}.mx-lg-3{margin-left:1rem!important;margin-right:1rem!important}.mx-lg-3-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-lg-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-lg-4-5{margin-left:1.875rem!important;margin-right:1.875rem!important}.mx-lg-4-6{margin-left:2rem!important;margin-right:2rem!important}.mx-lg-5{margin-left:3rem!important;margin-right:3rem!important}.mx-lg-6{margin-left:4rem!important;margin-right:4rem!important}.mx-lg-8{margin-left:6rem!important;margin-right:6rem!important}.mx-lg-9{margin-left:7rem!important;margin-right:7rem!important}.mx-lg-10{margin-left:8rem!important;margin-right:8rem!important}.mx-lg-11{margin-left:9rem!important;margin-right:9rem!important}.mx-lg-12{margin-left:10rem!important;margin-right:10rem!important}.mx-lg-13{margin-left:11rem!important;margin-right:11rem!important}.mx-lg-auto{margin-left:auto!important;margin-right:auto!important}.my-lg-0{margin-bottom:0!important;margin-top:0!important}.my-lg-0-5{margin-bottom:.125rem!important;margin-top:.125rem!important}.my-lg-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-lg-1-5{margin-bottom:.375rem!important;margin-top:.375rem!important}.my-lg-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-lg-2-5{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-lg-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-lg-3-5{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-lg-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-lg-4-5{margin-bottom:1.875rem!important;margin-top:1.875rem!important}.my-lg-4-6{margin-bottom:2rem!important;margin-top:2rem!important}.my-lg-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-lg-6{margin-bottom:4rem!important;margin-top:4rem!important}.my-lg-8{margin-bottom:6rem!important;margin-top:6rem!important}.my-lg-9{margin-bottom:7rem!important;margin-top:7rem!important}.my-lg-10{margin-bottom:8rem!important;margin-top:8rem!important}.my-lg-11{margin-bottom:9rem!important;margin-top:9rem!important}.my-lg-12{margin-bottom:10rem!important;margin-top:10rem!important}.my-lg-13{margin-bottom:11rem!important;margin-top:11rem!important}.my-lg-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-0-5{margin-top:.125rem!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-1-5{margin-top:.375rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-2-5{margin-top:.875rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-3-5{margin-top:1.25rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-4-5{margin-top:1.875rem!important}.mt-lg-4-6{margin-top:2rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-6{margin-top:4rem!important}.mt-lg-8{margin-top:6rem!important}.mt-lg-9{margin-top:7rem!important}.mt-lg-10{margin-top:8rem!important}.mt-lg-11{margin-top:9rem!important}.mt-lg-12{margin-top:10rem!important}.mt-lg-13{margin-top:11rem!important}.me-lg-0{margin-right:0!important}.me-lg-0-5{margin-right:.125rem!important}.me-lg-1{margin-right:.25rem!important}.me-lg-1-5{margin-right:.375rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-2-5{margin-right:.75rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-3-5{margin-right:1.25rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-4-5{margin-right:1.875rem!important}.me-lg-4-6{margin-right:2rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-6{margin-right:4rem!important}.me-lg-8{margin-right:6rem!important}.me-lg-9{margin-right:7rem!important}.me-lg-10{margin-right:8rem!important}.me-lg-11{margin-right:9rem!important}.me-lg-12{margin-right:10rem!important}.me-lg-13{margin-right:11rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-0-5{margin-bottom:.125rem!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-1-5{margin-bottom:.375rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-2-5{margin-bottom:.875rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-3-5{margin-bottom:1.25rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-4-5{margin-bottom:1.875rem!important}.mb-lg-4-6{margin-bottom:2rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-6{margin-bottom:4rem!important}.mb-lg-8{margin-bottom:6rem!important}.mb-lg-9{margin-bottom:7rem!important}.mb-lg-10{margin-bottom:8rem!important}.mb-lg-11{margin-bottom:9rem!important}.mb-lg-12{margin-bottom:10rem!important}.mb-lg-13{margin-bottom:11rem!important}.ms-lg-0{margin-left:0!important}.ms-lg-0-5{margin-left:.125rem!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-1-5{margin-left:.375rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-2-5{margin-left:.75rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-3-5{margin-left:1.25rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-4-5{margin-left:1.875rem!important}.ms-lg-4-6{margin-left:2rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-6{margin-left:4rem!important}.ms-lg-8{margin-left:6rem!important}.ms-lg-9{margin-left:7rem!important}.ms-lg-10{margin-left:8rem!important}.ms-lg-11{margin-left:9rem!important}.ms-lg-12{margin-left:10rem!important}.ms-lg-13{margin-left:11rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-0-5{padding:.125rem!important}.p-lg-1{padding:.25rem!important}.p-lg-1-5{padding:.375rem!important}.p-lg-2{padding:.5rem!important}.p-lg-2-5{padding:.875rem!important}.p-lg-3{padding:1rem!important}.p-lg-3-5{padding:1.25rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-4-5{padding:2.25rem!important}.p-lg-4-6{padding:2rem!important}.p-lg-5{padding:3rem!important}.p-lg-6{padding:4rem!important}.p-lg-8{padding:6rem!important}.p-lg-9{padding:7rem!important}.p-lg-10{padding:8rem!important}.p-lg-11{padding:9rem!important}.p-lg-12{padding:10rem!important}.p-lg-13{padding:11rem!important}.px-lg-0{padding-left:0!important;padding-right:0!important}.px-lg-0-5{padding-left:.125rem!important;padding-right:.125rem!important}.px-lg-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-lg-1-5{padding-left:.375rem!important;padding-right:.375rem!important}.px-lg-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-lg-2-5{padding-left:.75rem!important;padding-right:.75rem!important}.px-lg-3{padding-left:1rem!important;padding-right:1rem!important}.px-lg-3-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-lg-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-lg-4-5{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-lg-4-6{padding-left:2rem!important;padding-right:2rem!important}.px-lg-5{padding-left:3rem!important;padding-right:3rem!important}.px-lg-6{padding-left:4rem!important;padding-right:4rem!important}.px-lg-8{padding-left:6rem!important;padding-right:6rem!important}.px-lg-9{padding-left:7rem!important;padding-right:7rem!important}.px-lg-10{padding-left:8rem!important;padding-right:8rem!important}.px-lg-11{padding-left:9rem!important;padding-right:9rem!important}.px-lg-12{padding-left:10rem!important;padding-right:10rem!important}.px-lg-13{padding-left:11rem!important;padding-right:11rem!important}.py-lg-0{padding-bottom:0!important;padding-top:0!important}.py-lg-0-5{padding-bottom:.125rem!important;padding-top:.125rem!important}.py-lg-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-lg-1-5{padding-bottom:.375rem!important;padding-top:.375rem!important}.py-lg-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-lg-2-5{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-lg-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-lg-3-5{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-lg-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-lg-4-5{padding-bottom:1.875rem!important;padding-top:1.875rem!important}.py-lg-4-6{padding-bottom:2rem!important;padding-top:2rem!important}.py-lg-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-lg-6{padding-bottom:4rem!important;padding-top:4rem!important}.py-lg-8{padding-bottom:6rem!important;padding-top:6rem!important}.py-lg-9{padding-bottom:7rem!important;padding-top:7rem!important}.py-lg-10{padding-bottom:8rem!important;padding-top:8rem!important}.py-lg-11{padding-bottom:9rem!important;padding-top:9rem!important}.py-lg-12{padding-bottom:10rem!important;padding-top:10rem!important}.py-lg-13{padding-bottom:11rem!important;padding-top:11rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-0-5{padding-top:.125rem!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-1-5{padding-top:.375rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-2-5{padding-top:.875rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-3-5{padding-top:1.25rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-4-5{padding-top:1.875rem!important}.pt-lg-4-6{padding-top:2rem!important}.pt-lg-5{padding-top:3rem!important}.pt-lg-6{padding-top:4rem!important}.pt-lg-8{padding-top:6rem!important}.pt-lg-9{padding-top:7rem!important}.pt-lg-10{padding-top:8rem!important}.pt-lg-11{padding-top:9rem!important}.pt-lg-12{padding-top:10rem!important}.pt-lg-13{padding-top:11rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-0-5{padding-right:.125rem!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-1-5{padding-right:.375rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-2-5{padding-right:.75rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-3-5{padding-right:1.25rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-4-5{padding-right:1.875rem!important}.pe-lg-4-6{padding-right:2rem!important}.pe-lg-5{padding-right:3rem!important}.pe-lg-6{padding-right:4rem!important}.pe-lg-8{padding-right:6rem!important}.pe-lg-9{padding-right:7rem!important}.pe-lg-10{padding-right:8rem!important}.pe-lg-11{padding-right:9rem!important}.pe-lg-12{padding-right:10rem!important}.pe-lg-13{padding-right:11rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-0-5{padding-bottom:.125rem!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-1-5{padding-bottom:.375rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-2-5{padding-bottom:.875rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-3-5{padding-bottom:1.25rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-4-5{padding-bottom:1.875rem!important}.pb-lg-4-6{padding-bottom:2rem!important}.pb-lg-5{padding-bottom:3rem!important}.pb-lg-6{padding-bottom:4rem!important}.pb-lg-8{padding-bottom:6rem!important}.pb-lg-9{padding-bottom:7rem!important}.pb-lg-10{padding-bottom:8rem!important}.pb-lg-11{padding-bottom:9rem!important}.pb-lg-12{padding-bottom:10rem!important}.pb-lg-13{padding-bottom:11rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-0-5{padding-left:.125rem!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-1-5{padding-left:.375rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-2-5{padding-left:.875rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-3-5{padding-left:1.25rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-4-5{padding-left:1.875rem!important}.ps-lg-4-6{padding-left:2rem!important}.ps-lg-5{padding-left:3rem!important}.ps-lg-6{padding-left:4rem!important}.ps-lg-8{padding-left:6rem!important}.ps-lg-9{padding-left:7rem!important}.ps-lg-10{padding-left:8rem!important}.ps-lg-11{padding-left:9rem!important}.ps-lg-12{padding-left:10rem!important}.ps-lg-13{padding-left:11rem!important}}@media(min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-0-5{gap:.125rem!important}.gap-xl-1{gap:.25rem!important}.gap-xl-1-5{gap:.375rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-2-5{gap:.75rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-3-5{gap:1.25rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-4-5{gap:1.875rem!important}.gap-xl-4-6{gap:2rem!important}.gap-xl-5{gap:3rem!important}.gap-xl-6{gap:4rem!important}.gap-xl-8{gap:6rem!important}.gap-xl-9{gap:7rem!important}.gap-xl-10{gap:8rem!important}.gap-xl-11{gap:9rem!important}.gap-xl-12{gap:10rem!important}.gap-xl-13{gap:11rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-0-5{margin:.125rem!important}.m-xl-1{margin:.25rem!important}.m-xl-1-5{margin:.375rem!important}.m-xl-2{margin:.5rem!important}.m-xl-2-5{margin:.75rem!important}.m-xl-3{margin:1rem!important}.m-xl-3-5{margin:1.25rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-4-5{margin:1.875rem!important}.m-xl-4-6{margin:2rem!important}.m-xl-5{margin:3rem!important}.m-xl-6{margin:4rem!important}.m-xl-8{margin:6rem!important}.m-xl-9{margin:7rem!important}.m-xl-10{margin:8rem!important}.m-xl-11{margin:9rem!important}.m-xl-12{margin:10rem!important}.m-xl-13{margin:11rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-left:0!important;margin-right:0!important}.mx-xl-0-5{margin-left:.125rem!important;margin-right:.125rem!important}.mx-xl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xl-1-5{margin-left:.375rem!important;margin-right:.375rem!important}.mx-xl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xl-2-5{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xl-3-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-xl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xl-4-5{margin-left:1.875rem!important;margin-right:1.875rem!important}.mx-xl-4-6{margin-left:2rem!important;margin-right:2rem!important}.mx-xl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xl-6{margin-left:4rem!important;margin-right:4rem!important}.mx-xl-8{margin-left:6rem!important;margin-right:6rem!important}.mx-xl-9{margin-left:7rem!important;margin-right:7rem!important}.mx-xl-10{margin-left:8rem!important;margin-right:8rem!important}.mx-xl-11{margin-left:9rem!important;margin-right:9rem!important}.mx-xl-12{margin-left:10rem!important;margin-right:10rem!important}.mx-xl-13{margin-left:11rem!important;margin-right:11rem!important}.mx-xl-auto{margin-left:auto!important;margin-right:auto!important}.my-xl-0{margin-bottom:0!important;margin-top:0!important}.my-xl-0-5{margin-bottom:.125rem!important;margin-top:.125rem!important}.my-xl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xl-1-5{margin-bottom:.375rem!important;margin-top:.375rem!important}.my-xl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xl-2-5{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xl-3-5{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-xl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xl-4-5{margin-bottom:1.875rem!important;margin-top:1.875rem!important}.my-xl-4-6{margin-bottom:2rem!important;margin-top:2rem!important}.my-xl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xl-6{margin-bottom:4rem!important;margin-top:4rem!important}.my-xl-8{margin-bottom:6rem!important;margin-top:6rem!important}.my-xl-9{margin-bottom:7rem!important;margin-top:7rem!important}.my-xl-10{margin-bottom:8rem!important;margin-top:8rem!important}.my-xl-11{margin-bottom:9rem!important;margin-top:9rem!important}.my-xl-12{margin-bottom:10rem!important;margin-top:10rem!important}.my-xl-13{margin-bottom:11rem!important;margin-top:11rem!important}.my-xl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-0-5{margin-top:.125rem!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-1-5{margin-top:.375rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-2-5{margin-top:.875rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-3-5{margin-top:1.25rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-4-5{margin-top:1.875rem!important}.mt-xl-4-6{margin-top:2rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-6{margin-top:4rem!important}.mt-xl-8{margin-top:6rem!important}.mt-xl-9{margin-top:7rem!important}.mt-xl-10{margin-top:8rem!important}.mt-xl-11{margin-top:9rem!important}.mt-xl-12{margin-top:10rem!important}.mt-xl-13{margin-top:11rem!important}.me-xl-0{margin-right:0!important}.me-xl-0-5{margin-right:.125rem!important}.me-xl-1{margin-right:.25rem!important}.me-xl-1-5{margin-right:.375rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-2-5{margin-right:.75rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-3-5{margin-right:1.25rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-4-5{margin-right:1.875rem!important}.me-xl-4-6{margin-right:2rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-6{margin-right:4rem!important}.me-xl-8{margin-right:6rem!important}.me-xl-9{margin-right:7rem!important}.me-xl-10{margin-right:8rem!important}.me-xl-11{margin-right:9rem!important}.me-xl-12{margin-right:10rem!important}.me-xl-13{margin-right:11rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-0-5{margin-bottom:.125rem!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-1-5{margin-bottom:.375rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-2-5{margin-bottom:.875rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-3-5{margin-bottom:1.25rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-4-5{margin-bottom:1.875rem!important}.mb-xl-4-6{margin-bottom:2rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-6{margin-bottom:4rem!important}.mb-xl-8{margin-bottom:6rem!important}.mb-xl-9{margin-bottom:7rem!important}.mb-xl-10{margin-bottom:8rem!important}.mb-xl-11{margin-bottom:9rem!important}.mb-xl-12{margin-bottom:10rem!important}.mb-xl-13{margin-bottom:11rem!important}.ms-xl-0{margin-left:0!important}.ms-xl-0-5{margin-left:.125rem!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-1-5{margin-left:.375rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-2-5{margin-left:.75rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-3-5{margin-left:1.25rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-4-5{margin-left:1.875rem!important}.ms-xl-4-6{margin-left:2rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-6{margin-left:4rem!important}.ms-xl-8{margin-left:6rem!important}.ms-xl-9{margin-left:7rem!important}.ms-xl-10{margin-left:8rem!important}.ms-xl-11{margin-left:9rem!important}.ms-xl-12{margin-left:10rem!important}.ms-xl-13{margin-left:11rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-0-5{padding:.125rem!important}.p-xl-1{padding:.25rem!important}.p-xl-1-5{padding:.375rem!important}.p-xl-2{padding:.5rem!important}.p-xl-2-5{padding:.875rem!important}.p-xl-3{padding:1rem!important}.p-xl-3-5{padding:1.25rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-4-5{padding:2.25rem!important}.p-xl-4-6{padding:2rem!important}.p-xl-5{padding:3rem!important}.p-xl-6{padding:4rem!important}.p-xl-8{padding:6rem!important}.p-xl-9{padding:7rem!important}.p-xl-10{padding:8rem!important}.p-xl-11{padding:9rem!important}.p-xl-12{padding:10rem!important}.p-xl-13{padding:11rem!important}.px-xl-0{padding-left:0!important;padding-right:0!important}.px-xl-0-5{padding-left:.125rem!important;padding-right:.125rem!important}.px-xl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xl-1-5{padding-left:.375rem!important;padding-right:.375rem!important}.px-xl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xl-2-5{padding-left:.75rem!important;padding-right:.75rem!important}.px-xl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xl-3-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-xl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xl-4-5{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-xl-4-6{padding-left:2rem!important;padding-right:2rem!important}.px-xl-5{padding-left:3rem!important;padding-right:3rem!important}.px-xl-6{padding-left:4rem!important;padding-right:4rem!important}.px-xl-8{padding-left:6rem!important;padding-right:6rem!important}.px-xl-9{padding-left:7rem!important;padding-right:7rem!important}.px-xl-10{padding-left:8rem!important;padding-right:8rem!important}.px-xl-11{padding-left:9rem!important;padding-right:9rem!important}.px-xl-12{padding-left:10rem!important;padding-right:10rem!important}.px-xl-13{padding-left:11rem!important;padding-right:11rem!important}.py-xl-0{padding-bottom:0!important;padding-top:0!important}.py-xl-0-5{padding-bottom:.125rem!important;padding-top:.125rem!important}.py-xl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xl-1-5{padding-bottom:.375rem!important;padding-top:.375rem!important}.py-xl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xl-2-5{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xl-3-5{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-xl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xl-4-5{padding-bottom:1.875rem!important;padding-top:1.875rem!important}.py-xl-4-6{padding-bottom:2rem!important;padding-top:2rem!important}.py-xl-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-xl-6{padding-bottom:4rem!important;padding-top:4rem!important}.py-xl-8{padding-bottom:6rem!important;padding-top:6rem!important}.py-xl-9{padding-bottom:7rem!important;padding-top:7rem!important}.py-xl-10{padding-bottom:8rem!important;padding-top:8rem!important}.py-xl-11{padding-bottom:9rem!important;padding-top:9rem!important}.py-xl-12{padding-bottom:10rem!important;padding-top:10rem!important}.py-xl-13{padding-bottom:11rem!important;padding-top:11rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-0-5{padding-top:.125rem!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-1-5{padding-top:.375rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-2-5{padding-top:.875rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-3-5{padding-top:1.25rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-4-5{padding-top:1.875rem!important}.pt-xl-4-6{padding-top:2rem!important}.pt-xl-5{padding-top:3rem!important}.pt-xl-6{padding-top:4rem!important}.pt-xl-8{padding-top:6rem!important}.pt-xl-9{padding-top:7rem!important}.pt-xl-10{padding-top:8rem!important}.pt-xl-11{padding-top:9rem!important}.pt-xl-12{padding-top:10rem!important}.pt-xl-13{padding-top:11rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-0-5{padding-right:.125rem!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-1-5{padding-right:.375rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-2-5{padding-right:.75rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-3-5{padding-right:1.25rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-4-5{padding-right:1.875rem!important}.pe-xl-4-6{padding-right:2rem!important}.pe-xl-5{padding-right:3rem!important}.pe-xl-6{padding-right:4rem!important}.pe-xl-8{padding-right:6rem!important}.pe-xl-9{padding-right:7rem!important}.pe-xl-10{padding-right:8rem!important}.pe-xl-11{padding-right:9rem!important}.pe-xl-12{padding-right:10rem!important}.pe-xl-13{padding-right:11rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-0-5{padding-bottom:.125rem!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-1-5{padding-bottom:.375rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-2-5{padding-bottom:.875rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-3-5{padding-bottom:1.25rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-4-5{padding-bottom:1.875rem!important}.pb-xl-4-6{padding-bottom:2rem!important}.pb-xl-5{padding-bottom:3rem!important}.pb-xl-6{padding-bottom:4rem!important}.pb-xl-8{padding-bottom:6rem!important}.pb-xl-9{padding-bottom:7rem!important}.pb-xl-10{padding-bottom:8rem!important}.pb-xl-11{padding-bottom:9rem!important}.pb-xl-12{padding-bottom:10rem!important}.pb-xl-13{padding-bottom:11rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-0-5{padding-left:.125rem!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-1-5{padding-left:.375rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-2-5{padding-left:.875rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-3-5{padding-left:1.25rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-4-5{padding-left:1.875rem!important}.ps-xl-4-6{padding-left:2rem!important}.ps-xl-5{padding-left:3rem!important}.ps-xl-6{padding-left:4rem!important}.ps-xl-8{padding-left:6rem!important}.ps-xl-9{padding-left:7rem!important}.ps-xl-10{padding-left:8rem!important}.ps-xl-11{padding-left:9rem!important}.ps-xl-12{padding-left:10rem!important}.ps-xl-13{padding-left:11rem!important}}@media(min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-0-5{gap:.125rem!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-1-5{gap:.375rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-2-5{gap:.75rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-3-5{gap:1.25rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-4-5{gap:1.875rem!important}.gap-xxl-4-6{gap:2rem!important}.gap-xxl-5{gap:3rem!important}.gap-xxl-6{gap:4rem!important}.gap-xxl-8{gap:6rem!important}.gap-xxl-9{gap:7rem!important}.gap-xxl-10{gap:8rem!important}.gap-xxl-11{gap:9rem!important}.gap-xxl-12{gap:10rem!important}.gap-xxl-13{gap:11rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-0-5{margin:.125rem!important}.m-xxl-1{margin:.25rem!important}.m-xxl-1-5{margin:.375rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-2-5{margin:.75rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-3-5{margin:1.25rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-4-5{margin:1.875rem!important}.m-xxl-4-6{margin:2rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-6{margin:4rem!important}.m-xxl-8{margin:6rem!important}.m-xxl-9{margin:7rem!important}.m-xxl-10{margin:8rem!important}.m-xxl-11{margin:9rem!important}.m-xxl-12{margin:10rem!important}.m-xxl-13{margin:11rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-left:0!important;margin-right:0!important}.mx-xxl-0-5{margin-left:.125rem!important;margin-right:.125rem!important}.mx-xxl-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-xxl-1-5{margin-left:.375rem!important;margin-right:.375rem!important}.mx-xxl-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-xxl-2-5{margin-left:.75rem!important;margin-right:.75rem!important}.mx-xxl-3{margin-left:1rem!important;margin-right:1rem!important}.mx-xxl-3-5{margin-left:1.25rem!important;margin-right:1.25rem!important}.mx-xxl-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-xxl-4-5{margin-left:1.875rem!important;margin-right:1.875rem!important}.mx-xxl-4-6{margin-left:2rem!important;margin-right:2rem!important}.mx-xxl-5{margin-left:3rem!important;margin-right:3rem!important}.mx-xxl-6{margin-left:4rem!important;margin-right:4rem!important}.mx-xxl-8{margin-left:6rem!important;margin-right:6rem!important}.mx-xxl-9{margin-left:7rem!important;margin-right:7rem!important}.mx-xxl-10{margin-left:8rem!important;margin-right:8rem!important}.mx-xxl-11{margin-left:9rem!important;margin-right:9rem!important}.mx-xxl-12{margin-left:10rem!important;margin-right:10rem!important}.mx-xxl-13{margin-left:11rem!important;margin-right:11rem!important}.mx-xxl-auto{margin-left:auto!important;margin-right:auto!important}.my-xxl-0{margin-bottom:0!important;margin-top:0!important}.my-xxl-0-5{margin-bottom:.125rem!important;margin-top:.125rem!important}.my-xxl-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-xxl-1-5{margin-bottom:.375rem!important;margin-top:.375rem!important}.my-xxl-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-xxl-2-5{margin-bottom:.75rem!important;margin-top:.75rem!important}.my-xxl-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-xxl-3-5{margin-bottom:1.25rem!important;margin-top:1.25rem!important}.my-xxl-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-xxl-4-5{margin-bottom:1.875rem!important;margin-top:1.875rem!important}.my-xxl-4-6{margin-bottom:2rem!important;margin-top:2rem!important}.my-xxl-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-xxl-6{margin-bottom:4rem!important;margin-top:4rem!important}.my-xxl-8{margin-bottom:6rem!important;margin-top:6rem!important}.my-xxl-9{margin-bottom:7rem!important;margin-top:7rem!important}.my-xxl-10{margin-bottom:8rem!important;margin-top:8rem!important}.my-xxl-11{margin-bottom:9rem!important;margin-top:9rem!important}.my-xxl-12{margin-bottom:10rem!important;margin-top:10rem!important}.my-xxl-13{margin-bottom:11rem!important;margin-top:11rem!important}.my-xxl-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-0-5{margin-top:.125rem!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-1-5{margin-top:.375rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-2-5{margin-top:.875rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-3-5{margin-top:1.25rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-4-5{margin-top:1.875rem!important}.mt-xxl-4-6{margin-top:2rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-6{margin-top:4rem!important}.mt-xxl-8{margin-top:6rem!important}.mt-xxl-9{margin-top:7rem!important}.mt-xxl-10{margin-top:8rem!important}.mt-xxl-11{margin-top:9rem!important}.mt-xxl-12{margin-top:10rem!important}.mt-xxl-13{margin-top:11rem!important}.me-xxl-0{margin-right:0!important}.me-xxl-0-5{margin-right:.125rem!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-1-5{margin-right:.375rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-2-5{margin-right:.75rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-3-5{margin-right:1.25rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-4-5{margin-right:1.875rem!important}.me-xxl-4-6{margin-right:2rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-6{margin-right:4rem!important}.me-xxl-8{margin-right:6rem!important}.me-xxl-9{margin-right:7rem!important}.me-xxl-10{margin-right:8rem!important}.me-xxl-11{margin-right:9rem!important}.me-xxl-12{margin-right:10rem!important}.me-xxl-13{margin-right:11rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-0-5{margin-bottom:.125rem!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-1-5{margin-bottom:.375rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-2-5{margin-bottom:.875rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-3-5{margin-bottom:1.25rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-4-5{margin-bottom:1.875rem!important}.mb-xxl-4-6{margin-bottom:2rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-6{margin-bottom:4rem!important}.mb-xxl-8{margin-bottom:6rem!important}.mb-xxl-9{margin-bottom:7rem!important}.mb-xxl-10{margin-bottom:8rem!important}.mb-xxl-11{margin-bottom:9rem!important}.mb-xxl-12{margin-bottom:10rem!important}.mb-xxl-13{margin-bottom:11rem!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-0-5{margin-left:.125rem!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-1-5{margin-left:.375rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-2-5{margin-left:.75rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-3-5{margin-left:1.25rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-4-5{margin-left:1.875rem!important}.ms-xxl-4-6{margin-left:2rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-6{margin-left:4rem!important}.ms-xxl-8{margin-left:6rem!important}.ms-xxl-9{margin-left:7rem!important}.ms-xxl-10{margin-left:8rem!important}.ms-xxl-11{margin-left:9rem!important}.ms-xxl-12{margin-left:10rem!important}.ms-xxl-13{margin-left:11rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-0-5{padding:.125rem!important}.p-xxl-1{padding:.25rem!important}.p-xxl-1-5{padding:.375rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-2-5{padding:.875rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-3-5{padding:1.25rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-4-5{padding:2.25rem!important}.p-xxl-4-6{padding:2rem!important}.p-xxl-5{padding:3rem!important}.p-xxl-6{padding:4rem!important}.p-xxl-8{padding:6rem!important}.p-xxl-9{padding:7rem!important}.p-xxl-10{padding:8rem!important}.p-xxl-11{padding:9rem!important}.p-xxl-12{padding:10rem!important}.p-xxl-13{padding:11rem!important}.px-xxl-0{padding-left:0!important;padding-right:0!important}.px-xxl-0-5{padding-left:.125rem!important;padding-right:.125rem!important}.px-xxl-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-xxl-1-5{padding-left:.375rem!important;padding-right:.375rem!important}.px-xxl-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-xxl-2-5{padding-left:.75rem!important;padding-right:.75rem!important}.px-xxl-3{padding-left:1rem!important;padding-right:1rem!important}.px-xxl-3-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-xxl-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-xxl-4-5{padding-left:1.875rem!important;padding-right:1.875rem!important}.px-xxl-4-6{padding-left:2rem!important;padding-right:2rem!important}.px-xxl-5{padding-left:3rem!important;padding-right:3rem!important}.px-xxl-6{padding-left:4rem!important;padding-right:4rem!important}.px-xxl-8{padding-left:6rem!important;padding-right:6rem!important}.px-xxl-9{padding-left:7rem!important;padding-right:7rem!important}.px-xxl-10{padding-left:8rem!important;padding-right:8rem!important}.px-xxl-11{padding-left:9rem!important;padding-right:9rem!important}.px-xxl-12{padding-left:10rem!important;padding-right:10rem!important}.px-xxl-13{padding-left:11rem!important;padding-right:11rem!important}.py-xxl-0{padding-bottom:0!important;padding-top:0!important}.py-xxl-0-5{padding-bottom:.125rem!important;padding-top:.125rem!important}.py-xxl-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-xxl-1-5{padding-bottom:.375rem!important;padding-top:.375rem!important}.py-xxl-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-xxl-2-5{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-xxl-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-xxl-3-5{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-xxl-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-xxl-4-5{padding-bottom:1.875rem!important;padding-top:1.875rem!important}.py-xxl-4-6{padding-bottom:2rem!important;padding-top:2rem!important}.py-xxl-5{padding-bottom:3rem!important;padding-top:3rem!important}.py-xxl-6{padding-bottom:4rem!important;padding-top:4rem!important}.py-xxl-8{padding-bottom:6rem!important;padding-top:6rem!important}.py-xxl-9{padding-bottom:7rem!important;padding-top:7rem!important}.py-xxl-10{padding-bottom:8rem!important;padding-top:8rem!important}.py-xxl-11{padding-bottom:9rem!important;padding-top:9rem!important}.py-xxl-12{padding-bottom:10rem!important;padding-top:10rem!important}.py-xxl-13{padding-bottom:11rem!important;padding-top:11rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-0-5{padding-top:.125rem!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-1-5{padding-top:.375rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-2-5{padding-top:.875rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-3-5{padding-top:1.25rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-4-5{padding-top:1.875rem!important}.pt-xxl-4-6{padding-top:2rem!important}.pt-xxl-5{padding-top:3rem!important}.pt-xxl-6{padding-top:4rem!important}.pt-xxl-8{padding-top:6rem!important}.pt-xxl-9{padding-top:7rem!important}.pt-xxl-10{padding-top:8rem!important}.pt-xxl-11{padding-top:9rem!important}.pt-xxl-12{padding-top:10rem!important}.pt-xxl-13{padding-top:11rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-0-5{padding-right:.125rem!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-1-5{padding-right:.375rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-2-5{padding-right:.75rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-3-5{padding-right:1.25rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-4-5{padding-right:1.875rem!important}.pe-xxl-4-6{padding-right:2rem!important}.pe-xxl-5{padding-right:3rem!important}.pe-xxl-6{padding-right:4rem!important}.pe-xxl-8{padding-right:6rem!important}.pe-xxl-9{padding-right:7rem!important}.pe-xxl-10{padding-right:8rem!important}.pe-xxl-11{padding-right:9rem!important}.pe-xxl-12{padding-right:10rem!important}.pe-xxl-13{padding-right:11rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-0-5{padding-bottom:.125rem!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-1-5{padding-bottom:.375rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-2-5{padding-bottom:.875rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-3-5{padding-bottom:1.25rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-4-5{padding-bottom:1.875rem!important}.pb-xxl-4-6{padding-bottom:2rem!important}.pb-xxl-5{padding-bottom:3rem!important}.pb-xxl-6{padding-bottom:4rem!important}.pb-xxl-8{padding-bottom:6rem!important}.pb-xxl-9{padding-bottom:7rem!important}.pb-xxl-10{padding-bottom:8rem!important}.pb-xxl-11{padding-bottom:9rem!important}.pb-xxl-12{padding-bottom:10rem!important}.pb-xxl-13{padding-bottom:11rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-0-5{padding-left:.125rem!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-1-5{padding-left:.375rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-2-5{padding-left:.875rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-3-5{padding-left:1.25rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-4-5{padding-left:1.875rem!important}.ps-xxl-4-6{padding-left:2rem!important}.ps-xxl-5{padding-left:3rem!important}.ps-xxl-6{padding-left:4rem!important}.ps-xxl-8{padding-left:6rem!important}.ps-xxl-9{padding-left:7rem!important}.ps-xxl-10{padding-left:8rem!important}.ps-xxl-11{padding-left:9rem!important}.ps-xxl-12{padding-left:10rem!important}.ps-xxl-13{padding-left:11rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}*{font-family:Inter,sans-serif}#root,body,html{background-color:#e2e8f0;height:100vh}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#landing-page-comission .table thead{position:relative!important}.btn-transparent:active{background-color:transparent}.module-header{background-color:#f8fafc;box-shadow:0 2px #e2e8f0;color:#1e293b;position:-webkit-sticky;position:sticky;top:0;z-index:1}.table{line-height:34px;margin-bottom:0}.table>:not(:first-child){border-top:none!important}#table-5labs .btn-primary:focus{box-shadow:0 0 0 transparent!important}.table:hover{--bs-table-hover-bg:transparent!important}.table-hover tbody tr:hover{background-color:#e4f3fe!important}.table-dash:before{content:"-";display:inline-block;font-size:1.25rem;font-weight:700;left:.5rem;line-height:0px;position:absolute;top:50%}.table-sm{line-height:40px}.width-is-open{min-width:300px;width:auto}.btn-transparent,.btn-transparent:hover{background-color:transparent;border:transparent;box-shadow:none}.focus-box-transparent:focus{box-shadow:0 0 0 0 transparent!important}@media screen and (min-width:992px){#adendo-valor-negociado:before{content:"-";left:-2%}#adendo-valor-negociado:after,#adendo-valor-negociado:before{display:inline-block;font-size:1.25rem;font-weight:700;line-height:0px;position:absolute;top:50px}#adendo-valor-negociado:after{content:"=";left:97%}.border-lg-bottom{border-bottom:1px solid #e2e8f0!important}}.remove-focus-shadow:focus{box-shadow:0 0 0}.styled-input{background-color:#f1f5f9;border-color:#e2e8f0;color:#64748b;font-size:16px;height:40px}.styled-input:focus{background-color:#f1f5f9;border-color:#9333ea;box-shadow:0 0 0}.styled-input:focus[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}.styled-input:focus select{background-color:#f1f5f9!important}.styled-inputhover{background-color:#f1f5f9}.form-label{color:#1e293b;font-size:16px;white-space:nowrap}.client-search-input .input-group input{border-bottom-right-radius:.25rem!important;border-top-right-radius:.25rem!important;height:40px}.form-check-input:checked[type=checkbox],.form-check-input:checked[type=radio]{background-color:#9333ea;border-color:#9333ea;box-shadow:0 0 0}.sidebar-hover,.sidebar-hover a{color:#64748b}.sidebar-hover:hover,.sidebar-hover:hover svg{color:#9333ea}.nav-link:focus,.nav-link:hover{color:#9333ea!important}.border-dashed{border-style:dashed}.dropdown-menu{background-color:#fff}.dropdown-item,.dropdown-menu{color:#9333ea!important}.dropdown-item:active,.dropdown-item:hover{background-color:#e9ecef!important;color:#a855f7!important}.after:after{background-color:var(--red);border-radius:7.5px;content:"";display:block;height:6px;position:absolute;right:-6px;top:-6px;width:6px}#accordion-receive-bill{border-bottom-left-radius:5px;border-bottom-right-radius:5px;margin-bottom:1rem}#accordion-receive-bill .accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231E293B'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");font-weight:700}#accordion-receive-bill .accordion-collapse{background-color:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px}#accordion-receive-bill .accordion-header .accordion-button{background-color:#e2e8f0;border-top-left-radius:5px;border-top-right-radius:5px;color:#1e293b;font-size:1.25rem;font-weight:600;height:40px}@media screen and (max-width:644px){#accordion-receive-bill .accordion-header .accordion-button{font-size:1rem}}#bread-entity>a,#bread-home>a{color:#64748b;text-decoration:none}.btn-filter{background-color:#f1f5f9;border:1px solid #ced4da;color:#9333ea}.btn-filter:hover{background-color:#9333ea;color:#f1f5f9}.btn-filter:focus{box-shadow:#9333ea!important}.btn-filter-size{height:40px!important;min-width:40px}.roll-select ::-webkit-scrollbar,.roll-select ::-webkit-scrollbar-button{background-color:#fff}.roll-select ::-webkit-scrollbar-thumb,.roll-select ::-webkit-scrollbar-track{background-color:#fff}.roll-select ::-webkit-scrollbar-corner,.roll-select ::-webkit-scrollbar-track-piece{background-color:#fff}.roll-select ::-webkit-resizer{background-color:#fff}.modal-xxg-body{max-height:60vh!important;max-width:80vw!important}#modal-xxg-dialog{margin:auto;max-height:80vh;max-width:80vw}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:20px;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.form-control.is-invalid{padding-right:.75rem!important}.accordion-button{align-items:center;background-color:#f8fafc;border:0;border-radius:0;color:#64748b;display:flex;font-size:1rem;overflow-anchor:none;padding:1rem 1.25rem;position:relative;text-align:left;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;width:100%}.accordion-button:focus{border-color:#9333ea;outline:0;z-index:3}.accordion-button:not(.collapsed){background-color:#f8fafc;box-shadow:inset 0 -1px 0 rgba(0,0,0,.13);color:#64748b}.accordion-body>button:hover{background-color:rgba(12,99,228,.1)!important}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.navbar-toggler-icon{background-position:50%;background-repeat:no-repeat;background-size:100%;display:inline-block;height:30px;vertical-align:middle;width:30px}.navbar-light .navbar-toggler-icon{background-image:url(/static/media/hamburger-menu.f6516607523bc87b3598.svg)}.tab-content{display:block}.tab-pane{height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important}#agreement-tabs-tab-active{background-color:#f8fafc!important;border-color:#dee2e6!important;border:0;color:#64748b!important}#agreement-tabs-tab-active.active{background-color:#fff!important;border-color:#dee2e6!important;border:0;border-top-left-radius:10px;border-top-right-radius:10px;color:#9333ea!important}#agreement-tabs-tab-inactive{background-color:#f8fafc!important;border-color:#dee2e6!important;border:0;color:#64748b!important}#agreement-tabs-tab-inactive.active{background-color:#fff!important;border-color:#dee2e6!important;border:0;border-top-left-radius:10px;border-top-right-radius:10px;color:#9333ea!important}.form-check-input:checked{background-color:#9333ea;border-color:#9333ea}.nav-link:focus,.nav-link:hover{color:#9333ea}.rdrDefinedRangesWrapper{display:none!important}@media screen and (min-width:992px){.rdrDefinedRangesWrapper{display:block!important}}*{box-sizing:border-box}html{font-size:90%;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex:1 1;font-family:Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}ul{list-style:none;margin:0;padding:0}#form-scroll{overflow-y:scroll}.screen{display:flex;flex-direction:column;min-height:100vh;padding:30px 20px}form.form .form-field{margin-bottom:20px}.bg-login{background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100%;margin:0;opacity:1;position:relative}five labs alts .fl-text-small{font-size:.8em!important}.tab-content{width:100%!important}.form-control.is-invalid{background-image:none!important}.invalid-password-icon{bottom:37%!important;color:#d17780;position:absolute!important;right:7px!important}.fl-break-text{text-overflow:ellipsis!important;-ms-word-break:break-all;word-break:break-all;word-break:break-word}table{table-layout:fixed}table td{word-wrap:break-all;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:912px){form .container{align-items:center;display:flex!important;flex-direction:column!important}form .container,form .container button{width:100%!important}}@media screen and (min-width:768px){.card-uploaded,.img-uploaded,.subtitle-uploaded-img{width:280px!important}}.hidden-file-input{border:none;bottom:0;display:block;left:0;opacity:0;position:absolute;right:0;text-transform:none;top:0;width:100%}.hidden-file-input:focus{outline:none}.zindex{z-index:1}.pointer{cursor:pointer}.routeWrapper{overflow-x:hidden;overflow-y:auto}.overflow-form{overflow-x:hidden;overflow-y:scroll}.overflow-hidden{overflow:hidden}.hover-shadow{transition:.3s}.hover-shadow :hover{box-shadow:0 .2rem .4rem rgba(0,0,0,.2)}.hover-underline-center-to-border-secondary{background-image:linear-gradient(#adadad,#adadad);background-position:bottom;background-repeat:no-repeat;background-size:0 1px;display:inline-block;padding-bottom:2px;transition:background-size .3s,background-position 0s .3s}.hover-underline-center-to-border-secondary :hover{background-position:100% 100%;background-position:0 100%;background-size:100% 1px}.no-hover :hover{box-shadow:0 0 0 0 transparent}.tooltip-inner{max-width:none;white-space:nowrap}.column-reverse{flex-direction:column-reverse!important}.white-space-nowrap{white-space:nowrap}.text-break-ellipsis{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.max-width-25{max-width:25%!important}.height-fit-content{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.dropdown-line{background-color:hsla(0,0%,100%,.15)}.dropdown-dark-hover :hover{color:#fff!important}.drop-up{bottom:calc(100% + .25rem)!important;top:calc(-100% - .25rem)!important}.is-active-dropdown{opacity:1;visibility:visible}.is-dropdown{display:none}.min-width-100{min-width:100%!important}*{scrollbar-color:#9333ea hsla(0,0%,90%,.5);scrollbar-width:thin}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:hsla(0,0%,90%,.9)}::-webkit-scrollbar-thumb{background-color:#9333ea;border:3px solid hsla(0,0%,90%,0);border-radius:20px}.nav_link_5labs{border:1px solid #e8e8e8;color:#64748b;display:flex;justify-content:space-between;overflow:hidden;padding:.5rem 1rem;text-align:left;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.nav_link_5labs.active{background:#e2e8f0;color:#64748b}*{scrollbar-color:#9333ea}.hover-grey:hover{background-color:#ced4da}.num_percent{text-align:right}.btn-reset{background:none repeat scroll 0 0 transparent;border:none;border-spacing:0;color:#383c42;font-size:16px;font-weight:400;line-height:1.42rem;list-style:none outside none;margin:0;padding:0;text-align:left;text-decoration:none;text-indent:0}