@charset "UTF-8";:host,:root{--vs-colors--lightest:rgba(60,60,60,.26);--vs-colors--light:rgba(60,60,60,.5);--vs-colors--dark:#333;--vs-colors--darkest:rgba(0,0,0,.15);--vs-search-input-color:inherit;--vs-search-input-bg:#fff;--vs-search-input-placeholder-color:inherit;--vs-font-size:1rem;--vs-line-height:1.4;--vs-state-disabled-bg:#f8f8f8;--vs-state-disabled-color:var(--vs-colors--light);--vs-state-disabled-controls-color:var(--vs-colors--light);--vs-state-disabled-cursor:not-allowed;--vs-border-color:var(--vs-colors--lightest);--vs-border-width:1px;--vs-border-style:solid;--vs-border-radius:4px;--vs-actions-padding:4px 6px 0 3px;--vs-controls-color:var(--vs-colors--light);--vs-controls-size:1;--vs-controls--deselect-text-shadow:0 1px 0 #fff;--vs-selected-bg:#f0f0f0;--vs-selected-color:var(--vs-colors--dark);--vs-selected-border-color:var(--vs-border-color);--vs-selected-border-style:var(--vs-border-style);--vs-selected-border-width:var(--vs-border-width);--vs-dropdown-bg:#fff;--vs-dropdown-color:inherit;--vs-dropdown-z-index:1000;--vs-dropdown-min-width:160px;--vs-dropdown-max-height:350px;--vs-dropdown-box-shadow:0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg:#000;--vs-dropdown-option-color:var(--vs-dropdown-color);--vs-dropdown-option-padding:3px 20px;--vs-dropdown-option--active-bg:#5897fb;--vs-dropdown-option--active-color:#fff;--vs-dropdown-option--deselect-bg:#fb5858;--vs-dropdown-option--deselect-color:#fff;--vs-transition-timing-function:cubic-bezier(1,-0.115,0.975,0.855);--vs-transition-duration:150ms}.v-select{font-family:inherit;position:relative}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function:cubic-bezier(1,0.5,0.8,1);--vs-transition-duration:0.15s}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg:var(--vs-state-disabled-bg);--vs-disabled-color:var(--vs-state-disabled-color);--vs-disabled-cursor:var(--vs-state-disabled-cursor)}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{background-color:var(--vs-disabled-bg);cursor:var(--vs-disabled-cursor)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--vs-search-input-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);display:flex;padding:0 0 4px;white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{align-items:center;display:flex;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);background-color:transparent;border:0;cursor:pointer;margin-right:8px;padding:0}.vs__dropdown-menu{background:var(--vs-dropdown-bg);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);border-top-style:none;box-shadow:var(--vs-dropdown-box-shadow);box-sizing:border-box;color:var(--vs-dropdown-color);display:block;left:0;list-style:none;margin:0;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;padding:5px 0;position:absolute;text-align:left;top:calc(100% - var(--vs-border-width));width:100%;z-index:var(--vs-dropdown-z-index)}.vs__no-options{text-align:center}.vs__dropdown-option{clear:both;color:var(--vs-dropdown-option-color);cursor:pointer;display:block;line-height:1.42857143;padding:var(--vs-dropdown-option-padding);white-space:nowrap}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);display:flex;line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{fill:var(--vs-controls-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:0;cursor:pointer;display:inline-flex;margin-left:4px;padding:0;text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--loading .vs__selected,.vs--single.vs--open .vs__selected{opacity:.4;position:absolute}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:0 0;border:1px solid transparent;border-left:none;box-shadow:none;color:var(--vs-search-input-color);flex-grow:1;font-size:var(--vs-font-size);line-height:var(--vs-line-height);margin:4px 0 0;max-width:100%;outline:0;padding:0 7px;width:0;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;animation:vSelectSpinner 1.1s linear infinite;border:.9em solid hsla(0,0%,39%,.1);border-left-color:rgba(60,60,60,.45);font-size:5px;opacity:0;overflow:hidden;text-indent:-9999em;transform:translateZ(0) scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;height:5em;transform:scale(var(--vs-controls--spinner-size,var(--vs-controls-size)));width:5em}.vs--loading .vs__spinner{opacity:1}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{background:#fff;display:block;height:38px;position:absolute;right:1px;top:1px;width:40px}.multiselect__spinner:after,.multiselect__spinner:before{border:2px solid transparent;border-radius:100%;border-top-color:#41b883;box-shadow:0 0 0 1px transparent;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{opacity:1;transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;color:#35495e;display:block;min-height:40px;position:relative;text-align:left;width:100%}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:0}.multiselect--disabled{background:#ededed;opacity:.6;pointer-events:none}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{background:#fff;border:none;border-radius:5px;box-sizing:border-box;display:inline-block;line-height:20px;margin-bottom:8px;min-height:20px;padding:0 0 0 5px;position:relative;transition:border .1s ease;vertical-align:top;width:100%}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:0}.multiselect__single{margin-bottom:8px;padding-left:5px}.multiselect__tags-wrap{display:inline}.multiselect__tags{background:#fff;border:1px solid #e8e8e8;border-radius:5px;display:block;font-size:14px;min-height:40px;padding:8px 40px 0 8px}.multiselect__tag{background:#41b883;border-radius:5px;color:#fff;display:inline-block;line-height:1;margin-bottom:5px;margin-right:10px;max-width:100%;overflow:hidden;padding:4px 26px 4px 10px;position:relative;text-overflow:ellipsis;white-space:nowrap}.multiselect__tag-icon{border-radius:5px;bottom:0;cursor:pointer;font-style:normal;font-weight:700;line-height:22px;margin-left:7px;position:absolute;right:0;text-align:center;top:0;transition:all .2s ease;width:22px}.multiselect__tag-icon:after{color:#266d4d;content:"\D7";font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{border:1px solid #e8e8e8;border-radius:5px;min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap}.multiselect__current,.multiselect__select{box-sizing:border-box;cursor:pointer;display:block;line-height:16px;margin:0;text-decoration:none}.multiselect__select{height:38px;padding:4px 8px;position:absolute;right:1px;text-align:center;top:1px;transition:transform .2s ease;width:40px}.multiselect__select:before{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;color:#999;content:"";margin-top:4px;position:relative;right:0;top:65%}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:block;max-height:240px;overflow:auto;position:absolute;width:100%;z-index:50}.multiselect__content{display:inline-block;list-style:none;margin:0;min-width:100%;padding:0;vertical-align:top}.multiselect--above .multiselect__content-wrapper{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:1px solid #e8e8e8;border-top-left-radius:5px;border-top-right-radius:5px;bottom:100%}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{cursor:pointer;display:block;line-height:16px;min-height:40px;padding:12px;position:relative;text-decoration:none;text-transform:none;vertical-align:middle;white-space:nowrap}.multiselect__option:after{font-size:13px;line-height:40px;padding-left:20px;padding-right:12px;position:absolute;right:0;top:0}.multiselect__option--highlight{background:#41b883;color:#fff;outline:0}.multiselect__option--highlight:after{background:#41b883;color:#fff;content:attr(data-select)}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{background:inherit;color:silver;content:attr(data-selected)}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{display:inline-block;line-height:20px;margin-bottom:8px;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{left:1px;right:auto}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{left:0;right:auto}[dir=rtl] .multiselect__clear{left:12px;right:auto}[dir=rtl] .multiselect__spinner{left:1px;right:auto}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}.croppie-container{height:100%;width:100%}.croppie-container .cr-image{left:0;max-height:none;max-width:none;position:absolute;top:0;transform-origin:0 0;z-index:-1}.croppie-container .cr-boundary{height:100%;margin:0 auto;overflow:hidden;position:relative;width:100%;z-index:1}.croppie-container .cr-resizer,.croppie-container .cr-viewport{border:2px solid #fff;bottom:0;box-shadow:0 0 2000px 2000px rgba(0,0,0,.5);left:0;margin:auto;position:absolute;right:0;top:0;z-index:0}.croppie-container .cr-resizer{box-shadow:none;pointer-events:none;z-index:2}.croppie-container .cr-resizer-horisontal,.croppie-container .cr-resizer-vertical{pointer-events:all;position:absolute}.croppie-container .cr-resizer-horisontal:after,.croppie-container .cr-resizer-vertical:after{background:#fff;border:1px solid #000;box-sizing:border-box;content:"";display:block;height:10px;position:absolute;width:10px}.croppie-container .cr-resizer-vertical{bottom:-5px;cursor:row-resize;height:10px;width:100%}.croppie-container .cr-resizer-vertical:after{left:50%;margin-left:-5px}.croppie-container .cr-resizer-horisontal{cursor:col-resize;height:100%;right:-5px;width:10px}.croppie-container .cr-resizer-horisontal:after{margin-top:-5px;top:50%}.croppie-container .cr-original-image{display:none}.croppie-container .cr-vp-circle{border-radius:50%}.croppie-container .cr-overlay{cursor:move;position:absolute;touch-action:none;z-index:1}.croppie-container .cr-slider-wrap{margin:15px auto;text-align:center;width:75%}.croppie-result{overflow:hidden;position:relative}.croppie-result img{position:absolute}.croppie-container .cr-image,.croppie-container .cr-overlay,.croppie-container .cr-viewport{transform:translateZ(0)}.cr-slider{-webkit-appearance:none;background-color:transparent;max-width:100%;padding-bottom:8px;padding-top:8px;width:300px}.cr-slider::-webkit-slider-runnable-track{background:rgba(0,0,0,.5);border:0;border-radius:3px;height:3px;width:100%}.cr-slider::-webkit-slider-thumb{-webkit-appearance:none;background:#ddd;border:none;border-radius:50%;height:16px;margin-top:-6px;width:16px}.cr-slider:focus{outline:0}.cr-slider::-moz-range-track{background:rgba(0,0,0,.5);border:0;border-radius:3px;height:3px;width:100%}.cr-slider::-moz-range-thumb{background:#ddd;border:none;border-radius:50%;height:16px;margin-top:-6px;width:16px}.cr-slider:-moz-focusring{outline:1px solid #fff;outline-offset:-1px}.cr-slider::-ms-track{background:0 0;border-color:transparent;border-width:6px 0;color:transparent;height:5px;width:100%}.cr-slider::-ms-fill-lower,.cr-slider::-ms-fill-upper{background:rgba(0,0,0,.5);border-radius:10px}.cr-slider::-ms-thumb{background:#ddd;border:none;border-radius:50%;height:16px;margin-top:1px;width:16px}.cr-slider:focus::-ms-fill-lower,.cr-slider:focus::-ms-fill-upper{background:rgba(0,0,0,.5)}.cr-rotate-controls{bottom:5px;left:5px;position:absolute;z-index:1}.cr-rotate-controls button{background:0 0;border:0}.cr-rotate-controls i:before{display:inline-block;font-size:22px;font-style:normal;font-weight:900}.cr-rotate-l i:before{content:"↺"}.cr-rotate-r i:before{content:"↻"}.flag-icon,.flag-icon-background{background-position:50%;background-repeat:no-repeat;background-size:contain}.flag-icon{display:inline-block;line-height:1em;position:relative;width:1.33333333em}.flag-icon:before{content:"\00a0"}.flag-icon.flag-icon-squared{width:1em}.flag-icon-ad{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ad.svg?ad7b28b8809b2680a778487cf7f6a148)}.flag-icon-ad.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ad.svg?aa31ee0af98d08407676d980e22a5012)}.flag-icon-ae{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ae.svg?b263220156c66d18fff2a5f30b8f17ae)}.flag-icon-ae.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ae.svg?e982ce1a46db65259241bb5b37266864)}.flag-icon-af{background-image:url(/images/vendor/flag-icon-css/flags/4x3/af.svg?0b9773700de5d03d896d2e758c905e65)}.flag-icon-af.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/af.svg?ecae91f83076777898e1408514a563e4)}.flag-icon-ag{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ag.svg?065714bdfc57feaef68fd5ed3608376c)}.flag-icon-ag.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ag.svg?c0ddd54bc36224674514784c0fad9f26)}.flag-icon-ai{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ai.svg?cddfccfb8735e7bb6cdabcd5c7b6e713)}.flag-icon-ai.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ai.svg?8eb1e0e559b7fb35fed99836b2eed7b9)}.flag-icon-al{background-image:url(/images/vendor/flag-icon-css/flags/4x3/al.svg?a6a6e8ad28b3af63bd4e86ff93386fa1)}.flag-icon-al.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/al.svg?40be1a31ef7b848a1be7cfecc9a3c8d6)}.flag-icon-am{background-image:url(/images/vendor/flag-icon-css/flags/4x3/am.svg?76e9c18194c0d37b56c015b31dce1f63)}.flag-icon-am.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/am.svg?8752853c28f0a87ccefb8128bd51c142)}.flag-icon-ao{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ao.svg?39110f8b63c8b1d373b192ebb7fc9ff8)}.flag-icon-ao.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ao.svg?ae9767d4b8d6c2fc991c41eea6238f16)}.flag-icon-aq{background-image:url(/images/vendor/flag-icon-css/flags/4x3/aq.svg?2405e38d3ce9174eee6079dcd242abbe)}.flag-icon-aq.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/aq.svg?0aff28faa2b3abc8e49af155b7c41972)}.flag-icon-ar{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ar.svg?fde48cca8a461cc556491b63b81a7f90)}.flag-icon-ar.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ar.svg?64f19246b47680747fcb8870cae80389)}.flag-icon-as{background-image:url(/images/vendor/flag-icon-css/flags/4x3/as.svg?6fde2eb438bcef1efc2ddd729bf4ebc6)}.flag-icon-as.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/as.svg?b326528d8d1f9c76ae82095561c3e29d)}.flag-icon-at{background-image:url(/images/vendor/flag-icon-css/flags/4x3/at.svg?b511d36eecb8b5dc08f5cce85d6fccea)}.flag-icon-at.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/at.svg?5ffa25ce96dad1a8c4dc82bcc2fd3fba)}.flag-icon-au{background-image:url(/images/vendor/flag-icon-css/flags/4x3/au.svg?6734a27a2f2a54332a4c8517deb08876)}.flag-icon-au.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/au.svg?54426acb27779ea944eaf5aea3548973)}.flag-icon-aw{background-image:url(/images/vendor/flag-icon-css/flags/4x3/aw.svg?5833f1365defb17730fccd0b013c2488)}.flag-icon-aw.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/aw.svg?9f9a1e16047b82cc7ebe36c7baad656a)}.flag-icon-ax{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ax.svg?dd048088f167a2fc17f43ceae4e6d25f)}.flag-icon-ax.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ax.svg?fb29ad0e1dbf3e0eb0f0c2af374424a1)}.flag-icon-az{background-image:url(/images/vendor/flag-icon-css/flags/4x3/az.svg?aae9c7ff43e36d202a0005fe43839364)}.flag-icon-az.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/az.svg?28042690b69f4c26b9fb5d018cf288c4)}.flag-icon-ba{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ba.svg?83f603448a9e984610b0f53df5029d9a)}.flag-icon-ba.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ba.svg?705b1348460b1291d9373798b0d2993e)}.flag-icon-bb{background-image:url(/images/vendor/flag-icon-css/flags/4x3/bb.svg?1a39713c7071f91c422b239703b9abbf)}.flag-icon-bb.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/bb.svg?901de8a417306b83d2522cbfc0822f2e)}.flag-icon-bd{background-image:url(/images/vendor/flag-icon-css/flags/4x3/bd.svg?0ad8c443ef4d47ea04971830551cd03d)}.flag-icon-bd.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/bd.svg?a62e330d249ff3f5bd27978a78c3d1d6)}.flag-icon-be{background-image:url(/images/vendor/flag-icon-css/flags/4x3/be.svg?251f80c01a359e2031996ceb53e4190f)}.flag-icon-be.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/be.svg?5b3a82a296b071e1440a4b997dd4c391)}.flag-icon-bf{background-image:url(/images/vendor/flag-icon-css/flags/4x3/bf.svg?a3957b0a98236111e2377ac4bc638574)}.flag-icon-bf.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/bf.svg?bb616c9ec60cde6806bbc1c62b4e2a6d)}.flag-icon-bg{background-image:url(/images/vendor/flag-icon-css/flags/4x3/bg.svg?9c87ba43360f54e47b2f4deb30fa4bf1)}.flag-icon-bg.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/bg.svg?0717abbc6df210a43c5d26cd34be00c4)}.flag-icon-bh{background-image:url(/images/vendor/flag-icon-css/flags/4x3/bh.svg?59ba382068ede80f9cb0618c3dfe16f5)}.flag-icon-bh.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/bh.svg?b3fd5b17b2c1070ca61a1cf2b088ad8b)}.flag-icon-bi{background-image:url(/images/vendor/flag-icon-css/flags/4x3/bi.svg?be5f159137e399dca23b2a5c0e420066)}.flag-icon-bi.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/bi.svg?29ab7a295b800ac8cdee51c9f16a9384)}.flag-icon-bj{background-image:url(/images/vendor/flag-icon-css/flags/4x3/bj.svg?b04c72b67773f10058a853b2a3991192)}.flag-icon-bj.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/bj.svg?bbb9c937317f682ba1f2b0c524470aa3)}.flag-icon-bl{background-image:url(/images/vendor/flag-icon-css/flags/4x3/bl.svg?ee0d8635f3377e52c7f398e291d7a280)}.flag-icon-bl.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/bl.svg?66cdc56cf5c323535418b01b09e1384a)}.flag-icon-bm{background-image:url(/images/vendor/flag-icon-css/flags/4x3/bm.svg?4f2a386915b0a53e269fd01a1ce1f397)}.flag-icon-bm.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/bm.svg?728fd219af713f367b10c1fef541fafa)}.flag-icon-bn{background-image:url(/images/vendor/flag-icon-css/flags/4x3/bn.svg?513d1e4632edd7b884c6bf46bdd7cffd)}.flag-icon-bn.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/bn.svg?91c0cc951477ac7e6db373711b63e5c0)}.flag-icon-bo{background-image:url(/images/vendor/flag-icon-css/flags/4x3/bo.svg?88ba0b0a7e48ec71eca867a6a125b743)}.flag-icon-bo.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/bo.svg?41d4956b765a5197a2a76aaf71787794)}.flag-icon-bq{background-image:url(/images/vendor/flag-icon-css/flags/4x3/bq.svg?04ca6698f051e72cf774e2d036039e3b)}.flag-icon-bq.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/bq.svg?1698f2886a1c568818060b89230b7ec4)}.flag-icon-br{background-image:url(/images/vendor/flag-icon-css/flags/4x3/br.svg?33b38c329c8eb7d5a36608c1c5afa492)}.flag-icon-br.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/br.svg?f1b8e364a7dd0a8f3fb51316f7cac573)}.flag-icon-bs{background-image:url(/images/vendor/flag-icon-css/flags/4x3/bs.svg?527eff5cdc00fa23f06f9cd3596767df)}.flag-icon-bs.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/bs.svg?3fac313f5a20d93d24be75ca7930031f)}.flag-icon-bt{background-image:url(/images/vendor/flag-icon-css/flags/4x3/bt.svg?ef80804e14eb159e3936b7a92a477d0f)}.flag-icon-bt.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/bt.svg?4ded667616cee76fc78c31237e15d65a)}.flag-icon-bv{background-image:url(/images/vendor/flag-icon-css/flags/4x3/bv.svg?3d8e6f49fad8459575e1ffe4580f7ada)}.flag-icon-bv.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/bv.svg?976c853ae9062409996c7172b271d6bb)}.flag-icon-bw{background-image:url(/images/vendor/flag-icon-css/flags/4x3/bw.svg?840cd355c0fbd02b11c7ab8746e0d1c3)}.flag-icon-bw.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/bw.svg?3697157a23bdcf5b8c7aea538e231ef6)}.flag-icon-by{background-image:url(/images/vendor/flag-icon-css/flags/4x3/by.svg?4c57e6cbe13c574dcedecac31357bfc1)}.flag-icon-by.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/by.svg?0bc23418cf7a453885cf44eb911ca371)}.flag-icon-bz{background-image:url(/images/vendor/flag-icon-css/flags/4x3/bz.svg?9e8153a1022c0f4282f86a5113951269)}.flag-icon-bz.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/bz.svg?fb56b21728994fd6b18ff83122f2370c)}.flag-icon-ca{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ca.svg?e833b599aaaaf371fa4313751271c4f5)}.flag-icon-ca.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ca.svg?4549a2d2d66577e077c9a020dc18451e)}.flag-icon-cc{background-image:url(/images/vendor/flag-icon-css/flags/4x3/cc.svg?5cc309bf03b8035d8bdb61ef1d5f2db2)}.flag-icon-cc.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/cc.svg?d20d3e0cf1bec347594d0a88b8f40c6a)}.flag-icon-cd{background-image:url(/images/vendor/flag-icon-css/flags/4x3/cd.svg?4b82821f4a615f2d8c262772a7bdd1aa)}.flag-icon-cd.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/cd.svg?089aab7a533a120abe270615dfb3e096)}.flag-icon-cf{background-image:url(/images/vendor/flag-icon-css/flags/4x3/cf.svg?a3843e7991ac45d28efffd46408141d2)}.flag-icon-cf.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/cf.svg?e2e89fb8727d254107da03293f216694)}.flag-icon-cg{background-image:url(/images/vendor/flag-icon-css/flags/4x3/cg.svg?05e95e537bcdc02a69a734ed9a343839)}.flag-icon-cg.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/cg.svg?363fa0a518e3142cf3d601c8f28a797a)}.flag-icon-ch{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ch.svg?a362d2b8e05b0981ba7907893dee9c48)}.flag-icon-ch.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ch.svg?92ba1dfda8b64cee678fa27ca8abd3ba)}.flag-icon-ci{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ci.svg?c7146bc39c724cd34b46e01e2487c78a)}.flag-icon-ci.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ci.svg?133adff8acf564df5728fc89b27fb81a)}.flag-icon-ck{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ck.svg?85e3a69fb3e37092626f0b1aa37febc0)}.flag-icon-ck.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ck.svg?95a616269fffa24b07797e82bb611896)}.flag-icon-cl{background-image:url(/images/vendor/flag-icon-css/flags/4x3/cl.svg?107ef3fb7d1ea271cc2e350757fa3230)}.flag-icon-cl.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/cl.svg?5e19099caf3daa730ce58ad926af8964)}.flag-icon-cm{background-image:url(/images/vendor/flag-icon-css/flags/4x3/cm.svg?b09bb372e446f5ca1accd57750226793)}.flag-icon-cm.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/cm.svg?b99d016f9deaed66ab09887011b9f849)}.flag-icon-cn{background-image:url(/images/vendor/flag-icon-css/flags/4x3/cn.svg?5744860e2b32d35e322c5803b1dcf11b)}.flag-icon-cn.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/cn.svg?4fde2ed612a6a2f9ff03069a579a3bac)}.flag-icon-co{background-image:url(/images/vendor/flag-icon-css/flags/4x3/co.svg?2035da4efa474be5bb4bf93fb3d73174)}.flag-icon-co.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/co.svg?650be7bf6524161dd3fbf6715ac19867)}.flag-icon-cr{background-image:url(/images/vendor/flag-icon-css/flags/4x3/cr.svg?da71ea0e0e43752f1f4a93d992349b16)}.flag-icon-cr.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/cr.svg?96cca3298724eeac307f21cb4ddae43d)}.flag-icon-cu{background-image:url(/images/vendor/flag-icon-css/flags/4x3/cu.svg?1768da183b71efa6856128a9f014bb44)}.flag-icon-cu.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/cu.svg?212ed2a57a9492cf43375411e50f056c)}.flag-icon-cv{background-image:url(/images/vendor/flag-icon-css/flags/4x3/cv.svg?fe0c56194b4f20b42ab27952dedcb217)}.flag-icon-cv.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/cv.svg?c4df14eee0b28bca07a3f28bd7efc7d8)}.flag-icon-cw{background-image:url(/images/vendor/flag-icon-css/flags/4x3/cw.svg?f65c0891df42c24b23dc7e647b1e1afe)}.flag-icon-cw.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/cw.svg?914456013336fcf29568802f4dbab5a2)}.flag-icon-cx{background-image:url(/images/vendor/flag-icon-css/flags/4x3/cx.svg?b7e461d75f0be7e9609da1f0d27ed4b6)}.flag-icon-cx.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/cx.svg?3760646934de106799599ab6c22127a9)}.flag-icon-cy{background-image:url(/images/vendor/flag-icon-css/flags/4x3/cy.svg?c956003b42baa905013c4a8afc097ccd)}.flag-icon-cy.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/cy.svg?8a3f7e5746121293a7c12d55dd23cf3e)}.flag-icon-cz{background-image:url(/images/vendor/flag-icon-css/flags/4x3/cz.svg?5a24757d105fbe7a4e81f64549ec8d2e)}.flag-icon-cz.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/cz.svg?f7d5fa0258940e2c3ac9bb2c2ec57633)}.flag-icon-de{background-image:url(/images/vendor/flag-icon-css/flags/4x3/de.svg?6435bf24d148ca7248e78a89c1d026ca)}.flag-icon-de.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/de.svg?8406691444ff98ee33d4f6cc86cb0372)}.flag-icon-dj{background-image:url(/images/vendor/flag-icon-css/flags/4x3/dj.svg?015c67e78d7c8cb05d7f94cd4fc68f67)}.flag-icon-dj.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/dj.svg?52e5fa9d44c086c8bca451cddb7af94e)}.flag-icon-dk{background-image:url(/images/vendor/flag-icon-css/flags/4x3/dk.svg?025c12105396b6e6b3b8ecf1ba953b26)}.flag-icon-dk.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/dk.svg?90f7d12042a18708f7ed68f9984c6ee1)}.flag-icon-dm{background-image:url(/images/vendor/flag-icon-css/flags/4x3/dm.svg?cfce36343ac21f15429805843bf2381d)}.flag-icon-dm.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/dm.svg?f17f9b312e559bd63608852316431fbf)}.flag-icon-do{background-image:url(/images/vendor/flag-icon-css/flags/4x3/do.svg?fe8ec4acc928625ae8966bbf68255166)}.flag-icon-do.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/do.svg?3ecb625b75ec64be437600e7a9f4ed47)}.flag-icon-dz{background-image:url(/images/vendor/flag-icon-css/flags/4x3/dz.svg?0f0875827805c6719abb646001357855)}.flag-icon-dz.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/dz.svg?676246527fe04242f0f722440e577866)}.flag-icon-ec{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ec.svg?7d1693275c588cea2fe8b28595573bf5)}.flag-icon-ec.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ec.svg?33ce56273543deb46e2cdb7663a89421)}.flag-icon-ee{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ee.svg?aca3624e7e3a31be0d4bb2cfdb7a4ada)}.flag-icon-ee.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ee.svg?fe4d22ce233d1de3dbc11d40053a133c)}.flag-icon-eg{background-image:url(/images/vendor/flag-icon-css/flags/4x3/eg.svg?de66162867f147fe1ca131dfd82467c2)}.flag-icon-eg.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/eg.svg?fd860b79f4945f3a533c74d6820a0c44)}.flag-icon-eh{background-image:url(/images/vendor/flag-icon-css/flags/4x3/eh.svg?b5abdd6ce0be2cb4d9b3e53e7007aae8)}.flag-icon-eh.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/eh.svg?a4db87fe692cdaa6b40c1f821435378d)}.flag-icon-er{background-image:url(/images/vendor/flag-icon-css/flags/4x3/er.svg?4e8d72f968ec26604a6567ca6c16595c)}.flag-icon-er.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/er.svg?51a82d50a7e3633fe39cb927cfb37c80)}.flag-icon-es{background-image:url(/images/vendor/flag-icon-css/flags/4x3/es.svg?36cdd00d34fa3ab9d98aba66d3ac5b39)}.flag-icon-es.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/es.svg?ab57bf70f93a708e0107e83d3baf07f3)}.flag-icon-et{background-image:url(/images/vendor/flag-icon-css/flags/4x3/et.svg?c3d2d75ff7299b68bf189fa1ecb9380b)}.flag-icon-et.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/et.svg?61822620fbdca0ced26f969dce5b422f)}.flag-icon-fi{background-image:url(/images/vendor/flag-icon-css/flags/4x3/fi.svg?096c0ee26081bc0c577a2d4b3fcf298e)}.flag-icon-fi.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/fi.svg?a2a21809fce58fba7e9dd3f50bacc0e0)}.flag-icon-fj{background-image:url(/images/vendor/flag-icon-css/flags/4x3/fj.svg?ff919dfd6a29444f17e8c019a47a408f)}.flag-icon-fj.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/fj.svg?b56527824f32441654654f0c0b1dc71c)}.flag-icon-fk{background-image:url(/images/vendor/flag-icon-css/flags/4x3/fk.svg?b2c8d118c250fb103ddb740b45252e18)}.flag-icon-fk.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/fk.svg?b12459dbb66471a9875440a6f03bf6c2)}.flag-icon-fm{background-image:url(/images/vendor/flag-icon-css/flags/4x3/fm.svg?bc057f7505830fd69f4b2166e962a78f)}.flag-icon-fm.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/fm.svg?12e9e2f28f79474f8cae1102cd8c092b)}.flag-icon-fo{background-image:url(/images/vendor/flag-icon-css/flags/4x3/fo.svg?7c11a8ad56937ca0487c01e6558bcd03)}.flag-icon-fo.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/fo.svg?a004f63d8cf851543b799fc2b6404b62)}.flag-icon-fr{background-image:url(/images/vendor/flag-icon-css/flags/4x3/fr.svg?0c209b8adf548d40535e0236032dfde9)}.flag-icon-fr.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/fr.svg?d54aa958aeb0115ca87c9e73b2e82247)}.flag-icon-ga{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ga.svg?ccf7eecbecdd26d2403c01bab2c28528)}.flag-icon-ga.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ga.svg?d33bfe612c008a01f156d9a3a8a83027)}.flag-icon-gb{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gb.svg?516897fd3988e35032b772b026a19f75)}.flag-icon-gb.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gb.svg?ad3aa4f8661cd353439d28fecaefc345)}.flag-icon-gd{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gd.svg?9357b33dc4ff2614d2dd34386eff33ad)}.flag-icon-gd.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gd.svg?43662bddde0a9fad49d97c79e6b669e1)}.flag-icon-ge{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ge.svg?fc9c4dcd0fd855eb51a3f47fec2a0f95)}.flag-icon-ge.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ge.svg?948ba6b5d63b61c2ae6e208d7ece002f)}.flag-icon-gf{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gf.svg?89cefa3814d2f748b377809d919e5e1c)}.flag-icon-gf.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gf.svg?3af44a6e434c403b3fdd9b165fab17a5)}.flag-icon-gg{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gg.svg?9f0be4b0947f82e770ea234ba222d891)}.flag-icon-gg.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gg.svg?e9d7238c94cc4589ac0ee16c9d7009c9)}.flag-icon-gh{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gh.svg?3b04534742f8cc2f32bb02e49dd915be)}.flag-icon-gh.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gh.svg?26d188e88a801ef36f645665f0eb8f33)}.flag-icon-gi{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gi.svg?9aac5eefeebd80bdee3b666665780625)}.flag-icon-gi.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gi.svg?89adf2b0737e6987f658c9b0170d3837)}.flag-icon-gl{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gl.svg?633d308e7df9c5abcb8919eb401333e7)}.flag-icon-gl.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gl.svg?2466f7b0c1cdbbc5bce5bb00920365df)}.flag-icon-gm{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gm.svg?6e4caca46e637e40175f81818f07cd88)}.flag-icon-gm.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gm.svg?dfd25b88d3660d236c00fd9b79861dac)}.flag-icon-gn{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gn.svg?65edeaef7dabb0abc83498717b5f6ae1)}.flag-icon-gn.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gn.svg?347b60cf985684d7ea4ff2ffae61c549)}.flag-icon-gp{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gp.svg?197c13c37e6fb1e34e2f99424a9dadbf)}.flag-icon-gp.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gp.svg?605c7dc7517a1cb0511d7b4c76136980)}.flag-icon-gq{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gq.svg?d338046f390d50e31f3cf1d2684f3f2f)}.flag-icon-gq.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gq.svg?6c7f20b675f0fa8025dc0f84f5e21dfb)}.flag-icon-gr{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gr.svg?24e4280338bb1256957bdef8df14b137)}.flag-icon-gr.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gr.svg?d0a42f6b9252659b162526cad0c69667)}.flag-icon-gs{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gs.svg?70cddc03fbf97161a7da781b8e34775a)}.flag-icon-gs.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gs.svg?e6ba1f5421701bbb23043f2654c77909)}.flag-icon-gt{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gt.svg?c0bc6c2f50955193f6d90189a6f7dd42)}.flag-icon-gt.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gt.svg?224b126cfd53d82199717cc3dc163c65)}.flag-icon-gu{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gu.svg?795bcfa73f67bb1c7448bd89ff536c6a)}.flag-icon-gu.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gu.svg?43b14205fd72b01599c76a79b4b81680)}.flag-icon-gw{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gw.svg?442e700de324c517fda86121705acd21)}.flag-icon-gw.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gw.svg?a27c290b1227336d0a32c14c6df479d7)}.flag-icon-gy{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gy.svg?80b47cd2f50d288d53b6ece569f43488)}.flag-icon-gy.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gy.svg?e28d1b4b1a434168df636b352b5616da)}.flag-icon-hk{background-image:url(/images/vendor/flag-icon-css/flags/4x3/hk.svg?f4b6713db5e5a4773e9594cc69ed4ba3)}.flag-icon-hk.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/hk.svg?99b41311a509aca54f06072e7d7fe662)}.flag-icon-hm{background-image:url(/images/vendor/flag-icon-css/flags/4x3/hm.svg?eb884befd701cebde39f5f019154c970)}.flag-icon-hm.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/hm.svg?0df90608875d9e335553a299c0f074a5)}.flag-icon-hn{background-image:url(/images/vendor/flag-icon-css/flags/4x3/hn.svg?519dcaf5e34eb209bc595d1c07c0dc27)}.flag-icon-hn.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/hn.svg?5ef17b2e2f89d5d559b9c5f0c3e978b9)}.flag-icon-hr{background-image:url(/images/vendor/flag-icon-css/flags/4x3/hr.svg?89b8c8af46eef412f1cd0433ed3c7bc5)}.flag-icon-hr.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/hr.svg?85eb7e0d4ea914241924c0b0321f34e2)}.flag-icon-ht{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ht.svg?7979dcf65e35682bcb8caf203a52e498)}.flag-icon-ht.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ht.svg?593507644b4be0c259ffc237ef784d44)}.flag-icon-hu{background-image:url(/images/vendor/flag-icon-css/flags/4x3/hu.svg?e404d718cffb5bd06467cbb60786edab)}.flag-icon-hu.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/hu.svg?cb329e885950a7c054075d78aa6f1364)}.flag-icon-id{background-image:url(/images/vendor/flag-icon-css/flags/4x3/id.svg?a5fb3413ae797b940643b1c3d62a57ee)}.flag-icon-id.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/id.svg?b8cee6f6cd34c5dc424927a92a1ee8b2)}.flag-icon-ie{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ie.svg?0542b94612db83a2f5502811528ac249)}.flag-icon-ie.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ie.svg?9e3414e898f1a07d0bea10fed8d85084)}.flag-icon-il{background-image:url(/images/vendor/flag-icon-css/flags/4x3/il.svg?9bbe130ed5385d0cd03a92060daa40be)}.flag-icon-il.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/il.svg?2bb2ff50cd3adc1d0cd88e78539a7c25)}.flag-icon-im{background-image:url(/images/vendor/flag-icon-css/flags/4x3/im.svg?1471ac6032ffd876694380eb656d1146)}.flag-icon-im.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/im.svg?3b9ec59891d962581ef833673449af7b)}.flag-icon-in{background-image:url(/images/vendor/flag-icon-css/flags/4x3/in.svg?1434165acf97a8c1a31a1d7702d03ca5)}.flag-icon-in.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/in.svg?a8b035d61b54fec572a00298f9a05aaa)}.flag-icon-io{background-image:url(/images/vendor/flag-icon-css/flags/4x3/io.svg?a7c201eabf62f13fe1d87fee941671a5)}.flag-icon-io.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/io.svg?77f4eddb484b8f32d38a5b970c10592b)}.flag-icon-iq{background-image:url(/images/vendor/flag-icon-css/flags/4x3/iq.svg?7a8858e71522f3d9d56e3b62ba85443b)}.flag-icon-iq.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/iq.svg?942b6bfdf031d606c26a1bf20b47c9a6)}.flag-icon-ir{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ir.svg?95a4d32e20e010f63ae710f22213399c)}.flag-icon-ir.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ir.svg?7fdcd500420537104db1bb953fbbcfca)}.flag-icon-is{background-image:url(/images/vendor/flag-icon-css/flags/4x3/is.svg?3c4b4181458260fed9fc1d00c2c7c3a0)}.flag-icon-is.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/is.svg?76481cf550e4750b105cd1dead4a60cb)}.flag-icon-it{background-image:url(/images/vendor/flag-icon-css/flags/4x3/it.svg?08db2cd122d5f99494dd35c2cfb10784)}.flag-icon-it.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/it.svg?febcc1b18059405d2a1b169a335888f5)}.flag-icon-je{background-image:url(/images/vendor/flag-icon-css/flags/4x3/je.svg?cc06b8c75e723221fb6fc6df60c7fd68)}.flag-icon-je.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/je.svg?61157f3ae7c4ea0899866c82b7452e96)}.flag-icon-jm{background-image:url(/images/vendor/flag-icon-css/flags/4x3/jm.svg?bbf9bcce8cefb8d15d88deeb7dfec194)}.flag-icon-jm.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/jm.svg?259baa445256a0bc926e973df1505e43)}.flag-icon-jo{background-image:url(/images/vendor/flag-icon-css/flags/4x3/jo.svg?527af4b76be5bd7e890ae7bc9aac1068)}.flag-icon-jo.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/jo.svg?6fe6e076d9928ca834ffea44c382ed60)}.flag-icon-jp{background-image:url(/images/vendor/flag-icon-css/flags/4x3/jp.svg?d7ff64ff596ec31992b4a7af00b65a83)}.flag-icon-jp.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/jp.svg?da55e778c0af59e1b7ba6a65bd7c986b)}.flag-icon-ke{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ke.svg?785c24b7349ff3963bf934c2741409fe)}.flag-icon-ke.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ke.svg?c70195b6db5693f8825135e3040d53a1)}.flag-icon-kg{background-image:url(/images/vendor/flag-icon-css/flags/4x3/kg.svg?271f0bb9f5b8a452e245d8557b5f6273)}.flag-icon-kg.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/kg.svg?3aa9ef95cc4630428b294d8b53e02973)}.flag-icon-kh{background-image:url(/images/vendor/flag-icon-css/flags/4x3/kh.svg?09c49693fc10e5bd02ed2a12de8e3c6e)}.flag-icon-kh.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/kh.svg?e7fb0dfc1a7ba25626b05ba502bb0e73)}.flag-icon-ki{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ki.svg?339d25434ca1eaf0ed788974b63ecd9b)}.flag-icon-ki.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ki.svg?93b60ad98e05bc97b906edcd1335e329)}.flag-icon-km{background-image:url(/images/vendor/flag-icon-css/flags/4x3/km.svg?636e9ed727bb8f644964906fc66d223f)}.flag-icon-km.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/km.svg?f07a34b8d0a9f8910177fd6a0f631964)}.flag-icon-kn{background-image:url(/images/vendor/flag-icon-css/flags/4x3/kn.svg?924ba78fe913a3dbd988f177c7aa962d)}.flag-icon-kn.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/kn.svg?2c6b3e41da7cf401967e6b4f5fd861ca)}.flag-icon-kp{background-image:url(/images/vendor/flag-icon-css/flags/4x3/kp.svg?510d0a3c130d94bfd139f07ae3823a53)}.flag-icon-kp.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/kp.svg?650f6d2f12e900e69c1074f7e3f4472d)}.flag-icon-kr{background-image:url(/images/vendor/flag-icon-css/flags/4x3/kr.svg?6bd5eda73cbc171baedbec0f743fb793)}.flag-icon-kr.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/kr.svg?9408e6924b5f440610a071e119c64ce4)}.flag-icon-kw{background-image:url(/images/vendor/flag-icon-css/flags/4x3/kw.svg?1ac81961aeb84840db2f97db2dba5536)}.flag-icon-kw.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/kw.svg?0924dc178a2cf893e78dbafb705cd391)}.flag-icon-ky{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ky.svg?820198475abf3ac224f3875b5d1c87b9)}.flag-icon-ky.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ky.svg?914210c79b1a6f434a16cd56a5a4f451)}.flag-icon-kz{background-image:url(/images/vendor/flag-icon-css/flags/4x3/kz.svg?8e060ebaca712d1fea76cfc4e77acbf3)}.flag-icon-kz.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/kz.svg?ac6fa1a3ca93e95637cf5084e9dfad24)}.flag-icon-la{background-image:url(/images/vendor/flag-icon-css/flags/4x3/la.svg?644f2f1af4cc82620b9ceaff1fe6ecce)}.flag-icon-la.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/la.svg?d2ebfb8712f5375ce406ca95b1255518)}.flag-icon-lb{background-image:url(/images/vendor/flag-icon-css/flags/4x3/lb.svg?4e42399a0ba45809df5ba490b4d9120e)}.flag-icon-lb.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/lb.svg?ede59c1723abcf425c23e0c8f1dfb20a)}.flag-icon-lc{background-image:url(/images/vendor/flag-icon-css/flags/4x3/lc.svg?26619234555a923eb7b3df733548982f)}.flag-icon-lc.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/lc.svg?7ac7d1c95113e30046c9ea00abfa1e35)}.flag-icon-li{background-image:url(/images/vendor/flag-icon-css/flags/4x3/li.svg?637cad1d9f490bd27b72b2d6894b99ab)}.flag-icon-li.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/li.svg?12116067e3566ce346e3a8faf01f617a)}.flag-icon-lk{background-image:url(/images/vendor/flag-icon-css/flags/4x3/lk.svg?3cb867c4401d5caa5bcfa6d87d2d436e)}.flag-icon-lk.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/lk.svg?25692a40953691400c9924f6fd2657c9)}.flag-icon-lr{background-image:url(/images/vendor/flag-icon-css/flags/4x3/lr.svg?274e9865978ac60476fdab48cc2d2388)}.flag-icon-lr.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/lr.svg?c70ba2e26749882f79c7dfbfffc514f8)}.flag-icon-ls{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ls.svg?1656b1dc3d7ad3685ca49742447a3326)}.flag-icon-ls.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ls.svg?e9b2f4ba095591e4e9c58e82f9b288f7)}.flag-icon-lt{background-image:url(/images/vendor/flag-icon-css/flags/4x3/lt.svg?93a07daff68dea7336fd2f400ed2fdd1)}.flag-icon-lt.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/lt.svg?1d07a8b84f27401d15e2578801e366a5)}.flag-icon-lu{background-image:url(/images/vendor/flag-icon-css/flags/4x3/lu.svg?c155a6845ad167cdad8cb83da95b9d10)}.flag-icon-lu.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/lu.svg?1de57f2a9396a1bb33258b968c09dc34)}.flag-icon-lv{background-image:url(/images/vendor/flag-icon-css/flags/4x3/lv.svg?ff6176a6bfeba64d07169ecd7c2162a2)}.flag-icon-lv.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/lv.svg?884e7f97a321e3dda41076bbaef04f81)}.flag-icon-ly{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ly.svg?86eec27b4d685f067ab523dff4b7a1ee)}.flag-icon-ly.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ly.svg?8d6871917dd571682b3c533625d8b288)}.flag-icon-ma{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ma.svg?ab052b412792b9fadd8c6a53bf717d63)}.flag-icon-ma.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ma.svg?4d3a6f5c2bd6a436e6a1b03b246336a5)}.flag-icon-mc{background-image:url(/images/vendor/flag-icon-css/flags/4x3/mc.svg?b5edb75519037dcf483e8d845b7af989)}.flag-icon-mc.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/mc.svg?21f385d1c90452e35d21436a60b29c07)}.flag-icon-md{background-image:url(/images/vendor/flag-icon-css/flags/4x3/md.svg?b51b6be960f624fb9814787ce266958a)}.flag-icon-md.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/md.svg?01ec3194a89e6a0c56765a04410c2461)}.flag-icon-me{background-image:url(/images/vendor/flag-icon-css/flags/4x3/me.svg?0c03b01f0a036dd1e720645682dbe50c)}.flag-icon-me.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/me.svg?3b8260d491f0ed64b1ad45d0e624888d)}.flag-icon-mf{background-image:url(/images/vendor/flag-icon-css/flags/4x3/mf.svg?67ef6063455e2ea7d8b407aafa16e18c)}.flag-icon-mf.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/mf.svg?acdf197a05336d8cdb11d03dd120d7e2)}.flag-icon-mg{background-image:url(/images/vendor/flag-icon-css/flags/4x3/mg.svg?04eb8444d01a184fbd1d789210b09a78)}.flag-icon-mg.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/mg.svg?41929500e241af7a7838aba32baa39c0)}.flag-icon-mh{background-image:url(/images/vendor/flag-icon-css/flags/4x3/mh.svg?d3854d0ef79845fd219754cb6de94fcd)}.flag-icon-mh.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/mh.svg?f4334b2e5d62cd297935ae3e94cf28e2)}.flag-icon-mk{background-image:url(/images/vendor/flag-icon-css/flags/4x3/mk.svg?b5eadefbb6da73c9d0cf06f78087fe71)}.flag-icon-mk.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/mk.svg?d335b1f7842c183f2626026980bb59d7)}.flag-icon-ml{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ml.svg?fa530666ce9e170dc6cdcc03b6ef2f68)}.flag-icon-ml.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ml.svg?abd95c9bbc3b8e14d05ad233d4c79580)}.flag-icon-mm{background-image:url(/images/vendor/flag-icon-css/flags/4x3/mm.svg?7548e5caee7b970d0859b5beef33c3a3)}.flag-icon-mm.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/mm.svg?68092d4110fca98beb037f1a0eda9974)}.flag-icon-mn{background-image:url(/images/vendor/flag-icon-css/flags/4x3/mn.svg?e3dad1d36409c092e6a54b64cac046fe)}.flag-icon-mn.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/mn.svg?e3e8c5f4f4ab09759fd8220e9bd8c586)}.flag-icon-mo{background-image:url(/images/vendor/flag-icon-css/flags/4x3/mo.svg?91c9cf0cfcb88dceaa1657739e8c03ff)}.flag-icon-mo.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/mo.svg?471093dd27006e1affb75aad55ab1635)}.flag-icon-mp{background-image:url(/images/vendor/flag-icon-css/flags/4x3/mp.svg?22db1d8d93210e4b195ecf0066b15a41)}.flag-icon-mp.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/mp.svg?669fb6af01d040686c75ea576884e423)}.flag-icon-mq{background-image:url(/images/vendor/flag-icon-css/flags/4x3/mq.svg?df0d7ef139caab67f17c1a3605087555)}.flag-icon-mq.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/mq.svg?4caa210d7c5288e95062442967402b43)}.flag-icon-mr{background-image:url(/images/vendor/flag-icon-css/flags/4x3/mr.svg?b54c9b3dd9d9bd0d450edfb3ed16c521)}.flag-icon-mr.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/mr.svg?41a32059e9a8eb6f1ceb7ba7ff4fdde1)}.flag-icon-ms{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ms.svg?0c0db89dc3b203a23f739f4f99704f4d)}.flag-icon-ms.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ms.svg?dd5003c60480d12f3c6778fb4d5fc26c)}.flag-icon-mt{background-image:url(/images/vendor/flag-icon-css/flags/4x3/mt.svg?a39094a015bbe6ba386122e4d23918eb)}.flag-icon-mt.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/mt.svg?35575a14235408993f8db74f5169db77)}.flag-icon-mu{background-image:url(/images/vendor/flag-icon-css/flags/4x3/mu.svg?468d5464b2219b1bb9227af74e552fef)}.flag-icon-mu.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/mu.svg?fd1c498d09f3df7291e331e939f3ea78)}.flag-icon-mv{background-image:url(/images/vendor/flag-icon-css/flags/4x3/mv.svg?f252e4cb6189ffbeb1ed63db451356ad)}.flag-icon-mv.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/mv.svg?8cb05cc8693221f2eec147eb4f657c4f)}.flag-icon-mw{background-image:url(/images/vendor/flag-icon-css/flags/4x3/mw.svg?0159b1bd857af9ed65b8530687105890)}.flag-icon-mw.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/mw.svg?83c32d57b8256fb3a1fe204adb67981f)}.flag-icon-mx{background-image:url(/images/vendor/flag-icon-css/flags/4x3/mx.svg?479622e6f02e13aaf2350ca039d2f658)}.flag-icon-mx.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/mx.svg?a17b7ad9eaa85411a1e1f8b05ffe4681)}.flag-icon-my{background-image:url(/images/vendor/flag-icon-css/flags/4x3/my.svg?1f599a0e4a95880eabf14865f62393fd)}.flag-icon-my.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/my.svg?b59320d866c2aeb135d9b079d52fb4a4)}.flag-icon-mz{background-image:url(/images/vendor/flag-icon-css/flags/4x3/mz.svg?22cb086638f1a52c4e49f57662f7b9d5)}.flag-icon-mz.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/mz.svg?525b13720883d5b9fdd27d12aad6ff44)}.flag-icon-na{background-image:url(/images/vendor/flag-icon-css/flags/4x3/na.svg?7e46f9f6fb3767adf481746d18a6103c)}.flag-icon-na.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/na.svg?27a5988ed15ca88d9ca7f68e975b2b1a)}.flag-icon-nc{background-image:url(/images/vendor/flag-icon-css/flags/4x3/nc.svg?52e1a836ab19668f7052d3086eb2f3c9)}.flag-icon-nc.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/nc.svg?8a6f511c5d92ba7a258cd85240d33623)}.flag-icon-ne{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ne.svg?82c3626f7a2a329d1397e710d3076ae2)}.flag-icon-ne.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ne.svg?66cb0cd9e54d34e883f1413fe7897c17)}.flag-icon-nf{background-image:url(/images/vendor/flag-icon-css/flags/4x3/nf.svg?96d57c56bd4feba75b0ec87da9e0e133)}.flag-icon-nf.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/nf.svg?7988830715c23c9d75b886cea7920356)}.flag-icon-ng{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ng.svg?f29450b9f8b2f04e96aaa39902099e9c)}.flag-icon-ng.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ng.svg?1b98819eb371ab8889627318ddeaed80)}.flag-icon-ni{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ni.svg?97abb7cd7189b26408f985fb372e2391)}.flag-icon-ni.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ni.svg?ef0b194fefa52dfa07ef5320ae142208)}.flag-icon-nl{background-image:url(/images/vendor/flag-icon-css/flags/4x3/nl.svg?cfe72ae0b3d6d848523400f70f59efe7)}.flag-icon-nl.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/nl.svg?c0bdb1a8a77eb133c4b7b4d4391d5ad4)}.flag-icon-no{background-image:url(/images/vendor/flag-icon-css/flags/4x3/no.svg?b9cc4fcdf51eb234607e1ffa96e3ff63)}.flag-icon-no.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/no.svg?c2a3c34c769194e219c37f779b4021fb)}.flag-icon-np{background-image:url(/images/vendor/flag-icon-css/flags/4x3/np.svg?3b3316c4ce37e2097103a5dedeb4111a)}.flag-icon-np.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/np.svg?e700d833be637cc3507b809c92ddbe31)}.flag-icon-nr{background-image:url(/images/vendor/flag-icon-css/flags/4x3/nr.svg?94f7307aad6675681fef606ed402a249)}.flag-icon-nr.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/nr.svg?f088588c0fce3d304cd2136ffd6d850b)}.flag-icon-nu{background-image:url(/images/vendor/flag-icon-css/flags/4x3/nu.svg?e4a214a98aad840d08817821bf1a85d1)}.flag-icon-nu.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/nu.svg?90c38985532899f2b877cd1510f088b0)}.flag-icon-nz{background-image:url(/images/vendor/flag-icon-css/flags/4x3/nz.svg?c13a64ec70248ccc41d6f5105b52c3d3)}.flag-icon-nz.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/nz.svg?0dcf8cf746e1d65a4528f729ab25e8c5)}.flag-icon-om{background-image:url(/images/vendor/flag-icon-css/flags/4x3/om.svg?e32ff9c35c4efac64638cd71377ecf73)}.flag-icon-om.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/om.svg?e5b8ab73e47d055889b69ae84c5fcabd)}.flag-icon-pa{background-image:url(/images/vendor/flag-icon-css/flags/4x3/pa.svg?8659812291825552ed13c277d78a8968)}.flag-icon-pa.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/pa.svg?751c8f87270b925c26c412ec7620827f)}.flag-icon-pe{background-image:url(/images/vendor/flag-icon-css/flags/4x3/pe.svg?9412c8bf3459213d3b45844e0e0d5ce9)}.flag-icon-pe.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/pe.svg?38abe80e0cb9775bea8ca0a9fd1d216c)}.flag-icon-pf{background-image:url(/images/vendor/flag-icon-css/flags/4x3/pf.svg?60eab759c4bdba38ab46cc3bfe75766e)}.flag-icon-pf.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/pf.svg?be30b559c3943a7e07036c57aacf6f16)}.flag-icon-pg{background-image:url(/images/vendor/flag-icon-css/flags/4x3/pg.svg?7248ade59c2b54a0a3483546335652f7)}.flag-icon-pg.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/pg.svg?eb9cc6c51c5a51ef15f403ff9591d448)}.flag-icon-ph{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ph.svg?af9d4fede28354a0b0426859feebd66c)}.flag-icon-ph.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ph.svg?801b5ef1f9bb57d51f68022eb7a8107a)}.flag-icon-pk{background-image:url(/images/vendor/flag-icon-css/flags/4x3/pk.svg?d93be02c73adbb0250bc458f7e745d4b)}.flag-icon-pk.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/pk.svg?45854c457a1d150934b5fdfed36ee455)}.flag-icon-pl{background-image:url(/images/vendor/flag-icon-css/flags/4x3/pl.svg?2b5541c54505328dbc1b264a72369d23)}.flag-icon-pl.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/pl.svg?cd835d05865e496ff6b868655a4c8856)}.flag-icon-pm{background-image:url(/images/vendor/flag-icon-css/flags/4x3/pm.svg?bee2207b45dc0b094dbd9377b3b258d5)}.flag-icon-pm.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/pm.svg?4917cb53c94d712037f8f7b16818530a)}.flag-icon-pn{background-image:url(/images/vendor/flag-icon-css/flags/4x3/pn.svg?714032582a0c72e2f95497243ad9f536)}.flag-icon-pn.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/pn.svg?353f8e647a29592d02b34a69f426b1c6)}.flag-icon-pr{background-image:url(/images/vendor/flag-icon-css/flags/4x3/pr.svg?97520818c4ec402b4ba89f984169a07b)}.flag-icon-pr.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/pr.svg?d478856bfb090d89128e3074f48f9ace)}.flag-icon-ps{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ps.svg?385ac1bdebf6347dcdfe796860404371)}.flag-icon-ps.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ps.svg?8e2aad287a0b3284d3b1185306dda9b9)}.flag-icon-pt{background-image:url(/images/vendor/flag-icon-css/flags/4x3/pt.svg?96475126e7232ee3558e6fd593a37bec)}.flag-icon-pt.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/pt.svg?6a0212390ef38b81c19a1be315ec3d31)}.flag-icon-pw{background-image:url(/images/vendor/flag-icon-css/flags/4x3/pw.svg?f9ea0367acd37580acec76f4745b3161)}.flag-icon-pw.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/pw.svg?2ba81a95ae7bbc2ef182ba0fddd2721e)}.flag-icon-py{background-image:url(/images/vendor/flag-icon-css/flags/4x3/py.svg?b4f1de657b201640e4eccf818b18f4d2)}.flag-icon-py.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/py.svg?f95e744f8dc1060e28c92e7afc8644da)}.flag-icon-qa{background-image:url(/images/vendor/flag-icon-css/flags/4x3/qa.svg?a4f5c16c0a4ab4c14fdf64fb6c6acafe)}.flag-icon-qa.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/qa.svg?c64c7cc55e86f803cf1a1952a2d4ee78)}.flag-icon-re{background-image:url(/images/vendor/flag-icon-css/flags/4x3/re.svg?c97ad6daf51758d0df7963b8cda8d4a8)}.flag-icon-re.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/re.svg?65fecda00937aa8b6917c3118f5d0457)}.flag-icon-ro{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ro.svg?33482fcd4344b097d6d7108dc38ed79f)}.flag-icon-ro.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ro.svg?6d757067ccc276327b1b444f1f3789cc)}.flag-icon-rs{background-image:url(/images/vendor/flag-icon-css/flags/4x3/rs.svg?feac46175cdeca2edc96bcc18bf1f347)}.flag-icon-rs.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/rs.svg?9f00a7d8eafa6f593713c1c4b255d84f)}.flag-icon-ru{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ru.svg?7e04b988972d41f5c36902a31b818119)}.flag-icon-ru.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ru.svg?c789ea20a0f569d9d6a92d6d34f452a1)}.flag-icon-rw{background-image:url(/images/vendor/flag-icon-css/flags/4x3/rw.svg?fbb7d374d6bc26a0991d624933c89633)}.flag-icon-rw.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/rw.svg?be9b568247b778302b3f005ffda10250)}.flag-icon-sa{background-image:url(/images/vendor/flag-icon-css/flags/4x3/sa.svg?d2ac71bc08a7e11cd8dfdc38bfe2434b)}.flag-icon-sa.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/sa.svg?0ac9ef7170a22c1902900177ca1bfb2a)}.flag-icon-sb{background-image:url(/images/vendor/flag-icon-css/flags/4x3/sb.svg?c2672e369471d01fcd1cd1ca9bb9af77)}.flag-icon-sb.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/sb.svg?149bbf5e3a1e55db7588dd7b2a90c9ac)}.flag-icon-sc{background-image:url(/images/vendor/flag-icon-css/flags/4x3/sc.svg?9ef5262cc695adcc613f8d19bdc030df)}.flag-icon-sc.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/sc.svg?e623a69c2c715916a8df26f7994624ee)}.flag-icon-sd{background-image:url(/images/vendor/flag-icon-css/flags/4x3/sd.svg?3050433e2767fb821c5d6f787ce65388)}.flag-icon-sd.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/sd.svg?e0516e5be772a548898b7e0b601a4d09)}.flag-icon-se{background-image:url(/images/vendor/flag-icon-css/flags/4x3/se.svg?5a79810b09a06d579eadd3ad923d6df8)}.flag-icon-se.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/se.svg?18850d25a0a36c933c5c35c1d46b4c6a)}.flag-icon-sg{background-image:url(/images/vendor/flag-icon-css/flags/4x3/sg.svg?8b629e7bf137abf1643b88d0e02d9d3a)}.flag-icon-sg.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/sg.svg?8db1ed19f334e7b5ad26ae407f199798)}.flag-icon-sh{background-image:url(/images/vendor/flag-icon-css/flags/4x3/sh.svg?cc6a7545541b76339e38838cf34a4ee5)}.flag-icon-sh.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/sh.svg?17279211d42d3c798e857c12efbd469e)}.flag-icon-si{background-image:url(/images/vendor/flag-icon-css/flags/4x3/si.svg?e0de0e96aded64134bcff3acacc00a43)}.flag-icon-si.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/si.svg?4b2b84595a3a317f733a5bf1d140b423)}.flag-icon-sj{background-image:url(/images/vendor/flag-icon-css/flags/4x3/sj.svg?f8f9b21529bdc34df1b56eb5523e0977)}.flag-icon-sj.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/sj.svg?7111b15215671c0cabae683635bd2bed)}.flag-icon-sk{background-image:url(/images/vendor/flag-icon-css/flags/4x3/sk.svg?031f7d1211a3a7f59010135d65c54d9b)}.flag-icon-sk.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/sk.svg?8ebdd96622429b4fe475fa3e6583bd88)}.flag-icon-sl{background-image:url(/images/vendor/flag-icon-css/flags/4x3/sl.svg?d4cd148ff94760097b5c009e01b98e48)}.flag-icon-sl.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/sl.svg?ec1ec422fd5ac1515437684af48ecba4)}.flag-icon-sm{background-image:url(/images/vendor/flag-icon-css/flags/4x3/sm.svg?837e64d2a14911c7380d8af509b377a6)}.flag-icon-sm.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/sm.svg?39b2d063adce92402a5445937c86e2dd)}.flag-icon-sn{background-image:url(/images/vendor/flag-icon-css/flags/4x3/sn.svg?5d2dde7343ab4f2028909cf2ebe29186)}.flag-icon-sn.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/sn.svg?07ec7ccbea282d9458ad56ee5df564bf)}.flag-icon-so{background-image:url(/images/vendor/flag-icon-css/flags/4x3/so.svg?1392d24855dd708a0ee908bd27c2e25e)}.flag-icon-so.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/so.svg?1ace29c02ffbda05c917174819f13dc7)}.flag-icon-sr{background-image:url(/images/vendor/flag-icon-css/flags/4x3/sr.svg?f281cc96dc94e9f2bcdf35155d700dfa)}.flag-icon-sr.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/sr.svg?45463ee6f9675e59c293520a3f75ba2b)}.flag-icon-ss{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ss.svg?65f6eee5fd80394c659f0f8b5a773e89)}.flag-icon-ss.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ss.svg?252b833eee63afee120bcd1e74639f9e)}.flag-icon-st{background-image:url(/images/vendor/flag-icon-css/flags/4x3/st.svg?a66e38d3051c95e23a7dcb814565d34f)}.flag-icon-st.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/st.svg?95ec25640c911126b02be4702192c98b)}.flag-icon-sv{background-image:url(/images/vendor/flag-icon-css/flags/4x3/sv.svg?2b995d455aa93dcba0cf337edbfea357)}.flag-icon-sv.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/sv.svg?dd3c991c109acb5525b19cf667bb630a)}.flag-icon-sx{background-image:url(/images/vendor/flag-icon-css/flags/4x3/sx.svg?37214364557e2b16b8d396bf93f1e5a7)}.flag-icon-sx.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/sx.svg?c3e3382c50cdc9150344ccedd2b7fa52)}.flag-icon-sy{background-image:url(/images/vendor/flag-icon-css/flags/4x3/sy.svg?241b5816ff0ffd6b77075fc05bca036e)}.flag-icon-sy.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/sy.svg?ad05d8d10d2ef78fd2e2d2bc43a33bd6)}.flag-icon-sz{background-image:url(/images/vendor/flag-icon-css/flags/4x3/sz.svg?bec727f47598d1d82a171ee1387ed8ef)}.flag-icon-sz.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/sz.svg?468d80d14bc0084d5c0493c949230d75)}.flag-icon-tc{background-image:url(/images/vendor/flag-icon-css/flags/4x3/tc.svg?c817f550f47380234387a6efa779e0d7)}.flag-icon-tc.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/tc.svg?7bce3122dd358a8489b57a7b44856c69)}.flag-icon-td{background-image:url(/images/vendor/flag-icon-css/flags/4x3/td.svg?f6c172d9fdebca34a65fe2355fe4bd47)}.flag-icon-td.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/td.svg?57c6d2b86e5206f4847a28b447e04789)}.flag-icon-tf{background-image:url(/images/vendor/flag-icon-css/flags/4x3/tf.svg?b52f02c3eaacdccd3a787e5f4c495683)}.flag-icon-tf.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/tf.svg?90c38a9f431cbad5c55862c20ee7b936)}.flag-icon-tg{background-image:url(/images/vendor/flag-icon-css/flags/4x3/tg.svg?ae395581590b44c50c4019a8e8ba55fc)}.flag-icon-tg.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/tg.svg?a54fe773a9a6f8f7ae6054c89fb0f33c)}.flag-icon-th{background-image:url(/images/vendor/flag-icon-css/flags/4x3/th.svg?d3dea0cee87c83e3a1e65baf0081b1e3)}.flag-icon-th.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/th.svg?b4262644824a028810ca42e7d45fe161)}.flag-icon-tj{background-image:url(/images/vendor/flag-icon-css/flags/4x3/tj.svg?4c009c916e4eafb0debdff42d2b7e07e)}.flag-icon-tj.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/tj.svg?9749373197a14f802651677b7b6bce90)}.flag-icon-tk{background-image:url(/images/vendor/flag-icon-css/flags/4x3/tk.svg?5c7cbb32d630f7d2f6586126d5e7528b)}.flag-icon-tk.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/tk.svg?2619557b557f9684e1c058a0bfd014de)}.flag-icon-tl{background-image:url(/images/vendor/flag-icon-css/flags/4x3/tl.svg?b51e57c22b21dd25774430ffd8b06d7f)}.flag-icon-tl.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/tl.svg?d8e3bbb05aa228ef7591ec6b2a9b5154)}.flag-icon-tm{background-image:url(/images/vendor/flag-icon-css/flags/4x3/tm.svg?a9bdcd11c19fd20e90b890cb16adb247)}.flag-icon-tm.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/tm.svg?61ac9a09d717c6899190b1563a624593)}.flag-icon-tn{background-image:url(/images/vendor/flag-icon-css/flags/4x3/tn.svg?8eab019ab85837b171c253f4156f4db5)}.flag-icon-tn.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/tn.svg?2b1d5aa34ddb2dc385c32ee84ccefd65)}.flag-icon-to{background-image:url(/images/vendor/flag-icon-css/flags/4x3/to.svg?a7375d4d2ef32a2c8761849cac54fa64)}.flag-icon-to.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/to.svg?2cb4df0a0e3875c3c113a239aa7f0570)}.flag-icon-tr{background-image:url(/images/vendor/flag-icon-css/flags/4x3/tr.svg?a1a28a5eb8eceaad90b38395a1000ff3)}.flag-icon-tr.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/tr.svg?1a109fa73fffdfd33b11a168f71fa60f)}.flag-icon-tt{background-image:url(/images/vendor/flag-icon-css/flags/4x3/tt.svg?33069ab84c09c8db0b08fc24b358ca63)}.flag-icon-tt.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/tt.svg?62c94980596e2af8b861623ab21ebeba)}.flag-icon-tv{background-image:url(/images/vendor/flag-icon-css/flags/4x3/tv.svg?12b93537c4398ab123fb2669edbd14b2)}.flag-icon-tv.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/tv.svg?3ba10c54812d768dc48e6dff41e04b93)}.flag-icon-tw{background-image:url(/images/vendor/flag-icon-css/flags/4x3/tw.svg?39308d8769d9190bd1aaa8ff1a6a5f88)}.flag-icon-tw.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/tw.svg?8ea0b61c9cced533d851df6fc6ad4fb7)}.flag-icon-tz{background-image:url(/images/vendor/flag-icon-css/flags/4x3/tz.svg?42ec1dd14b99f59fe0f2a72b7f591ecd)}.flag-icon-tz.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/tz.svg?148d6a2535c91c0c7922e03abc865cec)}.flag-icon-ua{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ua.svg?0551427e6aedc96255968bec9ea25716)}.flag-icon-ua.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ua.svg?877b33447e5924f4f2468ffb96dbd452)}.flag-icon-ug{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ug.svg?ac0f0d78f5f94572d57b389da33166db)}.flag-icon-ug.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ug.svg?9e26c8f2269d749b4d2dfa46bf5355d4)}.flag-icon-um{background-image:url(/images/vendor/flag-icon-css/flags/4x3/um.svg?867207fe83a99a3b9b957f97b9245188)}.flag-icon-um.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/um.svg?d0a77d97960f20600dc6922439f1faae)}.flag-icon-us{background-image:url(/images/vendor/flag-icon-css/flags/4x3/us.svg?cb3557fd707b978ef927bef888378fb8)}.flag-icon-us.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/us.svg?2b96179241e072f75ba926d25fe49309)}.flag-icon-uy{background-image:url(/images/vendor/flag-icon-css/flags/4x3/uy.svg?2a4ff395d3b91e6a8d73f70c1a70470d)}.flag-icon-uy.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/uy.svg?d3a8689930e65cbe016009d7553a0780)}.flag-icon-uz{background-image:url(/images/vendor/flag-icon-css/flags/4x3/uz.svg?a4de118b4064c4b8dd549fa826cca702)}.flag-icon-uz.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/uz.svg?37218829b3a988811a6c668780a30520)}.flag-icon-va{background-image:url(/images/vendor/flag-icon-css/flags/4x3/va.svg?cf6a492acafefcbefa109e46322d5e8d)}.flag-icon-va.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/va.svg?cf15a64943f6c7d24a2b93629bd1def5)}.flag-icon-vc{background-image:url(/images/vendor/flag-icon-css/flags/4x3/vc.svg?a1a39ca12f5354105b9b63fbd6c231de)}.flag-icon-vc.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/vc.svg?7ad1635f6a2e05857a9f1f07111432b9)}.flag-icon-ve{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ve.svg?2d66184ba6da6528b7b8a825d3eeb117)}.flag-icon-ve.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ve.svg?ede15c2583ace31d82494dd839755767)}.flag-icon-vg{background-image:url(/images/vendor/flag-icon-css/flags/4x3/vg.svg?621c3ad6350a59e282ba1b49c6d2a3c5)}.flag-icon-vg.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/vg.svg?2ee2d8bebdf1602ce3a1fda0ced156a3)}.flag-icon-vi{background-image:url(/images/vendor/flag-icon-css/flags/4x3/vi.svg?2394a011069c69dcda825d1bcda172d5)}.flag-icon-vi.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/vi.svg?75fc073be5d2be7053e29f13d7426abd)}.flag-icon-vn{background-image:url(/images/vendor/flag-icon-css/flags/4x3/vn.svg?a3c286271bdb3ff7b16f24dec60c9555)}.flag-icon-vn.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/vn.svg?bf6f9b0191659c38159deced45dcb8e4)}.flag-icon-vu{background-image:url(/images/vendor/flag-icon-css/flags/4x3/vu.svg?f55d4352a21eeff37a90f0aeb663cfb1)}.flag-icon-vu.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/vu.svg?80c6f8ab84839cdf4618414c522e3ce9)}.flag-icon-wf{background-image:url(/images/vendor/flag-icon-css/flags/4x3/wf.svg?f6a164349ff634cf585d539c14d8256a)}.flag-icon-wf.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/wf.svg?00ae4e73cc902efd834cd13c4db05123)}.flag-icon-ws{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ws.svg?314e33c2a444698f4bce5c7346cae980)}.flag-icon-ws.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ws.svg?f06e3a3930f25859ac07ab5d271615e3)}.flag-icon-ye{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ye.svg?67bb215c4226cd5a32aae6c7d319634b)}.flag-icon-ye.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ye.svg?9b186a8be867d7cb136d2dcdb89d8d2b)}.flag-icon-yt{background-image:url(/images/vendor/flag-icon-css/flags/4x3/yt.svg?3a98e97dfe3d47689a4fc50121523bad)}.flag-icon-yt.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/yt.svg?023b75b96409f72a6a3015db472b3b20)}.flag-icon-za{background-image:url(/images/vendor/flag-icon-css/flags/4x3/za.svg?cfcf99d22861d82c56582197f4d2ffc1)}.flag-icon-za.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/za.svg?8a405db0d230f726cb0c57d10c47ad3e)}.flag-icon-zm{background-image:url(/images/vendor/flag-icon-css/flags/4x3/zm.svg?864bd087d50f237db5ce1a48f664a1eb)}.flag-icon-zm.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/zm.svg?7d7825c9680bf4c7a1cd8ebc096f3070)}.flag-icon-zw{background-image:url(/images/vendor/flag-icon-css/flags/4x3/zw.svg?cd37458b29efc0063ff64339b2923a8f)}.flag-icon-zw.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/zw.svg?3a3eb0f2bf0ffd8f5201303fa8383677)}.flag-icon-ac{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ac.svg?75ec39aa6b6ab11f84407351b524bcdd)}.flag-icon-ac.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ac.svg?e104704cd04bb0cb7c7221284727f7c1)}.flag-icon-cp{background-image:url(/images/vendor/flag-icon-css/flags/4x3/cp.svg?f7c7739a330c16f18fcd916a852b8bdd)}.flag-icon-cp.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/cp.svg?3af6cc411f5ef6c15c2cfe12e6644849)}.flag-icon-dg{background-image:url(/images/vendor/flag-icon-css/flags/4x3/dg.svg?b23bebbbe36225a7fea28a0bd5622496)}.flag-icon-dg.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/dg.svg?0daff5bf1376fa8759b9770151d03f46)}.flag-icon-ea{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ea.svg?f1e55aacdee7ad81f5dac2e61d752efb)}.flag-icon-ea.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ea.svg?3328e1660d877378c782d9274b0d7908)}.flag-icon-es-ct{background-image:url(/images/vendor/flag-icon-css/flags/4x3/es-ct.svg?ae2d1ab93385b37fd124bbad96005ac8)}.flag-icon-es-ct.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/es-ct.svg?9d52c0a552153cf8823845c3d9fab569)}.flag-icon-es-ga{background-image:url(/images/vendor/flag-icon-css/flags/4x3/es-ga.svg?fe67f0ec71b864386562f469760e5ba8)}.flag-icon-es-ga.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/es-ga.svg?33cb6bd3598af69a5a6d38e7264f977e)}.flag-icon-eu{background-image:url(/images/vendor/flag-icon-css/flags/4x3/eu.svg?0420e634b15c416fbdc13765fa79dc19)}.flag-icon-eu.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/eu.svg?227190d1fe778a97104cf8438db85764)}.flag-icon-gb-eng{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gb-eng.svg?ee3571430d489c32deaca52df1c49f09)}.flag-icon-gb-eng.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gb-eng.svg?7b249f565cc9aa70b36bcdee11fd25e0)}.flag-icon-gb-nir{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gb-nir.svg?aec8ba24bb3b3183323ace263387df0a)}.flag-icon-gb-nir.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gb-nir.svg?4e99cb8a463bcacc8f9129313678a2a2)}.flag-icon-gb-sct{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gb-sct.svg?5edc6d75a73111158da1213a861644d8)}.flag-icon-gb-sct.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gb-sct.svg?5e8518f9c48a90941d024e7c190a661e)}.flag-icon-gb-wls{background-image:url(/images/vendor/flag-icon-css/flags/4x3/gb-wls.svg?4abd7bc95cbecde943cceb263f8ef337)}.flag-icon-gb-wls.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/gb-wls.svg?910c0fb3440a800691cbbe0b6ebe3e91)}.flag-icon-ic{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ic.svg?500d420982feb8a67cbcdd485d62f965)}.flag-icon-ic.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ic.svg?5217cbc3b14b1f23840ff219f23820a9)}.flag-icon-ta{background-image:url(/images/vendor/flag-icon-css/flags/4x3/ta.svg?56f55773ec3ffb245496dcf6c6ea32dd)}.flag-icon-ta.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/ta.svg?6569311e37bb6e9563154bd736dfb823)}.flag-icon-un{background-image:url(/images/vendor/flag-icon-css/flags/4x3/un.svg?4388dfb01646ff8dc71da3b120d30ab5)}.flag-icon-un.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/un.svg?59939c4b1077f359a254002a9661456b)}.flag-icon-xk{background-image:url(/images/vendor/flag-icon-css/flags/4x3/xk.svg?06ff301ff0dc8369a202b32a3568f6b9)}.flag-icon-xk.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/xk.svg?082e7027de2c30bf35964eb4f2fd0b68)}.flag-icon-xx{background-image:url(/images/vendor/flag-icon-css/flags/4x3/xx.svg?83395f32486800ebce5eac609b5d6f8d)}.flag-icon-xx.flag-icon-squared{background-image:url(/images/vendor/flag-icon-css/flags/1x1/xx.svg?0b7434ecd0bfcce77f8ad5e16ba78bbc)}.cool-lightbox{-webkit-box-pack:center;-ms-flex-pack:center;bottom:0;justify-content:center;left:0;position:fixed;right:0;top:0;-webkit-transition:all .3s ease;transition:all .3s ease}.cool-lightbox,.cool-lightbox .cool-lightbox-zoom{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.cool-lightbox .cool-lightbox-zoom{background-color:hsla(0,0%,6%,.8);border-radius:8px;bottom:15px;left:50%;padding:0 12px;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:99999}.cool-lightbox .cool-lightbox-zoom input[type=range]{-webkit-appearance:none;background:0 0;margin:10px 0;width:105px}.cool-lightbox .cool-lightbox-zoom input[type=range]:focus{outline:0}.cool-lightbox .cool-lightbox-zoom input[type=range]::-webkit-slider-runnable-track{animate:.2s;background:#e6e6e6;border:0 solid #000;border-radius:11px;-webkit-box-shadow:0 0 0 #000;box-shadow:0 0 0 #000;cursor:pointer;height:4px;width:100%}.cool-lightbox .cool-lightbox-zoom input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:#fff;border:1px solid #000;border-radius:13px;-webkit-box-shadow:1px 1px 1px #000;box-shadow:1px 1px 1px #000;cursor:pointer;height:12px;margin-top:-4.5px;width:12px}.cool-lightbox .cool-lightbox-zoom input[type=range]:focus::-webkit-slider-runnable-track{background:#e6e6e6}.cool-lightbox .cool-lightbox-zoom input[type=range]::-moz-range-track{animate:.2s;background:#e6e6e6;border:0 solid #000;border-radius:11px;box-shadow:0 0 0 #000;cursor:pointer;height:4px;width:100%}.cool-lightbox .cool-lightbox-zoom input[type=range]::-moz-range-thumb{background:#fff;border:1px solid #000;border-radius:13px;box-shadow:1px 1px 1px #000;cursor:pointer;height:12px;width:12px}.cool-lightbox .cool-lightbox-zoom input[type=range]::-ms-track{animate:.2s;background:0 0;border-color:transparent;color:transparent;cursor:pointer;height:4px;width:100%}.cool-lightbox .cool-lightbox-zoom input[type=range]::-ms-fill-lower,.cool-lightbox .cool-lightbox-zoom input[type=range]::-ms-fill-upper{background:#e6e6e6;border:0 solid #000;border-radius:22px;box-shadow:0 0 0 #000}.cool-lightbox .cool-lightbox-zoom input[type=range]::-ms-thumb{background:#fff;border:1px solid #000;border-radius:13px;box-shadow:1px 1px 1px #000;cursor:pointer;height:12px;width:12px}.cool-lightbox .cool-lightbox-zoom input[type=range]:focus::-ms-fill-lower,.cool-lightbox .cool-lightbox-zoom input[type=range]:focus::-ms-fill-upper{background:#e6e6e6}.cool-lightbox .cool-lightbox-zoom .cool-lightbox-zoom__icon{color:#fff;height:15px;width:15px}.cool-lightbox .cool-lightbox-zoom .cool-lightbox-zoom__icon:first-of-type{margin-right:10px}.cool-lightbox .cool-lightbox-zoom .cool-lightbox-zoom__icon:last-of-type{margin-left:10px}.cool-lightbox .cool-lightbox-thumbs{background-color:#ddd;height:100vh;overflow-x:hidden;overflow-y:auto;position:absolute;right:-102px;scrollbar-color:#fa4242 hsla(0,0%,69%,.9);scrollbar-width:thin;top:0;-webkit-transition:none;transition:none;width:102px}@media (min-width:767px){.cool-lightbox .cool-lightbox-thumbs{-webkit-transition:all .3s ease;transition:all .3s ease}}.cool-lightbox .cool-lightbox-thumbs::-webkit-scrollbar{height:6px;width:6px}.cool-lightbox .cool-lightbox-thumbs::-webkit-scrollbar-button{height:0;width:0}.cool-lightbox .cool-lightbox-thumbs::-webkit-scrollbar-thumb{background:#fa4242;border:0 #fff;border-radius:50px}.cool-lightbox .cool-lightbox-thumbs::-webkit-scrollbar-thumb:hover{background:#fff}.cool-lightbox .cool-lightbox-thumbs::-webkit-scrollbar-thumb:active{background:#000}.cool-lightbox .cool-lightbox-thumbs::-webkit-scrollbar-track{background:#e1e1e1;border:0 #fff;border-radius:8px}.cool-lightbox .cool-lightbox-thumbs::-webkit-scrollbar-track:hover{background:#666}.cool-lightbox .cool-lightbox-thumbs::-webkit-scrollbar-track:active{background:#333}.cool-lightbox .cool-lightbox-thumbs::-webkit-scrollbar-corner{background:0 0}@media (min-width:767px){.cool-lightbox .cool-lightbox-thumbs{right:-212px;width:212px}}.cool-lightbox .cool-lightbox-thumbs .cool-lightbox-thumbs__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:2px 0 2px 2px}.cool-lightbox .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb{background-color:#000;display:block;height:75px;margin-bottom:2px;margin-right:2px;position:relative;width:100%}@media (min-width:767px){.cool-lightbox .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb{width:calc(50% - 2px)}}.cool-lightbox .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb:before{border:3px solid #fa4242;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;-webkit-transition:all .3s ease;transition:all .3s ease;visibility:hidden;z-index:150}.cool-lightbox .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.cool-lightbox .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb.is-video .cool-lightbox__thumb__icon{height:25px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:25px;z-index:100}.cool-lightbox .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb.is-video .cool-lightbox__thumb__icon path{fill:#fff}.cool-lightbox .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb.is-video:after{background:rgba(0,0,0,.6);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:50}.cool-lightbox .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb.active:before,.cool-lightbox .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb:hover:before{opacity:1;visibility:visible}.cool-lightbox .cool-lightbox__inner{bottom:0;left:0;overflow:hidden;padding:60px 0;position:absolute;right:0;top:0;-webkit-transition:none;transition:none}@media (min-width:767px){.cool-lightbox .cool-lightbox__inner{-webkit-transition:all .3s ease;transition:all .3s ease}}.cool-lightbox .cool-lightbox__progressbar{display:block;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;-webkit-transition:-webkit-transform 3s linear;transition:-webkit-transform 3s linear;transition:transform 3s linear;transition:transform 3s linear,-webkit-transform 3s linear;z-index:500}.cool-lightbox.cool-lightbox--is-swipping{cursor:-webkit-grabbing;cursor:grabbing}.cool-lightbox.cool-lightbox--is-swipping iframe{pointer-events:none}.cool-lightbox.cool-lightbox--is-swipping .cool-lightbox__slide{-webkit-transition:none;transition:none}.cool-lightbox.cool-lightbox--is-swipping .cool-lightbox__slide.cool-lightbox__slide--hide{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:50}.cool-lightbox.cool-lightbox--zoom-disabled .cool-lightbox__slide .cool-lightbox__slide__img{-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.cool-lightbox.cool-lightbox--can-zoom .cool-lightbox__slide img{cursor:-webkit-zoom-in;cursor:zoom-in}.cool-lightbox.cool-lightbox--is-zooming .cool-lightbox__slide img{cursor:move;cursor:grab;cursor:-webkit-grab}.cool-lightbox.cool-lightbox--is-zooming .cool-lightbox-caption{opacity:0}.cool-lightbox.cool-lightbox--thumbs-right.cool-lightbox--show-thumbs .cool-lightbox__inner{right:102px}@media (min-width:767px){.cool-lightbox.cool-lightbox--thumbs-right.cool-lightbox--show-thumbs .cool-lightbox__inner{right:212px}}.cool-lightbox.cool-lightbox--thumbs-right.cool-lightbox--show-thumbs .cool-lightbox-thumbs{right:0}.cool-lightbox.cool-lightbox--thumbs-bottom .cool-lightbox-thumbs{bottom:-70px;height:70px;left:0;overflow:auto;right:0;top:auto;width:100%}@media (min-width:767px){.cool-lightbox.cool-lightbox--thumbs-bottom .cool-lightbox-thumbs{bottom:-79px;height:79px}}.cool-lightbox.cool-lightbox--thumbs-bottom .cool-lightbox-thumbs .cool-lightbox-thumbs__list{-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;justify-content:center;width:100%}.cool-lightbox.cool-lightbox--thumbs-bottom .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb{-ms-flex-negative:0;flex-shrink:0;height:65px;margin-bottom:0;width:100px}@media (min-width:767px){.cool-lightbox.cool-lightbox--thumbs-bottom .cool-lightbox-thumbs .cool-lightbox-thumbs__list .cool-lightbox__thumb{height:75px}}.cool-lightbox.cool-lightbox--thumbs-bottom.cool-lightbox--show-thumbs .cool-lightbox__inner{bottom:70px}@media (min-width:767px){.cool-lightbox.cool-lightbox--thumbs-bottom.cool-lightbox--show-thumbs .cool-lightbox__inner{bottom:79px}}.cool-lightbox.cool-lightbox--thumbs-bottom.cool-lightbox--show-thumbs .cool-lightbox-thumbs{bottom:0}.cool-lightbox *{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}.cool-lightbox button{background:0 0;border:none;cursor:pointer;outline:0}.cool-lightbox svg path,.cool-lightbox svg rect{fill:currentColor}.cool-lightbox .cool-lightbox-button{color:#ccc;height:100px;opacity:1;padding:21px 16px 21px 4px;position:absolute;top:calc(50% - 50px);-webkit-transition:all .3s ease;transition:all .3s ease;visibility:visible;width:54px;z-index:800}@media (min-width:767px){.cool-lightbox .cool-lightbox-button{padding:31px 26px 31px 6px;width:70px}}.cool-lightbox .cool-lightbox-button.hidden{opacity:0;visibility:hidden}.cool-lightbox .cool-lightbox-button:hover{color:#fff}.cool-lightbox .cool-lightbox-button>.cool-lightbox-button__icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:rgba(30,30,30,.6);display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding:7px}.cool-lightbox .cool-lightbox-button>.cool-lightbox-button__icon>svg{height:100%;width:100%}.cool-lightbox .cool-lightbox-button.cool-lightbox-button--prev{left:0}.cool-lightbox .cool-lightbox-button.cool-lightbox-button--next{padding:21px 4px 21px 16px;right:0}@media (min-width:767px){.cool-lightbox .cool-lightbox-button.cool-lightbox-button--next{padding:31px 6px 31px 26px}}.cool-lightbox .cool-lightbox-pdf{max-width:100%}.cool-lightbox .cool-lightbox__iframe{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;left:50%;position:relative;top:50%;-webkit-transform:translate3d(-50%,-50%,0) scaleX(1);transform:translate3d(-50%,-50%,0) scaleX(1);width:100%}.cool-lightbox .cool-lightbox__iframe iframe{height:100%;width:100%}@media (min-width:767px){.cool-lightbox .cool-lightbox__iframe iframe{max-height:80vh;max-width:80vw}}.cool-lightbox .cool-lightbox__wrapper{height:100%;position:relative;width:100%}.cool-lightbox .cool-lightbox__wrapper.cool-lightbox__wrapper--swipe{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.cool-lightbox .cool-lightbox__wrapper.cool-lightbox__wrapper--swipe .cool-lightbox__slide{-ms-flex-negative:0;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;height:100%;opacity:.4;position:relative;-webkit-transition:opacity .3s linear;transition:opacity .3s linear}.cool-lightbox .cool-lightbox__wrapper.cool-lightbox__wrapper--swipe .cool-lightbox__slide.cool-lightbox__slide--current{opacity:1}.cool-lightbox .cool-lightbox__slide{bottom:0;display:none;left:0;margin-right:30px;position:absolute;right:0;top:0;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:100%;z-index:100}.cool-lightbox .cool-lightbox__slide:last-of-type{margin-right:0}.cool-lightbox .cool-lightbox__slide.cool-lightbox__slide--current{display:-webkit-box;display:-ms-flexbox;display:flex}.cool-lightbox .cool-lightbox__slide .cool-lightbox__slide__img{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;left:50%;position:absolute;top:50%;-webkit-transform:translate3d(-50%,-50%,0) scaleX(1);transform:translate3d(-50%,-50%,0) scaleX(1);-webkit-transition:all .3s ease;transition:all .3s ease;width:100%}.cool-lightbox .cool-lightbox__slide img{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-box-shadow:0 0 1.5rem rgba(0,0,0,.45);box-shadow:0 0 1.5rem rgba(0,0,0,.45);margin:auto;max-height:100%;max-width:100%;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:9999}.cool-lightbox .cool-lightbox__slide picture{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;margin:auto;max-height:100%;z-index:9999}.cool-lightbox-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;position:absolute;right:0;top:0;-webkit-transition:all .3s ease;transition:all .3s ease;visibility:visible}.cool-lightbox-toolbar.hidden{opacity:0;visibility:hidden}.cool-lightbox-toolbar .cool-lightbox-toolbar__btn{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(30,30,30,.6);border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;color:#ccc;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:40px;justify-content:center;margin:0;padding:9px;position:relative;-webkit-transition:color .2s;transition:color .2s;vertical-align:top;visibility:inherit;width:40px}@media (min-width:767px){.cool-lightbox-toolbar .cool-lightbox-toolbar__btn{height:44px;padding:10px;width:44px}}.cool-lightbox-toolbar .cool-lightbox-toolbar__btn>svg{height:100%;width:100%}.cool-lightbox-toolbar .cool-lightbox-toolbar__btn:hover{color:#fff}.cool-lightbox-caption{background:-webkit-gradient(linear,left bottom,left top,color-stop(0,rgba(0,0,0,.75)),color-stop(50%,rgba(0,0,0,.3)),color-stop(65%,rgba(0,0,0,.15)),color-stop(75.5%,rgba(0,0,0,.075)),color-stop(82.85%,rgba(0,0,0,.037)),color-stop(88%,rgba(0,0,0,.019)),to(transparent));background:linear-gradient(0deg,rgba(0,0,0,.75),rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;direction:ltr;font-size:14px;font-weight:400;left:0;line-height:1.5;opacity:1;padding:18px 28px 16px 24px;position:absolute;right:0;text-align:center;-webkit-transition:opacity .25s ease,visibility 0s ease .25s;transition:opacity .25s ease,visibility 0s ease .25s;z-index:99997}@media (min-width:767px){.cool-lightbox-caption{padding:22px 30px 23px}}.cool-lightbox-caption a{color:#eee;text-decoration:underline}.cool-lightbox-caption h6{font-size:14px;line-height:130%;margin:0 0 6px}@media (min-width:767px){.cool-lightbox-caption h6{font-size:16px;margin:0 0 6px}}.cool-lightbox-caption p{color:#ccc;font-size:13px;line-height:130%}@media (min-width:767px){.cool-lightbox-caption p{font-size:15px}}.cool-lightbox-caption p a{color:#ccc}.cool-lightbox-caption p a:hover{color:#eee}.cool-lightbox-modal-enter-active,.cool-lightbox-modal-leave-active{-webkit-transition:opacity .35s;transition:opacity .35s}.cool-lightbox-modal-enter,.cool-lightbox-modal-leave-to{opacity:0}.cool-lightbox-slide-change-enter-active,.cool-lightbox-slide-change-leave-active{-webkit-transition:opacity .27s;transition:opacity .27s}.cool-lightbox-slide-change-enter,.cool-lightbox-slide-change-leave-to{opacity:0}.cool-lightbox-loading-wrapper{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.cool-lightbox-loading-wrapper .cool-lightbox-loading{-webkit-animation:cool-lightbox-rotate 1s linear infinite;animation:cool-lightbox-rotate 1s linear infinite;background:0 0;border:4px solid;border-color:#888 #888 #fff;border-radius:50%;height:50px;opacity:.7;padding:0;width:50px;z-index:500}@-webkit-keyframes cool-lightbox-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes cool-lightbox-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.agile{position:relative}.agile--ssr .agile__slides--cloned{display:none}.agile--ssr .agile__slides>*{overflow:hidden;width:0}.agile--ssr .agile__slides>:first-child{width:100%}.agile--rtl .agile__actions,.agile--rtl .agile__dots,.agile--rtl .agile__slides,.agile--rtl .agile__track{flex-direction:row-reverse}.agile :active,.agile :focus,.agile:active,.agile:focus{outline:0}.agile__list{display:block;overflow:hidden;position:relative;width:100%}.agile__track{display:flex;flex-direction:row;flex-wrap:nowrap}.agile__actions{display:flex;justify-content:space-between}.agile--no-nav-buttons .agile__actions{justify-content:center}.agile__slides{align-items:center;display:flex;flex-direction:row;flex-grow:1;flex-shrink:unset;flex-wrap:nowrap;justify-content:flex-start}.agile--disabled .agile__slides{display:block;width:100%}.agile__slide{display:block;flex-grow:1;flex-shrink:0}.agile__slide,.agile__slide *{-webkit-user-drag:none}.agile--fade .agile__slide{opacity:0;position:relative;z-index:0}.agile--fade .agile__slide--active{opacity:1;z-index:2}.agile--fade .agile__slide--expiring{opacity:1;transition-duration:0s;z-index:1}.agile__nav-button[disabled]{cursor:default}.agile__dots{align-items:center;display:flex;list-style:none;padding:0;white-space:nowrap}.agile__dot button{cursor:pointer;display:block;font-size:0;line-height:0}@keyframes addedToList{0%{opacity:0;transform:translateZ(5px)}50%{opacity:1}to{transform:none}}:root{--blue:#3131c7;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#ff3246;--orange:#fabb3d;--yellow:#ebff00;--green:#28a745;--teal:#20c997;--cyan:#67c2ef;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#3131c7;--secondary:#38b6ff;--success:#28a745;--info:#20c997;--warning:#ebff00;--danger:#ff3246;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:769px;--breakpoint-lg:1025px;--breakpoint-xl:1401px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"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-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font-family:sans-serif;line-height:1.15}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#e9ecef;color:#212529;font-family:-apple-system,BlinkMacSystemFont,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-size:.875rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-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}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{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{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;color:#3131c7;text-decoration:none}a:hover{color:#22228a;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{-ms-overflow-style:scrollbar;margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#6c757d;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}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,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[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}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem}.h1,h1{font-size:2.1875rem}.h2,h2{font-size:1.75rem}.h3,h3{font-size:1.53125rem}.h4,h4{font-size:1.3125rem}.h5,h5{font-size:1.09375rem}.h6,h6{font-size:.875rem}.lead{font-size:1.09375rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:1rem;margin-top:1rem}.small,small{font-size:.875em;font-weight:400}.mark,mark{background-color:#fcf8e3;padding:.2em}.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:90%;text-transform:uppercase}.blockquote{font-size:1.09375rem;margin-bottom:1rem}.blockquote-footer{color:#6c757d;display:block;font-size:.875em}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#e9ecef;border:1px solid #dee2e6;border-radius:4px;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#6c757d;font-size:90%}code{word-wrap:break-word;color:#e83e8c;font-size:87.5%}a>code{color:inherit}kbd{background-color:#212529;border-radius:.2rem;color:#fff;font-size:87.5%;padding:.2rem .4rem}kbd kbd{font-size:100%;font-weight:700;padding:0}pre{color:#212529;display:block;font-size:87.5%}pre code{color:inherit;font-size:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (min-width:576px){.container,.container-sm{max-width:768px}}@media (min-width:769px){.container,.container-md,.container-sm{max-width:1024px}}@media (min-width:1025px){.container,.container-lg,.container-md,.container-sm{max-width:1400px}}@media (min-width:1401px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1401px}}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;max-width:100%;width:auto}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.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%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.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%}}@media (min-width:769px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.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%}}@media (min-width:1025px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.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%}}@media (min-width:1401px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.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%}}.table{color:#212529;margin-bottom:1rem;width:100%}.table td,.table th{border-top:1px solid #dee2e6;padding:.75rem;vertical-align:top}.table thead th{border-bottom:2px solid #dee2e6;vertical-align:bottom}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075);color:#212529}.table-primary,.table-primary>td,.table-primary>th{background-color:#c5c5ef}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#9494e2}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#b1b1ea}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#c7ebff}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#98d9ff}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#aee1ff}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#c1f0e2}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#8be3c9}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#acebd8}.table-warning,.table-warning>td,.table-warning>th{background-color:#f9ffb8}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#f5ff7a}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#f7ff9e}.table-danger,.table-danger>td,.table-danger>th{background-color:#ffc6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ff949f}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ffacb4}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#eef1f3}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbd}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{background-color:#343a40;border-color:#454d55;color:#fff}.table .thead-light th{background-color:#e9ecef;border-color:#dee2e6;color:#495057}.table-dark{background-color:#343a40;color:#fff}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075);color:#fff}@media (max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:768.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-md>.table-bordered{border:0}}@media (max-width:1024.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1400.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive>.table-bordered{border:0}.form-control,.multiselect__input,.multiselect__single{background-clip:padding-box;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;color:#495057;display:block;font-size:.875rem;font-weight:400;height:calc(1.5em + .75rem + 2px);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,.multiselect__input,.multiselect__single{transition:none}}.form-control::-ms-expand,.multiselect__input::-ms-expand,.multiselect__single::-ms-expand{background-color:transparent;border:0}.form-control:focus,.multiselect__input:focus,.multiselect__single:focus{background-color:#f8f9fa;border-color:#9393e4;box-shadow:none;color:#495057;outline:0}.form-control::-moz-placeholder,.multiselect__input::-moz-placeholder,.multiselect__single::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder,.multiselect__input::placeholder,.multiselect__single::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly],.multiselect__input:disabled,.multiselect__single:disabled,[readonly].multiselect__input,[readonly].multiselect__single{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=date].multiselect__input,input[type=date].multiselect__single,input[type=datetime-local].form-control,input[type=datetime-local].multiselect__input,input[type=datetime-local].multiselect__single,input[type=month].form-control,input[type=month].multiselect__input,input[type=month].multiselect__single,input[type=time].form-control,input[type=time].multiselect__input,input[type=time].multiselect__single{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring,select.multiselect__input:-moz-focusring,select.multiselect__single:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value,select.multiselect__input:focus::-ms-value,select.multiselect__single:focus::-ms-value{background-color:#f8f9fa;color:#495057}.form-control-file,.form-control-range{display:block;width:100%}.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.09375rem;line-height:1.5;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.765625rem;line-height:1.5;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#212529;display:block;font-size:.875rem;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:.765625rem;height:calc(1.5em + .5rem + 2px);line-height:1.5;padding:.25rem .5rem}.form-control-lg{border-radius:.3rem;font-size:1.09375rem;height:calc(1.5em + 1rem + 2px);line-height:1.5;padding:.5rem 1rem}select.form-control[multiple],select.form-control[size],select[multiple].multiselect__input,select[multiple].multiselect__single,select[size].multiselect__input,select[size].multiselect__single,textarea.form-control,textarea.multiselect__input,textarea.multiselect__single{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.form-row>.col,.form-row>[class*=col-]{padding-left:5px;padding-right:5px}.form-check{display:block;padding-left:1.25rem;position:relative}.form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.valid-feedback{color:#28a745;display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:rgba(40,167,69,.9);border-radius:4px;color:#fff;display:none;font-size:.765625rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.is-valid.multiselect__input,.is-valid.multiselect__single,.was-validated .form-control:valid,.was-validated .multiselect__input:valid,.was-validated .multiselect__single:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' 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:#28a745;padding-right:calc(1.5em + .75rem)!important}.form-control.is-valid:focus,.is-valid.multiselect__input:focus,.is-valid.multiselect__single:focus,.was-validated .form-control:valid:focus,.was-validated .multiselect__input:valid:focus,.was-validated .multiselect__single:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated select.form-control:valid,.was-validated select.multiselect__input:valid,.was-validated select.multiselect__single:valid,select.form-control.is-valid,select.is-valid.multiselect__input,select.is-valid.multiselect__single{background-position:right 1.5rem center;padding-right:3rem!important}.was-validated textarea.form-control:valid,.was-validated textarea.multiselect__input:valid,.was-validated textarea.multiselect__single:valid,textarea.form-control.is-valid,textarea.is-valid.multiselect__input,textarea.is-valid.multiselect__single{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.custom-select.is-valid,.is-valid.multiselect,.was-validated .custom-select:valid,.was-validated .multiselect:valid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#f8f9fa url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' 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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important}.custom-select.is-valid:focus,.is-valid.multiselect:focus,.was-validated .custom-select:valid:focus,.was-validated .multiselect:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57;border-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{color:#ff3246;display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:rgba(255,50,70,.9);border-radius:4px;color:#fff;display:none;font-size:.765625rem;left:0;line-height:1.5;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.is-invalid.multiselect__input,.is-invalid.multiselect__single,.was-validated .form-control:invalid,.was-validated .multiselect__input:invalid,.was-validated .multiselect__single: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='%23ff3246'%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='%23ff3246' 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:#ff3246;padding-right:calc(1.5em + .75rem)!important}.form-control.is-invalid:focus,.is-invalid.multiselect__input:focus,.is-invalid.multiselect__single:focus,.was-validated .form-control:invalid:focus,.was-validated .multiselect__input:invalid:focus,.was-validated .multiselect__single:invalid:focus{border-color:#ff3246;box-shadow:0 0 0 .2rem rgba(255,50,70,.25)}.was-validated select.form-control:invalid,.was-validated select.multiselect__input:invalid,.was-validated select.multiselect__single:invalid,select.form-control.is-invalid,select.is-invalid.multiselect__input,select.is-invalid.multiselect__single{background-position:right 1.5rem center;padding-right:3rem!important}.was-validated textarea.form-control:invalid,.was-validated textarea.multiselect__input:invalid,.was-validated textarea.multiselect__single:invalid,textarea.form-control.is-invalid,textarea.is-invalid.multiselect__input,textarea.is-invalid.multiselect__single{background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.custom-select.is-invalid,.is-invalid.multiselect,.was-validated .custom-select:invalid,.was-validated .multiselect:invalid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#f8f9fa url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff3246'%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='%23ff3246' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#ff3246;padding-right:calc(.75em + 2.3125rem)!important}.custom-select.is-invalid:focus,.is-invalid.multiselect:focus,.was-validated .custom-select:invalid:focus,.was-validated .multiselect:invalid:focus{border-color:#ff3246;box-shadow:0 0 0 .2rem rgba(255,50,70,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#ff3246}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#ff3246}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#ff3246}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#ff6574;border-color:#ff6574}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(255,50,70,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#ff3246}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#ff3246}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#ff3246;box-shadow:0 0 0 .2rem rgba(255,50,70,.25)}.form-inline{align-items:center;display:flex;flex-flow:row wrap}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{align-items:center;display:flex;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control,.form-inline .multiselect__input,.form-inline .multiselect__single{display:inline-block;vertical-align:middle;width:auto}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group,.form-inline .multiselect{width:auto}.form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.form-inline .form-check-input{flex-shrink:0;margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{background-color:transparent;border:1px solid transparent;border-radius:4px;color:#212529;display:inline-block;font-size:.875rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center;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;-moz-user-select:none;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{box-shadow:none;outline:0}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{background-color:#3131c7;border-color:#3131c7;color:#fff}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{background-color:#2929a8;border-color:#27279e;color:#fff}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(80,80,207,.5)}.btn-primary.disabled,.btn-primary:disabled{background-color:#3131c7;border-color:#3131c7;color:#fff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{background-color:#27279e;border-color:#242494;color:#fff}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(80,80,207,.5)}.btn-secondary{background-color:#38b6ff;border-color:#38b6ff;color:#212529}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{background-color:#12a8ff;border-color:#05a3ff;color:#fff}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(53,160,223,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#38b6ff;border-color:#38b6ff;color:#212529}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{background-color:#05a3ff;border-color:#009df7;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(53,160,223,.5)}.btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success.focus,.btn-success:focus,.btn-success:hover{background-color:#218838;border-color:#1e7e34;color:#fff}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{background-color:#1e7e34;border-color:#1c7430;color:#fff}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info,.btn-info-contrast{background-color:#20c997;border-color:#20c997;color:#fff}.btn-info-contrast:hover,.btn-info:hover{background-color:#1ba87e;border-color:#199d76;color:#fff}.btn-info-contrast:focus,.btn-info.focus,.btn-info:focus,.focus.btn-info-contrast{background-color:#1ba87e;border-color:#199d76;box-shadow:0 0 0 .2rem rgba(65,209,167,.5);color:#fff}.btn-info-contrast:disabled,.btn-info.disabled,.btn-info:disabled,.disabled.btn-info-contrast{background-color:#20c997;border-color:#20c997;color:#fff}.btn-info-contrast:not(:disabled):not(.disabled).active,.btn-info-contrast:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle,.show>.dropdown-toggle.btn-info-contrast{background-color:#199d76;border-color:#17926e;color:#fff}.btn-info-contrast:not(:disabled):not(.disabled).active:focus,.btn-info-contrast:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus,.show>.dropdown-toggle.btn-info-contrast:focus{box-shadow:0 0 0 .2rem rgba(65,209,167,.5)}.btn-warning{background-color:#ebff00;border-color:#ebff00;color:#212529}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{background-color:#c8d900;border-color:#bccc00;color:#212529}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(205,222,6,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#ebff00;border-color:#ebff00;color:#212529}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{background-color:#bccc00;border-color:#b0bf00;color:#212529}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(205,222,6,.5)}.btn-danger{background-color:#ff3246;border-color:#ff3246;color:#fff}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{background-color:#ff0c23;border-color:#fe0019;color:#fff}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(255,81,98,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#ff3246;border-color:#ff3246;color:#fff}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{background-color:#fe0019;border-color:#f10018;color:#fff}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,81,98,.5)}.btn-light,.btn-light-contrast,.theme-content.theme-darker .card .btn-danger,.theme-content.theme-darker .card .btn-dark,.theme-content.theme-darker .card .btn-dark-contrast,.theme-content.theme-darker .modal .btn-danger,.theme-content.theme-darker .modal .btn-dark,.theme-content.theme-darker .modal .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-light-contrast:hover,.btn-light:hover,.theme-content.theme-darker .card .btn-danger:hover,.theme-content.theme-darker .card .btn-dark-contrast:hover,.theme-content.theme-darker .card .btn-dark:hover,.theme-content.theme-darker .modal .btn-danger:hover,.theme-content.theme-darker .modal .btn-dark-contrast:hover,.theme-content.theme-darker .modal .btn-dark:hover,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast:hover,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light:hover,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast:hover,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light:hover,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast:hover,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light:hover,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast:hover,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light:hover{background-color:#e2e6ea;border-color:#dae0e5;color:#212529}.btn-light-contrast:focus,.btn-light.focus,.btn-light:focus,.focus.btn-light-contrast,.theme-content.theme-darker .card .btn-danger:focus,.theme-content.theme-darker .card .btn-dark-contrast:focus,.theme-content.theme-darker .card .btn-dark:focus,.theme-content.theme-darker .card .focus.btn-danger,.theme-content.theme-darker .card .focus.btn-dark,.theme-content.theme-darker .card .focus.btn-dark-contrast,.theme-content.theme-darker .modal .btn-danger:focus,.theme-content.theme-darker .modal .btn-dark-contrast:focus,.theme-content.theme-darker .modal .btn-dark:focus,.theme-content.theme-darker .modal .focus.btn-danger,.theme-content.theme-darker .modal .focus.btn-dark,.theme-content.theme-darker .modal .focus.btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .focus.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .focus.btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .focus.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .focus.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .focus.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .focus.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .focus.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .focus.btn-light-contrast{background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem hsla(210,4%,85%,.5);color:#212529}.btn-light-contrast:disabled,.btn-light.disabled,.btn-light:disabled,.disabled.btn-light-contrast,.theme-content.theme-darker .card .btn-danger:disabled,.theme-content.theme-darker .card .btn-dark-contrast:disabled,.theme-content.theme-darker .card .btn-dark:disabled,.theme-content.theme-darker .card .disabled.btn-danger,.theme-content.theme-darker .card .disabled.btn-dark,.theme-content.theme-darker .card .disabled.btn-dark-contrast,.theme-content.theme-darker .modal .btn-danger:disabled,.theme-content.theme-darker .modal .btn-dark-contrast:disabled,.theme-content.theme-darker .modal .btn-dark:disabled,.theme-content.theme-darker .modal .disabled.btn-danger,.theme-content.theme-darker .modal .disabled.btn-dark,.theme-content.theme-darker .modal .disabled.btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast:disabled,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light:disabled,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .disabled.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .disabled.btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast:disabled,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light:disabled,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .disabled.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .disabled.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast:disabled,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light:disabled,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .disabled.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .disabled.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast:disabled,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light:disabled,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .disabled.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .disabled.btn-light-contrast{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-light-contrast:not(:disabled):not(.disabled).active,.btn-light-contrast:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle,.show>.dropdown-toggle.btn-light-contrast,.theme-content.theme-darker .card .btn-danger:not(:disabled):not(.disabled).active,.theme-content.theme-darker .card .btn-danger:not(:disabled):not(.disabled):active,.theme-content.theme-darker .card .btn-dark-contrast:not(:disabled):not(.disabled).active,.theme-content.theme-darker .card .btn-dark-contrast:not(:disabled):not(.disabled):active,.theme-content.theme-darker .card .btn-dark:not(:disabled):not(.disabled).active,.theme-content.theme-darker .card .btn-dark:not(:disabled):not(.disabled):active,.theme-content.theme-darker .card .show>.dropdown-toggle.btn-danger,.theme-content.theme-darker .card .show>.dropdown-toggle.btn-dark,.theme-content.theme-darker .card .show>.dropdown-toggle.btn-dark-contrast,.theme-content.theme-darker .modal .btn-danger:not(:disabled):not(.disabled).active,.theme-content.theme-darker .modal .btn-danger:not(:disabled):not(.disabled):active,.theme-content.theme-darker .modal .btn-dark-contrast:not(:disabled):not(.disabled).active,.theme-content.theme-darker .modal .btn-dark-contrast:not(:disabled):not(.disabled):active,.theme-content.theme-darker .modal .btn-dark:not(:disabled):not(.disabled).active,.theme-content.theme-darker .modal .btn-dark:not(:disabled):not(.disabled):active,.theme-content.theme-darker .modal .show>.dropdown-toggle.btn-danger,.theme-content.theme-darker .modal .show>.dropdown-toggle.btn-dark,.theme-content.theme-darker .modal .show>.dropdown-toggle.btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .show>.dropdown-toggle.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .show>.dropdown-toggle.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-light-contrast{background-color:#dae0e5;border-color:#d3d9df;color:#212529}.btn-light-contrast:not(:disabled):not(.disabled).active:focus,.btn-light-contrast:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus,.show>.dropdown-toggle.btn-light-contrast:focus,.theme-content.theme-darker .card .btn-danger:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .card .btn-danger:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .card .btn-dark-contrast:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .card .btn-dark-contrast:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .card .btn-dark:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .card .btn-dark:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .card .show>.dropdown-toggle.btn-danger:focus,.theme-content.theme-darker .card .show>.dropdown-toggle.btn-dark-contrast:focus,.theme-content.theme-darker .card .show>.dropdown-toggle.btn-dark:focus,.theme-content.theme-darker .modal .btn-danger:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .modal .btn-danger:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .modal .btn-dark-contrast:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .modal .btn-dark-contrast:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .modal .btn-dark:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .modal .btn-dark:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .modal .show>.dropdown-toggle.btn-danger:focus,.theme-content.theme-darker .modal .show>.dropdown-toggle.btn-dark-contrast:focus,.theme-content.theme-darker .modal .show>.dropdown-toggle.btn-dark:focus{box-shadow:0 0 0 .2rem hsla(210,4%,85%,.5)}.btn-dark,.btn-dark-contrast,.theme-content .card .btn-danger,.theme-content .modal .btn-danger,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-danger,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark-contrast,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-danger,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-dark,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .theme-content:not(.theme-darker) .modal .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .theme-content:not(.theme-darker) .modal .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .theme-content:not(.theme-darker) .modal .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .theme-content:not(.theme-darker) .card .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .theme-content:not(.theme-darker) .card .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .theme-content:not(.theme-darker) .card .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-light-contrast,.theme-content:not(.theme-darker) .card .btn-light,.theme-content:not(.theme-darker) .card .btn-light-contrast,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-danger,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-dark,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-dark-contrast,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-light,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-light-contrast,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast,.theme-content:not(.theme-darker) .modal .btn-light,.theme-content:not(.theme-darker) .modal .btn-light-contrast,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-danger,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-dark,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-dark-contrast,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-light,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-light-contrast,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light-contrast{background-color:#343a40;border-color:#343a40;color:#fff}.btn-dark-contrast:hover,.btn-dark:hover,.theme-content .card .btn-danger:hover,.theme-content .modal .btn-danger:hover,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark-contrast:hover,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark:hover,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark-contrast:hover,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark:hover,.theme-content:not(.theme-darker) .card .btn-light-contrast:hover,.theme-content:not(.theme-darker) .card .btn-light:hover,.theme-content:not(.theme-darker) .modal .btn-light-contrast:hover,.theme-content:not(.theme-darker) .modal .btn-light:hover,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark-contrast:hover,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark:hover,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark-contrast:hover,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark:hover{background-color:#23272b;border-color:#1d2124;color:#fff}.btn-dark-contrast:focus,.btn-dark.focus,.btn-dark:focus,.focus.btn-dark-contrast,.theme-content .card .btn-danger:focus,.theme-content .card .focus.btn-danger,.theme-content .modal .btn-danger:focus,.theme-content .modal .focus.btn-danger,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-danger:focus,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark-contrast:focus,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark:focus,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .focus.btn-danger,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .focus.btn-dark,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .focus.btn-dark-contrast,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-danger:focus,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-dark-contrast:focus,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-dark:focus,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .focus.btn-danger,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .focus.btn-dark,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .focus.btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-danger:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .focus.btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .focus.btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .focus.btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .focus.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .focus.btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .focus.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .focus.btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-danger:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .focus.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .focus.btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .focus.btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .focus.btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .focus.btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .focus.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .focus.btn-light-contrast,.theme-content:not(.theme-darker) .card .btn-light-contrast:focus,.theme-content:not(.theme-darker) .card .btn-light:focus,.theme-content:not(.theme-darker) .card .focus.btn-light,.theme-content:not(.theme-darker) .card .focus.btn-light-contrast,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-danger:focus,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-dark-contrast:focus,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-dark:focus,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-light-contrast:focus,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-light:focus,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .focus.btn-danger,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .focus.btn-dark,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .focus.btn-dark-contrast,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .focus.btn-light,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .focus.btn-light-contrast,.theme-content:not(.theme-darker) .modal .btn-light-contrast:focus,.theme-content:not(.theme-darker) .modal .btn-light:focus,.theme-content:not(.theme-darker) .modal .focus.btn-light,.theme-content:not(.theme-darker) .modal .focus.btn-light-contrast,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-danger:focus,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-dark-contrast:focus,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-dark:focus,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-light-contrast:focus,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-light:focus,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .focus.btn-danger,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .focus.btn-dark,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .focus.btn-dark-contrast,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .focus.btn-light,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .focus.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-danger:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .focus.btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .focus.btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .focus.btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .focus.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .focus.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-light-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-light:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .focus.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .focus.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-danger:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-light-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-light:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .focus.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .focus.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .focus.btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .focus.btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .focus.btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .focus.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .focus.btn-light-contrast{background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5);color:#fff}.btn-dark-contrast:disabled,.btn-dark.disabled,.btn-dark:disabled,.disabled.btn-dark-contrast,.theme-content .card .btn-danger:disabled,.theme-content .card .disabled.btn-danger,.theme-content .modal .btn-danger:disabled,.theme-content .modal .disabled.btn-danger,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-danger:disabled,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark-contrast:disabled,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark:disabled,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .disabled.btn-danger,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .disabled.btn-dark,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .disabled.btn-dark-contrast,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-danger:disabled,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-dark-contrast:disabled,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-dark:disabled,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .disabled.btn-danger,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .disabled.btn-dark,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .disabled.btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-danger:disabled,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark-contrast:disabled,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark:disabled,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast:disabled,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light:disabled,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .disabled.btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .disabled.btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .disabled.btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .disabled.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .disabled.btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light-contrast:disabled,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light:disabled,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .disabled.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .disabled.btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-danger:disabled,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark-contrast:disabled,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark:disabled,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast:disabled,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light:disabled,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light-contrast:disabled,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light:disabled,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .disabled.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .disabled.btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .disabled.btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .disabled.btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .disabled.btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .disabled.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .disabled.btn-light-contrast,.theme-content:not(.theme-darker) .card .btn-light-contrast:disabled,.theme-content:not(.theme-darker) .card .btn-light:disabled,.theme-content:not(.theme-darker) .card .disabled.btn-light,.theme-content:not(.theme-darker) .card .disabled.btn-light-contrast,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-danger:disabled,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-dark-contrast:disabled,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-dark:disabled,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-light-contrast:disabled,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-light:disabled,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .disabled.btn-danger,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .disabled.btn-dark,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .disabled.btn-dark-contrast,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .disabled.btn-light,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .disabled.btn-light-contrast,.theme-content:not(.theme-darker) .modal .btn-light-contrast:disabled,.theme-content:not(.theme-darker) .modal .btn-light:disabled,.theme-content:not(.theme-darker) .modal .disabled.btn-light,.theme-content:not(.theme-darker) .modal .disabled.btn-light-contrast,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-danger:disabled,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-dark-contrast:disabled,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-dark:disabled,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-light-contrast:disabled,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-light:disabled,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .disabled.btn-danger,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .disabled.btn-dark,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .disabled.btn-dark-contrast,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .disabled.btn-light,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .disabled.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-danger:disabled,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark-contrast:disabled,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark:disabled,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast:disabled,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light:disabled,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .disabled.btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .disabled.btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .disabled.btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .disabled.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .disabled.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-light-contrast:disabled,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-light:disabled,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .disabled.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .disabled.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-danger:disabled,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark-contrast:disabled,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark:disabled,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast:disabled,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light:disabled,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-light-contrast:disabled,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-light:disabled,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .disabled.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .disabled.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .disabled.btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .disabled.btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .disabled.btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .disabled.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .disabled.btn-light-contrast{background-color:#343a40;border-color:#343a40;color:#fff}.btn-dark-contrast:not(:disabled):not(.disabled).active,.btn-dark-contrast:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle,.show>.dropdown-toggle.btn-dark-contrast,.theme-content .card .btn-danger:not(:disabled):not(.disabled).active,.theme-content .card .btn-danger:not(:disabled):not(.disabled):active,.theme-content .card .show>.dropdown-toggle.btn-danger,.theme-content .modal .btn-danger:not(:disabled):not(.disabled).active,.theme-content .modal .btn-danger:not(:disabled):not(.disabled):active,.theme-content .modal .show>.dropdown-toggle.btn-danger,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-danger:not(:disabled):not(.disabled).active,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-danger:not(:disabled):not(.disabled):active,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark-contrast:not(:disabled):not(.disabled).active,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark-contrast:not(:disabled):not(.disabled):active,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark:not(:disabled):not(.disabled).active,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark:not(:disabled):not(.disabled):active,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-danger,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-dark,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-dark-contrast,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-danger:not(:disabled):not(.disabled).active,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-danger:not(:disabled):not(.disabled):active,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-dark-contrast:not(:disabled):not(.disabled).active,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-dark-contrast:not(:disabled):not(.disabled):active,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-dark:not(:disabled):not(.disabled).active,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-dark:not(:disabled):not(.disabled):active,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-danger,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-dark,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-danger:not(:disabled):not(.disabled).active,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-danger:not(:disabled):not(.disabled):active,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark-contrast:not(:disabled):not(.disabled).active,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark-contrast:not(:disabled):not(.disabled):active,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark:not(:disabled):not(.disabled).active,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark:not(:disabled):not(.disabled):active,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast:not(:disabled):not(.disabled).active,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast:not(:disabled):not(.disabled):active,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light-contrast:not(:disabled):not(.disabled).active,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light-contrast:not(:disabled):not(.disabled):active,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .show>.dropdown-toggle.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .show>.dropdown-toggle.btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-danger:not(:disabled):not(.disabled).active,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-danger:not(:disabled):not(.disabled):active,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark-contrast:not(:disabled):not(.disabled).active,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark-contrast:not(:disabled):not(.disabled):active,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark:not(:disabled):not(.disabled).active,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark:not(:disabled):not(.disabled):active,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast:not(:disabled):not(.disabled).active,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast:not(:disabled):not(.disabled):active,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light-contrast:not(:disabled):not(.disabled).active,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light-contrast:not(:disabled):not(.disabled):active,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .show>.dropdown-toggle.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .show>.dropdown-toggle.btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-light-contrast,.theme-content:not(.theme-darker) .card .btn-light-contrast:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .card .btn-light-contrast:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .card .btn-light:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .card .btn-light:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-light,.theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-light-contrast,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-danger:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-danger:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-dark-contrast:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-dark-contrast:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-dark:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-dark:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-light-contrast:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-light-contrast:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-danger,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-dark,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-dark-contrast,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-light,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-light-contrast,.theme-content:not(.theme-darker) .modal .btn-light-contrast:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .modal .btn-light-contrast:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .modal .btn-light:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .modal .btn-light:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-light,.theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-light-contrast,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-danger:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-danger:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-dark-contrast:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-dark-contrast:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-dark:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-dark:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-light-contrast:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-light-contrast:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .show>.dropdown-toggle.btn-danger,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .show>.dropdown-toggle.btn-dark,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .show>.dropdown-toggle.btn-dark-contrast,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .show>.dropdown-toggle.btn-light,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .show>.dropdown-toggle.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-danger:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-danger:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark-contrast:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark-contrast:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-light-contrast:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-light-contrast:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .show>.dropdown-toggle.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .show>.dropdown-toggle.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .show>.dropdown-toggle.btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .show>.dropdown-toggle.btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .show>.dropdown-toggle.btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .show>.dropdown-toggle.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .show>.dropdown-toggle.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-danger:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-danger:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark-contrast:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark-contrast:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-light-contrast:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-light-contrast:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .show>.dropdown-toggle.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .show>.dropdown-toggle.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-light-contrast{background-color:#1d2124;border-color:#171a1d;color:#fff}.btn-dark-contrast:not(:disabled):not(.disabled).active:focus,.btn-dark-contrast:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus,.show>.dropdown-toggle.btn-dark-contrast:focus,.theme-content .card .btn-danger:not(:disabled):not(.disabled).active:focus,.theme-content .card .btn-danger:not(:disabled):not(.disabled):active:focus,.theme-content .card .show>.dropdown-toggle.btn-danger:focus,.theme-content .modal .btn-danger:not(:disabled):not(.disabled).active:focus,.theme-content .modal .btn-danger:not(:disabled):not(.disabled):active:focus,.theme-content .modal .show>.dropdown-toggle.btn-danger:focus,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-danger:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-danger:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark-contrast:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark-contrast:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-danger:focus,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-dark-contrast:focus,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-dark:focus,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-danger:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-danger:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-dark-contrast:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-dark-contrast:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-dark:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-dark:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-danger:focus,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-dark-contrast:focus,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-dark:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-danger:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-danger:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark-contrast:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark-contrast:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light-contrast:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light-contrast:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .show>.dropdown-toggle.btn-light-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .show>.dropdown-toggle.btn-light:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-danger:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-dark-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-dark:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-light-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-light:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-danger:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-danger:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark-contrast:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark-contrast:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light-contrast:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light-contrast:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .show>.dropdown-toggle.btn-light-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .show>.dropdown-toggle.btn-light:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-danger:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-dark-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-dark:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-light-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-light:focus,.theme-content:not(.theme-darker) .card .btn-light-contrast:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .card .btn-light-contrast:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .card .btn-light:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .card .btn-light:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-light-contrast:focus,.theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-light:focus,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-danger:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-danger:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-dark-contrast:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-dark-contrast:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-dark:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-dark:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-light-contrast:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-light-contrast:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-danger:focus,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-dark-contrast:focus,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-dark:focus,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-light-contrast:focus,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-light:focus,.theme-content:not(.theme-darker) .modal .btn-light-contrast:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .modal .btn-light-contrast:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .modal .btn-light:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .modal .btn-light:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-light-contrast:focus,.theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-light:focus,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-danger:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-danger:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-dark-contrast:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-dark-contrast:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-dark:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-dark:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-light-contrast:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-light-contrast:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .show>.dropdown-toggle.btn-danger:focus,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .show>.dropdown-toggle.btn-dark-contrast:focus,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .show>.dropdown-toggle.btn-dark:focus,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .show>.dropdown-toggle.btn-light-contrast:focus,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .show>.dropdown-toggle.btn-light:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-danger:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-danger:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark-contrast:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark-contrast:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-light-contrast:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-light-contrast:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .show>.dropdown-toggle.btn-light-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .show>.dropdown-toggle.btn-light:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .show>.dropdown-toggle.btn-danger:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .show>.dropdown-toggle.btn-dark-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .show>.dropdown-toggle.btn-dark:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .show>.dropdown-toggle.btn-light-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .show>.dropdown-toggle.btn-light:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-danger:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-danger:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark-contrast:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark-contrast:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-light-contrast:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-light-contrast:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .show>.dropdown-toggle.btn-light-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .show>.dropdown-toggle.btn-light:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-danger:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-dark-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-dark:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-light-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .show>.dropdown-toggle.btn-light:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{border-color:#3131c7;color:#3131c7}.btn-outline-primary:hover{background-color:#3131c7;border-color:#3131c7;color:#fff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(49,49,199,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:transparent;color:#3131c7}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{background-color:#3131c7;border-color:#3131c7;color:#fff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(49,49,199,.5)}.btn-outline-secondary{border-color:#38b6ff;color:#38b6ff}.btn-outline-secondary:hover{background-color:#38b6ff;border-color:#38b6ff;color:#212529}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(56,182,255,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:transparent;color:#38b6ff}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{background-color:#38b6ff;border-color:#38b6ff;color:#212529}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(56,182,255,.5)}.btn-outline-success{border-color:#28a745;color:#28a745}.btn-outline-success:hover{background-color:#28a745;border-color:#28a745;color:#fff}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:transparent;color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{background-color:#28a745;border-color:#28a745;color:#fff}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{border-color:#20c997;color:#20c997}.btn-outline-info:hover{background-color:#20c997;border-color:#20c997;color:#fff}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(32,201,151,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:transparent;color:#20c997}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{background-color:#20c997;border-color:#20c997;color:#fff}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(32,201,151,.5)}.btn-outline-warning{border-color:#ebff00;color:#ebff00}.btn-outline-warning:hover{background-color:#ebff00;border-color:#ebff00;color:#212529}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(235,255,0,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:transparent;color:#ebff00}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{background-color:#ebff00;border-color:#ebff00;color:#212529}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(235,255,0,.5)}.btn-outline-danger{border-color:#ff3246;color:#ff3246}.btn-outline-danger:hover{background-color:#ff3246;border-color:#ff3246;color:#fff}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(255,50,70,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:transparent;color:#ff3246}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{background-color:#ff3246;border-color:#ff3246;color:#fff}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,50,70,.5)}.btn-outline-light,.theme-content.theme-darker .card .btn-outline-danger,.theme-content.theme-darker .modal .btn-outline-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast,.theme-content.theme-darker .upcoming-events .card .btn-danger,.theme-content.theme-darker .upcoming-events .card .btn-dark,.theme-content.theme-darker .upcoming-events .card .btn-dark-contrast,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-light,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-light-contrast,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .btn-light,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light-contrast{border-color:#f8f9fa;color:#f8f9fa}.btn-outline-light:hover,.theme-content.theme-darker .card .btn-outline-danger:hover,.theme-content.theme-darker .modal .btn-outline-danger:hover,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:hover,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light:hover,.theme-content.theme-darker .upcoming-events .card .btn-danger:hover,.theme-content.theme-darker .upcoming-events .card .btn-dark-contrast:hover,.theme-content.theme-darker .upcoming-events .card .btn-dark:hover,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-light-contrast:hover,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-light:hover,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .btn-light-contrast:hover,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .btn-light:hover,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light-contrast:hover,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light:hover{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-outline-light.focus,.btn-outline-light:focus,.theme-content.theme-darker .card .btn-outline-danger:focus,.theme-content.theme-darker .card .focus.btn-outline-danger,.theme-content.theme-darker .modal .btn-outline-danger:focus,.theme-content.theme-darker .modal .focus.btn-outline-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .focus.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .focus.btn-light-contrast,.theme-content.theme-darker .upcoming-events .card .btn-danger:focus,.theme-content.theme-darker .upcoming-events .card .btn-dark-contrast:focus,.theme-content.theme-darker .upcoming-events .card .btn-dark:focus,.theme-content.theme-darker .upcoming-events .card .focus.btn-danger,.theme-content.theme-darker .upcoming-events .card .focus.btn-dark,.theme-content.theme-darker .upcoming-events .card .focus.btn-dark-contrast,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-light-contrast:focus,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-light:focus,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .focus.btn-light,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .focus.btn-light-contrast,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .btn-light-contrast:focus,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .btn-light:focus,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .focus.btn-light,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .focus.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .focus.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .focus.btn-light-contrast{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled,.theme-content.theme-darker .card .btn-outline-danger:disabled,.theme-content.theme-darker .card .disabled.btn-outline-danger,.theme-content.theme-darker .modal .btn-outline-danger:disabled,.theme-content.theme-darker .modal .disabled.btn-outline-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:disabled,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light:disabled,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .disabled.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .disabled.btn-light-contrast,.theme-content.theme-darker .upcoming-events .card .btn-danger:disabled,.theme-content.theme-darker .upcoming-events .card .btn-dark-contrast:disabled,.theme-content.theme-darker .upcoming-events .card .btn-dark:disabled,.theme-content.theme-darker .upcoming-events .card .disabled.btn-danger,.theme-content.theme-darker .upcoming-events .card .disabled.btn-dark,.theme-content.theme-darker .upcoming-events .card .disabled.btn-dark-contrast,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-light-contrast:disabled,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-light:disabled,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .disabled.btn-light,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .disabled.btn-light-contrast,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .btn-light-contrast:disabled,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .btn-light:disabled,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .disabled.btn-light,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .disabled.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light-contrast:disabled,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light:disabled,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .disabled.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .disabled.btn-light-contrast{background-color:transparent;color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle,.theme-content.theme-darker .card .btn-outline-danger:not(:disabled):not(.disabled).active,.theme-content.theme-darker .card .btn-outline-danger:not(:disabled):not(.disabled):active,.theme-content.theme-darker .card .show>.dropdown-toggle.btn-outline-danger,.theme-content.theme-darker .modal .btn-outline-danger:not(:disabled):not(.disabled).active,.theme-content.theme-darker .modal .btn-outline-danger:not(:disabled):not(.disabled):active,.theme-content.theme-darker .modal .show>.dropdown-toggle.btn-outline-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:not(:disabled):not(.disabled).active,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:not(:disabled):not(.disabled):active,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light:not(:disabled):not(.disabled).active,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light:not(:disabled):not(.disabled):active,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .show>.dropdown-toggle.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .show>.dropdown-toggle.btn-light-contrast,.theme-content.theme-darker .upcoming-events .card .btn-danger:not(:disabled):not(.disabled).active,.theme-content.theme-darker .upcoming-events .card .btn-danger:not(:disabled):not(.disabled):active,.theme-content.theme-darker .upcoming-events .card .btn-dark-contrast:not(:disabled):not(.disabled).active,.theme-content.theme-darker .upcoming-events .card .btn-dark-contrast:not(:disabled):not(.disabled):active,.theme-content.theme-darker .upcoming-events .card .btn-dark:not(:disabled):not(.disabled).active,.theme-content.theme-darker .upcoming-events .card .btn-dark:not(:disabled):not(.disabled):active,.theme-content.theme-darker .upcoming-events .card .show>.dropdown-toggle.btn-danger,.theme-content.theme-darker .upcoming-events .card .show>.dropdown-toggle.btn-dark,.theme-content.theme-darker .upcoming-events .card .show>.dropdown-toggle.btn-dark-contrast,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-light-contrast:not(:disabled):not(.disabled).active,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-light-contrast:not(:disabled):not(.disabled):active,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-light:not(:disabled):not(.disabled).active,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-light:not(:disabled):not(.disabled):active,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-light,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-light-contrast,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .btn-light-contrast:not(:disabled):not(.disabled).active,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .btn-light-contrast:not(:disabled):not(.disabled):active,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .btn-light:not(:disabled):not(.disabled).active,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .btn-light:not(:disabled):not(.disabled):active,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-light,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light-contrast:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light-contrast:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .show>.dropdown-toggle.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .show>.dropdown-toggle.btn-light-contrast{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus,.theme-content.theme-darker .card .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .card .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .card .show>.dropdown-toggle.btn-outline-danger:focus,.theme-content.theme-darker .modal .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .modal .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .modal .show>.dropdown-toggle.btn-outline-danger:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .show>.dropdown-toggle.btn-light-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .show>.dropdown-toggle.btn-light:focus,.theme-content.theme-darker .upcoming-events .card .btn-danger:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .upcoming-events .card .btn-danger:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .upcoming-events .card .btn-dark-contrast:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .upcoming-events .card .btn-dark-contrast:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .upcoming-events .card .btn-dark:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .upcoming-events .card .btn-dark:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .upcoming-events .card .show>.dropdown-toggle.btn-danger:focus,.theme-content.theme-darker .upcoming-events .card .show>.dropdown-toggle.btn-dark-contrast:focus,.theme-content.theme-darker .upcoming-events .card .show>.dropdown-toggle.btn-dark:focus,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-light-contrast:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-light-contrast:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-light:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-light:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-light-contrast:focus,.theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .show>.dropdown-toggle.btn-light:focus,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .btn-light-contrast:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .btn-light-contrast:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .btn-light:not(:disabled):not(.disabled).active:focus,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .btn-light:not(:disabled):not(.disabled):active:focus,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-light-contrast:focus,.theme-content.theme-darker .upcoming-events .theme-content:not(.theme-darker) .card .show>.dropdown-toggle.btn-light:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light-contrast:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light-contrast:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .show>.dropdown-toggle.btn-light-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .show>.dropdown-toggle.btn-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark,.theme-content .card .btn-outline-danger,.theme-content .modal .btn-outline-danger,.theme-content .upcoming-events .card .btn-danger,.theme-content .upcoming-events .card .btn-dark,.theme-content .upcoming-events .card .btn-dark-contrast,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .upcoming-events .card .btn-danger,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .upcoming-events .card .btn-dark,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .upcoming-events .card .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .theme-content.theme-darker .upcoming-events .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .theme-content.theme-darker .upcoming-events .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .upcoming-events .card .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .upcoming-events .card .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .upcoming-events .card .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .upcoming-events .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .upcoming-events .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .upcoming-events .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .upcoming-events .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .modal .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .modal .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .modal .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .modal .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .modal .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .modal .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .modal .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .modal .card .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .modal .card .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .modal .card .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .modal .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .modal .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .modal .theme-content.theme-darker .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .modal .theme-content.theme-darker .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .modal .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .modal .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .modal .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .modal .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .theme-content:not(.theme-darker) .upcoming-events .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .upcoming-events .card .btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .upcoming-events .card .btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .upcoming-events .card .btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .upcoming-events .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .upcoming-events .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .upcoming-events .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .upcoming-events .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .modal .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .modal .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .modal .btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .modal .btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .modal .btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .modal .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .modal .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-danger,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-dark,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-dark-contrast,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-light,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-danger,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-dark,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-dark-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-light,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .modal .btn-danger,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .modal .btn-dark,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .modal .btn-dark-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .modal .btn-light,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .modal .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-danger,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-light,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .modal .card .btn-danger,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .modal .card .btn-dark,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .modal .card .btn-dark-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .modal .card .btn-light,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .modal .card .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-light,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light-contrast{border-color:#343a40;color:#343a40}.btn-outline-dark:hover,.theme-content .card .btn-outline-danger:hover,.theme-content .modal .btn-outline-danger:hover,.theme-content .upcoming-events .card .btn-danger:hover,.theme-content .upcoming-events .card .btn-dark-contrast:hover,.theme-content .upcoming-events .card .btn-dark:hover,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:hover,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light:hover{background-color:#343a40;border-color:#343a40;color:#fff}.btn-outline-dark.focus,.btn-outline-dark:focus,.theme-content .card .btn-outline-danger:focus,.theme-content .card .focus.btn-outline-danger,.theme-content .modal .btn-outline-danger:focus,.theme-content .modal .focus.btn-outline-danger,.theme-content .upcoming-events .card .btn-danger:focus,.theme-content .upcoming-events .card .btn-dark-contrast:focus,.theme-content .upcoming-events .card .btn-dark:focus,.theme-content .upcoming-events .card .focus.btn-danger,.theme-content .upcoming-events .card .focus.btn-dark,.theme-content .upcoming-events .card .focus.btn-dark-contrast,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:focus,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light:focus,.theme-content:not(.theme-darker) .upcoming-events .card .focus.btn-light,.theme-content:not(.theme-darker) .upcoming-events .card .focus.btn-light-contrast{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled,.theme-content .card .btn-outline-danger:disabled,.theme-content .card .disabled.btn-outline-danger,.theme-content .modal .btn-outline-danger:disabled,.theme-content .modal .disabled.btn-outline-danger,.theme-content .upcoming-events .card .btn-danger:disabled,.theme-content .upcoming-events .card .btn-dark-contrast:disabled,.theme-content .upcoming-events .card .btn-dark:disabled,.theme-content .upcoming-events .card .disabled.btn-danger,.theme-content .upcoming-events .card .disabled.btn-dark,.theme-content .upcoming-events .card .disabled.btn-dark-contrast,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:disabled,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light:disabled,.theme-content:not(.theme-darker) .upcoming-events .card .disabled.btn-light,.theme-content:not(.theme-darker) .upcoming-events .card .disabled.btn-light-contrast{background-color:transparent;color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle,.theme-content .card .btn-outline-danger:not(:disabled):not(.disabled).active,.theme-content .card .btn-outline-danger:not(:disabled):not(.disabled):active,.theme-content .card .show>.dropdown-toggle.btn-outline-danger,.theme-content .modal .btn-outline-danger:not(:disabled):not(.disabled).active,.theme-content .modal .btn-outline-danger:not(:disabled):not(.disabled):active,.theme-content .modal .show>.dropdown-toggle.btn-outline-danger,.theme-content .upcoming-events .card .btn-danger:not(:disabled):not(.disabled).active,.theme-content .upcoming-events .card .btn-danger:not(:disabled):not(.disabled):active,.theme-content .upcoming-events .card .btn-dark-contrast:not(:disabled):not(.disabled).active,.theme-content .upcoming-events .card .btn-dark-contrast:not(:disabled):not(.disabled):active,.theme-content .upcoming-events .card .btn-dark:not(:disabled):not(.disabled).active,.theme-content .upcoming-events .card .btn-dark:not(:disabled):not(.disabled):active,.theme-content .upcoming-events .card .show>.dropdown-toggle.btn-danger,.theme-content .upcoming-events .card .show>.dropdown-toggle.btn-dark,.theme-content .upcoming-events .card .show>.dropdown-toggle.btn-dark-contrast,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light:not(:disabled):not(.disabled).active,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light:not(:disabled):not(.disabled):active,.theme-content:not(.theme-darker) .upcoming-events .card .show>.dropdown-toggle.btn-light,.theme-content:not(.theme-darker) .upcoming-events .card .show>.dropdown-toggle.btn-light-contrast{background-color:#343a40;border-color:#343a40;color:#fff}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus,.theme-content .card .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.theme-content .card .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.theme-content .card .show>.dropdown-toggle.btn-outline-danger:focus,.theme-content .modal .btn-outline-danger:not(:disabled):not(.disabled).active:focus,.theme-content .modal .btn-outline-danger:not(:disabled):not(.disabled):active:focus,.theme-content .modal .show>.dropdown-toggle.btn-outline-danger:focus,.theme-content .upcoming-events .card .btn-danger:not(:disabled):not(.disabled).active:focus,.theme-content .upcoming-events .card .btn-danger:not(:disabled):not(.disabled):active:focus,.theme-content .upcoming-events .card .btn-dark-contrast:not(:disabled):not(.disabled).active:focus,.theme-content .upcoming-events .card .btn-dark-contrast:not(:disabled):not(.disabled):active:focus,.theme-content .upcoming-events .card .btn-dark:not(:disabled):not(.disabled).active:focus,.theme-content .upcoming-events .card .btn-dark:not(:disabled):not(.disabled):active:focus,.theme-content .upcoming-events .card .show>.dropdown-toggle.btn-danger:focus,.theme-content .upcoming-events .card .show>.dropdown-toggle.btn-dark-contrast:focus,.theme-content .upcoming-events .card .show>.dropdown-toggle.btn-dark:focus,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light:not(:disabled):not(.disabled).active:focus,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light:not(:disabled):not(.disabled):active:focus,.theme-content:not(.theme-darker) .upcoming-events .card .show>.dropdown-toggle.btn-light-contrast:focus,.theme-content:not(.theme-darker) .upcoming-events .card .show>.dropdown-toggle.btn-light:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{color:#3131c7;font-weight:400;text-decoration:none}.btn-link:hover{color:#22228a}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{border-radius:.3rem;font-size:1.09375rem;line-height:1.5;padding:.5rem 1rem}.btn-group-sm>.btn,.btn-sm{border-radius:.2rem;font-size:.765625rem;line-height:1.5;padding:.25rem .5rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.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;position:relative;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{height:auto;transition:width .35s ease;width:0}@media (prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.dropdown,.dropleft,.dropright,.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;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:4px;color:#212529;display:none;float:left;font-size:.875rem;left:0;list-style:none;margin:.125rem 0 0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;top:100%;z-index:1000}.dropdown-menu-left{left:0;right:auto}.dropdown-menu-right{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-left{left:0;right:auto}.dropdown-menu-sm-right{left:auto;right:0}}@media (min-width:769px){.dropdown-menu-md-left{left:0;right:auto}.dropdown-menu-md-right{left:auto;right:0}}@media (min-width:1025px){.dropdown-menu-lg-left{left:0;right:auto}.dropdown-menu-lg-right{left:auto;right:0}}@media (min-width:1401px){.dropdown-menu-xl-left{left:0;right:auto}.dropdown-menu-xl-right{left:auto;right:0}}.dropup .dropdown-menu{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}.dropright .dropdown-menu{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropright .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}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropleft .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropleft .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}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{bottom:auto;right:auto}.dropdown-divider{border-top:1px solid #e9ecef;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;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:#e9ecef;color:#16181b;text-decoration:none}.dropdown-item.active,.dropdown-item:active{background-color:#3131c7;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:.765625rem;margin-bottom:0;padding:.5rem 1rem;white-space:nowrap}.dropdown-item-text{color:#212529;display:block;padding:.25rem 1rem}.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.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.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:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .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:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.multiselect,.input-group>.multiselect__input,.input-group>.multiselect__single{flex:1 1 auto;margin-bottom:0;min-width:0;position:relative;width:1%}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-file+.multiselect,.input-group>.custom-file+.multiselect__input,.input-group>.custom-file+.multiselect__single,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.custom-select+.multiselect,.input-group>.custom-select+.multiselect__input,.input-group>.custom-select+.multiselect__single,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control+.multiselect,.input-group>.form-control+.multiselect__input,.input-group>.form-control+.multiselect__single,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.multiselect,.input-group>.form-control-plaintext+.multiselect__input,.input-group>.form-control-plaintext+.multiselect__single,.input-group>.multiselect+.custom-file,.input-group>.multiselect+.custom-select,.input-group>.multiselect+.form-control,.input-group>.multiselect+.multiselect,.input-group>.multiselect+.multiselect__input,.input-group>.multiselect+.multiselect__single,.input-group>.multiselect__input+.custom-file,.input-group>.multiselect__input+.custom-select,.input-group>.multiselect__input+.form-control,.input-group>.multiselect__input+.multiselect,.input-group>.multiselect__input+.multiselect__input,.input-group>.multiselect__input+.multiselect__single,.input-group>.multiselect__single+.custom-file,.input-group>.multiselect__single+.custom-select,.input-group>.multiselect__single+.form-control,.input-group>.multiselect__single+.multiselect,.input-group>.multiselect__single+.multiselect__input,.input-group>.multiselect__single+.multiselect__single{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus,.input-group>.multiselect:focus,.input-group>.multiselect__input:focus,.input-group>.multiselect__single:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child),.input-group>.multiselect:not(:first-child),.input-group>.multiselect__input:not(:first-child),.input-group>.multiselect__single:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group>.custom-file{align-items:center;display:flex}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-bottom-left-radius:0;border-top-left-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group.has-validation>.multiselect:nth-last-child(n+3),.input-group.has-validation>.multiselect__input:nth-last-child(n+3),.input-group.has-validation>.multiselect__single:nth-last-child(n+3),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child),.input-group:not(.has-validation)>.multiselect:not(:last-child),.input-group:not(.has-validation)>.multiselect__input:not(:last-child),.input-group:not(.has-validation)>.multiselect__single:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{align-items:center;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;color:#495057;display:flex;font-size:.875rem;font-weight:400;line-height:1.5;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea),.input-group-lg>.multiselect,.input-group-lg>.multiselect__input:not(textarea),.input-group-lg>.multiselect__single:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.multiselect,.input-group-lg>.multiselect__input,.input-group-lg>.multiselect__single{border-radius:.3rem;font-size:1.09375rem;line-height:1.5;padding:.5rem 1rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea),.input-group-sm>.multiselect,.input-group-sm>.multiselect__input:not(textarea),.input-group-sm>.multiselect__single:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.multiselect,.input-group-sm>.multiselect__input,.input-group-sm>.multiselect__single{border-radius:.2rem;font-size:.765625rem;line-height:1.5;padding:.25rem .5rem}.input-group-lg>.custom-select,.input-group-lg>.multiselect,.input-group-sm>.custom-select,.input-group-sm>.multiselect{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.custom-control{display:block;min-height:1.3125rem;padding-left:1.5rem;position:relative;-webkit-print-color-adjust:exact;print-color-adjust:exact;z-index:1}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{height:1.15625rem;left:0;opacity:0;position:absolute;width:1rem;z-index:-1}.custom-control-input:checked~.custom-control-label:before{background-color:#3131c7;border-color:#3131c7;color:#fff}.custom-control-input:focus~.custom-control-label:before{box-shadow:none}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#9393e4}.custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#bcbcef;border-color:#bcbcef;color:#fff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{margin-bottom:0;position:relative;vertical-align:top}.custom-control-label:before{background-color:#f8f9fa;border:1px solid #adb5bd;pointer-events:none}.custom-control-label:after,.custom-control-label:before{content:"";display:block;height:1rem;left:-1.5rem;position:absolute;top:.15625rem;width:1rem}.custom-control-label:after{background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label:before{border-radius:4px}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#3131c7;border-color:#3131c7}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(49,49,199,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(49,49,199,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(49,49,199,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{border-radius:.5rem;left:-2.25rem;pointer-events:all;width:1.75rem}.custom-switch .custom-control-label:after{background-color:#adb5bd;border-radius:.5rem;height:calc(1rem - 4px);left:calc(-2.25rem + 2px);top:calc(.15625rem + 2px);transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:calc(1rem - 4px)}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#f8f9fa;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(49,49,199,.5)}.custom-select,.multiselect{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f8f9fa url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;border:1px solid #dee2e6;border-radius:4px;color:#495057;display:inline-block;font-size:.875rem;font-weight:400;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem 1.75rem .375rem .75rem;vertical-align:middle;width:100%}.custom-select:focus,.multiselect:focus{border-color:#9393e4;box-shadow:none;outline:0}.custom-select:focus::-ms-value,.multiselect:focus::-ms-value{background-color:#f8f9fa;color:#495057}.custom-select[multiple],.custom-select[size]:not([size="1"]),[multiple].multiselect,[size].multiselect:not([size="1"]){background-image:none;height:auto;padding-right:.75rem}.custom-select:disabled,.multiselect:disabled{background-color:#e9ecef;color:#6c757d}.custom-select::-ms-expand,.multiselect::-ms-expand{display:none}.custom-select:-moz-focusring,.multiselect:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{font-size:.765625rem;height:calc(1.5em + .5rem + 2px);padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.custom-select-lg{font-size:1.09375rem;height:calc(1.5em + 1rem + 2px);padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{height:calc(1.5em + .75rem + 2px);position:relative;width:100%}.custom-file-input{margin:0;opacity:0;overflow:hidden;z-index:2}.custom-file-input:focus~.custom-file-label{border-color:#9393e4;box-shadow:none}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{border:1px solid #dee2e6;border-radius:4px;font-weight:400;height:calc(1.5em + .75rem + 2px);left:0;overflow:hidden;z-index:1}.custom-file-label,.custom-file-label:after{background-color:#f8f9fa;color:#495057;line-height:1.5;padding:.375rem .75rem;position:absolute;right:0;top:0}.custom-file-label:after{border-left:inherit;border-radius:0 4px 4px 0;bottom:0;content:"Browse";display:block;height:calc(1.5em + .75rem);z-index:3}.custom-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:1.4rem;padding:0;width:100%}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #e9ecef,none}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #e9ecef,none}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #e9ecef,none}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#3131c7;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){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#bcbcef}.custom-range::-webkit-slider-runnable-track{background-color:#dee2e6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-moz-range-thumb{-moz-appearance:none;appearance:none;background-color:#3131c7;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){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#bcbcef}.custom-range::-moz-range-track{background-color:#dee2e6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-thumb{appearance:none;background-color:#3131c7;border:0;border-radius:1rem;height:1rem;margin-left:.2rem;margin-right:.2rem;margin-top:0;-ms-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){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#bcbcef}.custom-range::-ms-track{background-color:transparent;border-color:transparent;border-width:.5rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select,.multiselect{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select,.multiselect{transition:none}}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;cursor:default;pointer-events:none}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{background-color:transparent;border:1px solid transparent;border-top-left-radius:4px;border-top-right-radius:4px;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:#e9ecef;border-color:#dee2e6 #dee2e6 #e9ecef;color:#495057}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.nav-pills .nav-link{background:0 0;border:0;border-radius:4px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#3131c7;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}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{padding:.5rem 1rem;position:relative}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.navbar-brand{display:inline-block;font-size:1.09375rem;line-height:inherit;margin-right:1rem;padding-bottom:.3359375rem;padding-top:.3359375rem;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.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{float:none;position:static}.navbar-text{display:inline-block;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:4px;font-size:1.09375rem;line-height:1;padding:.25rem .75rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{background:50%/100% 100% no-repeat;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-left:0;padding-right:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row 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>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:768.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-left:0;padding-right:0}}@media (min-width:769px){.navbar-expand-md{flex-flow:row 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>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:1024.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-left:0;padding-right:0}}@media (min-width:1025px){.navbar-expand-lg{flex-flow:row 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>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1400.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-left:0;padding-right:0}}@media (min-width:1401px){.navbar-expand-xl{flex-flow:row 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>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-left:0;padding-right:0}.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>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.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,.5)}.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 .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.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,.5)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' 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,.5)}.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%,.5)}.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 .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.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%,.5)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' 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%,.5)}.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:border-box;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:4px;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:3px;border-top-right-radius:3px;border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer,.card>.list-group+.modal-footer,.card>.modal-header+.list-group{border-top:0}.card-body,.modal-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header,.modal-header{background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125);margin-bottom:0;padding:.75rem 1.25rem}.card-header:first-child,.modal-header:first-child{border-radius:3px 3px 0 0}.card-footer,.modal-footer{background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125);padding:.75rem 1.25rem}.card-footer:last-child,.modal-footer:last-child{border-radius:0 0 3px 3px}.card-header-tabs{border-bottom:0;margin-bottom:-.75rem}.card-header-pills,.card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}.card-img-overlay{border-radius:3px;bottom:0;left:0;padding:1.25rem;position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:3px;border-top-right-radius:3px}.card-img,.card-img-bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-left:-15px;margin-right:-15px}.card-deck .card{flex:1 0 0%;margin-bottom:0;margin-left:15px;margin-right:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 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,.card-group>.card:not(:last-child) .modal-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .modal-footer{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,.card-group>.card:not(:first-child) .modal-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .modal-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header,.accordion>.card>.modal-header{border-radius:0;margin-bottom:-1px}.breadcrumb{background-color:#e9ecef;border-radius:4px;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:.75rem 1rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{color:#6c757d;content:"/";float:left}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{border-radius:4px;display:flex;list-style:none;padding-left:0}.page-link{background-color:#fff;border:1px solid #dee2e6;color:#3131c7;display:block;line-height:1.25;margin-left:-1px;padding:.5rem .75rem;position:relative}.page-link:hover{background-color:#e9ecef;border-color:#dee2e6;color:#22228a;text-decoration:none;z-index:2}.page-link:focus{box-shadow:none;outline:0;z-index:3}.page-item:first-child .page-link{border-bottom-left-radius:4px;border-top-left-radius:4px;margin-left:0}.page-item:last-child .page-link{border-bottom-right-radius:4px;border-top-right-radius:4px}.page-item.active .page-link{background-color:#3131c7;border-color:#3131c7;color:#fff;z-index:3}.page-item.disabled .page-link{background-color:#fff;border-color:#dee2e6;color:#6c757d;cursor:auto;pointer-events:none}.pagination-lg .page-link{font-size:1.09375rem;line-height:1.5;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:.765625rem;line-height:1.5;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:4px;display:inline-block;font-size:75%;font-weight:700;line-height:1;padding:.25em .4em;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:baseline;white-space:nowrap}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{border-radius:10rem;padding-left:.6em;padding-right:.6em}.badge-primary{background-color:#3131c7;color:#fff}a.badge-primary:focus,a.badge-primary:hover{background-color:#27279e;color:#fff}a.badge-primary.focus,a.badge-primary:focus{box-shadow:0 0 0 .2rem rgba(49,49,199,.5);outline:0}.badge-secondary{background-color:#38b6ff;color:#212529}a.badge-secondary:focus,a.badge-secondary:hover{background-color:#05a3ff;color:#212529}a.badge-secondary.focus,a.badge-secondary:focus{box-shadow:0 0 0 .2rem rgba(56,182,255,.5);outline:0}.badge-success{background-color:#28a745;color:#fff}a.badge-success:focus,a.badge-success:hover{background-color:#1e7e34;color:#fff}a.badge-success.focus,a.badge-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5);outline:0}.badge-info{background-color:#20c997;color:#fff}a.badge-info:focus,a.badge-info:hover{background-color:#199d76;color:#fff}a.badge-info.focus,a.badge-info:focus{box-shadow:0 0 0 .2rem rgba(32,201,151,.5);outline:0}.badge-warning{background-color:#ebff00;color:#212529}a.badge-warning:focus,a.badge-warning:hover{background-color:#bccc00;color:#212529}a.badge-warning.focus,a.badge-warning:focus{box-shadow:0 0 0 .2rem rgba(235,255,0,.5);outline:0}.badge-danger{background-color:#ff3246;color:#fff}a.badge-danger:focus,a.badge-danger:hover{background-color:#fe0019;color:#fff}a.badge-danger.focus,a.badge-danger:focus{box-shadow:0 0 0 .2rem rgba(255,50,70,.5);outline:0}.badge-light{background-color:#f8f9fa;color:#212529}a.badge-light:focus,a.badge-light:hover{background-color:#dae0e5;color:#212529}a.badge-light.focus,a.badge-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5);outline:0}.badge-dark{background-color:#343a40;color:#fff}a.badge-dark:focus,a.badge-dark:hover{background-color:#1d2124;color:#fff}a.badge-dark.focus,a.badge-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5);outline:0}.jumbotron{background-color:#e9ecef;border-radius:.3rem;margin-bottom:2rem;padding:2rem 1rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{border-radius:0;padding-left:0;padding-right:0}.alert{border:1px solid transparent;border-radius:4px;margin-bottom:1rem;padding:.5rem 1rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3.3125rem}.alert-dismissible .close{color:inherit;padding:.5rem 1rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{background-color:#d6d6f4;border-color:#c5c5ef;color:#191967}.alert-primary hr{border-top-color:#b1b1ea}.alert-primary .alert-link{color:#0f0f3f}.alert-secondary{background-color:#d7f0ff;border-color:#c7ebff;color:#1d5f85}.alert-secondary hr{border-top-color:#aee1ff}.alert-secondary .alert-link{color:#14415b}.alert-success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{background-color:#d2f4ea;border-color:#c1f0e2;color:#11694f}.alert-info hr{border-top-color:#acebd8}.alert-info .alert-link{color:#0a3d2d}.alert-warning{background-color:#fbffcc;border-color:#f9ffb8;color:#7a8500}.alert-warning hr{border-top-color:#f7ff9e}.alert-warning .alert-link{color:#4b5200}.alert-danger{background-color:#ffd6da;border-color:#ffc6cb;color:#851a24}.alert-danger hr{border-top-color:#ffacb4}.alert-danger .alert-link{color:#5a1219}.alert-light{background-color:#fefefe;border-color:#fdfdfe;color:#818182}.alert-light hr{border-top-color:#eef1f3}.alert-light .alert-link{color:#686868}.alert-dark{background-color:#d6d8d9;border-color:#c6c8ca;color:#1b1e21}.alert-dark hr{border-top-color:#b9bbbd}.alert-dark .alert-link{color:#040505}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{background-color:#e9ecef;border-radius:4px;font-size:.65625rem;height:1rem;line-height:0}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{background-color:#3131c7;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{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.media{align-items:flex-start;display:flex}.media-body{flex:1}.list-group{border-radius:4px;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.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);display:block;padding:.75rem 1.25rem;position:relative}.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:#3131c7;border-color:#3131c7;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:4px;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:4px}.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:4px;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:4px}.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:769px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:4px}.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:1025px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:4px}.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:1401px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:4px}.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}}.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:#c5c5ef;color:#191967}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#b1b1ea;color:#191967}.list-group-item-primary.list-group-item-action.active{background-color:#191967;border-color:#191967;color:#fff}.list-group-item-secondary{background-color:#c7ebff;color:#1d5f85}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#aee1ff;color:#1d5f85}.list-group-item-secondary.list-group-item-action.active{background-color:#1d5f85;border-color:#1d5f85;color:#fff}.list-group-item-success{background-color:#c3e6cb;color:#155724}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#b1dfbb;color:#155724}.list-group-item-success.list-group-item-action.active{background-color:#155724;border-color:#155724;color:#fff}.list-group-item-info{background-color:#c1f0e2;color:#11694f}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#acebd8;color:#11694f}.list-group-item-info.list-group-item-action.active{background-color:#11694f;border-color:#11694f;color:#fff}.list-group-item-warning{background-color:#f9ffb8;color:#7a8500}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background-color:#f7ff9e;color:#7a8500}.list-group-item-warning.list-group-item-action.active{background-color:#7a8500;border-color:#7a8500;color:#fff}.list-group-item-danger{background-color:#ffc6cb;color:#851a24}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#ffacb4;color:#851a24}.list-group-item-danger.list-group-item-action.active{background-color:#851a24;border-color:#851a24;color:#fff}.list-group-item-light{background-color:#fdfdfe;color:#818182}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#eef1f3;color:#818182}.list-group-item-light.list-group-item-action.active{background-color:#818182;border-color:#818182;color:#fff}.list-group-item-dark{background-color:#c6c8ca;color:#1b1e21}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#b9bbbd;color:#1b1e21}.list-group-item-dark.list-group-item-action.active{background-color:#1b1e21;border-color:#1b1e21;color:#fff}.close{color:#000;float:right;font-size:1.3125rem;font-weight:700;line-height:1;opacity:.5;text-shadow:0 1px 0 #fff}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{background-color:transparent;border:0;padding:0}a.close.disabled{pointer-events:none}.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 .25rem .75rem rgba(0,0,0,.1);flex-basis:350px;font-size:.875rem;max-width:350px;opacity:0}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.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:.25rem .75rem}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1070}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem);height:-moz-min-content;height:min-content}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;height:100%;justify-content:center}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1060}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.7}.modal-header{align-items:flex-start;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);display:flex;justify-content:space-between;padding:.5rem 1rem}.modal-header .close{margin:-.5rem -1rem -.5rem auto;padding:.5rem 1rem}.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-wrap:wrap;justify-content:flex-end;padding:.75rem}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media (min-width:576px){.modal-dialog{margin:3.75rem auto;max-width:500px}.modal-dialog-scrollable{max-height:calc(100% - 7.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 7.5rem)}.modal-dialog-centered{min-height:calc(100% - 7.5rem)}.modal-dialog-centered:before{height:calc(100vh - 7.5rem);height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:1025px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1401px){.modal-xl{max-width:1140px}}.tooltip{word-wrap:break-word;display:block;font-family:-apple-system,BlinkMacSystemFont,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-size:.765625rem;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:1050}.tooltip.show{opacity:.9}.tooltip .arrow{display:block;height:.4rem;position:absolute;width:.8rem}.tooltip .arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top],.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top]{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow:before{border-top-color:#000;border-width:.4rem .4rem 0;top:0}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right],.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right]{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow{height:.8rem;left:0;width:.4rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow:before{border-right-color:#000;border-width:.4rem .4rem .4rem 0;right:0}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom],.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom]{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow:before{border-bottom-color:#000;border-width:0 .4rem .4rem;bottom:0}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left],.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left]{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow{height:.8rem;right:0;width:.4rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow:before{border-left-color:#000;border-width:.4rem 0 .4rem .4rem;left:0}.tooltip-inner{background-color:#000;border-radius:4px;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;font-family:-apple-system,BlinkMacSystemFont,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-size:.765625rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.5;max-width:276px;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:1040}.popover,.popover .arrow{display:block;position:absolute}.popover .arrow{height:.5rem;margin:0 .3rem;width:1rem}.popover .arrow:after,.popover .arrow:before{border-color:transparent;border-style:solid;content:"";display:block;position:absolute}.b-popover-danger.bs-popover-auto[x-placement^=top],.b-popover-dark.bs-popover-auto[x-placement^=top],.b-popover-info.bs-popover-auto[x-placement^=top],.b-popover-light.bs-popover-auto[x-placement^=top],.b-popover-primary.bs-popover-auto[x-placement^=top],.b-popover-secondary.bs-popover-auto[x-placement^=top],.b-popover-success.bs-popover-auto[x-placement^=top],.b-popover-warning.bs-popover-auto[x-placement^=top],.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{border-top-color:rgba(0,0,0,.25);border-width:.5rem .5rem 0;bottom:0}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{border-top-color:#fff;border-width:.5rem .5rem 0;bottom:1px}.b-popover-danger.bs-popover-auto[x-placement^=right],.b-popover-dark.bs-popover-auto[x-placement^=right],.b-popover-info.bs-popover-auto[x-placement^=right],.b-popover-light.bs-popover-auto[x-placement^=right],.b-popover-primary.bs-popover-auto[x-placement^=right],.b-popover-secondary.bs-popover-auto[x-placement^=right],.b-popover-success.bs-popover-auto[x-placement^=right],.b-popover-warning.bs-popover-auto[x-placement^=right],.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{height:1rem;left:calc(-.5rem - 1px);margin:.3rem 0;width:.5rem}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{border-right-color:rgba(0,0,0,.25);border-width:.5rem .5rem .5rem 0;left:0}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px}.b-popover-danger.bs-popover-auto[x-placement^=bottom],.b-popover-dark.bs-popover-auto[x-placement^=bottom],.b-popover-info.bs-popover-auto[x-placement^=bottom],.b-popover-light.bs-popover-auto[x-placement^=bottom],.b-popover-primary.bs-popover-auto[x-placement^=bottom],.b-popover-secondary.bs-popover-auto[x-placement^=bottom],.b-popover-success.bs-popover-auto[x-placement^=bottom],.b-popover-warning.bs-popover-auto[x-placement^=bottom],.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{border-bottom-color:rgba(0,0,0,.25);border-width:0 .5rem .5rem;top:0}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{border-bottom-color:#fff;border-width:0 .5rem .5rem;top:1px}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #f7f7f7;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.b-popover-danger.bs-popover-auto[x-placement^=left],.b-popover-dark.bs-popover-auto[x-placement^=left],.b-popover-info.bs-popover-auto[x-placement^=left],.b-popover-light.bs-popover-auto[x-placement^=left],.b-popover-primary.bs-popover-auto[x-placement^=left],.b-popover-secondary.bs-popover-auto[x-placement^=left],.b-popover-success.bs-popover-auto[x-placement^=left],.b-popover-warning.bs-popover-auto[x-placement^=left],.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{height:1rem;margin:.3rem 0;right:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{border-left-color:rgba(0,0,0,.25);border-width:.5rem 0 .5rem .5rem;right:0}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;right:1px}.popover-header{background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);font-size:.875rem;margin-bottom:0;padding:.5rem .75rem}.popover-header:empty{display:none}.popover-body{color:#212529;padding:.5rem .75rem}.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{backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition: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-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;background:0 0;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:50%/100% 100% no-repeat;display:inline-block;height:20px;width:20px}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 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' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin-left:15%;margin-right:15%;padding-left:0;position:absolute;right:0;z-index:15}.carousel-indicators li{background-clip:padding-box;background-color:#fff;border-bottom:10px solid transparent;border-top:10px solid transparent;box-sizing:content-box;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;text-indent:-999px;transition:opacity .6s ease;width:30px}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:20px;color:#fff;left:15%;padding-bottom:20px;padding-top:20px;position:absolute;right:15%;text-align:center;z-index:10}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{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}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{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{animation-duration:1.5s}}.align-baseline{vertical-align:baseline!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}.bg-primary{background-color:#3131c7!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#27279e!important}.bg-secondary{background-color:#38b6ff!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#05a3ff!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#20c997!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#199d76!important}.bg-warning{background-color:#ebff00!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#bccc00!important}.bg-danger{background-color:#ff3246!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#fe0019!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#3131c7!important}.border-secondary{border-color:#38b6ff!important}.border-success{border-color:#28a745!important}.border-info{border-color:#20c997!important}.border-warning{border-color:#ebff00!important}.border-danger{border-color:#ff3246!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:4px!important}.rounded-top{border-top-left-radius:4px!important}.rounded-right,.rounded-top{border-top-right-radius:4px!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:4px!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:4px!important}.rounded-left{border-top-left-radius:4px!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{clear:both;content:"";display:block}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!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}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!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}}@media (min-width:769px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!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}}@media (min-width:1025px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!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}}@media (min-width:1401px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!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}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!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}}.embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.embed-responsive:before{content:"";display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.embed-responsive-21by9:before{padding-top:42.85714286%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.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-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!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}.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}.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}@media (min-width:576px){.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-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!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}.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}.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}}@media (min-width:769px){.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-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!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}.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}.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}}@media (min-width:1025px){.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-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!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}.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}.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}}@media (min-width:1401px){.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-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!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}.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}.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}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:769px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:1025px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1401px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}@supports (position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;overflow:visible;position:static;white-space:normal;width:auto}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:.25rem .25rem .5rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!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}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:769px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:1025px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1401px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{background-color:transparent;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:769px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:1025px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1401px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#3131c7!important}a.text-primary:focus,a.text-primary:hover{color:#22228a!important}.text-secondary{color:#38b6ff!important}a.text-secondary:focus,a.text-secondary:hover{color:#0094eb!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#20c997!important}a.text-info:focus,a.text-info:hover{color:#158765!important}.text-warning{color:#ebff00!important}a.text-warning:focus,a.text-warning:hover{color:#a5b300!important}.text-danger{color:#ff3246!important}a.text-danger:focus,a.text-danger:hover{color:#e50016!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{background-color:transparent;border:0;color:transparent;font:0/0 a;text-shadow:none}.text-decoration-none{text-decoration:none!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{box-shadow:none!important;text-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd}blockquote,img,pre,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:1025px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{border-color:#dee2e6;color:inherit}}.bv-no-focus-ring:focus{outline:0}@media (max-width:575.98px){.bv-d-xs-down-none{display:none!important}}@media (max-width:768.98px){.bv-d-sm-down-none{display:none!important}}@media (max-width:1024.98px){.bv-d-md-down-none{display:none!important}}@media (max-width:1400.98px){.bv-d-lg-down-none{display:none!important}}.bv-d-xl-down-none{display:none!important}.focus.multiselect__input,.focus.multiselect__single,.form-control.focus{background-color:#f8f9fa;border-color:#9393e4;box-shadow:none;color:#495057;outline:0}.focus.is-valid.multiselect__input,.focus.is-valid.multiselect__single,.form-control.focus.is-valid{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.focus.is-invalid.multiselect__input,.focus.is-invalid.multiselect__single,.form-control.focus.is-invalid{border-color:#ff3246;box-shadow:0 0 0 .2rem rgba(255,50,70,.25)}.b-avatar{align-items:center;display:inline-flex;flex-shrink:0;font-size:inherit;font-weight:400;height:2.5rem;justify-content:center;line-height:1;max-height:auto;max-width:100%;overflow:visible;position:relative;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:middle;width:2.5rem}.b-avatar:focus{outline:0}.b-avatar.btn,.b-avatar[href]{border:0;padding:0}.b-avatar.btn .b-avatar-img img,.b-avatar[href] .b-avatar-img img{transition:transform .15s ease-in-out}.b-avatar.btn:not(:disabled):not(.disabled),.b-avatar[href]:not(:disabled):not(.disabled){cursor:pointer}.b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img,.b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img{transform:scale(1.15)}.b-avatar.disabled,.b-avatar:disabled,.b-avatar[disabled]{opacity:.65;pointer-events:none}.b-avatar .b-avatar-custom,.b-avatar .b-avatar-img,.b-avatar .b-avatar-text{align-items:center;border-radius:inherit;display:flex;height:100%;justify-content:center;-webkit-mask-image:radial-gradient(#fff,#000);mask-image:radial-gradient(#fff,#000);overflow:hidden;width:100%}.b-avatar .b-avatar-text{text-transform:uppercase;white-space:nowrap}.b-avatar[href]{text-decoration:none}.b-avatar>.b-icon{height:auto;max-width:100%;width:60%}.b-avatar .b-avatar-img img{border-radius:inherit;height:100%;max-height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.b-avatar .b-avatar-badge{border-radius:10em;font-size:70%;font-weight:700;line-height:1;min-height:1.5em;min-width:1.5em;padding:.25em;position:absolute;z-index:1}.b-avatar-sm{height:1.5rem;width:1.5rem}.b-avatar-sm .b-avatar-text{font-size:.6rem}.b-avatar-sm .b-avatar-badge{font-size:.42rem}.b-avatar-lg{height:3.5rem;width:3.5rem}.b-avatar-lg .b-avatar-text{font-size:1.4rem}.b-avatar-lg .b-avatar-badge{font-size:.98rem}.b-avatar-group .b-avatar-group-inner{display:flex;flex-wrap:wrap}.b-avatar-group .b-avatar{border:1px solid #dee2e6}.b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled),.b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled){z-index:1}.b-calendar{display:inline-flex}.b-calendar .b-calendar-inner{min-width:250px}.b-calendar .b-calendar-header,.b-calendar .b-calendar-nav{margin-bottom:.25rem}.b-calendar .b-calendar-nav .btn{padding:.25rem}.b-calendar output{font-size:80%;padding:.25rem}.b-calendar output.readonly{background-color:#e9ecef;opacity:1}.b-calendar .b-calendar-footer{margin-top:.5rem}.b-calendar .b-calendar-grid{margin:0;overflow:hidden;padding:0}.b-calendar .b-calendar-grid .row{flex-wrap:nowrap}.b-calendar .b-calendar-grid-caption{padding:.25rem}.b-calendar .b-calendar-grid-body .col[data-date] .btn{font-size:14px;height:32px;line-height:1;margin:3px auto;padding:9px 0;width:32px}.b-calendar .btn.disabled,.b-calendar .btn:disabled,.b-calendar .btn[aria-disabled=true]{cursor:default;pointer-events:none}.card-img-left{border-bottom-left-radius:3px;border-top-left-radius:3px}.card-img-right{border-bottom-right-radius:3px;border-top-right-radius:3px}.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret:before,.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret:after{display:none!important}.dropdown .dropdown-menu:focus{outline:0}.b-dropdown-form{clear:both;display:inline-block;font-weight:400;padding:.25rem 1rem;width:100%}.b-dropdown-form:focus{outline:1px dotted!important;outline:5px auto -webkit-focus-ring-color!important}.b-dropdown-form.disabled,.b-dropdown-form:disabled{color:#adb5bd;outline:0!important;pointer-events:none}.b-dropdown-text{clear:both;display:inline-block;font-weight:lighter;margin-bottom:0;padding:.25rem 1rem;width:100%}.custom-checkbox.b-custom-control-lg,.input-group-lg .custom-checkbox{font-size:1.09375rem;line-height:1.5;padding-left:1.875rem}.custom-checkbox.b-custom-control-lg .custom-control-label:before,.input-group-lg .custom-checkbox .custom-control-label:before{border-radius:.3rem;height:1.25rem;left:-1.875rem;top:.1953125rem;width:1.25rem}.custom-checkbox.b-custom-control-lg .custom-control-label:after,.input-group-lg .custom-checkbox .custom-control-label:after{background-size:50% 50%;height:1.25rem;left:-1.875rem;top:.1953125rem;width:1.25rem}.custom-checkbox.b-custom-control-sm,.input-group-sm .custom-checkbox{font-size:.765625rem;line-height:1.5;padding-left:1.3125rem}.custom-checkbox.b-custom-control-sm .custom-control-label:before,.input-group-sm .custom-checkbox .custom-control-label:before{border-radius:.2rem;height:.875rem;left:-1.3125rem;top:.13671875rem;width:.875rem}.custom-checkbox.b-custom-control-sm .custom-control-label:after,.input-group-sm .custom-checkbox .custom-control-label:after{background-size:50% 50%;height:.875rem;left:-1.3125rem;top:.13671875rem;width:.875rem}.custom-switch.b-custom-control-lg,.input-group-lg .custom-switch{padding-left:2.8125rem}.custom-switch.b-custom-control-lg .custom-control-label,.input-group-lg .custom-switch .custom-control-label{font-size:1.09375rem;line-height:1.5}.custom-switch.b-custom-control-lg .custom-control-label:before,.input-group-lg .custom-switch .custom-control-label:before{border-radius:.625rem;height:1.25rem;left:-2.8125rem;top:.1953125rem;width:2.1875rem}.custom-switch.b-custom-control-lg .custom-control-label:after,.input-group-lg .custom-switch .custom-control-label:after{background-size:50% 50%;border-radius:.625rem;height:calc(1.25rem - 4px);left:calc(-2.8125rem + 2px);top:calc(.19531rem + 2px);width:calc(1.25rem - 4px)}.custom-switch.b-custom-control-lg .custom-control-input:checked~.custom-control-label:after,.input-group-lg .custom-switch .custom-control-input:checked~.custom-control-label:after{transform:translateX(.9375rem)}.custom-switch.b-custom-control-sm,.input-group-sm .custom-switch{padding-left:1.96875rem}.custom-switch.b-custom-control-sm .custom-control-label,.input-group-sm .custom-switch .custom-control-label{font-size:.765625rem;line-height:1.5}.custom-switch.b-custom-control-sm .custom-control-label:before,.input-group-sm .custom-switch .custom-control-label:before{border-radius:.4375rem;height:.875rem;left:-1.96875rem;top:.13671875rem;width:1.53125rem}.custom-switch.b-custom-control-sm .custom-control-label:after,.input-group-sm .custom-switch .custom-control-label:after{background-size:50% 50%;border-radius:.4375rem;height:calc(.875rem - 4px);left:calc(-1.96875rem + 2px);top:calc(.13672rem + 2px);width:calc(.875rem - 4px)}.custom-switch.b-custom-control-sm .custom-control-input:checked~.custom-control-label:after,.input-group-sm .custom-switch .custom-control-input:checked~.custom-control-label:after{transform:translateX(.65625rem)}.input-group>.input-group-append:last-child>.btn-group:not(:last-child):not(.dropdown-toggle)>.btn,.input-group>.input-group-append:not(:last-child)>.btn-group>.btn,.input-group>.input-group-prepend>.btn-group>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.input-group-append>.btn-group>.btn,.input-group>.input-group-prepend:first-child>.btn-group:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.btn-group>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.b-form-btn-label-control.form-control,.b-form-btn-label-control.multiselect__input,.b-form-btn-label-control.multiselect__single{align-items:stretch;background-image:none;display:flex;height:auto;padding:0}.input-group .b-form-btn-label-control.form-control,.input-group .b-form-btn-label-control.multiselect__input,.input-group .b-form-btn-label-control.multiselect__single{padding:0}.b-form-btn-label-control.form-control[dir=rtl],.b-form-btn-label-control[dir=rtl].multiselect__input,.b-form-btn-label-control[dir=rtl].multiselect__single,[dir=rtl] .b-form-btn-label-control.form-control,[dir=rtl] .b-form-btn-label-control.multiselect__input,[dir=rtl] .b-form-btn-label-control.multiselect__single{flex-direction:row-reverse}.b-form-btn-label-control.form-control[dir=rtl]>label,.b-form-btn-label-control[dir=rtl].multiselect__input>label,.b-form-btn-label-control[dir=rtl].multiselect__single>label,[dir=rtl] .b-form-btn-label-control.form-control>label,[dir=rtl] .b-form-btn-label-control.multiselect__input>label,[dir=rtl] .b-form-btn-label-control.multiselect__single>label{text-align:right}.b-form-btn-label-control.form-control>.btn,.b-form-btn-label-control.multiselect__input>.btn,.b-form-btn-label-control.multiselect__single>.btn{border:0;box-shadow:none!important;font-size:inherit;line-height:1}.b-form-btn-label-control.form-control>.btn:disabled,.b-form-btn-label-control.multiselect__input>.btn:disabled,.b-form-btn-label-control.multiselect__single>.btn:disabled{pointer-events:none}.b-form-btn-label-control.form-control.is-valid>.btn,.b-form-btn-label-control.is-valid.multiselect__input>.btn,.b-form-btn-label-control.is-valid.multiselect__single>.btn{color:#28a745}.b-form-btn-label-control.form-control.is-invalid>.btn,.b-form-btn-label-control.is-invalid.multiselect__input>.btn,.b-form-btn-label-control.is-invalid.multiselect__single>.btn{color:#ff3246}.b-form-btn-label-control.form-control>.dropdown-menu,.b-form-btn-label-control.multiselect__input>.dropdown-menu,.b-form-btn-label-control.multiselect__single>.dropdown-menu{padding:.5rem}.b-form-btn-label-control.form-control>.form-control,.b-form-btn-label-control.form-control>.multiselect__input,.b-form-btn-label-control.form-control>.multiselect__single,.b-form-btn-label-control.multiselect__input>.form-control,.b-form-btn-label-control.multiselect__input>.multiselect__input,.b-form-btn-label-control.multiselect__input>.multiselect__single,.b-form-btn-label-control.multiselect__single>.form-control,.b-form-btn-label-control.multiselect__single>.multiselect__input,.b-form-btn-label-control.multiselect__single>.multiselect__single{background:0 0;border:0;cursor:pointer;font-size:inherit;height:auto;margin:0;min-height:calc(1.5em + .75rem);outline:0;padding-left:.25rem;white-space:normal;word-break:break-word}.b-form-btn-label-control.form-control>.form-control-sm.multiselect__input,.b-form-btn-label-control.form-control>.form-control-sm.multiselect__single,.b-form-btn-label-control.form-control>.form-control.form-control-sm,.b-form-btn-label-control.multiselect__input>.form-control-sm.multiselect__input,.b-form-btn-label-control.multiselect__input>.form-control-sm.multiselect__single,.b-form-btn-label-control.multiselect__input>.form-control.form-control-sm,.b-form-btn-label-control.multiselect__single>.form-control-sm.multiselect__input,.b-form-btn-label-control.multiselect__single>.form-control-sm.multiselect__single,.b-form-btn-label-control.multiselect__single>.form-control.form-control-sm{min-height:calc(1.5em + .5rem)}.b-form-btn-label-control.form-control>.form-control-lg.multiselect__input,.b-form-btn-label-control.form-control>.form-control-lg.multiselect__single,.b-form-btn-label-control.form-control>.form-control.form-control-lg,.b-form-btn-label-control.multiselect__input>.form-control-lg.multiselect__input,.b-form-btn-label-control.multiselect__input>.form-control-lg.multiselect__single,.b-form-btn-label-control.multiselect__input>.form-control.form-control-lg,.b-form-btn-label-control.multiselect__single>.form-control-lg.multiselect__input,.b-form-btn-label-control.multiselect__single>.form-control-lg.multiselect__single,.b-form-btn-label-control.multiselect__single>.form-control.form-control-lg{min-height:calc(1.5em + 1rem)}.input-group.input-group-sm .b-form-btn-label-control.form-control>.form-control,.input-group.input-group-sm .b-form-btn-label-control.form-control>.multiselect__input,.input-group.input-group-sm .b-form-btn-label-control.form-control>.multiselect__single,.input-group.input-group-sm .b-form-btn-label-control.multiselect__input>.form-control,.input-group.input-group-sm .b-form-btn-label-control.multiselect__input>.multiselect__input,.input-group.input-group-sm .b-form-btn-label-control.multiselect__input>.multiselect__single,.input-group.input-group-sm .b-form-btn-label-control.multiselect__single>.form-control,.input-group.input-group-sm .b-form-btn-label-control.multiselect__single>.multiselect__input,.input-group.input-group-sm .b-form-btn-label-control.multiselect__single>.multiselect__single{min-height:calc(1.5em + .5rem);padding-bottom:.25rem;padding-top:.25rem}.input-group.input-group-lg .b-form-btn-label-control.form-control>.form-control,.input-group.input-group-lg .b-form-btn-label-control.form-control>.multiselect__input,.input-group.input-group-lg .b-form-btn-label-control.form-control>.multiselect__single,.input-group.input-group-lg .b-form-btn-label-control.multiselect__input>.form-control,.input-group.input-group-lg .b-form-btn-label-control.multiselect__input>.multiselect__input,.input-group.input-group-lg .b-form-btn-label-control.multiselect__input>.multiselect__single,.input-group.input-group-lg .b-form-btn-label-control.multiselect__single>.form-control,.input-group.input-group-lg .b-form-btn-label-control.multiselect__single>.multiselect__input,.input-group.input-group-lg .b-form-btn-label-control.multiselect__single>.multiselect__single{min-height:calc(1.5em + 1rem);padding-bottom:.5rem;padding-top:.5rem}.b-form-btn-label-control.form-control[aria-disabled=true],.b-form-btn-label-control.form-control[aria-readonly=true],.b-form-btn-label-control[aria-disabled=true].multiselect__input,.b-form-btn-label-control[aria-disabled=true].multiselect__single,.b-form-btn-label-control[aria-readonly=true].multiselect__input,.b-form-btn-label-control[aria-readonly=true].multiselect__single{background-color:#e9ecef;opacity:1}.b-form-btn-label-control.form-control[aria-disabled=true],.b-form-btn-label-control[aria-disabled=true].multiselect__input,.b-form-btn-label-control[aria-disabled=true].multiselect__single{pointer-events:none}.b-form-btn-label-control.form-control[aria-disabled=true]>label,.b-form-btn-label-control[aria-disabled=true].multiselect__input>label,.b-form-btn-label-control[aria-disabled=true].multiselect__single>label{cursor:default}.b-form-btn-label-control.btn-group>.dropdown-menu{padding:.5rem}.custom-file-label{overflow-x:hidden;white-space:nowrap}.b-custom-control-lg .custom-file-input,.b-custom-control-lg .custom-file-label,.b-custom-control-lg.custom-file,.input-group-lg .custom-file-input,.input-group-lg .custom-file-label,.input-group-lg.custom-file{font-size:1.09375rem;height:calc(1.5em + 1rem + 2px)}.b-custom-control-lg .custom-file-label,.b-custom-control-lg .custom-file-label:after,.input-group-lg .custom-file-label,.input-group-lg .custom-file-label:after{line-height:1.5;padding:.5rem 1rem}.b-custom-control-lg .custom-file-label,.input-group-lg .custom-file-label{border-radius:.3rem}.b-custom-control-lg .custom-file-label:after,.input-group-lg .custom-file-label:after{border-radius:0 .3rem .3rem 0;font-size:inherit;height:calc(1.5em + 1rem)}.b-custom-control-sm .custom-file-input,.b-custom-control-sm .custom-file-label,.b-custom-control-sm.custom-file,.input-group-sm .custom-file-input,.input-group-sm .custom-file-label,.input-group-sm.custom-file{font-size:.765625rem;height:calc(1.5em + .5rem + 2px)}.b-custom-control-sm .custom-file-label,.b-custom-control-sm .custom-file-label:after,.input-group-sm .custom-file-label,.input-group-sm .custom-file-label:after{line-height:1.5;padding:.25rem .5rem}.b-custom-control-sm .custom-file-label,.input-group-sm .custom-file-label{border-radius:.2rem}.b-custom-control-sm .custom-file-label:after,.input-group-sm .custom-file-label:after{border-radius:0 .2rem .2rem 0;font-size:inherit;height:calc(1.5em + .5rem)}.form-control.is-invalid,.form-control.is-valid,.is-invalid.multiselect__input,.is-invalid.multiselect__single,.is-valid.multiselect__input,.is-valid.multiselect__single,.was-validated .form-control:invalid,.was-validated .form-control:valid,.was-validated .multiselect__input:invalid,.was-validated .multiselect__input:valid,.was-validated .multiselect__single:invalid,.was-validated .multiselect__single:valid{background-position:right calc(.375em + .1875rem) center}input[type=color].form-control,input[type=color].multiselect__input,input[type=color].multiselect__single{height:calc(1.5em + .75rem + 2px);padding:.125rem .25rem}.input-group-sm input[type=color].form-control,.input-group-sm input[type=color].multiselect__input,.input-group-sm input[type=color].multiselect__single,input[type=color].form-control-sm.multiselect__input,input[type=color].form-control-sm.multiselect__single,input[type=color].form-control.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.125rem .25rem}.input-group-lg input[type=color].form-control,.input-group-lg input[type=color].multiselect__input,.input-group-lg input[type=color].multiselect__single,input[type=color].form-control-lg.multiselect__input,input[type=color].form-control-lg.multiselect__single,input[type=color].form-control.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.125rem .25rem}input[type=color].form-control:disabled,input[type=color].multiselect__input:disabled,input[type=color].multiselect__single:disabled{background-color:#adb5bd;opacity:.65}.input-group>.custom-range{flex:1 1 auto;margin-bottom:0;position:relative;width:1%}.input-group>.custom-file+.custom-range,.input-group>.custom-range+.custom-file,.input-group>.custom-range+.custom-range,.input-group>.custom-range+.custom-select,.input-group>.custom-range+.form-control,.input-group>.custom-range+.form-control-plaintext,.input-group>.custom-range+.multiselect,.input-group>.custom-range+.multiselect__input,.input-group>.custom-range+.multiselect__single,.input-group>.custom-select+.custom-range,.input-group>.form-control+.custom-range,.input-group>.form-control-plaintext+.custom-range,.input-group>.multiselect+.custom-range,.input-group>.multiselect__input+.custom-range,.input-group>.multiselect__single+.custom-range{margin-left:-1px}.input-group>.custom-range:focus{z-index:3}.input-group>.custom-range:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.custom-range:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group>.custom-range{background-clip:padding-box;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;height:calc(1.5em + .75rem + 2px);padding:0 .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.input-group>.custom-range{transition:none}}.input-group>.custom-range:focus{background-color:#f8f9fa;border-color:#9393e4;box-shadow:none;color:#495057;outline:0}.input-group>.custom-range:disabled,.input-group>.custom-range[readonly]{background-color:#e9ecef}.input-group-lg>.custom-range{border-radius:.3rem;height:calc(1.5em + 1rem + 2px);padding:0 1rem}.input-group-sm>.custom-range{border-radius:.2rem;height:calc(1.5em + .5rem + 2px);padding:0 .5rem}.input-group .custom-range.is-valid,.was-validated .input-group .custom-range:valid{border-color:#28a745}.input-group .custom-range.is-valid:focus,.was-validated .input-group .custom-range:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-range.is-valid:focus::-webkit-slider-thumb,.was-validated .custom-range:valid:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #e9ecef,0 0 0 .2rem #9be7ac}.custom-range.is-valid:focus::-moz-range-thumb,.was-validated .custom-range:valid:focus::-moz-range-thumb{box-shadow:0 0 0 1px #e9ecef,0 0 0 .2rem #9be7ac}.custom-range.is-valid:focus::-ms-thumb,.was-validated .custom-range:valid:focus::-ms-thumb{box-shadow:0 0 0 1px #e9ecef,0 0 0 .2rem #9be7ac}.custom-range.is-valid::-webkit-slider-thumb,.was-validated .custom-range:valid::-webkit-slider-thumb{background-color:#28a745;background-image:none}.custom-range.is-valid::-webkit-slider-thumb:active,.was-validated .custom-range:valid::-webkit-slider-thumb:active{background-color:#9be7ac;background-image:none}.custom-range.is-valid::-webkit-slider-runnable-track,.was-validated .custom-range:valid::-webkit-slider-runnable-track{background-color:rgba(40,167,69,.35)}.custom-range.is-valid::-moz-range-thumb,.was-validated .custom-range:valid::-moz-range-thumb{background-color:#28a745;background-image:none}.custom-range.is-valid::-moz-range-thumb:active,.was-validated .custom-range:valid::-moz-range-thumb:active{background-color:#9be7ac;background-image:none}.custom-range.is-valid::-moz-range-track,.was-validated .custom-range:valid::-moz-range-track{background:rgba(40,167,69,.35)}.custom-range.is-valid~.valid-feedback,.custom-range.is-valid~.valid-tooltip,.was-validated .custom-range:valid~.valid-feedback,.was-validated .custom-range:valid~.valid-tooltip{display:block}.custom-range.is-valid::-ms-thumb,.was-validated .custom-range:valid::-ms-thumb{background-color:#28a745;background-image:none}.custom-range.is-valid::-ms-thumb:active,.was-validated .custom-range:valid::-ms-thumb:active{background-color:#9be7ac;background-image:none}.custom-range.is-valid::-ms-track-lower,.was-validated .custom-range:valid::-ms-track-lower{background:rgba(40,167,69,.35)}.custom-range.is-valid::-ms-track-upper,.was-validated .custom-range:valid::-ms-track-upper{background:rgba(40,167,69,.35)}.input-group .custom-range.is-invalid,.was-validated .input-group .custom-range:invalid{border-color:#ff3246}.input-group .custom-range.is-invalid:focus,.was-validated .input-group .custom-range:invalid:focus{border-color:#ff3246;box-shadow:0 0 0 .2rem rgba(255,50,70,.25)}.custom-range.is-invalid:focus::-webkit-slider-thumb,.was-validated .custom-range:invalid:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #e9ecef,0 0 0 .2rem #ffe5e7}.custom-range.is-invalid:focus::-moz-range-thumb,.was-validated .custom-range:invalid:focus::-moz-range-thumb{box-shadow:0 0 0 1px #e9ecef,0 0 0 .2rem #ffe5e7}.custom-range.is-invalid:focus::-ms-thumb,.was-validated .custom-range:invalid:focus::-ms-thumb{box-shadow:0 0 0 1px #e9ecef,0 0 0 .2rem #ffe5e7}.custom-range.is-invalid::-webkit-slider-thumb,.was-validated .custom-range:invalid::-webkit-slider-thumb{background-color:#ff3246;background-image:none}.custom-range.is-invalid::-webkit-slider-thumb:active,.was-validated .custom-range:invalid::-webkit-slider-thumb:active{background-color:#ffe5e7;background-image:none}.custom-range.is-invalid::-webkit-slider-runnable-track,.was-validated .custom-range:invalid::-webkit-slider-runnable-track{background-color:rgba(255,50,70,.35)}.custom-range.is-invalid::-moz-range-thumb,.was-validated .custom-range:invalid::-moz-range-thumb{background-color:#ff3246;background-image:none}.custom-range.is-invalid::-moz-range-thumb:active,.was-validated .custom-range:invalid::-moz-range-thumb:active{background-color:#ffe5e7;background-image:none}.custom-range.is-invalid::-moz-range-track,.was-validated .custom-range:invalid::-moz-range-track{background:rgba(255,50,70,.35)}.custom-range.is-invalid~.invalid-feedback,.custom-range.is-invalid~.invalid-tooltip,.was-validated .custom-range:invalid~.invalid-feedback,.was-validated .custom-range:invalid~.invalid-tooltip{display:block}.custom-range.is-invalid::-ms-thumb,.was-validated .custom-range:invalid::-ms-thumb{background-color:#ff3246;background-image:none}.custom-range.is-invalid::-ms-thumb:active,.was-validated .custom-range:invalid::-ms-thumb:active{background-color:#ffe5e7;background-image:none}.custom-range.is-invalid::-ms-track-lower,.was-validated .custom-range:invalid::-ms-track-lower{background:rgba(255,50,70,.35)}.custom-range.is-invalid::-ms-track-upper,.was-validated .custom-range:invalid::-ms-track-upper{background:rgba(255,50,70,.35)}.custom-radio.b-custom-control-lg,.input-group-lg .custom-radio{font-size:1.09375rem;line-height:1.5;padding-left:1.875rem}.custom-radio.b-custom-control-lg .custom-control-label:before,.input-group-lg .custom-radio .custom-control-label:before{border-radius:50%;height:1.25rem;left:-1.875rem;top:.1953125rem;width:1.25rem}.custom-radio.b-custom-control-lg .custom-control-label:after,.input-group-lg .custom-radio .custom-control-label:after{background:no-repeat 50%/50% 50%;height:1.25rem;left:-1.875rem;top:.1953125rem;width:1.25rem}.custom-radio.b-custom-control-sm,.input-group-sm .custom-radio{font-size:.765625rem;line-height:1.5;padding-left:1.3125rem}.custom-radio.b-custom-control-sm .custom-control-label:before,.input-group-sm .custom-radio .custom-control-label:before{border-radius:50%;height:.875rem;left:-1.3125rem;top:.13671875rem;width:.875rem}.custom-radio.b-custom-control-sm .custom-control-label:after,.input-group-sm .custom-radio .custom-control-label:after{background:no-repeat 50%/50% 50%;height:.875rem;left:-1.3125rem;top:.13671875rem;width:.875rem}.b-rating{text-align:center}.b-rating.d-inline-flex{width:auto}.b-rating .b-rating-star,.b-rating .b-rating-value{padding:0 .25em}.b-rating .b-rating-value{min-width:2.5em}.b-rating .b-rating-star{display:inline-flex;justify-content:center;outline:0}.b-rating .b-rating-star .b-rating-icon{display:inline-flex;transition:all .15s ease-in-out}.b-rating.disabled,.b-rating:disabled{background-color:#e9ecef;color:#6c757d}.b-rating:not(.disabled):not(.readonly) .b-rating-star{cursor:pointer}.b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon,.b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon{transform:scale(1.5)}.b-rating[dir=rtl] .b-rating-star-half{transform:scaleX(-1)}.b-form-spinbutton{background-image:none;overflow:hidden;padding:0;text-align:center}.b-form-spinbutton[dir=rtl]:not(.flex-column),[dir=rtl] .b-form-spinbutton:not(.flex-column){flex-direction:row-reverse}.b-form-spinbutton output{background-color:transparent;border:0;font-size:inherit;margin:0;outline:0;padding:0 .25rem;width:auto}.b-form-spinbutton output>bdi,.b-form-spinbutton output>div{display:block;height:1.5em;min-width:2.25em}.b-form-spinbutton.flex-column{height:auto;width:auto}.b-form-spinbutton.flex-column output{margin:0 .25rem;padding:.25rem 0}.b-form-spinbutton:not(.d-inline-flex):not(.flex-column){output-width:100%}.b-form-spinbutton.d-inline-flex:not(.flex-column){width:auto}.b-form-spinbutton .btn{box-shadow:none!important;line-height:1}.b-form-spinbutton .btn:disabled{pointer-events:none}.b-form-spinbutton .btn:hover:not(:disabled)>div>.b-icon{transform:scale(1.25)}.b-form-spinbutton.disabled,.b-form-spinbutton.readonly{background-color:#e9ecef}.b-form-spinbutton.disabled{pointer-events:none}.b-form-tags.focus{background-color:#f8f9fa;border-color:#9393e4;box-shadow:none;color:#495057;outline:0}.b-form-tags.focus.is-valid{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.b-form-tags.focus.is-invalid{border-color:#ff3246;box-shadow:0 0 0 .2rem rgba(255,50,70,.25)}.b-form-tags.disabled{background-color:#e9ecef}.b-form-tags-list{margin-top:-.25rem}.b-form-tags-list .b-form-tag,.b-form-tags-list .b-form-tags-field{margin-top:.25rem}.b-form-tags-input{color:#495057}.b-form-tag{font-size:75%;font-weight:400;line-height:1.5;margin-right:.25rem}.b-form-tag.disabled{opacity:.75}.b-form-tag>button.b-form-tag-remove{color:inherit;float:none;font-size:125%;line-height:1;margin-left:.25rem}.form-control-lg .b-form-tag,.form-control-sm .b-form-tag{line-height:1.5}.media-aside{display:flex;margin-right:1rem}.media-aside-right{margin-left:1rem;margin-right:0}.modal-backdrop{opacity:.7}.b-pagination-pills .page-item .page-link{border-radius:50rem!important;line-height:1;margin-left:.25rem}.b-pagination-pills .page-item:first-child .page-link{margin-left:0}.popover.b-popover{display:block;opacity:1;outline:0}.popover.b-popover.fade:not(.show){opacity:0}.popover.b-popover.show{opacity:1}.b-popover-primary.popover{background-color:#d6d6f4;border-color:#c5c5ef}.b-popover-primary.bs-popover-auto[x-placement^=top]>.arrow:before,.b-popover-primary.bs-popover-top>.arrow:before{border-top-color:#c5c5ef}.b-popover-primary.bs-popover-auto[x-placement^=top]>.arrow:after,.b-popover-primary.bs-popover-top>.arrow:after{border-top-color:#d6d6f4}.b-popover-primary.bs-popover-auto[x-placement^=right]>.arrow:before,.b-popover-primary.bs-popover-right>.arrow:before{border-right-color:#c5c5ef}.b-popover-primary.bs-popover-auto[x-placement^=right]>.arrow:after,.b-popover-primary.bs-popover-right>.arrow:after{border-right-color:#d6d6f4}.b-popover-primary.bs-popover-auto[x-placement^=bottom]>.arrow:before,.b-popover-primary.bs-popover-bottom>.arrow:before{border-bottom-color:#c5c5ef}.b-popover-primary.bs-popover-auto[x-placement^=bottom] .popover-header:before,.b-popover-primary.bs-popover-auto[x-placement^=bottom]>.arrow:after,.b-popover-primary.bs-popover-bottom .popover-header:before,.b-popover-primary.bs-popover-bottom>.arrow:after{border-bottom-color:#cacaf1}.b-popover-primary.bs-popover-auto[x-placement^=left]>.arrow:before,.b-popover-primary.bs-popover-left>.arrow:before{border-left-color:#c5c5ef}.b-popover-primary.bs-popover-auto[x-placement^=left]>.arrow:after,.b-popover-primary.bs-popover-left>.arrow:after{border-left-color:#d6d6f4}.b-popover-primary .popover-header{background-color:#cacaf1;border-bottom-color:#b6b6eb;color:#212529}.b-popover-primary .popover-body{color:#191967}.b-popover-secondary.popover{background-color:#d7f0ff;border-color:#c7ebff}.b-popover-secondary.bs-popover-auto[x-placement^=top]>.arrow:before,.b-popover-secondary.bs-popover-top>.arrow:before{border-top-color:#c7ebff}.b-popover-secondary.bs-popover-auto[x-placement^=top]>.arrow:after,.b-popover-secondary.bs-popover-top>.arrow:after{border-top-color:#d7f0ff}.b-popover-secondary.bs-popover-auto[x-placement^=right]>.arrow:before,.b-popover-secondary.bs-popover-right>.arrow:before{border-right-color:#c7ebff}.b-popover-secondary.bs-popover-auto[x-placement^=right]>.arrow:after,.b-popover-secondary.bs-popover-right>.arrow:after{border-right-color:#d7f0ff}.b-popover-secondary.bs-popover-auto[x-placement^=bottom]>.arrow:before,.b-popover-secondary.bs-popover-bottom>.arrow:before{border-bottom-color:#c7ebff}.b-popover-secondary.bs-popover-auto[x-placement^=bottom] .popover-header:before,.b-popover-secondary.bs-popover-auto[x-placement^=bottom]>.arrow:after,.b-popover-secondary.bs-popover-bottom .popover-header:before,.b-popover-secondary.bs-popover-bottom>.arrow:after{border-bottom-color:#c8ebff}.b-popover-secondary.bs-popover-auto[x-placement^=left]>.arrow:before,.b-popover-secondary.bs-popover-left>.arrow:before{border-left-color:#c7ebff}.b-popover-secondary.bs-popover-auto[x-placement^=left]>.arrow:after,.b-popover-secondary.bs-popover-left>.arrow:after{border-left-color:#d7f0ff}.b-popover-secondary .popover-header{background-color:#c8ebff;border-bottom-color:#aee1ff;color:#212529}.b-popover-secondary .popover-body{color:#1d5f85}.b-popover-success.popover{background-color:#d4edda;border-color:#c3e6cb}.b-popover-success.bs-popover-auto[x-placement^=top]>.arrow:before,.b-popover-success.bs-popover-top>.arrow:before{border-top-color:#c3e6cb}.b-popover-success.bs-popover-auto[x-placement^=top]>.arrow:after,.b-popover-success.bs-popover-top>.arrow:after{border-top-color:#d4edda}.b-popover-success.bs-popover-auto[x-placement^=right]>.arrow:before,.b-popover-success.bs-popover-right>.arrow:before{border-right-color:#c3e6cb}.b-popover-success.bs-popover-auto[x-placement^=right]>.arrow:after,.b-popover-success.bs-popover-right>.arrow:after{border-right-color:#d4edda}.b-popover-success.bs-popover-auto[x-placement^=bottom]>.arrow:before,.b-popover-success.bs-popover-bottom>.arrow:before{border-bottom-color:#c3e6cb}.b-popover-success.bs-popover-auto[x-placement^=bottom] .popover-header:before,.b-popover-success.bs-popover-auto[x-placement^=bottom]>.arrow:after,.b-popover-success.bs-popover-bottom .popover-header:before,.b-popover-success.bs-popover-bottom>.arrow:after{border-bottom-color:#c9e9d0}.b-popover-success.bs-popover-auto[x-placement^=left]>.arrow:before,.b-popover-success.bs-popover-left>.arrow:before{border-left-color:#c3e6cb}.b-popover-success.bs-popover-auto[x-placement^=left]>.arrow:after,.b-popover-success.bs-popover-left>.arrow:after{border-left-color:#d4edda}.b-popover-success .popover-header{background-color:#c9e9d0;border-bottom-color:#b7e2c1;color:#212529}.b-popover-success .popover-body{color:#155724}.b-popover-info.popover{background-color:#d2f4ea;border-color:#c1f0e2}.b-popover-info.bs-popover-auto[x-placement^=top]>.arrow:before,.b-popover-info.bs-popover-top>.arrow:before{border-top-color:#c1f0e2}.b-popover-info.bs-popover-auto[x-placement^=top]>.arrow:after,.b-popover-info.bs-popover-top>.arrow:after{border-top-color:#d2f4ea}.b-popover-info.bs-popover-auto[x-placement^=right]>.arrow:before,.b-popover-info.bs-popover-right>.arrow:before{border-right-color:#c1f0e2}.b-popover-info.bs-popover-auto[x-placement^=right]>.arrow:after,.b-popover-info.bs-popover-right>.arrow:after{border-right-color:#d2f4ea}.b-popover-info.bs-popover-auto[x-placement^=bottom]>.arrow:before,.b-popover-info.bs-popover-bottom>.arrow:before{border-bottom-color:#c1f0e2}.b-popover-info.bs-popover-auto[x-placement^=bottom] .popover-header:before,.b-popover-info.bs-popover-auto[x-placement^=bottom]>.arrow:after,.b-popover-info.bs-popover-bottom .popover-header:before,.b-popover-info.bs-popover-bottom>.arrow:after{border-bottom-color:#c6f1e4}.b-popover-info.bs-popover-auto[x-placement^=left]>.arrow:before,.b-popover-info.bs-popover-left>.arrow:before{border-left-color:#c1f0e2}.b-popover-info.bs-popover-auto[x-placement^=left]>.arrow:after,.b-popover-info.bs-popover-left>.arrow:after{border-left-color:#d2f4ea}.b-popover-info .popover-header{background-color:#c6f1e4;border-bottom-color:#b2ecdb;color:#212529}.b-popover-info .popover-body{color:#11694f}.b-popover-warning.popover{background-color:#fbffcc;border-color:#f9ffb8}.b-popover-warning.bs-popover-auto[x-placement^=top]>.arrow:before,.b-popover-warning.bs-popover-top>.arrow:before{border-top-color:#f9ffb8}.b-popover-warning.bs-popover-auto[x-placement^=top]>.arrow:after,.b-popover-warning.bs-popover-top>.arrow:after{border-top-color:#fbffcc}.b-popover-warning.bs-popover-auto[x-placement^=right]>.arrow:before,.b-popover-warning.bs-popover-right>.arrow:before{border-right-color:#f9ffb8}.b-popover-warning.bs-popover-auto[x-placement^=right]>.arrow:after,.b-popover-warning.bs-popover-right>.arrow:after{border-right-color:#fbffcc}.b-popover-warning.bs-popover-auto[x-placement^=bottom]>.arrow:before,.b-popover-warning.bs-popover-bottom>.arrow:before{border-bottom-color:#f9ffb8}.b-popover-warning.bs-popover-auto[x-placement^=bottom] .popover-header:before,.b-popover-warning.bs-popover-auto[x-placement^=bottom]>.arrow:after,.b-popover-warning.bs-popover-bottom .popover-header:before,.b-popover-warning.bs-popover-bottom>.arrow:after{border-bottom-color:#faffbd}.b-popover-warning.bs-popover-auto[x-placement^=left]>.arrow:before,.b-popover-warning.bs-popover-left>.arrow:before{border-left-color:#f9ffb8}.b-popover-warning.bs-popover-auto[x-placement^=left]>.arrow:after,.b-popover-warning.bs-popover-left>.arrow:after{border-left-color:#fbffcc}.b-popover-warning .popover-header{background-color:#faffbd;border-bottom-color:#f8ffa3;color:#212529}.b-popover-warning .popover-body{color:#7a8500}.b-popover-danger.popover{background-color:#ffd6da;border-color:#ffc6cb}.b-popover-danger.bs-popover-auto[x-placement^=top]>.arrow:before,.b-popover-danger.bs-popover-top>.arrow:before{border-top-color:#ffc6cb}.b-popover-danger.bs-popover-auto[x-placement^=top]>.arrow:after,.b-popover-danger.bs-popover-top>.arrow:after{border-top-color:#ffd6da}.b-popover-danger.bs-popover-auto[x-placement^=right]>.arrow:before,.b-popover-danger.bs-popover-right>.arrow:before{border-right-color:#ffc6cb}.b-popover-danger.bs-popover-auto[x-placement^=right]>.arrow:after,.b-popover-danger.bs-popover-right>.arrow:after{border-right-color:#ffd6da}.b-popover-danger.bs-popover-auto[x-placement^=bottom]>.arrow:before,.b-popover-danger.bs-popover-bottom>.arrow:before{border-bottom-color:#ffc6cb}.b-popover-danger.bs-popover-auto[x-placement^=bottom] .popover-header:before,.b-popover-danger.bs-popover-auto[x-placement^=bottom]>.arrow:after,.b-popover-danger.bs-popover-bottom .popover-header:before,.b-popover-danger.bs-popover-bottom>.arrow:after{border-bottom-color:#ffc7cc}.b-popover-danger.bs-popover-auto[x-placement^=left]>.arrow:before,.b-popover-danger.bs-popover-left>.arrow:before{border-left-color:#ffc6cb}.b-popover-danger.bs-popover-auto[x-placement^=left]>.arrow:after,.b-popover-danger.bs-popover-left>.arrow:after{border-left-color:#ffd6da}.b-popover-danger .popover-header{background-color:#ffc7cc;border-bottom-color:#ffadb5;color:#212529}.b-popover-danger .popover-body{color:#851a24}.b-popover-light.popover{background-color:#fefefe;border-color:#fdfdfe}.b-popover-light.bs-popover-auto[x-placement^=top]>.arrow:before,.b-popover-light.bs-popover-top>.arrow:before{border-top-color:#fdfdfe}.b-popover-light.bs-popover-auto[x-placement^=top]>.arrow:after,.b-popover-light.bs-popover-top>.arrow:after{border-top-color:#fefefe}.b-popover-light.bs-popover-auto[x-placement^=right]>.arrow:before,.b-popover-light.bs-popover-right>.arrow:before{border-right-color:#fdfdfe}.b-popover-light.bs-popover-auto[x-placement^=right]>.arrow:after,.b-popover-light.bs-popover-right>.arrow:after{border-right-color:#fefefe}.b-popover-light.bs-popover-auto[x-placement^=bottom]>.arrow:before,.b-popover-light.bs-popover-bottom>.arrow:before{border-bottom-color:#fdfdfe}.b-popover-light.bs-popover-auto[x-placement^=bottom] .popover-header:before,.b-popover-light.bs-popover-auto[x-placement^=bottom]>.arrow:after,.b-popover-light.bs-popover-bottom .popover-header:before,.b-popover-light.bs-popover-bottom>.arrow:after{border-bottom-color:#f5f6f8}.b-popover-light.bs-popover-auto[x-placement^=left]>.arrow:before,.b-popover-light.bs-popover-left>.arrow:before{border-left-color:#fdfdfe}.b-popover-light.bs-popover-auto[x-placement^=left]>.arrow:after,.b-popover-light.bs-popover-left>.arrow:after{border-left-color:#fefefe}.b-popover-light .popover-header{background-color:#f5f6f8;border-bottom-color:#e6e9ed;color:#212529}.b-popover-light .popover-body{color:#818182}.b-popover-dark.popover{background-color:#d6d8d9;border-color:#c6c8ca}.b-popover-dark.bs-popover-auto[x-placement^=top]>.arrow:before,.b-popover-dark.bs-popover-top>.arrow:before{border-top-color:#c6c8ca}.b-popover-dark.bs-popover-auto[x-placement^=top]>.arrow:after,.b-popover-dark.bs-popover-top>.arrow:after{border-top-color:#d6d8d9}.b-popover-dark.bs-popover-auto[x-placement^=right]>.arrow:before,.b-popover-dark.bs-popover-right>.arrow:before{border-right-color:#c6c8ca}.b-popover-dark.bs-popover-auto[x-placement^=right]>.arrow:after,.b-popover-dark.bs-popover-right>.arrow:after{border-right-color:#d6d8d9}.b-popover-dark.bs-popover-auto[x-placement^=bottom]>.arrow:before,.b-popover-dark.bs-popover-bottom>.arrow:before{border-bottom-color:#c6c8ca}.b-popover-dark.bs-popover-auto[x-placement^=bottom] .popover-header:before,.b-popover-dark.bs-popover-auto[x-placement^=bottom]>.arrow:after,.b-popover-dark.bs-popover-bottom .popover-header:before,.b-popover-dark.bs-popover-bottom>.arrow:after{border-bottom-color:#cfd0d1}.b-popover-dark.bs-popover-auto[x-placement^=left]>.arrow:before,.b-popover-dark.bs-popover-left>.arrow:before{border-left-color:#c6c8ca}.b-popover-dark.bs-popover-auto[x-placement^=left]>.arrow:after,.b-popover-dark.bs-popover-left>.arrow:after{border-left-color:#d6d8d9}.b-popover-dark .popover-header{background-color:#cfd0d1;border-bottom-color:#c1c3c5;color:#212529}.b-popover-dark .popover-body{color:#1b1e21}.b-sidebar-outer{height:0;left:0;overflow:visible;position:fixed;right:0;top:0;z-index:1035}.b-sidebar-backdrop{left:0;opacity:.6;width:100vw;z-index:-1}.b-sidebar,.b-sidebar-backdrop{height:100vh;position:fixed;top:0}.b-sidebar{display:flex;flex-direction:column;margin:0;max-height:100%;max-width:100%;outline:0;transform:translateX(0);width:320px}.b-sidebar.slide{transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.b-sidebar.slide{transition:none}}.b-sidebar:not(.b-sidebar-right){left:0;right:auto}.b-sidebar:not(.b-sidebar-right).slide:not(.show){transform:translateX(-100%)}.b-sidebar:not(.b-sidebar-right)>.b-sidebar-header .close{margin-left:auto}.b-sidebar.b-sidebar-right{left:auto;right:0}.b-sidebar.b-sidebar-right.slide:not(.show){transform:translateX(100%)}.b-sidebar.b-sidebar-right>.b-sidebar-header .close{margin-right:auto}.b-sidebar>.b-sidebar-header{align-items:center;display:flex;flex-direction:row;flex-grow:0;font-size:1.5rem;padding:.5rem 1rem}[dir=rtl] .b-sidebar>.b-sidebar-header{flex-direction:row-reverse}.b-sidebar>.b-sidebar-header .close{float:none;font-size:1.5rem}.b-sidebar>.b-sidebar-body{flex-grow:1;height:100%;overflow-y:auto}.b-sidebar>.b-sidebar-footer{flex-grow:0}.b-skeleton-wrapper{cursor:wait}.b-skeleton{background-color:rgba(0,0,0,.12);cursor:wait;-webkit-mask-image:radial-gradient(#fff,#000);mask-image:radial-gradient(#fff,#000);overflow:hidden;position:relative}.b-skeleton:before{content:" "}.b-skeleton-text{border-radius:.25rem;height:.875rem;margin-bottom:.25rem}.b-skeleton-button{border-radius:4px;font-size:.875rem;line-height:1.5;padding:.375rem .75rem;width:75px}.b-skeleton-avatar{border-radius:50%;height:2.5em;width:2.5em}.b-skeleton-input{border:1px solid #dee2e6;border-radius:4px;height:calc(1.5em + .75rem + 2px);line-height:1.5;padding:.375rem .75rem}.b-skeleton-icon-wrapper svg{color:rgba(0,0,0,.12)}.b-skeleton-img{height:100%;width:100%}.b-skeleton-animate-wave:after{animation:b-skeleton-animate-wave 1.75s linear infinite;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}@media (prefers-reduced-motion:reduce){.b-skeleton-animate-wave:after{animation:none;background:0 0}}@keyframes b-skeleton-animate-wave{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.b-skeleton-animate-fade{animation:b-skeleton-animate-fade .875s ease-in-out infinite alternate}@media (prefers-reduced-motion:reduce){.b-skeleton-animate-fade{animation:none}}@keyframes b-skeleton-animate-fade{0%{opacity:1}to{opacity:.4}}.b-skeleton-animate-throb{animation:b-skeleton-animate-throb .875s ease-in infinite alternate}@media (prefers-reduced-motion:reduce){.b-skeleton-animate-throb{animation:none}}@keyframes b-skeleton-animate-throb{0%{transform:scale(1)}to{transform:scale(.975)}}.table.b-table.b-table-fixed{table-layout:fixed}.table.b-table.b-table-no-border-collapse{border-collapse:separate;border-spacing:0}.table.b-table[aria-busy=true]{opacity:.55}.table.b-table>tbody>tr.b-table-details>td{border-top:none!important}.table.b-table>caption{caption-side:bottom}.table.b-table.b-table-caption-top>caption{caption-side:top!important}.table.b-table>tbody>.table-active,.table.b-table>tbody>.table-active>td,.table.b-table>tbody>.table-active>th{background-color:rgba(0,0,0,.075)}.table.b-table.table-hover>tbody>tr.table-active:hover td,.table.b-table.table-hover>tbody>tr.table-active:hover th{background-image:linear-gradient(rgba(0,0,0,.075),rgba(0,0,0,.075));background-repeat:no-repeat;color:#212529}.table.b-table>tbody>.bg-active,.table.b-table>tbody>.bg-active>td,.table.b-table>tbody>.bg-active>th{background-color:hsla(0,0%,100%,.075)!important}.table.b-table.table-hover.table-dark>tbody>tr.bg-active:hover td,.table.b-table.table-hover.table-dark>tbody>tr.bg-active:hover th{background-image:linear-gradient(hsla(0,0%,100%,.075),hsla(0,0%,100%,.075));background-repeat:no-repeat;color:#fff}.b-table-sticky-header,.table-responsive,[class*=table-responsive-]{margin-bottom:1rem}.b-table-sticky-header>.table,.table-responsive>.table,[class*=table-responsive-]>.table{margin-bottom:0}.b-table-sticky-header{max-height:300px;overflow-y:auto}@media print{.b-table-sticky-header{max-height:none!important;overflow-y:visible!important}}@supports (position:sticky){.b-table-sticky-header>.table.b-table>thead>tr>th{position:sticky;top:0;z-index:2}.b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,.table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column{left:0;position:sticky}.b-table-sticky-header>.table.b-table>thead>tr>.b-table-sticky-column,.table-responsive>.table.b-table>thead>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>thead>tr>.b-table-sticky-column{z-index:5}.b-table-sticky-header>.table.b-table>tbody>tr>.b-table-sticky-column,.b-table-sticky-header>.table.b-table>tfoot>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tbody>tr>.b-table-sticky-column,.table-responsive>.table.b-table>tfoot>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tbody>tr>.b-table-sticky-column,[class*=table-responsive-]>.table.b-table>tfoot>tr>.b-table-sticky-column{z-index:2}.table.b-table>tbody>tr>.table-b-table-default,.table.b-table>tfoot>tr>.table-b-table-default,.table.b-table>thead>tr>.table-b-table-default{background-color:#e9ecef;color:#212529}.table.b-table.table-dark>tbody>tr>.bg-b-table-default,.table.b-table.table-dark>tfoot>tr>.bg-b-table-default,.table.b-table.table-dark>thead>tr>.bg-b-table-default{background-color:#343a40;color:#fff}.table.b-table.table-striped>tbody>tr:nth-of-type(odd)>.table-b-table-default{background-image:linear-gradient(rgba(0,0,0,.05),rgba(0,0,0,.05));background-repeat:no-repeat}.table.b-table.table-striped.table-dark>tbody>tr:nth-of-type(odd)>.bg-b-table-default{background-image:linear-gradient(hsla(0,0%,100%,.05),hsla(0,0%,100%,.05));background-repeat:no-repeat}.table.b-table.table-hover>tbody>tr:hover>.table-b-table-default{background-image:linear-gradient(rgba(0,0,0,.075),rgba(0,0,0,.075));background-repeat:no-repeat;color:#212529}.table.b-table.table-hover.table-dark>tbody>tr:hover>.bg-b-table-default{background-image:linear-gradient(hsla(0,0%,100%,.075),hsla(0,0%,100%,.075));background-repeat:no-repeat;color:#fff}}.table.b-table>tfoot>tr>[aria-sort],.table.b-table>thead>tr>[aria-sort]{background-image:none;background-repeat:no-repeat;background-size:.65em 1em;cursor:pointer}.table.b-table>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left),.table.b-table>thead>tr>[aria-sort]:not(.b-table-sort-icon-left){background-position:right .375rem center;padding-right:calc(.75rem + .65em)}.table.b-table>tfoot>tr>[aria-sort].b-table-sort-icon-left,.table.b-table>thead>tr>[aria-sort].b-table-sort-icon-left{background-position:left .375rem center;padding-left:calc(.75rem + .65em)}.table.b-table>tfoot>tr>[aria-sort=none],.table.b-table>thead>tr>[aria-sort=none]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath opacity='.3' d='m51 1 25 23 24 22H1l25-22zm0 100 25-23 24-22H1l25 22z'/%3E%3C/svg%3E")}.table.b-table>tfoot>tr>[aria-sort=ascending],.table.b-table>thead>tr>[aria-sort=ascending]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath d='m51 1 25 23 24 22H1l25-22z'/%3E%3Cpath opacity='.3' d='m51 101 25-23 24-22H1l25 22z'/%3E%3C/svg%3E")}.table.b-table>tfoot>tr>[aria-sort=descending],.table.b-table>thead>tr>[aria-sort=descending]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath opacity='.3' d='m51 1 25 23 24 22H1l25-22z'/%3E%3Cpath d='m51 101 25-23 24-22H1l25 22z'/%3E%3C/svg%3E")}.table.b-table.table-dark>tfoot>tr>[aria-sort=none],.table.b-table.table-dark>thead>tr>[aria-sort=none],.table.b-table>.thead-dark>tr>[aria-sort=none]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='m51 1 25 23 24 22H1l25-22zm0 100 25-23 24-22H1l25 22z'/%3E%3C/svg%3E")}.table.b-table.table-dark>tfoot>tr>[aria-sort=ascending],.table.b-table.table-dark>thead>tr>[aria-sort=ascending],.table.b-table>.thead-dark>tr>[aria-sort=ascending]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='m51 1 25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' opacity='.3' d='m51 101 25-23 24-22H1l25 22z'/%3E%3C/svg%3E")}.table.b-table.table-dark>tfoot>tr>[aria-sort=descending],.table.b-table.table-dark>thead>tr>[aria-sort=descending],.table.b-table>.thead-dark>tr>[aria-sort=descending]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='m51 1 25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' d='m51 101 25-23 24-22H1l25 22z'/%3E%3C/svg%3E")}.table.b-table>tfoot>tr>.table-dark[aria-sort=none],.table.b-table>thead>tr>.table-dark[aria-sort=none]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='m51 1 25 23 24 22H1l25-22zm0 100 25-23 24-22H1l25 22z'/%3E%3C/svg%3E")}.table.b-table>tfoot>tr>.table-dark[aria-sort=ascending],.table.b-table>thead>tr>.table-dark[aria-sort=ascending]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='m51 1 25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' opacity='.3' d='m51 101 25-23 24-22H1l25 22z'/%3E%3C/svg%3E")}.table.b-table>tfoot>tr>.table-dark[aria-sort=descending],.table.b-table>thead>tr>.table-dark[aria-sort=descending]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='m51 1 25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' d='m51 101 25-23 24-22H1l25 22z'/%3E%3C/svg%3E")}.table.b-table.table-sm>tfoot>tr>[aria-sort]:not(.b-table-sort-icon-left),.table.b-table.table-sm>thead>tr>[aria-sort]:not(.b-table-sort-icon-left){background-position:right .15rem center;padding-right:calc(.3rem + .65em)}.table.b-table.table-sm>tfoot>tr>[aria-sort].b-table-sort-icon-left,.table.b-table.table-sm>thead>tr>[aria-sort].b-table-sort-icon-left{background-position:left .15rem center;padding-left:calc(.3rem + .65em)}.table.b-table.b-table-selectable:not(.b-table-selectable-no-click)>tbody>tr{cursor:pointer}.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range>tbody>tr{-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:575.98px){.table.b-table.b-table-stacked-sm{display:block;width:100%}.table.b-table.b-table-stacked-sm>caption,.table.b-table.b-table-stacked-sm>tbody,.table.b-table.b-table-stacked-sm>tbody>tr,.table.b-table.b-table-stacked-sm>tbody>tr>td,.table.b-table.b-table-stacked-sm>tbody>tr>th{display:block}.table.b-table.b-table-stacked-sm>tfoot,.table.b-table.b-table-stacked-sm>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-sm>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-sm>thead,.table.b-table.b-table-stacked-sm>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-sm>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked-sm>caption{caption-side:top!important}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:before{content:attr(data-label);float:left;font-style:normal;font-weight:700;margin:0;overflow-wrap:break-word;padding:0 .5rem 0 0;text-align:right;width:40%}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]:after{clear:both;content:"";display:block}.table.b-table.b-table-stacked-sm>tbody>tr>[data-label]>div{display:inline-block;margin:0;padding:0 0 0 .5rem;width:60%}.table.b-table.b-table-stacked-sm>tbody>tr.bottom-row,.table.b-table.b-table-stacked-sm>tbody>tr.top-row{display:none}.table.b-table.b-table-stacked-sm>tbody>tr>:first-child,.table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-sm>tbody>tr>[rowspan]+th{border-top-width:3px}}@media (max-width:768.98px){.table.b-table.b-table-stacked-md{display:block;width:100%}.table.b-table.b-table-stacked-md>caption,.table.b-table.b-table-stacked-md>tbody,.table.b-table.b-table-stacked-md>tbody>tr,.table.b-table.b-table-stacked-md>tbody>tr>td,.table.b-table.b-table-stacked-md>tbody>tr>th{display:block}.table.b-table.b-table-stacked-md>tfoot,.table.b-table.b-table-stacked-md>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-md>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-md>thead,.table.b-table.b-table-stacked-md>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-md>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked-md>caption{caption-side:top!important}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]:before{content:attr(data-label);float:left;font-style:normal;font-weight:700;margin:0;overflow-wrap:break-word;padding:0 .5rem 0 0;text-align:right;width:40%}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]:after{clear:both;content:"";display:block}.table.b-table.b-table-stacked-md>tbody>tr>[data-label]>div{display:inline-block;margin:0;padding:0 0 0 .5rem;width:60%}.table.b-table.b-table-stacked-md>tbody>tr.bottom-row,.table.b-table.b-table-stacked-md>tbody>tr.top-row{display:none}.table.b-table.b-table-stacked-md>tbody>tr>:first-child,.table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-md>tbody>tr>[rowspan]+th{border-top-width:3px}}@media (max-width:1024.98px){.table.b-table.b-table-stacked-lg{display:block;width:100%}.table.b-table.b-table-stacked-lg>caption,.table.b-table.b-table-stacked-lg>tbody,.table.b-table.b-table-stacked-lg>tbody>tr,.table.b-table.b-table-stacked-lg>tbody>tr>td,.table.b-table.b-table-stacked-lg>tbody>tr>th{display:block}.table.b-table.b-table-stacked-lg>tfoot,.table.b-table.b-table-stacked-lg>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-lg>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-lg>thead,.table.b-table.b-table-stacked-lg>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-lg>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked-lg>caption{caption-side:top!important}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:before{content:attr(data-label);float:left;font-style:normal;font-weight:700;margin:0;overflow-wrap:break-word;padding:0 .5rem 0 0;text-align:right;width:40%}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]:after{clear:both;content:"";display:block}.table.b-table.b-table-stacked-lg>tbody>tr>[data-label]>div{display:inline-block;margin:0;padding:0 0 0 .5rem;width:60%}.table.b-table.b-table-stacked-lg>tbody>tr.bottom-row,.table.b-table.b-table-stacked-lg>tbody>tr.top-row{display:none}.table.b-table.b-table-stacked-lg>tbody>tr>:first-child,.table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-lg>tbody>tr>[rowspan]+th{border-top-width:3px}}@media (max-width:1400.98px){.table.b-table.b-table-stacked-xl{display:block;width:100%}.table.b-table.b-table-stacked-xl>caption,.table.b-table.b-table-stacked-xl>tbody,.table.b-table.b-table-stacked-xl>tbody>tr,.table.b-table.b-table-stacked-xl>tbody>tr>td,.table.b-table.b-table-stacked-xl>tbody>tr>th{display:block}.table.b-table.b-table-stacked-xl>tfoot,.table.b-table.b-table-stacked-xl>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked-xl>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked-xl>thead,.table.b-table.b-table-stacked-xl>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked-xl>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked-xl>caption{caption-side:top!important}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:before{content:attr(data-label);float:left;font-style:normal;font-weight:700;margin:0;overflow-wrap:break-word;padding:0 .5rem 0 0;text-align:right;width:40%}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]:after{clear:both;content:"";display:block}.table.b-table.b-table-stacked-xl>tbody>tr>[data-label]>div{display:inline-block;margin:0;padding:0 0 0 .5rem;width:60%}.table.b-table.b-table-stacked-xl>tbody>tr.bottom-row,.table.b-table.b-table-stacked-xl>tbody>tr.top-row{display:none}.table.b-table.b-table-stacked-xl>tbody>tr>:first-child,.table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked-xl>tbody>tr>[rowspan]+th{border-top-width:3px}}.table.b-table.b-table-stacked{display:block;width:100%}.table.b-table.b-table-stacked>caption,.table.b-table.b-table-stacked>tbody,.table.b-table.b-table-stacked>tbody>tr,.table.b-table.b-table-stacked>tbody>tr>td,.table.b-table.b-table-stacked>tbody>tr>th{display:block}.table.b-table.b-table-stacked>tfoot,.table.b-table.b-table-stacked>tfoot>tr.b-table-bottom-row,.table.b-table.b-table-stacked>tfoot>tr.b-table-top-row,.table.b-table.b-table-stacked>thead,.table.b-table.b-table-stacked>thead>tr.b-table-bottom-row,.table.b-table.b-table-stacked>thead>tr.b-table-top-row{display:none}.table.b-table.b-table-stacked>caption{caption-side:top!important}.table.b-table.b-table-stacked>tbody>tr>[data-label]:before{content:attr(data-label);float:left;font-style:normal;font-weight:700;margin:0;overflow-wrap:break-word;padding:0 .5rem 0 0;text-align:right;width:40%}.table.b-table.b-table-stacked>tbody>tr>[data-label]:after{clear:both;content:"";display:block}.table.b-table.b-table-stacked>tbody>tr>[data-label]>div{display:inline-block;margin:0;padding:0 0 0 .5rem;width:60%}.table.b-table.b-table-stacked>tbody>tr.bottom-row,.table.b-table.b-table-stacked>tbody>tr.top-row{display:none}.table.b-table.b-table-stacked>tbody>tr>:first-child,.table.b-table.b-table-stacked>tbody>tr>[rowspan]+td,.table.b-table.b-table-stacked>tbody>tr>[rowspan]+th{border-top-width:3px}.b-time{min-width:150px}.b-time output.disabled,.b-time[aria-disabled=true] output,.b-time[aria-readonly=true] output{background-color:#e9ecef;opacity:1}.b-time[aria-disabled=true] output{pointer-events:none}[dir=rtl] .b-time>.d-flex:not(.flex-column){flex-direction:row-reverse}.b-time .b-time-header{margin-bottom:.5rem}.b-time .b-time-header output{font-size:80%;padding:.25rem}.b-time .b-time-footer{margin-top:.5rem}.b-time .b-time-ampm{margin-left:.5rem}.b-toast{backface-visibility:hidden;background-clip:padding-box;border-radius:.25rem;display:block;max-width:350px;position:relative;z-index:1}.b-toast .toast{background-color:hsla(0,0%,100%,.85)}.b-toast:not(:last-child){margin-bottom:.75rem}.b-toast.b-toast-solid .toast{background-color:#fff}.b-toast .toast{opacity:1}.b-toast .toast.fade:not(.show){opacity:0}.b-toast .toast .toast-body{display:block}.b-toast-primary .toast{background-color:rgba(234,234,249,.85);border-color:rgba(197,197,239,.85);color:#191967}.b-toast-primary .toast .toast-header{background-color:rgba(214,214,244,.85);border-bottom-color:rgba(197,197,239,.85);color:#191967}.b-toast-primary.b-toast-solid .toast{background-color:#eaeaf9}.b-toast-secondary .toast{background-color:rgba(241,250,255,.85);border-color:rgba(199,235,255,.85);color:#1d5f85}.b-toast-secondary .toast .toast-header{background-color:rgba(215,240,255,.85);border-bottom-color:rgba(199,235,255,.85);color:#1d5f85}.b-toast-secondary.b-toast-solid .toast{background-color:#f1faff}.b-toast-success .toast{background-color:rgba(230,245,233,.85);border-color:rgba(195,230,203,.85);color:#155724}.b-toast-success .toast .toast-header{background-color:rgba(212,237,218,.85);border-bottom-color:rgba(195,230,203,.85);color:#155724}.b-toast-success.b-toast-solid .toast{background-color:#e6f5e9}.b-toast-info .toast{background-color:rgba(231,249,244,.85);border-color:rgba(193,240,226,.85);color:#11694f}.b-toast-info .toast .toast-header{background-color:rgba(210,244,234,.85);border-bottom-color:rgba(193,240,226,.85);color:#11694f}.b-toast-info.b-toast-solid .toast{background-color:#e7f9f4}.b-toast-warning .toast{background-color:rgba(253,255,230,.85);border-color:rgba(249,255,184,.85);color:#7a8500}.b-toast-warning .toast .toast-header{background-color:rgba(251,255,204,.85);border-bottom-color:rgba(249,255,184,.85);color:#7a8500}.b-toast-warning.b-toast-solid .toast{background-color:#fdffe6}.b-toast-danger .toast{background-color:rgba(255,240,241,.85);border-color:rgba(255,198,203,.85);color:#851a24}.b-toast-danger .toast .toast-header{background-color:rgba(255,214,218,.85);border-bottom-color:rgba(255,198,203,.85);color:#851a24}.b-toast-danger.b-toast-solid .toast{background-color:#fff0f1}.b-toast-light .toast{background-color:hsla(0,0%,100%,.85);border-color:rgba(253,253,254,.85);color:#818182}.b-toast-light .toast .toast-header{background-color:rgba(254,254,254,.85);border-bottom-color:rgba(253,253,254,.85);color:#818182}.b-toast-light.b-toast-solid .toast{background-color:#fff}.b-toast-dark .toast{background-color:hsla(210,3%,90%,.85);border-color:hsla(210,3%,78%,.85);color:#1b1e21}.b-toast-dark .toast .toast-header{background-color:hsla(210,3%,85%,.85);border-bottom-color:hsla(210,3%,78%,.85);color:#1b1e21}.b-toast-dark.b-toast-solid .toast{background-color:#e4e4e5}.b-toaster{z-index:1100}.b-toaster .b-toaster-slot{display:block;position:relative}.b-toaster .b-toaster-slot:empty{display:none!important}.b-toaster.b-toaster-bottom-center,.b-toaster.b-toaster-bottom-full,.b-toaster.b-toaster-bottom-left,.b-toaster.b-toaster-bottom-right,.b-toaster.b-toaster-top-center,.b-toaster.b-toaster-top-full,.b-toaster.b-toaster-top-left,.b-toaster.b-toaster-top-right{height:0;left:.5rem;margin:0;overflow:visible;padding:0;position:fixed;right:.5rem}.b-toaster.b-toaster-bottom-center .b-toaster-slot,.b-toaster.b-toaster-bottom-full .b-toaster-slot,.b-toaster.b-toaster-bottom-left .b-toaster-slot,.b-toaster.b-toaster-bottom-right .b-toaster-slot,.b-toaster.b-toaster-top-center .b-toaster-slot,.b-toaster.b-toaster-top-full .b-toaster-slot,.b-toaster.b-toaster-top-left .b-toaster-slot,.b-toaster.b-toaster-top-right .b-toaster-slot{left:0;margin:0;max-width:350px;padding:0;position:absolute;right:0;width:100%}.b-toaster.b-toaster-bottom-full .b-toaster-slot,.b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast,.b-toaster.b-toaster-top-full .b-toaster-slot,.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,.b-toaster.b-toaster-top-full .b-toaster-slot .toast{max-width:100%;width:100%}.b-toaster.b-toaster-top-center,.b-toaster.b-toaster-top-full,.b-toaster.b-toaster-top-left,.b-toaster.b-toaster-top-right{top:0}.b-toaster.b-toaster-top-center .b-toaster-slot,.b-toaster.b-toaster-top-full .b-toaster-slot,.b-toaster.b-toaster-top-left .b-toaster-slot,.b-toaster.b-toaster-top-right .b-toaster-slot{top:.5rem}.b-toaster.b-toaster-bottom-center,.b-toaster.b-toaster-bottom-full,.b-toaster.b-toaster-bottom-left,.b-toaster.b-toaster-bottom-right{bottom:0}.b-toaster.b-toaster-bottom-center .b-toaster-slot,.b-toaster.b-toaster-bottom-full .b-toaster-slot,.b-toaster.b-toaster-bottom-left .b-toaster-slot,.b-toaster.b-toaster-bottom-right .b-toaster-slot{bottom:.5rem}.b-toaster.b-toaster-bottom-center .b-toaster-slot,.b-toaster.b-toaster-bottom-right .b-toaster-slot,.b-toaster.b-toaster-top-center .b-toaster-slot,.b-toaster.b-toaster-top-right .b-toaster-slot{margin-left:auto}.b-toaster.b-toaster-bottom-center .b-toaster-slot,.b-toaster.b-toaster-bottom-left .b-toaster-slot,.b-toaster.b-toaster-top-center .b-toaster-slot,.b-toaster.b-toaster-top-left .b-toaster-slot{margin-right:auto}.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move,.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active,.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-top-left .b-toast.b-toaster-move,.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active,.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-top-right .b-toast.b-toaster-move{transition:transform .175s}.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade,.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade,.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade,.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade,.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade,.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade{transition-delay:.175s}.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active{position:absolute;transition-delay:.175s}.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade,.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade,.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade,.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade{transition-delay:0s}.tooltip.b-tooltip{display:block;opacity:.9;outline:0}.tooltip.b-tooltip.fade:not(.show){opacity:0}.tooltip.b-tooltip.show{opacity:.9}.tooltip.b-tooltip.noninteractive{pointer-events:none}.tooltip.b-tooltip .arrow{margin:0 4px}.tooltip.b-tooltip.bs-tooltip-auto[x-placement^=left] .arrow,.tooltip.b-tooltip.bs-tooltip-auto[x-placement^=right] .arrow,.tooltip.b-tooltip.bs-tooltip-left .arrow,.tooltip.b-tooltip.bs-tooltip-right .arrow{margin:4px 0}.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-top .arrow:before{border-top-color:#3131c7}.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-right .arrow:before{border-right-color:#3131c7}.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow:before{border-bottom-color:#3131c7}.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-primary.bs-tooltip-left .arrow:before{border-left-color:#3131c7}.tooltip.b-tooltip-primary .tooltip-inner{background-color:#3131c7;color:#fff}.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-top .arrow:before{border-top-color:#38b6ff}.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-right .arrow:before{border-right-color:#38b6ff}.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow:before{border-bottom-color:#38b6ff}.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-secondary.bs-tooltip-left .arrow:before{border-left-color:#38b6ff}.tooltip.b-tooltip-secondary .tooltip-inner{background-color:#38b6ff;color:#212529}.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-top .arrow:before{border-top-color:#28a745}.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-right .arrow:before{border-right-color:#28a745}.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-bottom .arrow:before{border-bottom-color:#28a745}.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-success.bs-tooltip-left .arrow:before{border-left-color:#28a745}.tooltip.b-tooltip-success .tooltip-inner{background-color:#28a745;color:#fff}.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-top .arrow:before{border-top-color:#20c997}.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-right .arrow:before{border-right-color:#20c997}.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-bottom .arrow:before{border-bottom-color:#20c997}.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-info.bs-tooltip-left .arrow:before{border-left-color:#20c997}.tooltip.b-tooltip-info .tooltip-inner{background-color:#20c997;color:#fff}.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-top .arrow:before{border-top-color:#ebff00}.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-right .arrow:before{border-right-color:#ebff00}.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow:before{border-bottom-color:#ebff00}.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-warning.bs-tooltip-left .arrow:before{border-left-color:#ebff00}.tooltip.b-tooltip-warning .tooltip-inner{background-color:#ebff00;color:#212529}.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-top .arrow:before{border-top-color:#ff3246}.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-right .arrow:before{border-right-color:#ff3246}.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow:before{border-bottom-color:#ff3246}.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-danger.bs-tooltip-left .arrow:before{border-left-color:#ff3246}.tooltip.b-tooltip-danger .tooltip-inner{background-color:#ff3246;color:#fff}.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-top .arrow:before{border-top-color:#f8f9fa}.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-right .arrow:before{border-right-color:#f8f9fa}.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-bottom .arrow:before{border-bottom-color:#f8f9fa}.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-light.bs-tooltip-left .arrow:before{border-left-color:#f8f9fa}.tooltip.b-tooltip-light .tooltip-inner{background-color:#f8f9fa;color:#212529}.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=top] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-top .arrow:before{border-top-color:#343a40}.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=right] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-right .arrow:before{border-right-color:#343a40}.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow:before{border-bottom-color:#343a40}.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^=left] .arrow:before,.tooltip.b-tooltip-dark.bs-tooltip-left .arrow:before{border-left-color:#343a40}.tooltip.b-tooltip-dark .tooltip-inner{background-color:#343a40;color:#fff}.b-icon.bi{display:inline-block;overflow:visible;vertical-align:-.15em}.b-icon.b-icon-animation-cylon,.b-icon.b-iconstack .b-icon-animation-cylon>g{animation:b-icon-animation-cylon .75s ease-in-out infinite alternate;transform-origin:center}@media (prefers-reduced-motion:reduce){.b-icon.b-icon-animation-cylon,.b-icon.b-iconstack .b-icon-animation-cylon>g{animation:none}}.b-icon.b-icon-animation-cylon-vertical,.b-icon.b-iconstack .b-icon-animation-cylon-vertical>g{animation:b-icon-animation-cylon-vertical .75s ease-in-out infinite alternate;transform-origin:center}@media (prefers-reduced-motion:reduce){.b-icon.b-icon-animation-cylon-vertical,.b-icon.b-iconstack .b-icon-animation-cylon-vertical>g{animation:none}}.b-icon.b-icon-animation-fade,.b-icon.b-iconstack .b-icon-animation-fade>g{animation:b-icon-animation-fade .75s ease-in-out infinite alternate;transform-origin:center}@media (prefers-reduced-motion:reduce){.b-icon.b-icon-animation-fade,.b-icon.b-iconstack .b-icon-animation-fade>g{animation:none}}.b-icon.b-icon-animation-spin,.b-icon.b-iconstack .b-icon-animation-spin>g{animation:b-icon-animation-spin 2s linear infinite normal;transform-origin:center}@media (prefers-reduced-motion:reduce){.b-icon.b-icon-animation-spin,.b-icon.b-iconstack .b-icon-animation-spin>g{animation:none}}.b-icon.b-icon-animation-spin-reverse,.b-icon.b-iconstack .b-icon-animation-spin-reverse>g{animation:b-icon-animation-spin 2s linear infinite reverse;transform-origin:center}@media (prefers-reduced-motion:reduce){.b-icon.b-icon-animation-spin-reverse,.b-icon.b-iconstack .b-icon-animation-spin-reverse>g{animation:none}}.b-icon.b-icon-animation-spin-pulse,.b-icon.b-iconstack .b-icon-animation-spin-pulse>g{animation:b-icon-animation-spin 1s steps(8) infinite normal;transform-origin:center}@media (prefers-reduced-motion:reduce){.b-icon.b-icon-animation-spin-pulse,.b-icon.b-iconstack .b-icon-animation-spin-pulse>g{animation:none}}.b-icon.b-icon-animation-spin-reverse-pulse,.b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse>g{animation:b-icon-animation-spin 1s steps(8) infinite reverse;transform-origin:center}@media (prefers-reduced-motion:reduce){.b-icon.b-icon-animation-spin-reverse-pulse,.b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse>g{animation:none}}.b-icon.b-icon-animation-throb,.b-icon.b-iconstack .b-icon-animation-throb>g{animation:b-icon-animation-throb .75s ease-in-out infinite alternate;transform-origin:center}@media (prefers-reduced-motion:reduce){.b-icon.b-icon-animation-throb,.b-icon.b-iconstack .b-icon-animation-throb>g{animation:none}}@keyframes b-icon-animation-cylon{0%{transform:translateX(-25%)}to{transform:translateX(25%)}}@keyframes b-icon-animation-cylon-vertical{0%{transform:translateY(25%)}to{transform:translateY(-25%)}}@keyframes b-icon-animation-fade{0%{opacity:.1}to{opacity:1}}@keyframes b-icon-animation-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes b-icon-animation-throb{0%{opacity:.5;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.btn .b-icon.bi,.dropdown-item .b-icon.bi,.dropdown-toggle .b-icon.bi,.input-group-text .b-icon.bi,.nav-link .b-icon.bi{font-size:125%;vertical-align:text-bottom}:root{--gray-100:#f8f9fa;--gray-200:#e9ecef;--gray-300:#dee2e6;--gray-400:#ced4da;--gray-500:#adb5bd;--gray-600:#6c757d;--gray-700:#495057;--gray-800:#343a40;--gray-900:#212529;--black:#000;--feature:#3131c7;--primary-lighter:#6a6ada;--secondary-lighter:#85d2ff;--primary-on-white-lighter:#6a6ada;--primary-darker:#22228a;--secondary-darker:#0094eb;--color-on-primary:#fff;--color-on-primary-alt:#e9ecef;--color-on-primary-contrast:#fff;--color-on-secondary:#212529;--color-on-secondary-alt:#343a40;--color-on-secondary-contrast:#212529;--logo:url(/static/img/logo.png);--logo-mono:url(/static/img/logo-mono.png);--background-image:none;--vs-search-input-bg:transparent}.btn-primary,.btn-primary:disabled{background-color:var(--primary,#3131c7)!important;border-color:var(--primary-on-white,#3131c7)!important;color:var(--color-on-primary,#fff)!important}.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.show>.btn-primary.dropdown-toggle{background-color:var(--primary-darker,#3131c7)!important;border-color:var(--primary-darker,#3131c7)!important;box-shadow:none!important;color:var(--color-on-primary,#fff)!important}.btn-secondary,.btn-secondary:disabled{background-color:var(--secondary,#38b6ff)!important;border-color:var(--secondary,#38b6ff)!important;color:var(--color-on-secondary,#212529)!important}.btn-secondary.active,.btn-secondary:active,.btn-secondary:focus,.btn-secondary:hover,.show>.btn-secondary.dropdown-toggle{background-color:var(--secondary-darker,#38b6ff)!important;border-color:var(--secondary-darker,#38b6ff)!important;box-shadow:none!important;color:var(--color-on-secondary,#212529)!important}.btn-outline-primary,.btn-primary{position:relative}.btn-outline-primary:before,.btn-primary:before{border-radius:4px;bottom:0;box-shadow:0 0 0 .2rem var(--primary-darker,#3131c7);content:"";left:0;margin:-4px;opacity:0;position:absolute;right:0;top:0;transition:opacity .1s ease-in}.btn-outline-primary:focus,.btn-primary:focus{box-shadow:none!important}.btn-outline-primary:focus:before,.btn-primary:focus:before{opacity:1}.btn-group .btn-outline-primary:not(:first-child):before,.btn-group .btn-primary:not(:first-child):before{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .btn-outline-primary:not(:last-child):before,.btn-group .btn-primary:not(:last-child):before{border-bottom-right-radius:0;border-top-right-radius:0}.btn-outline-secondary,.btn-secondary{position:relative}.btn-outline-secondary:before,.btn-secondary:before{border-radius:4px;bottom:0;box-shadow:0 0 0 .2rem var(--secondary-darker,#38b6ff);content:"";left:0;margin:-4px;opacity:0;position:absolute;right:0;top:0;transition:opacity .1s ease-in}.btn-outline-secondary:focus,.btn-secondary:focus{box-shadow:none!important}.btn-outline-secondary:focus:before,.btn-secondary:focus:before{opacity:1}.btn-group .btn-outline-secondary:not(:first-child):before,.btn-group .btn-secondary:not(:first-child):before{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .btn-outline-secondary:not(:last-child):before,.btn-group .btn-secondary:not(:last-child):before{border-bottom-right-radius:0;border-top-right-radius:0}.btn-outline-success,.btn-success{position:relative}.btn-outline-success:before,.btn-success:before{border-radius:4px;bottom:0;box-shadow:0 0 0 .2rem var(--success-darker,#28a745);content:"";left:0;margin:-4px;opacity:0;position:absolute;right:0;top:0;transition:opacity .1s ease-in}.btn-outline-success:focus,.btn-success:focus{box-shadow:none!important}.btn-outline-success:focus:before,.btn-success:focus:before{opacity:1}.btn-group .btn-outline-success:not(:first-child):before,.btn-group .btn-success:not(:first-child):before{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .btn-outline-success:not(:last-child):before,.btn-group .btn-success:not(:last-child):before{border-bottom-right-radius:0;border-top-right-radius:0}.btn-info,.btn-info-contrast,.btn-outline-info{position:relative}.btn-info-contrast:before,.btn-info:before,.btn-outline-info:before{border-radius:4px;bottom:0;box-shadow:0 0 0 .2rem var(--info-darker,#20c997);content:"";left:0;margin:-4px;opacity:0;position:absolute;right:0;top:0;transition:opacity .1s ease-in}.btn-info-contrast:focus,.btn-info:focus,.btn-outline-info:focus{box-shadow:none!important}.btn-info-contrast:focus:before,.btn-info:focus:before,.btn-outline-info:focus:before{opacity:1}.btn-group .btn-info-contrast:not(:first-child):before,.btn-group .btn-info:not(:first-child):before,.btn-group .btn-outline-info:not(:first-child):before{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .btn-info-contrast:not(:last-child):before,.btn-group .btn-info:not(:last-child):before,.btn-group .btn-outline-info:not(:last-child):before{border-bottom-right-radius:0;border-top-right-radius:0}.btn-outline-warning,.btn-warning{position:relative}.btn-outline-warning:before,.btn-warning:before{border-radius:4px;bottom:0;box-shadow:0 0 0 .2rem var(--warning-darker,#ebff00);content:"";left:0;margin:-4px;opacity:0;position:absolute;right:0;top:0;transition:opacity .1s ease-in}.btn-outline-warning:focus,.btn-warning:focus{box-shadow:none!important}.btn-outline-warning:focus:before,.btn-warning:focus:before{opacity:1}.btn-group .btn-outline-warning:not(:first-child):before,.btn-group .btn-warning:not(:first-child):before{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .btn-outline-warning:not(:last-child):before,.btn-group .btn-warning:not(:last-child):before{border-bottom-right-radius:0;border-top-right-radius:0}.btn-danger,.btn-outline-danger{position:relative}.btn-danger:before,.btn-outline-danger:before{border-radius:4px;bottom:0;box-shadow:0 0 0 .2rem var(--danger-darker,#ff3246);content:"";left:0;margin:-4px;opacity:0;position:absolute;right:0;top:0;transition:opacity .1s ease-in}.btn-danger:focus,.btn-outline-danger:focus{box-shadow:none!important}.btn-danger:focus:before,.btn-outline-danger:focus:before{opacity:1}.btn-group .btn-danger:not(:first-child):before,.btn-group .btn-outline-danger:not(:first-child):before{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .btn-danger:not(:last-child):before,.btn-group .btn-outline-danger:not(:last-child):before{border-bottom-right-radius:0;border-top-right-radius:0}.btn-light,.btn-light-contrast,.btn-outline-light,.theme-content.theme-darker .card .btn-danger,.theme-content.theme-darker .card .btn-dark,.theme-content.theme-darker .card .btn-dark-contrast,.theme-content.theme-darker .card .btn-outline-danger,.theme-content.theme-darker .modal .btn-danger,.theme-content.theme-darker .modal .btn-dark,.theme-content.theme-darker .modal .btn-dark-contrast,.theme-content.theme-darker .modal .btn-outline-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast,.theme-content.theme-darker .upcoming-events .card .btn-danger,.theme-content.theme-darker .upcoming-events .card .btn-dark,.theme-content.theme-darker .upcoming-events .card .btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast{position:relative}.btn-light-contrast:before,.btn-light:before,.btn-outline-light:before,.theme-content.theme-darker .card .btn-danger:before,.theme-content.theme-darker .card .btn-dark-contrast:before,.theme-content.theme-darker .card .btn-dark:before,.theme-content.theme-darker .card .btn-outline-danger:before,.theme-content.theme-darker .modal .btn-danger:before,.theme-content.theme-darker .modal .btn-dark-contrast:before,.theme-content.theme-darker .modal .btn-dark:before,.theme-content.theme-darker .modal .btn-outline-danger:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light:before,.theme-content.theme-darker .upcoming-events .card .btn-danger:before,.theme-content.theme-darker .upcoming-events .card .btn-dark-contrast:before,.theme-content.theme-darker .upcoming-events .card .btn-dark:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light:before{border-radius:4px;bottom:0;box-shadow:0 0 0 .2rem var(--light-darker,#f8f9fa);content:"";left:0;margin:-4px;opacity:0;position:absolute;right:0;top:0;transition:opacity .1s ease-in}.btn-light-contrast:focus,.btn-light:focus,.btn-outline-light:focus,.theme-content.theme-darker .card .btn-danger:focus,.theme-content.theme-darker .card .btn-dark-contrast:focus,.theme-content.theme-darker .card .btn-dark:focus,.theme-content.theme-darker .card .btn-outline-danger:focus,.theme-content.theme-darker .modal .btn-danger:focus,.theme-content.theme-darker .modal .btn-dark-contrast:focus,.theme-content.theme-darker .modal .btn-dark:focus,.theme-content.theme-darker .modal .btn-outline-danger:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light:focus{box-shadow:none!important}.btn-light-contrast:focus:before,.btn-light:focus:before,.btn-outline-light:focus:before,.theme-content.theme-darker .card .btn-danger:focus:before,.theme-content.theme-darker .card .btn-dark-contrast:focus:before,.theme-content.theme-darker .card .btn-dark:focus:before,.theme-content.theme-darker .card .btn-outline-danger:focus:before,.theme-content.theme-darker .modal .btn-danger:focus:before,.theme-content.theme-darker .modal .btn-dark-contrast:focus:before,.theme-content.theme-darker .modal .btn-dark:focus:before,.theme-content.theme-darker .modal .btn-outline-danger:focus:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast:focus:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light:focus:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast:focus:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light:focus:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast:focus:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light:focus:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast:focus:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light:focus:before{opacity:1}.btn-group .btn-light-contrast:not(:first-child):before,.btn-group .btn-light:not(:first-child):before,.btn-group .btn-outline-light:not(:first-child):before,.btn-group .theme-content.theme-darker .card .btn-danger:not(:first-child):before,.btn-group .theme-content.theme-darker .card .btn-dark-contrast:not(:first-child):before,.btn-group .theme-content.theme-darker .card .btn-dark:not(:first-child):before,.btn-group .theme-content.theme-darker .card .btn-outline-danger:not(:first-child):before,.btn-group .theme-content.theme-darker .modal .btn-danger:not(:first-child):before,.btn-group .theme-content.theme-darker .modal .btn-dark-contrast:not(:first-child):before,.btn-group .theme-content.theme-darker .modal .btn-dark:not(:first-child):before,.btn-group .theme-content.theme-darker .modal .btn-outline-danger:not(:first-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast:not(:first-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light:not(:first-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast:not(:first-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light:not(:first-child):before,.theme-content.theme-darker .card .btn-group .btn-danger:not(:first-child):before,.theme-content.theme-darker .card .btn-group .btn-dark-contrast:not(:first-child):before,.theme-content.theme-darker .card .btn-group .btn-dark:not(:first-child):before,.theme-content.theme-darker .card .btn-group .btn-outline-danger:not(:first-child):before,.theme-content.theme-darker .modal .btn-group .btn-danger:not(:first-child):before,.theme-content.theme-darker .modal .btn-group .btn-dark-contrast:not(:first-child):before,.theme-content.theme-darker .modal .btn-group .btn-dark:not(:first-child):before,.theme-content.theme-darker .modal .btn-group .btn-outline-danger:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-group .btn-light-contrast:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-group .btn-light:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-group .btn-light-contrast:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-group .btn-light:not(:first-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-group .btn-light-contrast:not(:first-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-group .btn-light:not(:first-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-group .btn-light-contrast:not(:first-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-group .btn-light:not(:first-child):before{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .btn-light-contrast:not(:last-child):before,.btn-group .btn-light:not(:last-child):before,.btn-group .btn-outline-light:not(:last-child):before,.btn-group .theme-content.theme-darker .card .btn-danger:not(:last-child):before,.btn-group .theme-content.theme-darker .card .btn-dark-contrast:not(:last-child):before,.btn-group .theme-content.theme-darker .card .btn-dark:not(:last-child):before,.btn-group .theme-content.theme-darker .card .btn-outline-danger:not(:last-child):before,.btn-group .theme-content.theme-darker .modal .btn-danger:not(:last-child):before,.btn-group .theme-content.theme-darker .modal .btn-dark-contrast:not(:last-child):before,.btn-group .theme-content.theme-darker .modal .btn-dark:not(:last-child):before,.btn-group .theme-content.theme-darker .modal .btn-outline-danger:not(:last-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast:not(:last-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light:not(:last-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast:not(:last-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light:not(:last-child):before,.theme-content.theme-darker .card .btn-group .btn-danger:not(:last-child):before,.theme-content.theme-darker .card .btn-group .btn-dark-contrast:not(:last-child):before,.theme-content.theme-darker .card .btn-group .btn-dark:not(:last-child):before,.theme-content.theme-darker .card .btn-group .btn-outline-danger:not(:last-child):before,.theme-content.theme-darker .modal .btn-group .btn-danger:not(:last-child):before,.theme-content.theme-darker .modal .btn-group .btn-dark-contrast:not(:last-child):before,.theme-content.theme-darker .modal .btn-group .btn-dark:not(:last-child):before,.theme-content.theme-darker .modal .btn-group .btn-outline-danger:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-group .btn-light-contrast:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-group .btn-light:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-group .btn-light-contrast:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-group .btn-light:not(:last-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-group .btn-light-contrast:not(:last-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-group .btn-light:not(:last-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-group .btn-light-contrast:not(:last-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-group .btn-light:not(:last-child):before{border-bottom-right-radius:0;border-top-right-radius:0}.btn-dark,.btn-dark-contrast,.btn-outline-dark,.theme-content .card .btn-danger,.theme-content .card .btn-outline-danger,.theme-content .modal .btn-danger,.theme-content .modal .btn-outline-danger,.theme-content .upcoming-events .card .btn-danger,.theme-content .upcoming-events .card .btn-dark,.theme-content .upcoming-events .card .btn-dark-contrast,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-danger,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark-contrast,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-danger,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-dark,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .theme-content:not(.theme-darker) .modal .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .theme-content:not(.theme-darker) .modal .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .theme-content:not(.theme-darker) .modal .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .theme-content:not(.theme-darker) .card .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .theme-content:not(.theme-darker) .card .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .theme-content:not(.theme-darker) .card .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-light-contrast,.theme-content:not(.theme-darker) .card .btn-light,.theme-content:not(.theme-darker) .card .btn-light-contrast,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-danger,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-dark,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-dark-contrast,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-light,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-light-contrast,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light,.theme-content:not(.theme-darker) .card .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast,.theme-content:not(.theme-darker) .modal .btn-light,.theme-content:not(.theme-darker) .modal .btn-light-contrast,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-danger,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-dark,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-dark-contrast,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-light,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-light-contrast,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light,.theme-content:not(.theme-darker) .modal .theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light-contrast{position:relative}.btn-dark-contrast:before,.btn-dark:before,.btn-outline-dark:before,.theme-content .card .btn-danger:before,.theme-content .card .btn-outline-danger:before,.theme-content .modal .btn-danger:before,.theme-content .modal .btn-outline-danger:before,.theme-content .upcoming-events .card .btn-danger:before,.theme-content .upcoming-events .card .btn-dark-contrast:before,.theme-content .upcoming-events .card .btn-dark:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-danger:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark-contrast:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-danger:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark-contrast:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark:before,.theme-content:not(.theme-darker) .card .btn-light-contrast:before,.theme-content:not(.theme-darker) .card .btn-light:before,.theme-content:not(.theme-darker) .modal .btn-light-contrast:before,.theme-content:not(.theme-darker) .modal .btn-light:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-danger:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark-contrast:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-danger:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark-contrast:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark:before{border-radius:4px;bottom:0;box-shadow:0 0 0 .2rem var(--dark-darker,#343a40);content:"";left:0;margin:-4px;opacity:0;position:absolute;right:0;top:0;transition:opacity .1s ease-in}.btn-dark-contrast:focus,.btn-dark:focus,.btn-outline-dark:focus,.theme-content .card .btn-danger:focus,.theme-content .card .btn-outline-danger:focus,.theme-content .modal .btn-danger:focus,.theme-content .modal .btn-outline-danger:focus,.theme-content .upcoming-events .card .btn-dark-contrast:focus,.theme-content .upcoming-events .card .btn-dark:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark:focus,.theme-content:not(.theme-darker) .card .btn-light-contrast:focus,.theme-content:not(.theme-darker) .card .btn-light:focus,.theme-content:not(.theme-darker) .modal .btn-light-contrast:focus,.theme-content:not(.theme-darker) .modal .btn-light:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark:focus{box-shadow:none!important}.btn-dark-contrast:focus:before,.btn-dark:focus:before,.btn-outline-dark:focus:before,.theme-content .card .btn-danger:focus:before,.theme-content .card .btn-outline-danger:focus:before,.theme-content .modal .btn-danger:focus:before,.theme-content .modal .btn-outline-danger:focus:before,.theme-content .upcoming-events .card .btn-dark-contrast:focus:before,.theme-content .upcoming-events .card .btn-dark:focus:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark-contrast:focus:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-dark:focus:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark-contrast:focus:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-dark:focus:before,.theme-content:not(.theme-darker) .card .btn-light-contrast:focus:before,.theme-content:not(.theme-darker) .card .btn-light:focus:before,.theme-content:not(.theme-darker) .modal .btn-light-contrast:focus:before,.theme-content:not(.theme-darker) .modal .btn-light:focus:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark-contrast:focus:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark:focus:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark-contrast:focus:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark:focus:before{opacity:1}.btn-group .btn-dark-contrast:not(:first-child):before,.btn-group .btn-dark:not(:first-child):before,.btn-group .btn-outline-dark:not(:first-child):before,.btn-group .theme-content .card .btn-danger:not(:first-child):before,.btn-group .theme-content .card .btn-outline-danger:not(:first-child):before,.btn-group .theme-content .modal .btn-danger:not(:first-child):before,.btn-group .theme-content .modal .btn-outline-danger:not(:first-child):before,.btn-group .theme-content .upcoming-events .card .btn-dark-contrast:not(:first-child):before,.btn-group .theme-content .upcoming-events .card .btn-dark:not(:first-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast:not(:first-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light:not(:first-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light-contrast:not(:first-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light:not(:first-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast:not(:first-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light:not(:first-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light-contrast:not(:first-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .card .btn-light-contrast:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .card .btn-light:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-danger:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-dark-contrast:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-dark:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-light-contrast:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-light:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .modal .btn-light-contrast:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .modal .btn-light:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-danger:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-dark-contrast:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-dark:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-light-contrast:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-light:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-danger:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark-contrast:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-light-contrast:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-light:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-danger:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark-contrast:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-light-contrast:not(:first-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-light:not(:first-child):before,.theme-content .card .btn-group .btn-danger:not(:first-child):before,.theme-content .card .btn-group .btn-outline-danger:not(:first-child):before,.theme-content .modal .btn-group .btn-danger:not(:first-child):before,.theme-content .modal .btn-group .btn-outline-danger:not(:first-child):before,.theme-content .upcoming-events .card .btn-group .btn-dark-contrast:not(:first-child):before,.theme-content .upcoming-events .card .btn-group .btn-dark:not(:first-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .card .btn-danger:not(:first-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .card .btn-dark-contrast:not(:first-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .card .btn-dark:not(:first-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .card .btn-light-contrast:not(:first-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .card .btn-light:not(:first-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .card .modal .btn-light-contrast:not(:first-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .card .modal .btn-light:not(:first-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .modal .btn-danger:not(:first-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .modal .btn-dark-contrast:not(:first-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .modal .btn-dark:not(:first-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .modal .btn-light-contrast:not(:first-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .modal .btn-light:not(:first-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .modal .card .btn-light-contrast:not(:first-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .modal .card .btn-light:not(:first-child):before,.theme-content.theme-darker .card .btn-group .theme-content:not(.theme-darker) .modal .btn-danger:not(:first-child):before,.theme-content.theme-darker .card .btn-group .theme-content:not(.theme-darker) .modal .btn-dark-contrast:not(:first-child):before,.theme-content.theme-darker .card .btn-group .theme-content:not(.theme-darker) .modal .btn-dark:not(:first-child):before,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-group .btn-danger:not(:first-child):before,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-group .btn-dark-contrast:not(:first-child):before,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-group .btn-dark:not(:first-child):before,.theme-content.theme-darker .modal .btn-group .theme-content:not(.theme-darker) .card .btn-danger:not(:first-child):before,.theme-content.theme-darker .modal .btn-group .theme-content:not(.theme-darker) .card .btn-dark-contrast:not(:first-child):before,.theme-content.theme-darker .modal .btn-group .theme-content:not(.theme-darker) .card .btn-dark:not(:first-child):before,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-group .btn-danger:not(:first-child):before,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-group .btn-dark-contrast:not(:first-child):before,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-group .btn-dark:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-group .btn-danger:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-group .btn-dark-contrast:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-group .btn-dark:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-group .btn-light-contrast:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-group .btn-light:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-group .modal .btn-light-contrast:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-group .modal .btn-light:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-group .btn-light-contrast:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-group .btn-light:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-group .btn-danger:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-group .btn-dark-contrast:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-group .btn-dark:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-group .btn-light-contrast:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-group .btn-light:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-group .card .btn-light-contrast:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-group .card .btn-light:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-group .btn-light-contrast:not(:first-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-group .btn-light:not(:first-child):before,.theme-content:not(.theme-darker) .card .btn-group .btn-light-contrast:not(:first-child):before,.theme-content:not(.theme-darker) .card .btn-group .btn-light:not(:first-child):before,.theme-content:not(.theme-darker) .card .btn-group .theme-content.theme-darker .modal .btn-danger:not(:first-child):before,.theme-content:not(.theme-darker) .card .btn-group .theme-content.theme-darker .modal .btn-dark-contrast:not(:first-child):before,.theme-content:not(.theme-darker) .card .btn-group .theme-content.theme-darker .modal .btn-dark:not(:first-child):before,.theme-content:not(.theme-darker) .card .btn-group .theme-content.theme-darker .modal .btn-light-contrast:not(:first-child):before,.theme-content:not(.theme-darker) .card .btn-group .theme-content.theme-darker .modal .btn-light:not(:first-child):before,.theme-content:not(.theme-darker) .modal .btn-group .btn-light-contrast:not(:first-child):before,.theme-content:not(.theme-darker) .modal .btn-group .btn-light:not(:first-child):before,.theme-content:not(.theme-darker) .modal .btn-group .theme-content.theme-darker .card .btn-danger:not(:first-child):before,.theme-content:not(.theme-darker) .modal .btn-group .theme-content.theme-darker .card .btn-dark-contrast:not(:first-child):before,.theme-content:not(.theme-darker) .modal .btn-group .theme-content.theme-darker .card .btn-dark:not(:first-child):before,.theme-content:not(.theme-darker) .modal .btn-group .theme-content.theme-darker .card .btn-light-contrast:not(:first-child):before,.theme-content:not(.theme-darker) .modal .btn-group .theme-content.theme-darker .card .btn-light:not(:first-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-group .btn-danger:not(:first-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-group .btn-dark-contrast:not(:first-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-group .btn-dark:not(:first-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-group .btn-light-contrast:not(:first-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-group .btn-light:not(:first-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-group .btn-light-contrast:not(:first-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-group .btn-light:not(:first-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-group .btn-danger:not(:first-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-group .btn-dark-contrast:not(:first-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-group .btn-dark:not(:first-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-group .btn-light-contrast:not(:first-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-group .btn-light:not(:first-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-group .btn-light-contrast:not(:first-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-group .btn-light:not(:first-child):before{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .btn-dark-contrast:not(:last-child):before,.btn-group .btn-dark:not(:last-child):before,.btn-group .btn-outline-dark:not(:last-child):before,.btn-group .theme-content .card .btn-danger:not(:last-child):before,.btn-group .theme-content .card .btn-outline-danger:not(:last-child):before,.btn-group .theme-content .modal .btn-danger:not(:last-child):before,.btn-group .theme-content .modal .btn-outline-danger:not(:last-child):before,.btn-group .theme-content .upcoming-events .card .btn-dark-contrast:not(:last-child):before,.btn-group .theme-content .upcoming-events .card .btn-dark:not(:last-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast:not(:last-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light:not(:last-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light-contrast:not(:last-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light:not(:last-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast:not(:last-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light:not(:last-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light-contrast:not(:last-child):before,.btn-group .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .card .btn-light-contrast:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .card .btn-light:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-danger:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-dark-contrast:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-dark:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-light-contrast:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .btn-light:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .modal .btn-light-contrast:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .modal .btn-light:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-danger:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-dark-contrast:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-dark:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-light-contrast:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .btn-light:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-danger:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark-contrast:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-dark:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-light-contrast:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-light:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-danger:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark-contrast:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-dark:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-light-contrast:not(:last-child):before,.btn-group .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-light:not(:last-child):before,.theme-content .card .btn-group .btn-danger:not(:last-child):before,.theme-content .card .btn-group .btn-outline-danger:not(:last-child):before,.theme-content .modal .btn-group .btn-danger:not(:last-child):before,.theme-content .modal .btn-group .btn-outline-danger:not(:last-child):before,.theme-content .upcoming-events .card .btn-group .btn-dark-contrast:not(:last-child):before,.theme-content .upcoming-events .card .btn-group .btn-dark:not(:last-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .card .btn-danger:not(:last-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .card .btn-dark-contrast:not(:last-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .card .btn-dark:not(:last-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .card .btn-light-contrast:not(:last-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .card .btn-light:not(:last-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .card .modal .btn-light-contrast:not(:last-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .card .modal .btn-light:not(:last-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .modal .btn-danger:not(:last-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .modal .btn-dark-contrast:not(:last-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .modal .btn-dark:not(:last-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .modal .btn-light-contrast:not(:last-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .modal .btn-light:not(:last-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .modal .card .btn-light-contrast:not(:last-child):before,.theme-content.theme-darker .btn-group .theme-content:not(.theme-darker) .modal .card .btn-light:not(:last-child):before,.theme-content.theme-darker .card .btn-group .theme-content:not(.theme-darker) .modal .btn-danger:not(:last-child):before,.theme-content.theme-darker .card .btn-group .theme-content:not(.theme-darker) .modal .btn-dark-contrast:not(:last-child):before,.theme-content.theme-darker .card .btn-group .theme-content:not(.theme-darker) .modal .btn-dark:not(:last-child):before,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-group .btn-danger:not(:last-child):before,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-group .btn-dark-contrast:not(:last-child):before,.theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-group .btn-dark:not(:last-child):before,.theme-content.theme-darker .modal .btn-group .theme-content:not(.theme-darker) .card .btn-danger:not(:last-child):before,.theme-content.theme-darker .modal .btn-group .theme-content:not(.theme-darker) .card .btn-dark-contrast:not(:last-child):before,.theme-content.theme-darker .modal .btn-group .theme-content:not(.theme-darker) .card .btn-dark:not(:last-child):before,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-group .btn-danger:not(:last-child):before,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-group .btn-dark-contrast:not(:last-child):before,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-group .btn-dark:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-group .btn-danger:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-group .btn-dark-contrast:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-group .btn-dark:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-group .btn-light-contrast:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-group .btn-light:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-group .modal .btn-light-contrast:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-group .modal .btn-light:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-group .btn-light-contrast:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-group .btn-light:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-group .btn-danger:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-group .btn-dark-contrast:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-group .btn-dark:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-group .btn-light-contrast:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-group .btn-light:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-group .card .btn-light-contrast:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-group .card .btn-light:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-group .btn-light-contrast:not(:last-child):before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-group .btn-light:not(:last-child):before,.theme-content:not(.theme-darker) .card .btn-group .btn-light-contrast:not(:last-child):before,.theme-content:not(.theme-darker) .card .btn-group .btn-light:not(:last-child):before,.theme-content:not(.theme-darker) .card .btn-group .theme-content.theme-darker .modal .btn-danger:not(:last-child):before,.theme-content:not(.theme-darker) .card .btn-group .theme-content.theme-darker .modal .btn-dark-contrast:not(:last-child):before,.theme-content:not(.theme-darker) .card .btn-group .theme-content.theme-darker .modal .btn-dark:not(:last-child):before,.theme-content:not(.theme-darker) .card .btn-group .theme-content.theme-darker .modal .btn-light-contrast:not(:last-child):before,.theme-content:not(.theme-darker) .card .btn-group .theme-content.theme-darker .modal .btn-light:not(:last-child):before,.theme-content:not(.theme-darker) .modal .btn-group .btn-light-contrast:not(:last-child):before,.theme-content:not(.theme-darker) .modal .btn-group .btn-light:not(:last-child):before,.theme-content:not(.theme-darker) .modal .btn-group .theme-content.theme-darker .card .btn-danger:not(:last-child):before,.theme-content:not(.theme-darker) .modal .btn-group .theme-content.theme-darker .card .btn-dark-contrast:not(:last-child):before,.theme-content:not(.theme-darker) .modal .btn-group .theme-content.theme-darker .card .btn-dark:not(:last-child):before,.theme-content:not(.theme-darker) .modal .btn-group .theme-content.theme-darker .card .btn-light-contrast:not(:last-child):before,.theme-content:not(.theme-darker) .modal .btn-group .theme-content.theme-darker .card .btn-light:not(:last-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-group .btn-danger:not(:last-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-group .btn-dark-contrast:not(:last-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-group .btn-dark:not(:last-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-group .btn-light-contrast:not(:last-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-group .btn-light:not(:last-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-group .btn-light-contrast:not(:last-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .btn-group .btn-light:not(:last-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-group .btn-danger:not(:last-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-group .btn-dark-contrast:not(:last-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-group .btn-dark:not(:last-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-group .btn-light-contrast:not(:last-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-group .btn-light:not(:last-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-group .btn-light-contrast:not(:last-child):before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .btn-group .btn-light:not(:last-child):before{border-bottom-right-radius:0;border-top-right-radius:0}.btn-link,.btn-link:disabled{color:var(--primary-on-white,#3131c7)!important}.btn-link.active,.btn-link:active,.btn-link:focus,.btn-link:hover,.show>.btn-link.dropdown-toggle{color:var(--primary-darker,#22228a)!important}.btn-outline-primary,.btn-outline-primary:disabled{border-color:var(--primary-on-white,#3131c7);color:var(--primary-on-white,#3131c7)}.btn-outline-primary.active,.btn-outline-primary:active,.btn-outline-primary:focus,.btn-outline-primary:hover,.show>.btn-outline-primary.dropdown-toggle{background-color:var(--primary-on-white,#3131c7);border-color:var(--primary-on-white,#3131c7);color:var(--color-on-primary-on-white,#fff)}.btn-outline-secondary,.btn-outline-secondary:disabled{border-color:var(--secondary,#38b6ff);color:var(--secondary,#38b6ff)}.btn-outline-secondary.active,.btn-outline-secondary:active,.btn-outline-secondary:focus,.btn-outline-secondary:hover,.show>.btn-outline-secondary.dropdown-toggle{background-color:var(--secondary,#38b6ff);border-color:var(--secondary,#38b6ff);color:var(--color-on-secondary,#212529)}.text-primary{color:var(--primary,#3131c7)!important}.text-secondary{color:var(--secondary,#38b6ff)!important}.bg-primary{background-color:var(--primary,#3131c7)!important}.bg-secondary{background-color:var(--secondary,#38b6ff)!important}.custom-control-input:checked~.custom-control-label:before{background-color:var(--primary,#3131c7);border-color:var(--primary,#3131c7)}.custom-control-input:focus:not(:checked)~.custom-control-label:before,.custom-select:focus,.form-control:focus,.multiselect:focus,.multiselect__input:focus,.multiselect__single:focus{border-color:var(--primary-on-white-lighter,#6a6ada)}a{color:var(--primary-on-white,#3131c7)}a:focus,a:hover{color:var(--primary-darker,#22228a)}.page-link,.pagination li a,.pagination-datatables li a{background-color:var(--color-on-primary,#fff);color:var(--primary,#3131c7)}.page-link:hover,.pagination li a:hover,.pagination-datatables li a:hover{background-color:var(--primary-lighter,#6a6ada);border-color:var(--primary-lighter,#6a6ada);color:var(--color-on-primary,#fff)}.page-item.active .page-link,.page-item.active .pagination li a,.page-item.active .pagination-datatables li a,.pagination li .page-item.active a,.pagination li.active .page-link,.pagination li.active a,.pagination-datatables li .page-item.active a,.pagination-datatables li.active .page-link,.pagination-datatables li.active a{background-color:var(--primary,#3131c7);border-color:var(--primary,#3131c7);color:var(--color-on-primary,#fff)}.dropdown-item.active,.dropdown-item:active{background-color:var(--primary,#3131c7);color:var(--color-on-primary,#fff)}.btn-dark-contrast{border-color:rgba(248,249,250,.6)}.btn-light-contrast{border-color:rgba(52,58,64,.6)}.btn-info-contrast{background-color:#087f5b;border-color:#087f5b}.btn-info-contrast:active,.btn-info-contrast:focus,.btn-info-contrast:hover{background-color:#0b875f;border-color:#0b875f}#portal-accessibility-filter-wrapper input[type=date],#portal-accessibility-filter-wrapper input[type=text]{border:1px solid #6c757d}.accessibility.reset-button.disabled{opacity:1}.theme-content .card{word-wrap:break-word;background-clip:border-box;background-color:var(--content-theme);border:1px solid var(--border-color);border-radius:4px;display:flex;flex-direction:column;min-width:0;position:relative}.theme-content .card>hr{margin-left:0;margin-right:0}.theme-content .card>.list-group{border-bottom:inherit;border-top:inherit}.theme-content .card>.list-group:first-child{border-top-left-radius:3px;border-top-right-radius:3px;border-top-width:0}.theme-content .card>.list-group:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-bottom-width:0}.theme-content .card>.card-header+.list-group,.theme-content .card>.list-group+.card-footer,.theme-content .card>.list-group+.modal-footer,.theme-content .card>.modal-header+.list-group{border-top:0}.theme-content .card-body,.theme-content .modal-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.theme-content .card-title{margin-bottom:.75rem}.theme-content .card-subtitle{margin-bottom:0;margin-top:-.375rem}.theme-content .card-text:last-child{margin-bottom:0}.theme-content .card-link:hover{text-decoration:none}.theme-content .card-link+.card-link{margin-left:1.25rem}.theme-content .card-header,.theme-content .modal-header{background-color:var(--content-theme);border-bottom:1px solid var(--border-color);margin-bottom:0;padding:.75rem 1.25rem}.theme-content .card-header:first-child,.theme-content .modal-header:first-child{border-radius:3px 3px 0 0}.theme-content .card-footer,.theme-content .modal-footer{background-color:var(--content-theme);border-top:1px solid var(--border-color);padding:.75rem 1.25rem}.theme-content .card-footer:last-child,.theme-content .modal-footer:last-child{border-radius:0 0 3px 3px}.theme-content .card-header-tabs{border-bottom:0;margin-bottom:-.75rem}.theme-content .card-header-pills,.theme-content .card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}.theme-content .card-img-overlay{border-radius:3px;bottom:0;left:0;padding:1.25rem;position:absolute;right:0;top:0}.theme-content .card-img,.theme-content .card-img-bottom,.theme-content .card-img-top{flex-shrink:0;width:100%}.theme-content .card-img,.theme-content .card-img-top{border-top-left-radius:3px;border-top-right-radius:3px}.theme-content .card-img,.theme-content .card-img-bottom{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.theme-content .card-deck .card{margin-bottom:15px}@media (min-width:576px){.theme-content .card-deck{display:flex;flex-flow:row wrap;margin-left:-15px;margin-right:-15px}.theme-content .card-deck .card{flex:1 0 0%;margin-bottom:0;margin-left:15px;margin-right:15px}}.theme-content .card-group>.card{margin-bottom:15px}@media (min-width:576px){.theme-content .card-group{display:flex;flex-flow:row wrap}.theme-content .card-group>.card{flex:1 0 0%;margin-bottom:0}.theme-content .card-group>.card+.card{border-left:0;margin-left:0}.theme-content .card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.theme-content .card-group>.card:not(:last-child) .card-header,.theme-content .card-group>.card:not(:last-child) .card-img-top,.theme-content .card-group>.card:not(:last-child) .modal-header{border-top-right-radius:0}.theme-content .card-group>.card:not(:last-child) .card-footer,.theme-content .card-group>.card:not(:last-child) .card-img-bottom,.theme-content .card-group>.card:not(:last-child) .modal-footer{border-bottom-right-radius:0}.theme-content .card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.theme-content .card-group>.card:not(:first-child) .card-header,.theme-content .card-group>.card:not(:first-child) .card-img-top,.theme-content .card-group>.card:not(:first-child) .modal-header{border-top-left-radius:0}.theme-content .card-group>.card:not(:first-child) .card-footer,.theme-content .card-group>.card:not(:first-child) .card-img-bottom,.theme-content .card-group>.card:not(:first-child) .modal-footer{border-bottom-left-radius:0}}.theme-content .card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.theme-content .card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.theme-content .card-columns .card{display:inline-block;width:100%}}.theme-content .accordion{overflow-anchor:none}.theme-content .accordion>.card{overflow:hidden}.theme-content .accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.theme-content .accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.theme-content .accordion>.card>.card-header,.theme-content .accordion>.card>.modal-header{border-radius:0;margin-bottom:-1px}.theme-content .modal-open{overflow:hidden}.theme-content .modal-open .modal{overflow-x:hidden;overflow-y:auto}.theme-content .modal{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1070}.theme-content .modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .theme-content .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .theme-content .modal-dialog{transition:none}}.modal.show .theme-content .modal-dialog{transform:none}.modal.modal-static .theme-content .modal-dialog{transform:scale(1.02)}.theme-content .modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.theme-content .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.theme-content .modal-dialog-scrollable .modal-footer,.theme-content .modal-dialog-scrollable .modal-header{flex-shrink:0}.theme-content .modal-dialog-scrollable .modal-body{overflow-y:auto}.theme-content .modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.theme-content .modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem);height:-moz-min-content;height:min-content}.theme-content .modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;height:100%;justify-content:center}.theme-content .modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.theme-content .modal-dialog-centered.modal-dialog-scrollable:before{content:none}.theme-content .modal-content{background-clip:padding-box;background-color:var(--content-theme);border:1px solid rgba(0,0,0,.2);border-radius:.3rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.theme-content .modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1060}.theme-content .modal-backdrop.fade{opacity:0}.theme-content .modal-backdrop.show{opacity:.7}.theme-content .modal-header{align-items:flex-start;border-bottom:1px solid var(--border-color);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);display:flex;justify-content:space-between;padding:.5rem 1rem}.theme-content .modal-header .close{margin:-.5rem -1rem -.5rem auto;padding:.5rem 1rem}.theme-content .modal-title{line-height:1.5;margin-bottom:0}.theme-content .modal-body{flex:1 1 auto;padding:1rem;position:relative}.theme-content .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-wrap:wrap;justify-content:flex-end;padding:.75rem}.theme-content .modal-footer>*{margin:.25rem}.theme-content .modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media (min-width:576px){.theme-content .modal-dialog{margin:3.75rem auto;max-width:500px}.theme-content .modal-dialog-scrollable{max-height:calc(100% - 7.5rem)}.theme-content .modal-dialog-scrollable .modal-content{max-height:calc(100vh - 7.5rem)}.theme-content .modal-dialog-centered{min-height:calc(100% - 7.5rem)}.theme-content .modal-dialog-centered:before{height:calc(100vh - 7.5rem);height:-moz-min-content;height:min-content}.theme-content .modal-sm{max-width:300px}}@media (min-width:1025px){.theme-content .modal-lg,.theme-content .modal-xl{max-width:800px}}@media (min-width:1401px){.theme-content .modal-xl{max-width:1140px}}.theme-content .list-group{border-radius:4px;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.theme-content .list-group-item-action{color:var(--content-color);text-align:inherit;width:100%}.theme-content .list-group-item-action:focus,.theme-content .list-group-item-action:hover{background-color:var(--content-theme-lighter);color:var(--content-color);text-decoration:none;z-index:1}.theme-content .list-group-item-action:active{background-color:var(--content-theme-lighter);color:#212529}.theme-content .list-group-item{background-color:var(--content-theme);border:1px solid var(--border-color);display:block;padding:1.875rem;position:relative}.theme-content .list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.theme-content .list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.theme-content .list-group-item.disabled,.theme-content .list-group-item:disabled{background-color:#fff;color:#6c757d;pointer-events:none}.theme-content .list-group-item.active{background-color:#3131c7;border-color:#3131c7;color:#fff;z-index:2}.theme-content .list-group-item+.theme-content .list-group-item{border-top-width:0}.theme-content .list-group-item+.theme-content .list-group-item.active{border-top-width:1px;margin-top:-1px}.theme-content .list-group-horizontal{flex-direction:row}.theme-content .list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.theme-content .list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:4px}.theme-content .list-group-horizontal>.list-group-item.active{margin-top:0}.theme-content .list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.theme-content .list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media (min-width:576px){.theme-content .list-group-horizontal-sm{flex-direction:row}.theme-content .list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.theme-content .list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:4px}.theme-content .list-group-horizontal-sm>.list-group-item.active{margin-top:0}.theme-content .list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.theme-content .list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:769px){.theme-content .list-group-horizontal-md{flex-direction:row}.theme-content .list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.theme-content .list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:4px}.theme-content .list-group-horizontal-md>.list-group-item.active{margin-top:0}.theme-content .list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.theme-content .list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:1025px){.theme-content .list-group-horizontal-lg{flex-direction:row}.theme-content .list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.theme-content .list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:4px}.theme-content .list-group-horizontal-lg>.list-group-item.active{margin-top:0}.theme-content .list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.theme-content .list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:1401px){.theme-content .list-group-horizontal-xl{flex-direction:row}.theme-content .list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.theme-content .list-group-horizontal-xl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:4px}.theme-content .list-group-horizontal-xl>.list-group-item.active{margin-top:0}.theme-content .list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.theme-content .list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.theme-content .list-group-flush{border-radius:0}.theme-content .list-group-flush>.list-group-item{border-width:0 0 1px}.theme-content .list-group-flush>.list-group-item:last-child{border-bottom-width:0}.theme-content .list-group-item-primary{background-color:#c5c5ef;color:#191967}.theme-content .list-group-item-primary.list-group-item-action:focus,.theme-content .list-group-item-primary.list-group-item-action:hover{background-color:#b1b1ea;color:#191967}.theme-content .list-group-item-primary.list-group-item-action.active{background-color:#191967;border-color:#191967;color:#fff}.theme-content .list-group-item-secondary{background-color:#c7ebff;color:#1d5f85}.theme-content .list-group-item-secondary.list-group-item-action:focus,.theme-content .list-group-item-secondary.list-group-item-action:hover{background-color:#aee1ff;color:#1d5f85}.theme-content .list-group-item-secondary.list-group-item-action.active{background-color:#1d5f85;border-color:#1d5f85;color:#fff}.theme-content .list-group-item-success{background-color:#c3e6cb;color:#155724}.theme-content .list-group-item-success.list-group-item-action:focus,.theme-content .list-group-item-success.list-group-item-action:hover{background-color:#b1dfbb;color:#155724}.theme-content .list-group-item-success.list-group-item-action.active{background-color:#155724;border-color:#155724;color:#fff}.theme-content .list-group-item-info{background-color:#c1f0e2;color:#11694f}.theme-content .list-group-item-info.list-group-item-action:focus,.theme-content .list-group-item-info.list-group-item-action:hover{background-color:#acebd8;color:#11694f}.theme-content .list-group-item-info.list-group-item-action.active{background-color:#11694f;border-color:#11694f;color:#fff}.theme-content .list-group-item-warning{background-color:#f9ffb8;color:#7a8500}.theme-content .list-group-item-warning.list-group-item-action:focus,.theme-content .list-group-item-warning.list-group-item-action:hover{background-color:#f7ff9e;color:#7a8500}.theme-content .list-group-item-warning.list-group-item-action.active{background-color:#7a8500;border-color:#7a8500;color:#fff}.theme-content .list-group-item-danger{background-color:#ffc6cb;color:#851a24}.theme-content .list-group-item-danger.list-group-item-action:focus,.theme-content .list-group-item-danger.list-group-item-action:hover{background-color:#ffacb4;color:#851a24}.theme-content .list-group-item-danger.list-group-item-action.active{background-color:#851a24;border-color:#851a24;color:#fff}.theme-content .list-group-item-light{background-color:#fdfdfe;color:#818182}.theme-content .list-group-item-light.list-group-item-action:focus,.theme-content .list-group-item-light.list-group-item-action:hover{background-color:#eef1f3;color:#818182}.theme-content .list-group-item-light.list-group-item-action.active{background-color:#818182;border-color:#818182;color:#fff}.theme-content .list-group-item-dark{background-color:#c6c8ca;color:#1b1e21}.theme-content .list-group-item-dark.list-group-item-action:focus,.theme-content .list-group-item-dark.list-group-item-action:hover{background-color:#b9bbbd;color:#1b1e21}.theme-content .list-group-item-dark.list-group-item-action.active{background-color:#1b1e21;border-color:#1b1e21;color:#fff}.show>.theme-content .card .btn-primary.dropdown-toggle,.show>.theme-content .modal .btn-primary.dropdown-toggle,.theme-content .card .btn-primary,.theme-content .card .btn-primary:active,.theme-content .card .btn-primary:disabled,.theme-content .card .btn-primary:focus,.theme-content .card .btn-primary:hover,.theme-content .modal .btn-primary,.theme-content .modal .btn-primary:active,.theme-content .modal .btn-primary:disabled,.theme-content .modal .btn-primary:focus,.theme-content .modal .btn-primary:hover{background-color:var(--content-color)!important;border-color:var(--content-color)!important;color:var(--content-color-inverted)!important}.theme-content .card .btn-primary:focus:before,.theme-content .modal .btn-primary:focus:before{box-shadow:0 0 0 .2rem var(--content-color)}.theme-content .card .btn-secondary,.theme-content .modal .btn-secondary{background-color:transparent!important;border-color:var(--content-color)!important;color:var(--content-color)!important}.show>.theme-content .card .btn-secondary.dropdown-toggle,.show>.theme-content .modal .btn-secondary.dropdown-toggle,.theme-content .card .btn-secondary:active,.theme-content .card .btn-secondary:focus,.theme-content .card .btn-secondary:hover,.theme-content .modal .btn-secondary:active,.theme-content .modal .btn-secondary:focus,.theme-content .modal .btn-secondary:hover{background-color:var(--content-color)!important;color:var(--content-color-inverted)!important}.theme-content .card .btn-secondary:focus:before,.theme-content .modal .btn-secondary:focus:before{box-shadow:0 0 0 .2rem var(--content-color)}.theme-content .card .btn-outline-danger,.theme-content .card .btn-outline-dark,.theme-content .card .btn-outline-primary,.theme-content .card .btn-outline-secondary,.theme-content .modal .btn-outline-danger,.theme-content .modal .btn-outline-dark,.theme-content .modal .btn-outline-primary,.theme-content .modal .btn-outline-secondary,.theme-content .upcoming-events .card .btn-danger,.theme-content .upcoming-events .card .btn-dark,.theme-content .upcoming-events .card .btn-dark-contrast,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .upcoming-events .card .btn-danger,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .upcoming-events .card .btn-dark,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .upcoming-events .card .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .theme-content.theme-darker .upcoming-events .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .theme-content.theme-darker .upcoming-events .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .upcoming-events .card .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .upcoming-events .card .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .upcoming-events .card .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .upcoming-events .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .upcoming-events .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .upcoming-events .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .upcoming-events .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .modal .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .modal .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .modal .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .modal .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .modal .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .modal .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .modal .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .modal .card .btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .modal .card .btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .modal .card .btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .modal .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .modal .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .modal .theme-content.theme-darker .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .modal .theme-content.theme-darker .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .modal .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .modal .btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .modal .card .btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .modal .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .theme-content:not(.theme-darker) .upcoming-events .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .upcoming-events .card .btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .upcoming-events .card .btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .upcoming-events .card .btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .upcoming-events .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .upcoming-events .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .upcoming-events .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .upcoming-events .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .modal .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .modal .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .modal .btn-danger,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .modal .btn-dark,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .modal .btn-dark-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .modal .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .modal .btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .theme-content:not(.theme-darker) .modal .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-danger,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-dark,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-dark-contrast,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-light,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-danger,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-dark,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-dark-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-light,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .modal .btn-danger,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .modal .btn-dark,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .modal .btn-dark-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .modal .btn-light,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .modal .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-danger,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-dark-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-light,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .modal .card .btn-danger,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .modal .card .btn-dark,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .modal .card .btn-dark-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .modal .card .btn-light,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .modal .card .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-light,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .modal .theme-content:not(.theme-darker) .card .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .btn-light-contrast,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .btn-light-contrast{background-color:transparent!important;border-color:var(--content-color)!important;color:var(--content-color)!important}.show>.theme-content .card .btn-outline-dark.dropdown-toggle,.show>.theme-content .card .btn-outline-primary.dropdown-toggle,.show>.theme-content .card .btn-outline-secondary.dropdown-toggle,.show>.theme-content .card .dropdown-toggle.btn-outline-danger,.show>.theme-content .modal .btn-outline-dark.dropdown-toggle,.show>.theme-content .modal .btn-outline-primary.dropdown-toggle,.show>.theme-content .modal .btn-outline-secondary.dropdown-toggle,.show>.theme-content .modal .dropdown-toggle.btn-outline-danger,.show>.theme-content .upcoming-events .card .dropdown-toggle.btn-danger,.show>.theme-content .upcoming-events .card .dropdown-toggle.btn-dark,.show>.theme-content .upcoming-events .card .dropdown-toggle.btn-dark-contrast,.show>.theme-content .upcoming-events .card .theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .dropdown-toggle.btn-light,.show>.theme-content .upcoming-events .card .theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .dropdown-toggle.btn-light-contrast,.show>.theme-content .upcoming-events .card .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .dropdown-toggle.btn-light,.show>.theme-content .upcoming-events .card .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .dropdown-toggle.btn-light-contrast,.show>.theme-content .upcoming-events .card .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .dropdown-toggle.btn-light,.show>.theme-content .upcoming-events .card .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .dropdown-toggle.btn-light-contrast,.show>.theme-content .upcoming-events .card .theme-content:not(.theme-darker) .modal .dropdown-toggle.btn-light,.show>.theme-content .upcoming-events .card .theme-content:not(.theme-darker) .modal .dropdown-toggle.btn-light-contrast,.show>.theme-content .upcoming-events .card .theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .dropdown-toggle.btn-light,.show>.theme-content .upcoming-events .card .theme-content:not(.theme-darker) .modal .theme-content.theme-darker .card .dropdown-toggle.btn-light-contrast,.show>.theme-content .upcoming-events .card .theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .dropdown-toggle.btn-light,.show>.theme-content .upcoming-events .card .theme-content:not(.theme-darker) .theme-content.theme-darker .card .modal .dropdown-toggle.btn-light-contrast,.show>.theme-content .upcoming-events .card .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .dropdown-toggle.btn-danger,.show>.theme-content .upcoming-events .card .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .dropdown-toggle.btn-dark,.show>.theme-content .upcoming-events .card .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .dropdown-toggle.btn-dark-contrast,.show>.theme-content .upcoming-events .card .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .dropdown-toggle.btn-light,.show>.theme-content .upcoming-events .card .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .dropdown-toggle.btn-light-contrast,.show>.theme-content .upcoming-events .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .dropdown-toggle.btn-danger,.show>.theme-content .upcoming-events .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .dropdown-toggle.btn-dark,.show>.theme-content .upcoming-events .theme-content.theme-darker .card .theme-content:not(.theme-darker) .modal .dropdown-toggle.btn-dark-contrast,.show>.theme-content .upcoming-events .theme-content.theme-darker .theme-content:not(.theme-darker) .card .dropdown-toggle.btn-light,.show>.theme-content .upcoming-events .theme-content.theme-darker .theme-content:not(.theme-darker) .card .dropdown-toggle.btn-light-contrast,.show>.theme-content .upcoming-events .theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .dropdown-toggle.btn-light,.show>.theme-content .upcoming-events .theme-content.theme-darker .theme-content:not(.theme-darker) .card .modal .dropdown-toggle.btn-light-contrast,.show>.theme-content .upcoming-events .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .dropdown-toggle.btn-light,.show>.theme-content .upcoming-events .theme-content.theme-darker .theme-content:not(.theme-darker) .modal .card .dropdown-toggle.btn-light-contrast,.show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .card .dropdown-toggle.btn-light,.show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .card .dropdown-toggle.btn-light-contrast,.show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .dropdown-toggle.btn-danger,.show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .dropdown-toggle.btn-dark,.show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .dropdown-toggle.btn-dark-contrast,.show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .dropdown-toggle.btn-light,.show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .card .theme-content.theme-darker .modal .dropdown-toggle.btn-light-contrast,.show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .theme-content.theme-darker .card .dropdown-toggle.btn-danger,.show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .theme-content.theme-darker .card .dropdown-toggle.btn-dark,.show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .theme-content.theme-darker .card .dropdown-toggle.btn-dark-contrast,.show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .theme-content.theme-darker .card .dropdown-toggle.btn-light,.show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .theme-content.theme-darker .card .dropdown-toggle.btn-light-contrast,.show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .dropdown-toggle.btn-light,.show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .theme-content.theme-darker .modal .card .dropdown-toggle.btn-light-contrast,.theme-content .card .btn-outline-danger:active,.theme-content .card .btn-outline-danger:focus,.theme-content .card .btn-outline-danger:hover,.theme-content .card .btn-outline-dark:active,.theme-content .card .btn-outline-dark:focus,.theme-content .card .btn-outline-dark:hover,.theme-content .card .btn-outline-primary:active,.theme-content .card .btn-outline-primary:focus,.theme-content .card .btn-outline-primary:hover,.theme-content .card .btn-outline-secondary:active,.theme-content .card .btn-outline-secondary:focus,.theme-content .card .btn-outline-secondary:hover,.theme-content .modal .btn-outline-danger:active,.theme-content .modal .btn-outline-danger:focus,.theme-content .modal .btn-outline-danger:hover,.theme-content .modal .btn-outline-dark:active,.theme-content .modal .btn-outline-dark:focus,.theme-content .modal .btn-outline-dark:hover,.theme-content .modal .btn-outline-primary:active,.theme-content .modal .btn-outline-primary:focus,.theme-content .modal .btn-outline-primary:hover,.theme-content .modal .btn-outline-secondary:active,.theme-content .modal .btn-outline-secondary:focus,.theme-content .modal .btn-outline-secondary:hover,.theme-content .upcoming-events .card .btn-danger:active,.theme-content .upcoming-events .card .btn-danger:focus,.theme-content .upcoming-events .card .btn-danger:hover,.theme-content .upcoming-events .card .btn-dark-contrast:active,.theme-content .upcoming-events .card .btn-dark-contrast:focus,.theme-content .upcoming-events .card .btn-dark-contrast:hover,.theme-content .upcoming-events .card .btn-dark:active,.theme-content .upcoming-events .card .btn-dark:focus,.theme-content .upcoming-events .card .btn-dark:hover,.theme-content.theme-darker .modal .show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .card .dropdown-toggle.btn-danger,.theme-content.theme-darker .modal .show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .card .dropdown-toggle.btn-dark,.theme-content.theme-darker .modal .show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .card .dropdown-toggle.btn-dark-contrast,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .card .dropdown-toggle.btn-danger,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .card .dropdown-toggle.btn-dark,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .card .dropdown-toggle.btn-dark-contrast,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .upcoming-events .card .btn-danger:active,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .upcoming-events .card .btn-danger:focus,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .upcoming-events .card .btn-danger:hover,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .upcoming-events .card .btn-dark-contrast:active,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .upcoming-events .card .btn-dark-contrast:focus,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .upcoming-events .card .btn-dark-contrast:hover,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .upcoming-events .card .btn-dark:active,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .upcoming-events .card .btn-dark:focus,.theme-content.theme-darker .modal .theme-content:not(.theme-darker) .upcoming-events .card .btn-dark:hover,.theme-content.theme-darker .show>.theme-content .upcoming-events .card .theme-content:not(.theme-darker) .card .modal .dropdown-toggle.btn-light,.theme-content.theme-darker .show>.theme-content .upcoming-events .card .theme-content:not(.theme-darker) .card .modal .dropdown-toggle.btn-light-contrast,.theme-content.theme-darker .show>.theme-content .upcoming-events .card .theme-content:not(.theme-darker) .modal .card .dropdown-toggle.btn-light,.theme-content.theme-darker .show>.theme-content .upcoming-events .card .theme-content:not(.theme-darker) .modal .card .dropdown-toggle.btn-light-contrast,.theme-content.theme-darker .show>.theme-content .upcoming-events .card .theme-content:not(.theme-darker) .modal .dropdown-toggle.btn-danger,.theme-content.theme-darker .show>.theme-content .upcoming-events .card .theme-content:not(.theme-darker) .modal .dropdown-toggle.btn-dark,.theme-content.theme-darker .show>.theme-content .upcoming-events .card .theme-content:not(.theme-darker) .modal .dropdown-toggle.btn-dark-contrast,.theme-content.theme-darker .show>.theme-content .upcoming-events .card .theme-content:not(.theme-darker) .modal .dropdown-toggle.btn-light,.theme-content.theme-darker .show>.theme-content .upcoming-events .card .theme-content:not(.theme-darker) .modal .dropdown-toggle.btn-light-contrast,.theme-content.theme-darker .show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .card .dropdown-toggle.btn-danger,.theme-content.theme-darker .show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .card .dropdown-toggle.btn-dark,.theme-content.theme-darker .show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .card .dropdown-toggle.btn-dark-contrast,.theme-content.theme-darker .show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .card .dropdown-toggle.btn-light,.theme-content.theme-darker .show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .card .dropdown-toggle.btn-light-contrast,.theme-content.theme-darker .show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .card .modal .dropdown-toggle.btn-light,.theme-content.theme-darker .show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .card .modal .dropdown-toggle.btn-light-contrast,.theme-content.theme-darker .show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .modal .card .dropdown-toggle.btn-light,.theme-content.theme-darker .show>.theme-content .upcoming-events .theme-content:not(.theme-darker) .modal .card .dropdown-toggle.btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .show>.theme-content .upcoming-events .card .dropdown-toggle.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .show>.theme-content .upcoming-events .card .dropdown-toggle.btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .upcoming-events .card .btn-light-contrast:active,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .upcoming-events .card .btn-light-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .upcoming-events .card .btn-light-contrast:hover,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .upcoming-events .card .btn-light:active,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .upcoming-events .card .btn-light:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .upcoming-events .card .btn-light:hover,.theme-content.theme-darker .theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .card .dropdown-toggle.btn-danger,.theme-content.theme-darker .theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .card .dropdown-toggle.btn-dark,.theme-content.theme-darker .theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .card .dropdown-toggle.btn-dark-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .card .dropdown-toggle.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .card .dropdown-toggle.btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .card .modal .dropdown-toggle.btn-light,.theme-content.theme-darker .theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .card .modal .dropdown-toggle.btn-light-contrast,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-danger:active,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-danger:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-danger:hover,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-dark-contrast:active,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-dark-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-dark-contrast:hover,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-dark:active,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-dark:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-dark:hover,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:active,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:hover,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light:active,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .btn-light:hover,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .modal .btn-light-contrast:active,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .modal .btn-light-contrast:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .modal .btn-light-contrast:hover,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .modal .btn-light:active,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .modal .btn-light:focus,.theme-content.theme-darker .theme-content:not(.theme-darker) .upcoming-events .card .modal .btn-light:hover,.theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .card .dropdown-toggle.btn-light,.theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .card .dropdown-toggle.btn-light-contrast,.theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .card .theme-content.theme-darker .modal .dropdown-toggle.btn-danger,.theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .card .theme-content.theme-darker .modal .dropdown-toggle.btn-dark,.theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .card .theme-content.theme-darker .modal .dropdown-toggle.btn-dark-contrast,.theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .card .theme-content.theme-darker .modal .dropdown-toggle.btn-light,.theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .card .theme-content.theme-darker .modal .dropdown-toggle.btn-light-contrast,.theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .theme-content.theme-darker .card .dropdown-toggle.btn-danger,.theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .theme-content.theme-darker .card .dropdown-toggle.btn-dark,.theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .theme-content.theme-darker .card .dropdown-toggle.btn-dark-contrast,.theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .theme-content.theme-darker .card .dropdown-toggle.btn-light,.theme-content:not(.theme-darker) .show>.theme-content .upcoming-events .theme-content.theme-darker .card .dropdown-toggle.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .show>.theme-content .upcoming-events .card .dropdown-toggle.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .show>.theme-content .upcoming-events .card .dropdown-toggle.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .upcoming-events .card .btn-light-contrast:active,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .upcoming-events .card .btn-light-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .upcoming-events .card .btn-light-contrast:hover,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .upcoming-events .card .btn-light:active,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .upcoming-events .card .btn-light:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .upcoming-events .card .btn-light:hover,.theme-content:not(.theme-darker) .theme-content.theme-darker .show>.theme-content .upcoming-events .card .dropdown-toggle.btn-light,.theme-content:not(.theme-darker) .theme-content.theme-darker .show>.theme-content .upcoming-events .card .dropdown-toggle.btn-light-contrast,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light-contrast:active,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light-contrast:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light-contrast:hover,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light:active,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light:focus,.theme-content:not(.theme-darker) .theme-content.theme-darker .upcoming-events .card .btn-light:hover,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:active,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:focus,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:hover,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light:active,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light:focus,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light:hover,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-danger:active,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-danger:focus,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-danger:hover,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-dark-contrast:active,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-dark-contrast:focus,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-dark-contrast:hover,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-dark:active,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-dark:focus,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-dark:hover,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-light-contrast:active,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-light-contrast:focus,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-light-contrast:hover,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-light:active,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-light:focus,.theme-content:not(.theme-darker) .upcoming-events .card .theme-content.theme-darker .modal .btn-light:hover,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-danger:active,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-danger:focus,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-danger:hover,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-dark-contrast:active,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-dark-contrast:focus,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-dark-contrast:hover,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-dark:active,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-dark:focus,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-dark:hover,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-light-contrast:active,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-light-contrast:focus,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-light-contrast:hover,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-light:active,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-light:focus,.theme-content:not(.theme-darker) .upcoming-events .theme-content.theme-darker .card .btn-light:hover{background-color:var(--content-color)!important;color:var(--content-color-inverted)!important}.theme-content .card .btn-outline-danger:focus:before,.theme-content .card .btn-outline-dark:focus:before,.theme-content .card .btn-outline-primary:focus:before,.theme-content .card .btn-outline-secondary:focus:before,.theme-content .modal .btn-outline-danger:focus:before,.theme-content .modal .btn-outline-dark:focus:before,.theme-content .modal .btn-outline-primary:focus:before,.theme-content .modal .btn-outline-secondary:focus:before,.theme-content .upcoming-events .card .btn-danger:focus:before,.theme-content .upcoming-events .card .btn-dark-contrast:focus:before,.theme-content .upcoming-events .card .btn-dark:focus:before,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light-contrast:focus:before,.theme-content:not(.theme-darker) .upcoming-events .card .btn-light:focus:before{box-shadow:0 0 0 .2rem var(--content-color)}.theme-content .card .btn-link,.theme-content .modal .btn-link{color:var(--content-color,#3131c7)}.theme-content .card.bg-light,.theme-content .modal.bg-light{background-color:var(--content-theme)!important}.theme-content .card .invalid-feedback,.theme-content .card .text-danger,.theme-content .card .text-dark,.theme-content .card .text-primary,.theme-content .modal .invalid-feedback,.theme-content .modal .text-danger,.theme-content .modal .text-dark,.theme-content .modal .text-primary{color:var(--content-color)!important}.theme-content .card .b-calendar .text-dark,.theme-content .card .dropdown .text-dark,.theme-content .modal .b-calendar .text-dark,.theme-content .modal .dropdown .text-dark{color:#343a40!important}.theme-content .card .b-calendar .btn-primary,.theme-content .modal .b-calendar .btn-primary{background-color:var(--content-theme)!important;color:var(--content-color)!important}.theme-content .card .typography h1,.theme-content .card .typography h2,.theme-content .card .typography h3,.theme-content .card .typography h4,.theme-content .card .typography h5,.theme-content .card .typography h6,.theme-content .modal .typography h1,.theme-content .modal .typography h2,.theme-content .modal .typography h3,.theme-content .modal .typography h4,.theme-content .modal .typography h5,.theme-content .modal .typography h6{color:var(--content-color)}.theme-content .card .typography td,.theme-content .card .typography th,.theme-content .modal .typography td,.theme-content .modal .typography th{border:1px solid var(--content-color)}.theme-content .card a:not(.btn),.theme-content .modal a:not(.btn){color:var(--content-color)!important}.theme-content .card a:not(.btn):focus,.theme-content .card a:not(.btn):hover,.theme-content .modal a:not(.btn):focus,.theme-content .modal a:not(.btn):hover{color:var(--content-color)}.theme-content .card .border-top-primary,.theme-content .modal .border-top-primary{border-top:3px solid var(--content-color)}.theme-content .card .custom-select:focus,.theme-content .card .form-control:focus,.theme-content .card .multiselect:focus,.theme-content .card .multiselect__input:focus,.theme-content .card .multiselect__single:focus,.theme-content .modal .custom-select:focus,.theme-content .modal .form-control:focus,.theme-content .modal .multiselect:focus,.theme-content .modal .multiselect__input:focus,.theme-content .modal .multiselect__single:focus{border-color:var(--action-color)}.theme-content .card .custom-control-input:checked~.custom-control-label:before,.theme-content .modal .custom-control-input:checked~.custom-control-label:before{background-color:var(--action-color);border-color:transparent}.theme-content .card .custom-control-input:focus:not(:checked)~.custom-control-label:before,.theme-content .modal .custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:var(--gray-500,#adb5bd)}.theme-content .public .card .text-muted,.theme-content .public .card a{color:var(--content-color)!important}.theme-content.theme-darker .card .btn-danger:focus:before,.theme-content.theme-darker .card .btn-dark-contrast:focus:before,.theme-content.theme-darker .card .btn-dark:focus:before,.theme-content.theme-darker .modal .btn-danger:focus:before,.theme-content.theme-darker .modal .btn-dark-contrast:focus:before,.theme-content.theme-darker .modal .btn-dark:focus:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light-contrast:focus:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .card .btn-light:focus:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light-contrast:focus:before,.theme-content.theme-darker .theme-content:not(.theme-darker) .modal .btn-light:focus:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light-contrast:focus:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .card .btn-light:focus:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light-contrast:focus:before,.theme-content:not(.theme-darker) .theme-content.theme-darker .modal .btn-light:focus:before{box-shadow:0 0 0 .2rem var(--content-color)}.theme-content.modal-open .modal{overflow-x:hidden;overflow-y:auto}img{display:inline-block;max-width:100%}.flex-max{flex-basis:auto;flex-grow:1;flex-shrink:1}p:last-child{margin-bottom:0}@media (min-width:769px){.col-form-label{flex:0 0 200px!important}}.custom-select,.form-control,.input-group-text,.multiselect,.multiselect__input,.multiselect__single{border-radius:0;border-width:0 0 2px}.custom-select[multiple],[multiple].multiselect{overflow-wrap:break-word}.custom-select[multiple] option,[multiple].multiselect option{white-space:normal}label[class*=check],label[class*=radio],label[for]{cursor:pointer;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none}.col-form-label .required,.form-items__item .required,label .required{font-size:.5rem}.modal .col-form-label{flex:0 0 100%!important}.form-tooltip{min-height:26.5px;min-width:26.5px}.form-group:last-child{margin-bottom:0}.form-type-group .form-group:last-child{margin-bottom:1rem}.form-type-group:last-child{margin-bottom:-1rem}.vdatetime-popup{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;top:2rem;transform:translate(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none}.form-recaptcha{margin-top:1rem}.form-control[type=color],[type=color].multiselect__input,[type=color].multiselect__single{flex:0 0 3rem}.custom-select:disabled,.form-control:disabled,.input-group-text:disabled,.multiselect:disabled,.multiselect__input:disabled,.multiselect__single:disabled{cursor:not-allowed}.telephone-prefix{position:relative}.telephone-prefix-visible{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")!important;padding:.375rem 1.75rem .375rem .75rem!important;white-space:nowrap;width:100%}.telephone-prefix-select{bottom:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%;z-index:2}.telephone-prefix-select:focus+.telephone-prefix-visible{border-color:var(--primary,#3131c7)}.telephone-prefix-select.is-invalid+.telephone-prefix-visible,.telephone-prefix-select:invalid+.telephone-prefix-visible{border-color:var(--red,#ff3246)}.multiselect{box-sizing:border-box;cursor:text;flex:1;height:auto;min-height:calc(1.5em + .75rem + 2px);padding-right:2rem;position:static!important}.multiselect--disabled{background-color:#e9ecef;border-bottom-color:#dee2e6!important;cursor:not-allowed;pointer-events:auto}.multiselect__select{display:none}.multiselect__tags{background:0 0;border:0;min-height:0;padding:0}.multiselect__tags-wrap{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;margin-left:-1px}.multiselect__tag{background-color:var(--primary,#3131c7);border-radius:0;color:var(--color-on-primary,#fff);margin:0 1px 1px;padding-right:30px}.multiselect__tag-icon{border-radius:0;padding:0 6px;width:auto}.multiselect__tag-icon:hover{background-color:var(--red,#ff3246)}.multiselect__tag-icon:after{color:var(--color-on-primary,#fff);content:"\f00d";font-family:Font Awesome\ 6 Pro;font-size:.75rem;font-weight:900}.multiselect__input,.multiselect__single{border:0;height:1em;margin:0;padding:0}.multiselect--active{border-color:transparent transparent var(--primary,#3131c7)}.multiselect__placeholder{color:var(--gray-500,#adb5bd);margin:0;padding:0}.multiselect__content-wrapper{left:0;min-height:120px;top:100%}.multiselect__option{font-weight:400!important;min-height:0;padding:6px 12px}.multiselect__option:after{display:none!important}.multiselect__option--selected{background-color:var(--gray-200,#e9ecef);color:var(--dark,#343a40)}.multiselect__option--highlight{background-color:var(--primary,#3131c7);color:var(--color-on-primary,#fff)}.multiselect__option--highlight.multiselect__option--selected{background-color:var(--red,#ff3246);color:var(--light,#f8f9fa)}.multiselect__hasvalue .multiselect__input,.multiselect__hasvalue .multiselect__single{margin-top:.5rem}.multiselect__required-validator{bottom:0;display:inline-block;height:0;left:50%;opacity:0;padding:0;position:absolute;width:0}.custom-control-input:focus+.custom-control-label:before,.custom-control-input:hover+.custom-control-label:before{border-color:var(--primary,#3131c7)}.form-page-container{width:100%}.form-group .password-strength-meter{max-width:100%;width:100%}.datetime__date{flex:1 1 50%!important;margin-right:.5rem}.datetime__ampm,.datetime__hours,.datetime__minutes{min-width:75px}.b-calendar-inner .btn-outline-secondary,.b-time .btn-outline-secondary{border-color:var(--dark,#343a40);color:var(--dark,#343a40)}.b-calendar-inner .btn-outline-secondary:hover,.b-time .btn-outline-secondary:hover{background-color:var(--dark,#343a40);color:var(--light,#f8f9fa)}.form-xofy .form-xofy__value-x{flex:0 0 100px!important;margin-right:10px}.form-address{width:100%}.form-address .card{box-shadow:none;margin-bottom:1rem}.form-address .card-header,.form-address .modal-header{background-color:#e9ecef!important;color:#343a40;font-size:inherit;padding:1rem}.theme-content .form-address .card-header,.theme-content .form-address .modal-header{background-color:inherit!important;color:inherit}.form-address .card-header sup,.form-address .modal-header sup{font-size:.5rem}.form-address .card-body,.form-address .modal-body{padding:1rem}.vs__dropdown-toggle{align-items:center;border:none!important}.vs__selected{margin:0 auto!important;text-overflow:ellipsis;white-space:nowrap}.vs__actions{padding:0 12px 2px 3px!important}.vs--disabled{background-color:#e9ecef!important;cursor:not-allowed}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__search{background-color:transparent}.vs--disabled .vs__clear,.vs--disabled .vs__open-indicator{display:none}.vs__dropdown-menu{z-index:10000}.vs__selected-options{flex-wrap:nowrap}.v-select-list{padding-right:0!important}.form-type-datetime .form-control-date{max-width:45%}.form-control-date::-webkit-calendar-picker-indicator,.form-control-date::-webkit-inner-spin-button{display:none}.form-type-pages .page-control{border-radius:0;margin-left:-1.25rem;margin-right:-1.25rem}.form-type-pages .page-control:first-child{border-bottom:1px solid rgba(0,0,0,.125);margin-bottom:1rem;margin-top:-1.25rem}.form-type-pages .page-control:last-child{margin-bottom:-1.25rem;margin-top:1rem}.modal .form-type-pages .page-control{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}.form-type-pages__summary dl{display:flex;flex-wrap:wrap;width:100%}.form-type-pages__summary dt{flex:0 0 250px;font-weight:400}.form-type-pages__summary dd{flex:1 1 calc(100% - 250px);margin:0;padding-left:1rem}.form-type-pages__summary dd img{height:75px}.form-type-pages__close-modal{display:none}.modal .form-type-pages__close-modal{display:block}.pac-container{z-index:1000000}@media (max-width:768.98px){.payment-provider #paypal-buttons{width:100%}}.form-builder{width:100%}.form-builder .availability__day__title{width:150px}.formbuilder-datetime{align-items:center;display:flex;flex:1 1 auto;flex-wrap:wrap}.formbuilder-datetime-day,.formbuilder-datetime-month,.formbuilder-datetime-year{flex:1 0 30%}.formbuilder-datetime-time{flex:1 0 auto}@media (min-width:576px){.formbuilder-datetime{flex-wrap:nowrap}.formbuilder-datetime-day,.formbuilder-datetime-month,.formbuilder-datetime-time,.formbuilder-datetime-year{flex:1 0 20%}}.accessible-multiselect .custom-control.custom-checkbox{margin-top:.5em}.form-type-waiver .waiver-content{border:1px solid #d3d3d3;border-radius:1.2rem;max-height:500px;overflow-y:auto;padding:1rem}.dynamic-map-marker.scale-1x{font-size:14px;padding:10px 15px}.dynamic-map-marker.scale-2x{font-size:16px;padding:12px 17px}.dynamic-map-marker.scale-3x{font-size:18px;padding:14px 19px}.dynamic-map-marker.scale-4x{font-size:20px;padding:16px 21px}.dynamic-map-marker{border-radius:8px;font-size:14px;padding:10px 15px;position:relative}.dynamic-map-marker:after{border-left:8px solid transparent;border-right:8px solid transparent;content:"";height:0;left:50%;position:absolute;top:100%;transform:translate(-50%);width:0}.success-map-marker{background-color:var(--success,#28a745);color:#fff}.success-map-marker:after{border-top:8px solid var(--success,#28a745)}.primary-map-marker{background-color:var(--primary,#3131c7);color:#fff}.primary-map-marker:after{border-top:8px solid var(--primary,#3131c7)}.secondary-map-marker{background-color:var(--secondary,#38b6ff)}.secondary-map-marker:after{border-top:8px solid var(--secondary,#38b6ff)}.warning-map-marker{background-color:var(--warning,#ebff00);color:#fff}.warning-map-marker:after{border-top:8px solid var(--warning,#ebff00)}.dark-map-marker{background-color:var(--dark,#343a40);color:#fff}.dark-map-marker:after{border-top:8px solid var(--dark,#343a40)}.light-map-marker{background-color:var(--light,#f8f9fa);color:#000}.light-map-marker:after{border-top:8px solid var(--light,#f8f9fa)}.app-header{align-items:center;background-color:var(--primary,#3131c7);color:var(--color-on-primary,#f8f9fa)}.app-header .sidebar-toggle{background:0 0;border:none;color:var(--color-on-primary,#f8f9fa);font-size:1.25rem;padding:.25rem}.app-header .sidebar-toggle:after{content:"\f0c9";font-family:Font Awesome\ 6 Pro;font-weight:900}.sidebar-active .app-header .sidebar-toggle:after{content:"\f00d"}.app-header .logo-mono{flex:1 1 auto}h1.no-decoration,h2.no-decoration,h3.no-decoration,h4.no-decoration,h5.no-decoration,h6.no-decoration{font-size:1em;font-weight:400;line-height:1;margin-bottom:0}.app{display:flex;flex-direction:column;min-height:100vh;position:relative}.app-body{align-items:stretch;background-attachment:fixed;background-image:var(--portal-background-image,none);background-position:50% 50%;background-repeat:no-repeat;background-size:cover;display:flex;flex:1 1 auto}.app-body .main{flex:1 1 auto;max-width:100vw;padding-bottom:1rem;padding-top:1rem;transition:all .2s ease-in-out}@media (min-width:1025px){.app-body .main{max-width:calc(100vw - 222px)}}@media (max-width:1024.98px){.sidebar-active .app-body .main{margin-right:-222px!important;max-width:calc(100vw - 222px)}}.app-body .main .card.portal-banner-image{border:none;box-shadow:none}.app-footer{background-color:var(--dark);border-top:1px solid var(--gray-800);color:var(--gray-500);padding:.5rem 1rem}.app-footer a{color:inherit;text-decoration:underline}.app-footer a:focus,.app-footer a:hover{text-decoration:none}.public-container{align-items:center;background-attachment:fixed;background-image:var(--background-image,none);background-position:50% 50%;background-repeat:no-repeat;background-size:cover;display:flex;flex:1 1 auto}.public-container-centered{flex:1 1 auto;max-width:100%;padding:1rem}.public-card-lg,.public-card-md,.public-card-sm{margin:0 auto;max-width:100%}.public-card-sm{width:calc(576px - 2rem)}.public-card-md{width:calc(768px - 2rem)}.public-card-lg{width:calc(1280px - 2rem)}.public-footer{background-color:#343a40;color:var(--gray-500,#adb5bd);font-size:.75rem;padding:.75rem;text-align:right}.public-footer a{color:var(--gray-300,#dee2e6)}.invitation-footer{background-color:var(--footer_copyright-primary,#3131c7);color:var(--footer_copyright-color-on-primary,#fff);font-size:.75rem;padding:.75rem;text-align:right}.invitation-footer a{color:var(--gray-300,#dee2e6)}.always-ltr{direction:ltr!important}@media (max-width:1024.98px){.app-header.navbar{position:fixed!important;text-align:center;width:100%;z-index:1020}.app-body{margin-top:3em}}.container-xs{max-width:460px;padding-left:15px;padding-right:15px}.app-container,.container-xs{margin-left:auto;margin-right:auto}.app-container{max-width:400px}.app-container-inner .card{box-shadow:none}.max-vh-40{max-height:40vh}@media (max-width:768.98px){.max-vh-40{max-height:90vh}}.app-sidebar{background-color:var(--primary,#3131c7);box-shadow:.25rem .25rem .5rem rgba(0,0,0,.15);color:var(--color-on-primary,#fff);flex:0 0 222px;margin-left:-222px;transition:all .2s ease-in-out;width:222px;z-index:5}.sidebar-active .app-sidebar{margin-left:0!important}@media (max-width:1024.98px){.app-sidebar{visibility:hidden}.sidebar-active .app-sidebar{visibility:visible}}@media (min-width:1025px){.app-sidebar{margin-left:0!important}}.app-sidebar__logo{border-bottom:1px solid var(--primary-darker,#22228a)}.app-sidebar__logo a{background-image:var(--logo-stacked,var(--logo-mono,url("/static/img/logo-mono.png")));background-position:50%;background-repeat:no-repeat;background-size:contain;display:block;height:3rem;margin:auto;width:calc(222px - 2rem)}.app-sidebar__logo--stacked a{height:6rem;width:6rem}.app-sidebar__footer{align-items:flex-end;display:flex;flex-direction:column;justify-content:center;margin-top:auto;padding-bottom:1rem}.app-sidebar .nav-item{border-top:1px solid var(--primary-darker,#22228a)}.app-sidebar .nav-link{color:var(--color-on-primary,#fff);margin-bottom:.5rem;margin-top:.5rem;padding-bottom:.5rem;padding-top:.5rem;word-break:break-word}.app-sidebar .nav-link.active,.app-sidebar .nav-link:focus,.app-sidebar .nav-link:hover{background-color:var(--secondary,#38b6ff);color:var(--color-on-secondary,#212529)}.app-sidebar .nav-link.active{font-weight:700}.app-sidebar .nav-link i{display:inline-block;margin-right:.25rem;text-align:center;width:1.25rem}.app-sidebar .sidebar-qr-btn{background-color:#fff;padding:.3em .5em;position:relative}.app-sidebar .sidebar-qr-btn:before{border-radius:4px;bottom:0;box-shadow:0 0 0 .2rem hsla(0,0%,100%,.8);content:"";left:0;margin:-4px;opacity:0;position:absolute;right:0;top:0;transition:opacity .1s ease-in}.app-sidebar .sidebar-qr-btn:focus{box-shadow:none!important}.app-sidebar .sidebar-qr-btn:focus:before{opacity:1}.btn-group .app-sidebar .sidebar-qr-btn:not(:first-child):before{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .app-sidebar .sidebar-qr-btn:not(:last-child):before{border-bottom-right-radius:0;border-top-right-radius:0}.app-sidebar .sidebar-qr-btn i{color:var(--primary,#3131c7);font-size:1.4em}.app-sidebar .sidebar-qr-btn span{color:var(--primary,#3131c7)}.app-sidebar ul.achievement-sidebar{display:flex;flex-wrap:wrap;list-style-type:none;margin-bottom:.25em;padding:0;width:100%}.app-sidebar ul.achievement-sidebar li{flex:0 0 33.3333%}.app-sidebar ul.achievement-sidebar li .stack-icon{display:inline-block;height:1.5em;line-height:1.5em;position:relative;vertical-align:middle;width:2em}.app-sidebar ul.achievement-sidebar li .inventory__reward-image{height:auto;margin:0 auto;width:2em}.download-app{align-self:flex-end;display:flex;flex-direction:row;gap:.5rem;justify-content:center;padding-left:.5rem;padding-right:.5rem}.powered-by{background-image:url(/static/img/powered-by.png);background-origin:content-box;background-repeat:no-repeat;background-size:contain;color:transparent;font:0/0 a;height:3rem;padding:.5rem 1rem;width:220px}.current-user{border-radius:4px;color:var(--color-on-primary,#fff)!important}.current-user:hover{opacity:.8;text-decoration:none}.current-user:focus{box-shadow:inset 0 0 0 .2rem hsla(0,0%,100%,.8)}.current-user__image{display:block;font-size:3rem;margin:0 auto}.current-user__image .fa-user{color:var(--primary,#3131c7)}.current-user__image img{border:1px solid var(--color-on-primary,#fff);max-height:125px}.current-user__image .photo_status{font-size:.7rem;margin:0 auto;width:125px}.current-user__image .photo_status_approved{background-color:rgba(40,167,69,.8)}.current-user__image .photo_status_rejected{background-color:rgba(255,50,70,.8)}.current-user__name{display:block;margin-top:.5rem}.leader-check-in .modal-dialog{color:#212529}.custom-pill{align-items:center;gap:.625rem;justify-content:center;padding:.375rem .625rem}body{font-family:var(--content-google-font-family,var(--font-family-sans-serif)),var(--font-family-sans-serif)}h1,h2,h3,h4,h5,h6{font-family:var(--header-google-font-family,var(--content-google-font-family,--font-family-sans-serif)),var(--font-family-sans-serif)}a{cursor:pointer}h1{font-size:1.75rem}h1,h2{font-weight:400}h2{font-size:1.5rem}h3{font-size:1.25rem}h3,h4{font-weight:400}h4{font-size:1.125rem}h5{font-size:1rem;font-weight:400}.font-xxs{font-size:.625rem!important}.font-xs{font-size:.75rem!important}.font-sm{font-size:.85rem!important}.font-lg{font-size:1rem!important}.font-xl{font-size:1.25rem!important}.font-2xl{font-size:1.5rem!important}.font-3xl{font-size:1.75rem!important}.font-4xl{font-size:2rem!important}.font-5xl{font-size:2.5rem!important}.webview-heading .page-title{display:none}.page-title{padding:.5rem 1rem}.page-title h1{align-items:center;display:flex;margin:0;padding:.5rem 0}.page-title h1 i{color:var(--feature,#3131c7);display:block;margin-right:.25em;text-align:center;width:1.25em}.theme-content .page-title h1 i{color:inherit}.page-title h1 span{flex:1}.page-title h1 .btn{margin-left:1rem;padding-left:2rem;padding-right:2rem}@media (max-width:768.98px){.page-title h1{flex-wrap:wrap}.page-title h1 .btn{flex:1 0 100%;margin-left:0;margin-top:1rem}}.page-title .text-muted{border-top:1px solid var(--gray-400,#ced4da);padding:.5rem}@media (max-width:1024.98px){.h1,h1{font-size:1.75rem}.h2,h2{font-size:1.5rem}.h3,h3{font-size:1.25rem}.h4,h4{font-size:1.125rem}.h5,h5{font-size:1rem}}.typography h1,.typography h2,.typography h3,.typography h4,.typography h5,.typography h6{color:var(--primary-on-white,#3131c7);margin-bottom:1rem}.typography blockquote{border-left:1px solid var(--gray-200,#e9ecef);margin-left:1rem;padding-left:1rem}.theme-content .typography blockquote{border-left:1px solid var(--content-color)}.typography table{border-collapse:collapse;width:100%}.typography table.rosterfy_button table{width:auto}.typography table.rosterfy_button>tbody>tr>td{border:none;padding:0}.typography td,.typography th{border:1px solid var(--gray-200,#e9ecef);padding:15px}.typography li{padding-bottom:.5rem}.typography ol,.typography ul{counter-reset:liCount;padding:0}.typography ol ol,.typography ol ul,.typography ul ol,.typography ul ul{margin-bottom:.25rem;margin-top:.25rem}.typography ol>li,.typography ul>li{list-style:none;margin-left:2rem;position:relative}.typography ol>li:before,.typography ul>li:before{color:var(--secondary,#38b6ff);display:inline-block;left:-2rem;line-height:1.5rem;position:absolute;text-align:right;top:0;width:1.5rem}.typography ul>li:before{content:"\f111";font-family:Font Awesome\ 6 Pro;font-size:.5rem;font-weight:900}.typography ol>li:before{content:counter(liCount) ".";counter-increment:liCount;font-size:.75rem;font-weight:700}.typography a{color:var(--primary-on-white,#3131c7);text-decoration:underline}.typography a:focus,.typography a:hover{text-decoration:none}.typography img.fr-shadow{box-shadow:10px 10px 5px 0 #ccc}.typography img.fr-rounded{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px}.typography img.fr-dii.fr-fir{float:right}.typography img.fr-dib{display:block;float:none;margin:5px auto;vertical-align:top}.typography .youtube{display:block;height:0;padding-bottom:56.25%;position:relative}.typography .youtube iframe{height:100%;left:0;position:absolute;top:0;width:100%}@media (max-width:768.98px){.typography video{max-width:300px}}.portal-content .typography ol>li,.portal-content .typography ul>li{list-style:inherit}.portal-content .typography ol li:before,.portal-content .typography ul li:before{color:inherit;content:"";font-weight:inherit}.border-bottom-primary,.border-left-primary,.border-right-primary,.border-top-primary{border-top:3px solid var(--primary,#3131c7)}.border-bottom-secondary,.border-left-secondary,.border-right-secondary,.border-top-secondary{border-top:3px solid var(--secondary,#38b6ff)}.border-bottom-success,.border-left-success,.border-right-success,.border-top-success{border-top:3px solid var(--success,#28a745)}.border-bottom-info,.border-left-info,.border-right-info,.border-top-info{border-top:3px solid var(--info,#20c997)}.border-bottom-warning,.border-left-warning,.border-right-warning,.border-top-warning{border-top:3px solid var(--warning,#ebff00)}.border-bottom-danger,.border-left-danger,.border-right-danger,.border-top-danger{border-top:3px solid var(--danger,#ff3246)}.border-bottom-light,.border-left-light,.border-right-light,.border-top-light{border-top:3px solid var(--light,#f8f9fa)}.border-bottom-dark,.border-left-dark,.border-right-dark,.border-top-dark{border-top:3px solid var(--dark,#343a40)}.custom-bg-blue-secondary{background-color:var(--blue-secondary,#4a64f3)}.text-blue-secondary{color:var(--blue-secondary,#4a64f3)}.custom-bg-purple{background-color:var(--purple,#6f42c1)}.text-purple{color:var(--purple,#6f42c1)}.custom-bg-dark-purple{background-color:var(--dark-purple,#aa00e6)}.text-dark-purple{color:var(--dark-purple,#aa00e6)}.custom-bg-dark-violet{background-color:var(--dark-violet,#794bf9)}.text-dark-violet{color:var(--dark-violet,#794bf9)}.custom-bg-dark-green{background-color:var(--dark-green,#1d7610)}.text-dark-green{color:var(--dark-green,#1d7610)}.custom-bg-light-orange{background-color:var(--light-orange,#faebcc)}.text-light-orange{color:var(--light-orange,#faebcc)}.custom-bg-mid-orange{background-color:var(--mid-orange,#f8c561)}.text-mid-orange{color:var(--mid-orange,#f8c561)}.custom-bg-brand-background{background-color:var(--brand-background,#eaeaf9)}.text-brand-background{color:var(--brand-background,#eaeaf9)}.custom-bg-dark-orange{background-color:var(--dark-orange,#946000)}.text-dark-orange{color:var(--dark-orange,#946000)}.custom-bg-light-gray{background-color:var(--light-gray,#f2f2f5)}.text-light-gray{color:var(--light-gray,#f2f2f5)}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.input-border-bottom{background-color:#f8f9fa;border-bottom:2px solid #dee2e6}.text-gray-600{color:var(--gray-600,#6c757d)}.form-control:focus+.location-helpers,.multiselect__input:focus+.location-helpers,.multiselect__single:focus+.location-helpers{border-color:var(--primary-lighter,#6a6ada)}.form-control+.location-helpers,.multiselect__input+.location-helpers,.multiselect__single+.location-helpers{transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.text-decoration-line-through{text-decoration-line:line-through}.text-decoration-underline{text-decoration:underline!important}.r-autocomplete{position:relative}.r-autocomplete__dropdown{background-color:#f8f9fa;border:1px solid #dee2e6;font-size:.875rem;left:0;list-style:none;margin:0;padding:0;position:absolute;right:0;top:100%;width:100%;z-index:10}.r-autocomplete__dropdown a{color:#212529;display:block;overflow:hidden;padding:.25rem .5rem;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.r-autocomplete__dropdown a.active{background-color:var(--primary,#3131c7);color:var(--color-on-primary,#fff)}.r-autocomplete__result-title{border-top:1px solid #dee2e6;color:#6c757d;font-size:.7rem;padding:.25rem .5rem;text-transform:uppercase}.breadcrumb{background-color:transparent;border-radius:0;border-top:1px solid var(--gray-400,#ced4da);font-size:.75rem;margin:.5rem 0 0;padding:.5rem 0 0}.breadcrumb,.breadcrumb a{color:var(--gray-800,#343a40)}.breadcrumb a{text-decoration:underline}.theme-content .breadcrumb{border-top:1px solid var(--border-color);color:var(--content-color)}.theme-content .breadcrumb a{color:var(--content-color)}.breadcrumb-item+.breadcrumb-item{padding-left:0}.breadcrumb-item+.breadcrumb-item:before{color:var(--gray-800,#343a40);padding-left:.5rem;padding-right:.5rem}.theme-content .breadcrumb-item+.breadcrumb-item:before{color:var(--content-color)}.breadcrumb-item .active{text-decoration:none}.btn:disabled{cursor:not-allowed}.btn.disabled.has-tooltip{pointer-events:all}.btn-branded{padding-left:2.75rem;padding-right:1.5rem;position:relative}.btn-branded,.btn-branded:before,.btn-branded:disabled,.btn-branded:hover{color:var(--white,#fff)}.btn-branded:before{background-color:rgba(0,0,0,.15);content:"";font-family:Font Awesome\ 6 Brands;height:100%;left:0;padding:.375rem 0;position:absolute;text-align:center;top:0;width:2rem}.btn-branded.btn-facebook{background-color:#3c5a99;border-color:#3c5a99}.btn-branded.btn-facebook:before{content:"\f39e"}.btn-branded.btn-facebook:focus{box-shadow:0 0 0 .2rem rgba(60,90,153,.5)}.btn-branded.btn-facebook:hover{background-color:#2e4474}.btn-branded.btn-google{background-color:#db4437;border-color:#db4437}.btn-branded.btn-google:before{content:"\f1a0"}.btn-branded.btn-google:focus{box-shadow:0 0 0 .2rem rgba(219,68,55,.5)}.btn-branded.btn-google:hover{background-color:#bd2e22}.btn-branded.btn-sso{background-color:var(--white,#fff);border-color:var(--primary-on-white,#3131c7);color:var(--primary-on-white,#3131c7)}.btn-branded.btn-sso:before{content:"\f084";font-family:Font Awesome\ 6 Pro}.btn-branded.btn-sso:focus{box-shadow:0 0 0 .2rem rgba(var(--primary-lighter,rgb(106.1512096774,106.1512096774,218.3487903226)),.5)}.btn-branded.btn-sso:hover{background-color:var(--primary,#3131c7);color:var(--white,#fff)}.btn-branded.btn-twitter{background-color:#1b95e0;border-color:#1b95e0}.btn-branded.btn-twitter:before{content:"\f099"}.btn-branded.btn-twitter:focus{box-shadow:0 0 0 .2rem rgba(27,149,224,.5)}.btn-branded.btn-twitter:hover{background-color:#1677b2}.btn-branded.btn-x{background-color:#343a40;border-color:#343a40}.btn-branded.btn-x:before{content:"\e61b"}.btn-branded.btn-x:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-branded.btn-x:hover{background-color:#1d2124}.btn-control{background-color:#f8f9fa;border-bottom:2px solid #dee2e6;color:#343a40;flex:1 1 auto;text-align:left;width:100%}.btn-control:focus,.btn-control:hover{background-color:#dae0e5;color:#343a40}.btn-custom.text-light{color:#fff!important}.btn-custom.text-light:focus,.btn-custom.text-light:hover{background-color:rgba(0,0,0,.15)}.btn-custom.text-dark{color:#000!important}.btn-custom.text-dark:focus,.btn-custom.text-dark:hover{background-color:hsla(0,0%,100%,.15)}.dropdown-toggle{padding-left:1.5rem;padding-right:1.5rem}.dropdown-toggle:after{margin-top:-1px;position:absolute;right:.75rem;top:50%}.input-group .dropdown-toggle{padding-left:.5rem;padding-right:.5rem}button.btn.btn-link-text-dark{color:#212529!important}.btn-cal-shift-details-close{align-items:center;background-color:#eaeaf9;border:1px solid #eaeaf9;border-radius:1.5rem;gap:.625rem;height:2.5rem;justify-content:center;padding:.625rem .75rem;width:2.5rem}.btn-cal-shift-details-close:focus,.btn-cal-shift-details-close:hover{box-shadow:0 4px 4px 0 rgba(51,51,201,.08)}.btn-cal-daily{border-style:solid;justify-content:center;padding:.5rem 1rem}.btn-cal-daily,.btn-cal.secondary{align-items:center;border-radius:.5rem;gap:.5rem}.btn-cal.secondary{background-color:transparent;border:1px solid var(--primary,#3131c7);color:var(--primary,#3131c7);display:inline-flex;flex-shrink:0}.btn-cal.secondary:focus,.btn-cal.secondary:hover{background-color:var(--primary,#3131c7);border-color:var(--primary,#3131c7);color:var(--White,#fff)}.btn-cal.inverse-filled{align-items:center;background-color:var(--White,#fff);border:1px solid var(--White,#fff);border-radius:.5rem;color:var(--primary,#3131c7);display:inline-flex;flex-shrink:0;gap:.5rem}.btn-cal.inverse-filled:focus,.btn-cal.inverse-filled:hover{background-color:var(--secondary,#38b6ff)}.btn-cal.inverse-outline{align-items:center;background-color:transparent;border:1px solid var(--White,#fff);border-radius:.5rem;color:var(--White,#fff);display:inline-flex;flex-shrink:0;gap:.5rem}.btn-cal.inverse-outline:focus,.btn-cal.inverse-outline:hover{background:var(--secondary,#38b6ff);border:1px solid var(--secondary,#38b6ff);color:var(--primary,#3131c7)}.card{box-shadow:.25rem .25rem .5rem rgba(0,0,0,.15)}.theme-content .card{color:var(--content-color)}.card+.card{margin-top:1rem}.card-header,.modal-header{background-color:var(--primary,#3131c7);color:var(--color-on-primary,#3131c7);font-size:1.125rem;margin:0}.card-header:hover,.modal-header:hover{text-decoration:inherit}.card-header .view-all,.modal-header .view-all{color:var(--color-on-primary,#3131c7);font-size:.85rem}.theme-content .card-header,.theme-content .modal-header{background-color:inherit;color:inherit}.card-header h1,.card-header h2,.card-header h3,.card-header h4,.card-header h5,.modal-header h1,.modal-header h2,.modal-header h3,.modal-header h4,.modal-header h5{font-size:1.125rem;margin:0}.card-header__link{cursor:pointer}.card-header__link:hover{color:#e6e6e6}.theme-content .card-body,.theme-content .modal-body{padding:.75rem 1.25rem}.card-footer,.modal-footer{background-color:var(--color-on-primary-alt,#e9ecef);padding-bottom:.5rem;padding-top:.5rem}.theme-content .card-footer,.theme-content .modal-footer{background-color:inherit;padding-left:1.25rem;padding-right:1.25rem}.card-subheader{background-color:var(--dark,#343a40);color:var(--light,#f8f9fa);margin:0;padding:.75rem 1.25rem}.theme-content .card-subheader{background-color:var(--content-theme);padding:.75rem 1.25rem}.card-subheader h3{font-size:1rem;margin:0}.card-shift-cal{border-radius:.5rem;box-shadow:0 4px 4px 0 rgba(51,51,201,.08)}.card-shift-cal:hover{box-shadow:0 6px 6px 0 rgba(51,51,201,.3)}.cookie-warning{z-index:10000000000}.cookie-warning .cookie-warning-modal ul{list-style-type:none;padding-left:0}.cookie-warning .cookie-warning-modal ul li{margin-bottom:1rem}.cookie-warning .cookie-warning-modal ul li span{font-weight:700}.events-location-search .form-builder{flex:1 0 60%}.events-location-search .form-group{margin:0}.events-location-search .form-type-postal-lookup{flex:1 0 60%}@media (max-width:1024.98px){.events-location-search .form-type-postal-lookup{flex:1 0 50%}}@media (max-width:768.98px){.events-location-search .form-type-postal-lookup{flex:1 0 100%}}.events-location-search .form-type-distance{flex:1 0 40%}@media (max-width:1024.98px){.events-location-search .form-type-distance{flex:1 0 50%}}@media (max-width:768.98px){.events-location-search .form-type-distance{flex:1 0 100%}}.events-location-search .form-type-distance input[type=number]{-moz-appearance:textfield}.events-location-search .form-type-distance input[type=number]::-webkit-inner-spin-button,.events-location-search .form-type-distance input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.loader{align-items:center;display:flex;justify-content:center;z-index:10}.loader,.loader__overlay{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.loader__overlay{background-color:rgba(233,236,239,.6)}.logo,.logo-mono{display:flex;margin:0}.logo a,.logo-mono a{background-image:var(--logo,url("/static/img/logo.png"));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;display:block;flex:1;height:2rem}.logo-mono a{background-image:var(--logo-mono,url("/static/img/logo-mono.png"))}.theme-content .modal{color:var(--content-color)}.modal-header{padding:1rem}.modal-header .close{display:none}.modal-loading{height:75px}.social-share .success-icon{font-size:2.5rem}.social-share .modal-header{background-color:transparent;border:none}.social-share .modal-header .close-icon{color:#a9a9a9;position:absolute;right:16px}.social-share .modal-header .close-icon:hover{cursor:pointer}.shift_info_modal ul span{font-weight:700}.listing__item .meta{font-size:.85em;text-transform:uppercase}.listing-toolbar{display:flex;flex-wrap:wrap;justify-content:space-between}.listing-toolbar .pagination{align-item:right}.listing-toolbar__filter ul{padding-bottom:0;padding-top:0}.listing-toolbar__filter p{padding:0}.listing-toolbar__filter .btn-link{color:#000!important}.listing-toolbar__filter .btn-link:hover{background-color:#dee2e6;text-decoration:none}@media (min-width:769px){.filters__date-row{width:600px}.filters__text-row{width:200px}}.layout-choose.btn-outline-primary:focus{background-color:transparent;border-color:var(--primary,#3131c7);color:var(--primary,#3131c7)}.shift-list .info ul,.user-portal-list .info ul{list-style-type:none}.shift-list .info ul li{padding:.13rem 0}.page-content.groups-leading{max-height:450px;overflow-y:auto}.notification-count{background-color:red;color:#fff;font-size:.65em;height:22px;padding:4px 2px;width:22px}.notification-email{min-height:500px}.notification-toast h6:hover{cursor:pointer;text-decoration:underline}.notification-content{white-space:pre-wrap}.notification-content pre{white-space:normal}.tabs .card-header,.tabs .modal-header{background-color:var(--gray-200,#e9ecef);font-size:.875rem}.tabs .nav-link{border-color:transparent!important;color:#343a40}.theme-simple .tabs .nav-link{background-color:var(--gray-200,#e9ecef)}.tabs .nav-link:hover{background-color:var(--primary-lighter,#6a6ada);color:#f8f9fa}.tabs .nav-link.active,.tabs .nav-link:focus{background-color:var(--primary,#3131c7);border-bottom:1px solid #f8f9fa;color:var(--color-on-primary,#fff)!important}@media (max-width:768.98px){.tabs .nav-item{display:none}.tabs .tabs-select{display:block;margin-bottom:.5rem;width:100%}.tabs .tabs-select select{background-color:var(--white)}}@media (min-width:769px){.tabs-select{display:none}}.portal-tabs .nav-tabs{margin-bottom:.8rem}.nav-tabs .nav-link.form-invalid:before{color:#ff3246;content:"\f071";display:inline-block;font-family:Font Awesome\ 6 Pro;font-size:.75rem;font-weight:900;margin-right:.25rem}.shift-cart__noticeIcon{font-size:1.4rem}.shift-cart__success-icon{font-size:3rem}.shift-cart__success-text{font-size:2rem}.public_attribute .eav_textarea{white-space:pre-wrap}.article-list .card-title,.grid-view .card-title{font-size:1.25rem}.article-list .card .image,.grid-view .card .image{background-color:var(--primary,#3131c7);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%}.article-list .card .image.logo,.grid-view .card .image.logo{height:100px}.article-list .card .grayscale,.grid-view .card .grayscale{background-color:transparent;background-size:contain;border:1rem solid transparent;filter:grayscale(1) brightness(3)}.article-list .card .solid-primary,.grid-view .card .solid-primary{background-color:var(--primary,#3131c7);display:block;height:100%;width:100%}.grid-view{padding:1rem 1rem 0}.grid-view .card-footer,.grid-view .modal-footer{background-color:#fff}.theme-content .grid-view .card-footer,.theme-content .grid-view .modal-footer{background-color:inherit}.grid-view img.img-fluid{width:100%}.grid-view ul.portal-grid-card-information{list-style-type:none;padding-left:0}@media (min-width:769px){.carousel-event .carousel-inner{height:30rem}}.carousel-event .carousel-item{align-items:center;display:flex;height:100%;justify-content:center}.carousel-event .carousel-item img{max-height:100%;width:auto}.vuecal{min-height:800px}.vuecal__event{cursor:pointer;padding:3px}.vuecal__event-title{font-size:1.2em;font-weight:700;margin:4px 0 8px}.vuecal__event-content{font-style:italic}.vuecal__event-time{display:none}.vuecal__event-content span.shift-status{bottom:5px;font-size:.8em;opacity:.8;position:absolute;right:8px}.vuecal__event.pending{background-color:#6c757d;border:1px solid #7d868e;color:#eee}.vuecal__event.confirmed{background-color:#28a745;border:1px solid #39b856;color:#eee}.vuecal__event.attended{background-color:#6f42c1;border:1px solid #8053d2;color:#eee}.vuecal--month-view .vuecal__event{border-radius:5px}.vuecal--month-view .vuecal__cell-content{align-items:flex-end;height:100%;justify-content:flex-start}.vuecal--month-view .vuecal__cell-date{padding:4px}.vuecal--month-view .vuecal__no-event{display:none}.vuecal__event.availability{align-items:center;background:repeating-linear-gradient(45deg,transparent,transparent 10px,#f8f9fa 0,#e9ecef 20px);display:flex;height:100%;justify-content:center;pointer-events:none;width:100%}.vuecal__event.availability .vuecal__event-title{color:#6c757d;font-size:.75rem;text-transform:uppercase}.theme-content .vuecal__event.availability .vuecal__event-title{color:var(--content-color)}.vuecal--month-view .vuecal__event.availability{display:none}.vuecal__event--background{box-shadow:none!important}.theme-content .vuecal__body,.theme-content .vuecal__no-event,.theme-content .vuecal__time-column .vuecal__time-cell{color:var(--content-color)}.cal-switcher{box-shadow:none;outline:0;text-decoration:none}.cal-switcher:hover{background-color:var(--secondary,#38b6ff)}.cal-view-shift-pill{align-items:center;gap:.625rem;justify-content:center;padding:.375rem .625rem}.cal-view-filter-pill{align-items:center;background:var(--White,#fff);border:1px solid var(--primary,#3131c7);border-radius:40px;color:var(--primary,#3131c7);cursor:pointer;font-size:14px;font-weight:700;gap:8px;justify-content:center;padding:8px 16px}.cal-view-filter-pill:hover{background:var(--Dark-Purple,#aa00e6);border:1.5px solid var(--Dark-Purple,#aa00e6);color:var(--White,#fff)}#filter-bar .custom-checkbox{margin-bottom:12px}#filter-bar .custom-checkbox input:checked+label{color:var(--primary,#3131c7);font-weight:700}.vuecal__arrow:focus-visible,.vuecal__cell:focus-visible,.vuecal__event:focus-visible,.vuecal__today-btn:focus-visible,.vuecal__view-btn:focus-visible,.vuecal_container button:focus-visible{outline:2px solid #4a90e2}.vuecal_container button:focus-visible{outline-offset:-2px}.vuecal__cell:focus-visible,.vuecal__event:focus-visible{outline-offset:-2px}.vuecal__event{background-color:#fff;color:#000}.vuecal__arrow:focus-visible,.vuecal__today-btn:focus-visible,.vuecal__view-btn:focus-visible{outline-offset:2px}#calendar .custom-checkbox{font-size:14px}.weekly-column{height:100%;width:14.2857142857%}@media (max-width:1025px){.weekly-column{height:auto;width:auto}}.monthly.border-right:last-child{border-right:none!important}.day-card:hover{box-shadow:0 0 8px 0 rgba(51,51,201,.3)!important;cursor:pointer}.white-space-wrap{overflow-wrap:anywhere;white-space:normal!important}@media (max-width:1025px){.weekly-card{height:100%;width:144px}}.carousel-date:hover{box-shadow:0 4px 4px 0 rgba(51,51,201,.08);cursor:pointer}.day-height{height:146px}@media (max-width:991px){.day-height{height:180px}}@media (max-width:769px){#main-content.calendar{padding:0}}#event-shift-calendar{padding:0 15px}@media (max-width:769px){#event-shift-calendar{padding:0 0 0 15px}}@media (forced-colors:active){.vuecal__cell--selected{outline:3px solid CanvasText}}@media (max-width:1025px){#shift-details-sidebar{padding-top:36px}}.lightbox{margin-bottom:.25rem}.lightbox .vueperslides__parallax-wrapper,.lightbox .vueperslides__track{position:inherit}.lightbox .vueperslides__parallax-wrapper{padding-bottom:0!important}.lightbox .vueperslides__arrows{display:none}.lightbox .vueperslides__bullet:focus .default{background-color:var(--gray-500,#adb5bd)}.social-post .social-caption{-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.social-post .social-caption .social-tag{color:var(--primary,#3131c7);font-weight:700;margin:0 .1em}.social-post .social-caption.show-all{-webkit-line-clamp:unset!important}.social-post .card .card-img-top{cursor:pointer}.social-footer{background-color:#fff}.inventory__eligible-text{font-weight:700}.inventory__item,.inventory__name{color:#3131c7;font-weight:700}.inventory__item{width:105px}.inventory__item .circle-background{color:#38b6ff}.inventory__item .account-name{font-weight:400}.inventory__icon{align-items:center}.inventory__icon,.inventory__reward-image{display:flex;height:105px;justify-content:center;width:105px}.inventory__reward-image{background-position:inherit;background-position-x:center;background-repeat:no-repeat;background-size:contain}.inventory__reward-image img{max-height:100%}.inventory__unfinished-achievement .pie-wrapper{font-size:6em;height:1em;position:relative;width:1em}.inventory__unfinished-achievement .pie-wrapper:nth-child(3n+1){clear:both}.inventory__unfinished-achievement .pie-wrapper .pie{clip:rect(0,1em,1em,.5em);height:100%;left:auto;position:absolute;top:0;width:100%}.inventory__unfinished-achievement .pie-wrapper .pie .half-circle{clip:rect(0,.5em,1em,0);border:.1em solid #3131c7;border-radius:50%;height:100%;left:0;position:absolute;top:0;width:100%}.inventory__unfinished-achievement .pie-wrapper .circle{background:#38b6ff;border-radius:50%;bottom:.4em;color:#ecf0f1;cursor:default;display:block;font-size:.25em;left:.4em;line-height:2.8em;position:absolute;right:.4em;text-align:center;top:.4em;z-index:99}.inventory__unfinished-achievement .pie-wrapper .circle .label{color:#3131c7;font-size:20px;font-weight:400}.inventory__unfinished-achievement .pie-wrapper .circle .label small{font-size:.5em}.inventory__unfinished-achievement .pie-wrapper.progress-1 .pie .left-side{transform:rotate(3.6deg)}.inventory__unfinished-achievement .pie-wrapper.progress-1 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-2 .pie .left-side{transform:rotate(7.2deg)}.inventory__unfinished-achievement .pie-wrapper.progress-2 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-3 .pie .left-side{transform:rotate(10.8deg)}.inventory__unfinished-achievement .pie-wrapper.progress-3 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-4 .pie .left-side{transform:rotate(14.4deg)}.inventory__unfinished-achievement .pie-wrapper.progress-4 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-5 .pie .left-side{transform:rotate(18deg)}.inventory__unfinished-achievement .pie-wrapper.progress-5 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-6 .pie .left-side{transform:rotate(21.6deg)}.inventory__unfinished-achievement .pie-wrapper.progress-6 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-7 .pie .left-side{transform:rotate(25.2deg)}.inventory__unfinished-achievement .pie-wrapper.progress-7 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-8 .pie .left-side{transform:rotate(28.8deg)}.inventory__unfinished-achievement .pie-wrapper.progress-8 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-9 .pie .left-side{transform:rotate(32.4deg)}.inventory__unfinished-achievement .pie-wrapper.progress-9 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-10 .pie .left-side{transform:rotate(36deg)}.inventory__unfinished-achievement .pie-wrapper.progress-10 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-11 .pie .left-side{transform:rotate(39.6deg)}.inventory__unfinished-achievement .pie-wrapper.progress-11 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-12 .pie .left-side{transform:rotate(43.2deg)}.inventory__unfinished-achievement .pie-wrapper.progress-12 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-13 .pie .left-side{transform:rotate(46.8deg)}.inventory__unfinished-achievement .pie-wrapper.progress-13 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-14 .pie .left-side{transform:rotate(50.4deg)}.inventory__unfinished-achievement .pie-wrapper.progress-14 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-15 .pie .left-side{transform:rotate(54deg)}.inventory__unfinished-achievement .pie-wrapper.progress-15 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-16 .pie .left-side{transform:rotate(57.6deg)}.inventory__unfinished-achievement .pie-wrapper.progress-16 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-17 .pie .left-side{transform:rotate(61.2deg)}.inventory__unfinished-achievement .pie-wrapper.progress-17 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-18 .pie .left-side{transform:rotate(64.8deg)}.inventory__unfinished-achievement .pie-wrapper.progress-18 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-19 .pie .left-side{transform:rotate(68.4deg)}.inventory__unfinished-achievement .pie-wrapper.progress-19 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-20 .pie .left-side{transform:rotate(72deg)}.inventory__unfinished-achievement .pie-wrapper.progress-20 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-21 .pie .left-side{transform:rotate(75.6deg)}.inventory__unfinished-achievement .pie-wrapper.progress-21 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-22 .pie .left-side{transform:rotate(79.2deg)}.inventory__unfinished-achievement .pie-wrapper.progress-22 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-23 .pie .left-side{transform:rotate(82.8deg)}.inventory__unfinished-achievement .pie-wrapper.progress-23 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-24 .pie .left-side{transform:rotate(86.4deg)}.inventory__unfinished-achievement .pie-wrapper.progress-24 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-25 .pie .left-side{transform:rotate(90deg)}.inventory__unfinished-achievement .pie-wrapper.progress-25 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-26 .pie .left-side{transform:rotate(93.6deg)}.inventory__unfinished-achievement .pie-wrapper.progress-26 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-27 .pie .left-side{transform:rotate(97.2deg)}.inventory__unfinished-achievement .pie-wrapper.progress-27 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-28 .pie .left-side{transform:rotate(100.8deg)}.inventory__unfinished-achievement .pie-wrapper.progress-28 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-29 .pie .left-side{transform:rotate(104.4deg)}.inventory__unfinished-achievement .pie-wrapper.progress-29 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-30 .pie .left-side{transform:rotate(108deg)}.inventory__unfinished-achievement .pie-wrapper.progress-30 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-31 .pie .left-side{transform:rotate(.31turn)}.inventory__unfinished-achievement .pie-wrapper.progress-31 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-32 .pie .left-side{transform:rotate(.32turn)}.inventory__unfinished-achievement .pie-wrapper.progress-32 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-33 .pie .left-side{transform:rotate(.33turn)}.inventory__unfinished-achievement .pie-wrapper.progress-33 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-34 .pie .left-side{transform:rotate(.34turn)}.inventory__unfinished-achievement .pie-wrapper.progress-34 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-35 .pie .left-side{transform:rotate(126deg)}.inventory__unfinished-achievement .pie-wrapper.progress-35 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-36 .pie .left-side{transform:rotate(.36turn)}.inventory__unfinished-achievement .pie-wrapper.progress-36 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-37 .pie .left-side{transform:rotate(.37turn)}.inventory__unfinished-achievement .pie-wrapper.progress-37 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-38 .pie .left-side{transform:rotate(.38turn)}.inventory__unfinished-achievement .pie-wrapper.progress-38 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-39 .pie .left-side{transform:rotate(.39turn)}.inventory__unfinished-achievement .pie-wrapper.progress-39 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-40 .pie .left-side{transform:rotate(144deg)}.inventory__unfinished-achievement .pie-wrapper.progress-40 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-41 .pie .left-side{transform:rotate(.41turn)}.inventory__unfinished-achievement .pie-wrapper.progress-41 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-42 .pie .left-side{transform:rotate(.42turn)}.inventory__unfinished-achievement .pie-wrapper.progress-42 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-43 .pie .left-side{transform:rotate(154.8deg)}.inventory__unfinished-achievement .pie-wrapper.progress-43 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-44 .pie .left-side{transform:rotate(.44turn)}.inventory__unfinished-achievement .pie-wrapper.progress-44 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-45 .pie .left-side{transform:rotate(162deg)}.inventory__unfinished-achievement .pie-wrapper.progress-45 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-46 .pie .left-side{transform:rotate(165.6deg)}.inventory__unfinished-achievement .pie-wrapper.progress-46 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-47 .pie .left-side{transform:rotate(.47turn)}.inventory__unfinished-achievement .pie-wrapper.progress-47 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-48 .pie .left-side{transform:rotate(172.8deg)}.inventory__unfinished-achievement .pie-wrapper.progress-48 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-49 .pie .left-side{transform:rotate(.49turn)}.inventory__unfinished-achievement .pie-wrapper.progress-49 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-50 .pie .left-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-50 .pie .right-side{display:none}.inventory__unfinished-achievement .pie-wrapper.progress-51 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-51 .pie .left-side{transform:rotate(.51turn)}.inventory__unfinished-achievement .pie-wrapper.progress-51 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-52 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-52 .pie .left-side{transform:rotate(.52turn)}.inventory__unfinished-achievement .pie-wrapper.progress-52 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-53 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-53 .pie .left-side{transform:rotate(.53turn)}.inventory__unfinished-achievement .pie-wrapper.progress-53 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-54 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-54 .pie .left-side{transform:rotate(.54turn)}.inventory__unfinished-achievement .pie-wrapper.progress-54 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-55 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-55 .pie .left-side{transform:rotate(198deg)}.inventory__unfinished-achievement .pie-wrapper.progress-55 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-56 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-56 .pie .left-side{transform:rotate(201.6deg)}.inventory__unfinished-achievement .pie-wrapper.progress-56 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-57 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-57 .pie .left-side{transform:rotate(.57turn)}.inventory__unfinished-achievement .pie-wrapper.progress-57 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-58 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-58 .pie .left-side{transform:rotate(208.8deg)}.inventory__unfinished-achievement .pie-wrapper.progress-58 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-59 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-59 .pie .left-side{transform:rotate(.59turn)}.inventory__unfinished-achievement .pie-wrapper.progress-59 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-60 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-60 .pie .left-side{transform:rotate(216deg)}.inventory__unfinished-achievement .pie-wrapper.progress-60 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-61 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-61 .pie .left-side{transform:rotate(.61turn)}.inventory__unfinished-achievement .pie-wrapper.progress-61 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-62 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-62 .pie .left-side{transform:rotate(.62turn)}.inventory__unfinished-achievement .pie-wrapper.progress-62 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-63 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-63 .pie .left-side{transform:rotate(.63turn)}.inventory__unfinished-achievement .pie-wrapper.progress-63 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-64 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-64 .pie .left-side{transform:rotate(.64turn)}.inventory__unfinished-achievement .pie-wrapper.progress-64 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-65 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-65 .pie .left-side{transform:rotate(234deg)}.inventory__unfinished-achievement .pie-wrapper.progress-65 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-66 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-66 .pie .left-side{transform:rotate(.66turn)}.inventory__unfinished-achievement .pie-wrapper.progress-66 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-67 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-67 .pie .left-side{transform:rotate(241.2deg)}.inventory__unfinished-achievement .pie-wrapper.progress-67 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-68 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-68 .pie .left-side{transform:rotate(.68turn)}.inventory__unfinished-achievement .pie-wrapper.progress-68 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-69 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-69 .pie .left-side{transform:rotate(248.4deg)}.inventory__unfinished-achievement .pie-wrapper.progress-69 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-70 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-70 .pie .left-side{transform:rotate(252deg)}.inventory__unfinished-achievement .pie-wrapper.progress-70 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-71 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-71 .pie .left-side{transform:rotate(.71turn)}.inventory__unfinished-achievement .pie-wrapper.progress-71 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-72 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-72 .pie .left-side{transform:rotate(.72turn)}.inventory__unfinished-achievement .pie-wrapper.progress-72 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-73 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-73 .pie .left-side{transform:rotate(.73turn)}.inventory__unfinished-achievement .pie-wrapper.progress-73 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-74 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-74 .pie .left-side{transform:rotate(.74turn)}.inventory__unfinished-achievement .pie-wrapper.progress-74 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-75 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-75 .pie .left-side{transform:rotate(270deg)}.inventory__unfinished-achievement .pie-wrapper.progress-75 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-76 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-76 .pie .left-side{transform:rotate(.76turn)}.inventory__unfinished-achievement .pie-wrapper.progress-76 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-77 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-77 .pie .left-side{transform:rotate(.77turn)}.inventory__unfinished-achievement .pie-wrapper.progress-77 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-78 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-78 .pie .left-side{transform:rotate(.78turn)}.inventory__unfinished-achievement .pie-wrapper.progress-78 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-79 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-79 .pie .left-side{transform:rotate(284.4deg)}.inventory__unfinished-achievement .pie-wrapper.progress-79 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-80 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-80 .pie .left-side{transform:rotate(288deg)}.inventory__unfinished-achievement .pie-wrapper.progress-80 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-81 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-81 .pie .left-side{transform:rotate(.81turn)}.inventory__unfinished-achievement .pie-wrapper.progress-81 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-82 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-82 .pie .left-side{transform:rotate(.82turn)}.inventory__unfinished-achievement .pie-wrapper.progress-82 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-83 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-83 .pie .left-side{transform:rotate(298.8deg)}.inventory__unfinished-achievement .pie-wrapper.progress-83 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-84 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-84 .pie .left-side{transform:rotate(.84turn)}.inventory__unfinished-achievement .pie-wrapper.progress-84 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-85 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-85 .pie .left-side{transform:rotate(306deg)}.inventory__unfinished-achievement .pie-wrapper.progress-85 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-86 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-86 .pie .left-side{transform:rotate(309.6deg)}.inventory__unfinished-achievement .pie-wrapper.progress-86 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-87 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-87 .pie .left-side{transform:rotate(.87turn)}.inventory__unfinished-achievement .pie-wrapper.progress-87 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-88 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-88 .pie .left-side{transform:rotate(.88turn)}.inventory__unfinished-achievement .pie-wrapper.progress-88 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-89 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-89 .pie .left-side{transform:rotate(320.4deg)}.inventory__unfinished-achievement .pie-wrapper.progress-89 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-90 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-90 .pie .left-side{transform:rotate(324deg)}.inventory__unfinished-achievement .pie-wrapper.progress-90 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-91 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-91 .pie .left-side{transform:rotate(.91turn)}.inventory__unfinished-achievement .pie-wrapper.progress-91 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-92 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-92 .pie .left-side{transform:rotate(331.2deg)}.inventory__unfinished-achievement .pie-wrapper.progress-92 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-93 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-93 .pie .left-side{transform:rotate(.93turn)}.inventory__unfinished-achievement .pie-wrapper.progress-93 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-94 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-94 .pie .left-side{transform:rotate(.94turn)}.inventory__unfinished-achievement .pie-wrapper.progress-94 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-95 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-95 .pie .left-side{transform:rotate(342deg)}.inventory__unfinished-achievement .pie-wrapper.progress-95 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-96 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-96 .pie .left-side{transform:rotate(345.6deg)}.inventory__unfinished-achievement .pie-wrapper.progress-96 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-97 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-97 .pie .left-side{transform:rotate(.97turn)}.inventory__unfinished-achievement .pie-wrapper.progress-97 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-98 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-98 .pie .left-side{transform:rotate(.98turn)}.inventory__unfinished-achievement .pie-wrapper.progress-98 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-99 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-99 .pie .left-side{transform:rotate(.99turn)}.inventory__unfinished-achievement .pie-wrapper.progress-99 .pie .right-side{transform:rotate(180deg)}.inventory__unfinished-achievement .pie-wrapper.progress-100 .pie{clip:rect(auto,auto,auto,auto)}.inventory__unfinished-achievement .pie-wrapper.progress-100 .pie .left-side{transform:rotate(1turn)}.inventory__unfinished-achievement .pie-wrapper.progress-100 .pie .right-side{transform:rotate(180deg)}.vendor-dashboard div.distribute-actions{min-width:4rem}.b-toast .toast{background-color:#fff}.b-toast .toast .toast-header{border:none}.b-toast .toast .toast-icon{font-size:1.5rem;width:50px}.b-toast .toast .toast-body{padding-bottom:0;padding-top:0}.b-toaster-top-right{z-index:99999}.callout{border:solid #dee2e6;border-radius:.25rem;border-width:0 0 0 .25rem;margin:1rem 0;padding:0 1rem;position:relative}.callout .chart-wrapper{float:right;left:50%;position:absolute;top:10px;width:50%}h3.account-stat{font-size:.875em}.callout-bordered{border:1px solid #dee2e6;border-left-width:.25rem}.callout code{border-radius:.25rem}.callout h3{margin-bottom:.25rem;margin-top:0}.callout p:last-child{margin-bottom:0}.callout+.callout{margin-top:-.25rem}.callout-default{border-left-color:#6c757d}.callout-default h4{color:#6c757d}.callout-primary{border-left-color:#3131c7}.callout-primary h4{color:#3131c7}.callout-secondary{border-left-color:#38b6ff}.callout-secondary h4{color:#38b6ff}.callout-success{border-left-color:#28a745}.callout-success h4{color:#28a745}.callout-info{border-left-color:#20c997}.callout-info h4{color:#20c997}.callout-warning{border-left-color:#ebff00}.callout-warning h4{color:#ebff00}.callout-danger{border-left-color:#ff3246}.callout-danger h4{color:#ff3246}.callout-light{border-left-color:#f8f9fa}.callout-light h4{color:#f8f9fa}.callout-dark{border-left-color:#343a40}.callout-dark h4{color:#343a40}.stepper{position:relative}.stepper ul:after,.stepper ul:before{bottom:0;content:"";position:absolute;top:0;transition:opacity .2s ease;width:10rem;z-index:2}.stepper.is-scrolled-left:before,.stepper.is-scrolled-right:after{opacity:0}.stepper__list{counter-reset:step;list-style:none;overflow-x:auto;padding-bottom:1rem}.stepper__list::-webkit-scrollbar{-webkit-appearance:none;height:.5rem;width:.5rem}.stepper__list::-webkit-scrollbar-thumb{background-color:#adb5bd;border-radius:.5rem}.stepper__step{border:2px solid transparent;border-radius:4px;color:#495057;flex:1;font-size:1rem;min-width:7rem;transition:border-color .1s ease-in}.stepper__step:before{align-items:center;background-color:#e9ecef;border:3px solid #adb5bd;border-radius:50%;color:#343a40;content:counter(step);counter-increment:step;display:flex;font-size:1.25rem;font-weight:700;height:3rem;justify-content:center;line-height:3rem;margin:auto;position:relative;width:3rem;z-index:1}.stepper__step:not(:first-child):after{background-color:#adb5bd;content:"";height:3px;left:-50%;position:absolute;top:1.5rem;width:100%}.stepper__step.complete{color:#212529}.stepper__step.complete:after,.stepper__step.complete:before,.stepper__step.current:after{background-color:var(--primary,#3131c7)}.stepper__step.complete:before{color:#fff;content:"\f00c";display:block;font-family:Font Awesome\ 6 Pro;line-height:3rem}.stepper__step.current,.stepper__step.current:before{color:var(--primary-on-white,#3131c7)}.stepper__step.current:before{background-color:#fff}.stepper__step.complete:before,.stepper__step.current:before{border-color:var(--primary-on-white,#3131c7)}.stepper__step:focus,.stepper__step:focus-visible{border-color:var(--primary-on-white,#3131c7);outline:0}@media (min-width:1025px){.agile{width:calc(100% - 2rem)}}.agile__actions{margin-top:.5rem}@media (min-width:1025px){.agile__actions{left:0;left:-1rem;margin-top:0;pointer-events:none;position:absolute;right:0;right:-1rem;top:50%;transform:translateY(-50%)}}.agile__nav-button{background:0 0;border:none;cursor:pointer;font-size:1.25rem;pointer-events:all}@media (min-width:1025px){.agile__nav-button{font-size:1.5rem}}.agile__nav-button--prev{padding-left:0}.agile__nav-button--next{padding-right:0}.is-sliding .agile__nav-button{pointer-events:none}.agile__dots{margin-bottom:0}.agile__dot{margin-right:7.5px}.agile__dot button{background-color:transparent;border:2px solid #343a40;border-radius:50%;height:10px;padding:0;transition:background-color .3s linear;width:10px}.agile__dot:last-child{margin-right:0}.agile__dot--current button{background-color:#343a40}@media (min-width:1025px){.agile .account-slide{height:375px}}.account-slide.agile__slide--active{z-index:1}.account-slide__content{border-radius:.8rem!important;box-shadow:0 10px 30px 4px rgba(0,0,0,.4);height:300px}.agile .account-slide__content{box-shadow:none}@media (min-width:1025px){.agile .account-slide__content{box-shadow:0 10px 30px 4px rgba(0,0,0,.4);transform:scale(.8)!important;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.agile__slide--active .account-slide__content{box-shadow:0 0 10px 4px rgba(0,0,0,.1);transform:scale(1.25)!important}}.account-slide__checkpoint{font-size:.75rem;letter-spacing:.1px}.account-slide__title{font-size:.85rem}.account-slide__logo{background-position:50%;background-repeat:no-repeat;background-size:contain;height:125px;width:100%}@media (min-width:1025px){.agile .account-slide__buttons{margin-bottom:.5rem}.agile .account-slide__buttons:last-child{margin-bottom:0}}@media (min-width:1401px){.agile .account-slide__buttons{margin-bottom:0}}.account-slide__button{flex-basis:0;flex-grow:1;font-size:.6rem;font-weight:800;max-width:8rem;width:100%}.accordion-static__summary{border-radius:3px 3px 3px 3px!important;cursor:pointer}.accordion-static.is-open .accordion-static__summary{border-radius:3px 3px 0 0!important}.accordion-static__icon{transition:transform .25s cubic-bezier(.6,0,.4,1)}.accordion-static.is-open .accordion-static__icon{transform:rotate(180deg)}.accordion-static__content{height:0;min-height:0;opacity:0;transition:min-height .25s cubic-bezier(.6,0,.4,1) .15s,opacity .2s ease}.accordion-static.is-open .accordion-static__content{opacity:1}.accordion-static__content:after,.accordion-static__content:before{content:"";display:block;height:1.25rem}.account-accordion:first-child{border-radius:.3rem .3rem 0 0}.account-accordion:last-child{border-radius:0 0 .3rem .3rem}.account-accordion__image{flex-shrink:0;height:90px;margin-right:1.25rem;width:90px}@media (min-width:769px){.account-accordion__image{margin-right:2.5rem}}.account-accordion__image--no-image:before{background-color:#fff;bottom:0;content:"";left:0;opacity:.4;position:absolute;right:0;top:0}.account-accordion__title{font-size:1rem}@media (min-width:769px){.account-accordion__title{font-size:1.25rem}}.account-accordion__toggle{flex-shrink:0;font-size:1.25rem;transition:transform .25s cubic-bezier(.6,0,.4,1)}@media (min-width:769px){.account-accordion__toggle{font-size:1.75rem}}.account-accordion__toggle:focus{border:2px solid;border-radius:50%;padding:6px 5px 4px}.is-open .account-accordion__toggle{transform:rotate(180deg)}.account-accordion__content{max-height:0;max-width:100%;transition:max-height .3s ease-out;width:750px}.account-accordion__content:after,.account-accordion__content:before{content:"";display:block;padding-bottom:1.5rem}@media (min-width:769px){.account-accordion__content:after,.account-accordion__content:before{padding-bottom:5rem}}.account-accordion__description{opacity:0;transform:translateY(-20px);transition:transform .3s ease-out .1s,opacity .3s ease-out}.is-open .account-accordion__description{opacity:1;transform:translateY(0)}.account-accordion__button{flex:1 1 0;font-size:.7rem;max-width:8rem;opacity:0;transform:translateY(-20px);transition:transform .3s ease-out,opacity .3s ease-out}.is-open .account-accordion__button{opacity:1;transform:translateY(0)}.account-select-modal{max-width:90vw}.account-select-modal .modal-header .close{color:#fff;display:inline-block}.account-select-modal .card{transition:background-color .3s ease}.account-select-modal .card:hover{background-color:rgba(0,0,0,.05);box-shadow:0 4px 8px rgba(0,0,0,.1)}.account-select-modal .card.selected{border-color:#3131c7;border-width:2px}.account-select-modal .city_selected{margin-bottom:200px}.account-select-modal__accordion{bottom:0;max-height:200px;position:absolute;width:100%;z-index:50}.countdown h4{font-size:2rem;font-weight:800;margin-bottom:0}.countdown p{font-size:.9rem;font-weight:800}.countdown.countdown-slide p{font-size:.5rem}.countdown.countdown-slide h4{font-size:1.2rem}.countdown .radial-progress-container svg{overflow:visible!important}.countdown .radial-progress-container svg circle:first-of-type{opacity:20%}.field-floating .form-group{min-width:200px;position:relative}.field-floating input,.field-floating label{height:2rem;padding:.375rem .75rem}.field-floating label{color:var(--gray600,#6c757d);cursor:text;display:block;left:0;line-height:1.5;margin-bottom:0;pointer-events:none;position:absolute;top:-1px;transition:all .1s ease-in-out;width:100%}.field-floating input::-moz-placeholder,.field-floating select::-moz-placeholder{color:transparent}.field-floating input::placeholder,.field-floating select::placeholder{color:transparent}.field-floating input:not(:-moz-placeholder)~label{color:var(--gray-700,#495057);font-size:10px;padding-bottom:.25rem;padding-top:.25rem;top:-11px}.field-floating input:not(:placeholder-shown)~label,.field-floating select:not([value=""])~label{color:var(--gray-700,#495057);font-size:10px;padding-bottom:.25rem;padding-top:.25rem;top:-11px}.article-card{flex-shrink:0;height:250px;margin-bottom:30px;width:100%}.article-card:nth-child(2n+2){flex-direction:row-reverse}@media (min-width:1025px){.article-card:nth-child(4n-1){margin-right:15px;width:calc(50% - 15px)}.article-card:nth-child(4n){margin-left:15px;width:calc(50% - 15px)}}.article-card:hover{text-decoration:none}.theme-content .article-card{background-color:var(--content-theme);color:var(--content-color)}.theme-simple .article-card{background-color:#fff}.article-card__image{overflow:hidden}.article-card__image:after{background-color:rgba(0,0,0,.6);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease-out}.article-card--no-image .article-card__image:after,.article-card:hover .article-card__image:after{opacity:1}.article-card__image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;top:0;transition:transform .3s cubic-bezier(.6,0,.4,1);width:100%}.article-card:hover .article-card__image img{transform:scale(1.2)}.article-card__description{bottom:0;font-size:1.125rem;left:0;opacity:0;position:absolute;right:0;top:0;transform:translateY(20px);transition:transform .3s cubic-bezier(.6,0,.4,1),opacity .3s cubic-bezier(.6,0,.4,1);z-index:1}.article-card--no-image .article-card__description,.article-card:hover .article-card__description{opacity:1;transform:translateY(0)}.notification-modal__header .close{color:#fff}.notification-modal--light .notification-modal__header .close{color:#343a40}@media (max-width:1400.98px){.notification-modal__header .close{display:block!important}}.faq-modal .modal-header .close{color:#fff;display:inline-block}.faq-modal .card{border:none!important;box-shadow:none}.faq-modal .faq-search{width:100%}@media (min-width:769px){.faq-modal .faq-search{width:30%}}header.home-header{height:37px;margin-bottom:10px}.header{background-color:var(--primary,#3131c7);left:0;right:0;z-index:1020}.header .nav-item{margin:0 20px}.header .nav-link{color:#fff}.header .nav-link:hover{cursor:pointer}.header .nav-link.active,.header .nav-link:focus,.header .nav-link:hover{color:#38b6ff}.qr-code-value,.scanner-container{text-align:center}.qr-code-value{word-wrap:break-word;border-top:1px solid #dee2e6;color:#6c757d;font-family:monospace;font-size:.75rem;padding:.5rem 1rem}.impersonation-bar .center-arrow{position:absolute;right:50%}.login-page .logo a,.register-page .logo a{height:125px;margin:0 3rem}.login-page .title,.register-page .title{font-size:1.25rem;text-align:center}.login-page .title:last-child,.register-page .title:last-child{margin-bottom:0}.login-page .social-login,.register-page .social-login{border-width:1px;border-bottom:1px solid var(--gray-400,#ced4da);border-left:0 solid var(--gray-400,#ced4da);border-right:0 solid var(--gray-400,#ced4da);border-top:1px solid var(--gray-400,#ced4da);margin-bottom:1rem;padding:1rem 0}.login-page__powered-by,.register-page__powered-by{background-color:transparent;background-image:url(/static/img/powered-by-blue.png);background-origin:content-box;background-repeat:no-repeat;background-size:contain;border:0;color:transparent;font:0/0 a;height:33px;text-shadow:none;width:229.5px}#social-share .btn-secondary{border:none}#social-share .facebook{background-color:#1877f2!important;color:#fff!important}#social-share .facebook:hover{background-color:#166fe5!important}#social-share .twitter{background-color:#1d9cf0!important;color:#fff!important}#social-share .twitter:hover{background-color:#1c8cd7!important}.event-banner{background-position:50%;background-size:cover}.event-details .fa,.event-details .fab,.event-details .far,.event-details .fas{display:inline-block;margin-right:.25rem;text-align:center;width:1rem}ul.event-shift-listing__item{list-style-type:none;margin-bottom:0}.event-shift-listing__items{perspective:500px}.event-shift-listing__sticky{color:var(--color-on-secondary,#212529);left:0;position:sticky;top:0;z-index:1}.event-shift-listing__apply{padding:1.25rem}.event-shift-listing__apply.bg-secondary{color:#000}.event-listing__item .meta,.event-shift-listing__item .meta{font-size:.85em;text-transform:uppercase}.modal-map{min-height:400px}.event-shift-listing__item{align-items:center;display:flex}@media (max-width:768.98px){.event-shift-listing__item{flex-wrap:wrap}}.event-shift-listing__item--added{animation-duration:.5s;animation-name:addedToList;animation-timing-function:cubic-bezier(.36,-.64,.34,1.76)}.event-shift-listing__item__info{flex:1 1 100%;margin-right:1rem}@media (max-width:768.98px){.event-shift-listing__item__info{margin-bottom:.75rem;margin-right:0;padding-bottom:.75rem}}.event-shift-listing__item__demand{margin-right:1rem;text-align:right;white-space:nowrap}@media (max-width:768.98px){.event-shift-listing__item__demand{flex:1 1 calc(100% - 100px - 1rem)}}.event-shift-listing__item__actions{flex:1 0 150px}.event-shift-listing__item__actions .btn{width:100%}.shift-status-button:focus,.shift-status-button:focus-within{outline:2px solid #000!important;outline-offset:2px!important}.scorm-holder .card-body,.scorm-holder .modal-body{padding:0}.scorm-holder iframe{border:0;min-height:600px;width:100%}ul.training-list{list-style-type:none;margin-bottom:0;padding-left:0}ul.training-list .training-thumbnail-wrapper{position:relative}ul.training-list .training-thumbnail-wrapper .training-time{background:rgba(0,0,0,.5);bottom:0;color:#fff;display:inline-block;padding:5px;position:absolute;right:0}.availability__days,.availability__exceptions{list-style:none;margin:0;padding:0}.availability__day{align-items:center;display:flex;margin-bottom:1rem;min-height:2.25rem}@media (max-width:768.98px){.availability__day{flex-wrap:wrap}}.availability__day:last-child{margin-bottom:0}.availability__day__and{margin-right:1rem}@media (max-width:768.98px){.availability__day__and{margin-right:0;width:80px}}.availability__day__title{width:80px}.availability__day__time{align-items:center;display:flex;flex:1 1 auto;margin-left:.5rem}@media (max-width:768.98px){.availability__day__time{margin-top:.5rem;width:100%}}.availability__day__time__entry{align-items:center;display:flex;flex:1 1 auto}.availability__day__time__entry .b-form-timepicker{flex:1 1 50%}.theme-content .availability__day__time .btn{color:var(--content-color)}.availability__day__actions{margin-left:2rem}@media (max-width:768.98px){.availability__day__actions{margin-top:.5rem;text-align:right;width:100%}}.availability__exception{align-items:center;display:flex;margin-bottom:1rem}.availability__exception__info{margin-right:auto;padding-right:1rem}.availability__exception__type i{font-size:1.3rem;width:1.8rem}.kiosk-checkin .alert p{font-size:18px}.kiosk-checkin .alert h2{color:#28a745;font-weight:700}.kiosk-checkin .scanner-panel.ready{border:1rem solid #28a745}.kiosk-checkin .scanner-panel.ready .laser{background-color:#28a745;box-shadow:0 0 4px #28a745}.kiosk-checkin .scanner-panel.not-ready{border:1rem solid #ff3246}.kiosk-checkin .scanner-panel.not-ready .laser{background-color:#ff3246;box-shadow:0 0 4px #ff3246}.group-leader-shift{list-style-type:none;padding-left:0;width:100%}.group-leader-shift li{margin-top:.3rem;padding:.5rem}.user-group .nav-item{display:block}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.app,.public-container{display:block}.app-body,.public-container{min-height:calc(100vh - 2.5rem)}.app-body{display:table!important;width:100%}.app-sidebar,.main{display:table-cell!important;vertical-align:top}.app-sidebar{max-width:222px}}[dir=rtl] body{text-align:right}[dir=rtl] .text-right{text-align:left!important}[dir=rtl] .text-left{text-align:right!important}[dir=rtl] .mr-1,[dir=rtl] .mr-2,[dir=rtl] .mr-3,[dir=rtl] .mr-4,[dir=rtl] .mr-5{margin-right:0!important}[dir=rtl] .ml-1,[dir=rtl] .ml-2,[dir=rtl] .ml-3,[dir=rtl] .ml-4,[dir=rtl] .ml-5{margin-left:0!important}[dir=rtl] .pl-1,[dir=rtl] .pl-2,[dir=rtl] .pl-3,[dir=rtl] .pl-4,[dir=rtl] .pl-5,[dir=rtl] .pr-1,[dir=rtl] .pr-2,[dir=rtl] .pr-3,[dir=rtl] .pr-4,[dir=rtl] .pr-5{padding-right:0!important}[dir=rtl] .mr-1{margin-left:.25rem!important}[dir=rtl] .mr-2{margin-left:.5rem!important}[dir=rtl] .mr-3{margin-left:1rem!important}[dir=rtl] .mr-4{margin-left:1.5rem!important}[dir=rtl] .mr-5{margin-left:3rem!important}[dir=rtl] .ml-1{margin-right:.25rem!important}[dir=rtl] .ml-2{margin-right:.5rem!important}[dir=rtl] .ml-3{margin-right:1rem!important}[dir=rtl] .ml-4{margin-right:1.5rem!important}[dir=rtl] .ml-5{margin-right:3rem!important}[dir=rtl] .pr-1{padding-left:.25rem!important}[dir=rtl] .pr-2{padding-left:.5rem!important}[dir=rtl] .pr-3{padding-left:1rem!important}[dir=rtl] .pr-4{padding-left:1.5rem!important}[dir=rtl] .pr-5{padding-left:3rem!important}[dir=rtl] .pl-1{padding-right:.25rem!important}[dir=rtl] .pl-2{padding-right:.5rem!important}[dir=rtl] .pl-3{padding-right:1rem!important}[dir=rtl] .pl-4{padding-right:1.5rem!important}[dir=rtl] .pl-5{padding-right:3rem!important}[dir=rtl] .nav{padding-right:0}@media (max-width:1024.98px){[dir=rtl] .sidebar-active .app-body .main{margin-left:-222px!important;margin-right:0!important}}[dir=rtl] .breadcrumb-item,[dir=rtl] .breadcrumb-item+.breadcrumb-item:before{float:right!important}[dir=rtl] .app-sidebar{border-radius:0 0 0 1.5rem;margin-left:0!important;margin-right:-222px;text-align:right}@media (min-width:1025px){[dir=rtl] .app-sidebar{margin-right:0!important}}[dir=rtl] .sidebar-active .app-sidebar{margin-right:0!important}
